

/* Start:/bitrix/templates/flora/components/bitrix/news.list/new_main_page_blocks/style.css?17820470586433*/
.floor_blocks {
    margin-top: 20px;
}
.floor_block_content_image {
    width: 138px;
    height: 138px;
    /*overflow: hidden;*/
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor_block_content_image a {
    width: 130px;
    height: 130px;
    border: 4px solid #FFFFFF;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.floor_block_content_image:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 4px;
    border-radius: 100%;
    background: linear-gradient(215.84deg, #C802A8 12.27%, #EA172B 37.24%, #FF8000 62.21%, #FFCF00 87.18%);

}


.floor_block_content_image img {
    max-width: 220px;
    max-height: 220px;
    height: 100%;
    /*min-width: 100%;*/
    border-radius: 100%;
}
.floor_blocks .container {
    display: flex;
    position: relative;
    padding: 0;
    justify-content: space-evenly;
}
.floor_block_content_name {
    text-align: center;
    margin-top: 10px;
}
.floor_block_content_name a {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    text-align: center;
}
.floor_block_content_name a:hover {
    text-decoration: none;
}
.floor_block_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.floor_blocks .container .swiper_slider_floor {
    overflow: hidden;
    max-width: 1230px;
    width: 100%;
}
.floor_blocks .swiper_button {
    position: relative;
    margin: 50px 0 0;
}

.floor_blocks .swiper_button::after {
    content: none;
}
.floor_blocks .container::after,
.floor_blocks .container::before {
    display: none;
    content: none;
}
.pagination_floor {
    display: none;
}
@media(max-width: 768px) {
    .floor_blocks .swiper_button {
        background: #FFFFFF;
        width: 31px;
        height: 31px;
        border-radius: 100%;
        position: absolute;
        margin: 0;
        top: 20px;
    }
    .floor_block_content_image {
        width: 75px;
        height: 75px;
    }
    .floor_block_content_image a {
        width: 75px;
        height: 75px;
    }
    .floor_block_content_image img {
        max-width: 120px;
        max-height: 120px;

    }
    .floor_block_content_name {
        margin-top: 7px;
    }
    .floor_block_content_name a {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }
    .floor_blocks .container {
        padding: 0 15px;
    }
    .floor_block_content_image a {
        width: 70px;
        height: 70px;
        border: 2px solid #FFFFFF;
    }
    .floor_block_content_name a {
        /*word-wrap: normal;*/
        /*word-break: normal;*/
        /*line-break: auto;*/
        /*-webkit-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*hyphens: auto;*/
        width: 85%;
        margin: 0 auto;
        /*display: block;*/
    }

    .floor_block_content_name {
        width: 100%;
    }
    .floor_blocks {
        margin-top: 20px;
        min-height: 125px;
    }
}
@media(max-width: 600px) {
    .pagination_floor {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -25px !important;    
        min-height: 11px;
    }
    .pagination_floor .swiper-pagination-bullet {
        background: #479855;
        opacity: 1;
        width: 7px;
        height: 7px;
        transition: 200ms;
    }
    .pagination_floor .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff;
        border: 2px solid #479855;
        width: 11px;
        height: 11px;
    }
    .floor_blocks .swiper_button {
        display: none;
    }
    
}

/* ===== KF: кружки-сторис — анимация появления + быстрый показ (21.06) ===== */
/* до init Swiper сами раскладываем кружки в ряд: нет вспышки Пионов на всю ширину,
   блок виден сразу, не дожидаясь общего JS-бандла внизу страницы */
.floor_blocks .swiper_slider_floor:not(.swiper-initialized) .swiper-wrapper { justify-content: space-evenly; }
.floor_blocks .swiper_slider_floor:not(.swiper-initialized) .floor_block.swiper-slide { width: auto; }
@keyframes kfFloorRise {
    from { opacity: 0; transform: translateY(18px) scale(.96); filter: blur(10px); }
    60%  { filter: blur(0); }
    to   { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes kfFloorRiseSm { /* мобайл: без blur */
    from { opacity: 0; transform: translateY(12px) scale(.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
/* прячем контент сразу; инлайн-скрипт сразу под блоком тут же его проявит */
.floor_blocks .floor_block_content { opacity: 0; }
.floor_blocks.kf-anim-show .floor_block_content { opacity: 1; }
.floor_blocks.kf-anim-play .floor_block_content {
    animation: kfFloorRise .55s cubic-bezier(.22,1,.36,1) both;
    will-change: transform, opacity;
}
.floor_blocks.kf-anim-play .floor_block:nth-child(1) .floor_block_content { animation-delay: 0s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(2) .floor_block_content { animation-delay: .05s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(3) .floor_block_content { animation-delay: .10s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(4) .floor_block_content { animation-delay: .15s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(5) .floor_block_content { animation-delay: .20s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(6) .floor_block_content { animation-delay: .25s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(7) .floor_block_content { animation-delay: .30s; }
.floor_blocks.kf-anim-play .floor_block:nth-child(8) .floor_block_content { animation-delay: .35s; }
@media (max-width: 600px) {
    .floor_blocks.kf-anim-play .floor_block_content { animation-name: kfFloorRiseSm; }
}
@media (prefers-reduced-motion: reduce) {
    .floor_blocks .floor_block_content { opacity: 1; }
    .floor_blocks.kf-anim-play .floor_block_content { animation: none; }
}
/* ===== /KF ===== */

/* End */


/* Start:/bitrix/templates/flora/assets/css/swiper-bundle.min.css?169680383017907*/
/**
 * Swiper 9.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 17, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/flora/components/bitrix/system.pagenavigation/ajax_main_page/style.css?1696803830120*/
.navN a.pagen-link-all {
    width: 219px;
    color: #82a546;
}
.navN a.pagen-link-all:hover {
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/main_ajax_blocks_new/style.css?17538606644686*/
.goods-of-day h3 { font-family:"Blogger Sans Medium", Arial, Sans-Serif; font-size: 25px; border-bottom: 1px solid #f8f8f8; margin-bottom: 20px;}

.main_ajax_show_all {
    text-align: center;
}

.main_ajax_show_all a {
    width: 219px;
}

.main_ajax_sub_title {
    text-align: center;
}

.goods-of-day h3 {
    border: none;

}

.navN a.whatch-all-link {
    /* font-family: 'Blogger Sans'; */
    font-family: 'Open Sans', Arial;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 19px;
    display: block;
    color: #479855;
    padding: 10px 32px 11px;
    border: 1px solid #479855;
    width: 219px;
    text-align: center;
    margin: 0 auto;
}

.navN a.whatch-all-link:hover {
    background-color: #479855;
    color: #fff;
}

.section-title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 31px;
    text-transform: capitalize;
    margin-bottom: 21px;
    text-align: center;
    padding: 0;
}
.section-title h3::before {
    display: none;
}

.text-block {
    font-family: 'Blogger Sans';
    padding: 40px 0;
}

.text-block__title h3 {
    margin-bottom: 13px;
}

.text-block__content {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.text-block__text {
    max-width: 988px;
    margin: 0 auto;
}

/* .section-reviews html-from Daria*/

.section-reviews__card-reviews {
    width: 100%;
    max-width: 430px;
    min-height: 285px;
    padding: 29px 29px 74px 27px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.section-reviews-sl .slick-slide  {
    margin: 0 20px;
}

.section-reviews__container {
   display: flex;
   margin-top: 40px;
}

.section-reviews__header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 16px;
}

.section-reviews-sl .feedback_stars .wdr2_item_rating .rating .wd_reviews2_rating img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.section-reviews-sl .feedback_stars .wdr2_item_rating .rating .wd_reviews2_rating img:last-child {
    margin-right: 0;
}

.section-reviews-sl .section-reviews__feedback_autor {
    display: flex;
    align-items: center;
}

.section-reviews__header .feedback_autor.section-reviews__feedback_autor p {
    padding: 0 0 0 14px;
    font-size: 18px;
}

.section-reviews-sl .card-reviews__text-container {
    width: 100%;
}

.section-reviews__date-block {
    font-size: 14px;
    line-height: 150%;
    color: #B1B1B1;
    font-family: 'Open Sans';

    position: absolute;
    bottom: 29px;
}

.section-reviews-sl .card-reviews__text-content p {
    font-size: 16px;
    padding: 0;
}

.section-reviews-sl a.text-block__link {
    text-decoration: underline;
}

.section-reviews__slider-reviews.slick-slider {
    text-align: left;
    padding: 0;
}

.section-reviews-sl .wd_reviews2_rating {
    display: flex; 
}

.section-reviews-sl .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
}

.section-reviews-sl .slick-dots li {
    list-style: none;
}

.section-reviews-sl .slick-dots button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    font-size: 0;
    border: none;
    background: #9EE3BB;
    margin-right: 11px;
    padding: 0;
}

.section-reviews-sl .slick-dots li.slick-active button{
    background: #009950;
}

.section-reviews-sl .card-reviews .feedback_header .feedback_autor span {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-inactive {
    fill: #E2E2E2;
}

.star-active {
    fill:#F8B200;
}

.section-reviews-sl .feedback_header .feedback_autor {
    width: auto;
}

.product-tag {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 8px;
    z-index: 1;
    border-radius: 4px;
}

@media screen and (max-width: 1224px){
    
    .section-reviews-sl .section-reviews__card-reviews {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {

    .section-reviews-sl .feedback_stars {
        position: absolute;
        bottom: 13px;
        left: 25px;
    }

    .section-reviews-sl .section-reviews__header {
        justify-content: flex-end;
    }

    .section-reviews-sl .section-reviews__date-block {
        bottom: 44px;
    }
}



/* End */


/* Start:/local/css/kf-card.css?178304758313022*/
/* ============================================================
   02-03.07.2026 · карточка листинга kf-cat-v2 (макет «Мобильный каталог»)
   Кнопка видима всегда (десктоп и мобайл), hover-блок темы гасится display:contents.
   ============================================================ */

/* --- рейтинг товара: звезда всегда слева, «заказывали N раз» всегда справа --- */
.catalog-items-list.kf-cat-v2 .kf-lrate {
    grid-area: rate;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 7px 2px 4px; /* боковые 2px — звезда в линию с кружком наличия, «заказывали» в линию с временем */
    line-height: 1;
}
.catalog-items-list.kf-cat-v2 .kf-lrate__score {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
}
.catalog-items-list.kf-cat-v2 .kf-lrate__none,
.catalog-items-list.kf-cat-v2 .kf-lrate__ord {
    font-size: 13px;
    color: #9a9a9f;
}
.catalog-items-list.kf-cat-v2 .kf-lrate__ord {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
}
/* узкие карточки: когда справа есть «заказывали», текст «нет оценок» слева избыточен — оставляем серую звезду */
@media (max-width: 990px) {
    .catalog-items-list.kf-cat-v2 .kf-lrate:has(.kf-lrate__ord) .kf-lrate__none,
    .catalog-items-list.kf-cat-v2 .kf-lrate:has(.kf-lrate__ord) .kf-lrate__cnt {
        display: none;
    }
}
/* совсем узко: при полном рейтинге слева прячем правый текст, чтобы не переносилось */
@media (max-width: 380px) {
    .catalog-items-list.kf-cat-v2 .kf-lrate:has(.kf-lrate__val) .kf-lrate__ord {
        display: none;
    }
}
.catalog-items-list.kf-cat-v2 .kf-lrate svg {
    display: block;
    flex: none;
}
.catalog-items-list.kf-cat-v2 .kf-lrate__val {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d20;
    letter-spacing: -.01em;
}
.catalog-items-list.kf-cat-v2 .kf-lrate__cnt {
    font-size: 13px;
    color: #9a9a9f;
}

/* --- сетка и карточка (все ширины) --- */
.catalog-items-list.kf-cat-v2 .items-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start; /* карточки не растягиваются под соседа — контент прижат к фото */
    column-gap: 8px;
}
/* clearfix-псевдоэлементы становятся фантомными flex-детьми и с column-gap ломают первый ряд */
.catalog-items-list.kf-cat-v2 .items-wrapper::before,
.catalog-items-list.kf-cat-v2 .items-wrapper::after {
    content: none;
}
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item {
    width: calc((100% - 16px) / 3);
    margin: 0 0 14px;
    padding: 0;
    text-align: left;
    float: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "img img" "rate rate" "name name" "price buy" "stock time";
    align-items: center;
}
/* хук на hover обязателен: тема при :hover ставит display:block и рушит грид */
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item > .new_hidden_but,
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item:hover > .new_hidden_but {
    display: contents;
    height: auto;
    opacity: 1;
}
.catalog-items-list.kf-cat-v2 .items-wrapper > .catalog-item .catalog-item-image {
    grid-area: img;
    margin: 0;
    border-radius: 6px;
    background: #f6f5f2; /* скелетон: пока lazy-фото летит, вместо белой дыры — спокойная плитка */
}
/* сердечко избранного не тонет под hover-видео (у видео z-index:3) */
.catalog-items-list.kf-cat-v2 .catalog-item .catalog__item-favorite {
    z-index: 4;
}
.catalog-items-list.kf-cat-v2 .items-wrapper > .catalog-item .catalog-item-image a {
    height: 100%;
    padding-top: 0;
}
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .name {
    grid-area: name;
    align-self: start;
    height: auto;
    min-height: 38px;
    margin: 0 2px 7px;
    padding: 0 !important;
    overflow: hidden;
}
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.28;
    color: #1d1d20;
    padding: 0;
    transition: color .15s;
}
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .name a:hover {
    color: #0E9D57;
}

/* --- цена --- */
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .catalog-item-price {
    grid-area: price;
    margin: 0 0 4px 2px !important;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
    color: #1d1d20;
    letter-spacing: -.02em;
    line-height: 1.05;
    white-space: nowrap;
}
/* скидка: новая цена сверху, старая зачёркнутая снизу (:has — деградация без него безопасна) */
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .catalog-item-price:has(.catalog-item-old-price) {
    display: flex;
    flex-direction: column;
}
.catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .catalog-item-new-price {
    display: block;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #E8602C;
}
.catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .catalog-item-old-price {
    display: block;
    order: 2;
    font-size: 12px;
    font-weight: 400;
    color: #b3b1aa;
    text-decoration: line-through;
}
.catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .catalog-item-old-price::after {
    content: ' \20BD';
}
.catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .rub {
    font-size: 0;
}
.catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .rub::after {
    content: '\20BD';
    font-size: 23px;
    font-weight: 600;
}

/* --- кнопка и степпер --- */
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .bx_catalog_item_controls_blocktwo {
    grid-area: buy;
    margin: 0 2px 4px 0;
    line-height: 0; /* убираем descender-зазор под inline-block кнопкой — центр кнопки = центр цены */
}
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .bx_bt_button {
    display: inline-block;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 13px 36px;
    background: #33A65C;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    transition: filter .15s;
}
@media (hover: hover) {
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .bx_bt_button:hover {
        background: #33A65C;
        filter: brightness(.92);
        text-decoration: none;
    }
}
.catalog-items-list.kf-cat-v2 .bx_bt_button.kf-in-cart {
    background: #F0A020;
}
/* степпер количества (появляется на месте кнопки после добавления; размеры из макета CARD 2) */
.catalog-items-list.kf-cat-v2 .kf-qty {
    display: inline-flex;
    align-items: center;
    background: #33A65C;
    border-radius: 9px;
    overflow: hidden;
    vertical-align: middle;
}
.catalog-items-list.kf-cat-v2 .kf-qty__b {
    width: 28px;
    height: 38px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}
.catalog-items-list.kf-cat-v2 .kf-qty__b--off {
    opacity: .45;
    cursor: default;
}
.catalog-items-list.kf-cat-v2 .kf-qty__n {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
}
/* мгновенный отклик: пружинка цифры при каждом клике + прожатие кнопки */
@keyframes kfQtyPop {
    0% { transform: scale(1); }
    40% { transform: scale(1.28); }
    100% { transform: scale(1); }
}
.catalog-items-list.kf-cat-v2 .kf-qty__n.kf-pop {
    animation: kfQtyPop .18s ease;
}
.catalog-items-list.kf-cat-v2 .kf-qty__b {
    transition: transform .08s ease;
}
.catalog-items-list.kf-cat-v2 .kf-qty__b:not(.kf-qty__b--off):active {
    transform: scale(.8);
}
@media (hover: hover) {
    .catalog-items-list.kf-cat-v2 .kf-qty__b:not(.kf-qty__b--off):hover {
        filter: brightness(.9);
    }
}

/* --- статус и время доставки --- */
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .in_stock,
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .out_stock {
    grid-area: stock;
    margin: 0 0 0 2px; /* лёгкий отступ от левого края карточки */
    height: auto;
    padding: 0;
    justify-content: flex-start;
    font-family: inherit;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    align-self: center;
}
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .in_stock { color: #33A65C; }
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .in_stock:before { background: #33A65C; }
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .out_stock { color: #E76A86; }
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .out_stock:before { background: #E76A86; }
.catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .delivery-time {
    grid-area: time;
    height: auto;
    margin: 0 2px 0 0; /* лёгкий отступ от правого края карточки */
    padding: 0;
    font-size: 12px;
    line-height: 1; /* та же высота строки, что у статуса — базовые линии соседних карточек совпадают */
    color: #b3b1aa;
    text-align: right;
    white-space: nowrap;
    align-self: center;
}
.catalog-items-list.kf-cat-v2 .catalog-item .delivery-time .kf-dt-full { display: none; }
.catalog-items-list.kf-cat-v2 .catalog-item .delivery-time .kf-dt-val::before { content: '\2248 '; }

/* --- мобайл и планшет: 2 колонки, карточки шире (отыгрываем паддинги контейнера) --- */
@media (max-width: 990px) {
    .catalog-items-list.kf-cat-v2 .items-wrapper {
        column-gap: 8px;
        margin-left: -11px;
        margin-right: -11px;
    }
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item {
        width: calc((100% - 8px) / 2);
        margin: 0 0 14px;
    }
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .bx_bt_button {
        padding: 11px 18px;
        font-size: 14px;
    }
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .name a {
        font-size: 14px;
    }
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .catalog-item-price,
    .catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .rub::after,
    .catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .catalog-item-new-price {
        font-size: 21px;
    }
}
/* узкие телефоны: не даём цене и кнопке столкнуться */
@media (max-width: 380px) {
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .catalog-item-price,
    .catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .rub::after,
    .catalog-items-list.kf-cat-v2 .catalog-item .catalog-item-price .catalog-item-new-price {
        font-size: 18px;
    }
    .catalog-items-list.kf-cat-v2 .items-wrapper .catalog-item .bx_bt_button {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* --- блоки главной: заголовок/подзаголовок внутри items-wrapper занимают всю строку --- */
.catalog-items-list.kf-cat-v2 .items-wrapper .section-title,
.catalog-items-list.kf-cat-v2 .items-wrapper .main_ajax_sub_title {
    width: 100%;
}

/* --- главная (.home-content): мобильные правила темы (display:flex, width:auto !important,
   margin-top:auto у кнопки) специфичнее базовых — возвращаем грид-карточку с запасом специфичности --- */
@media screen and (max-width: 990px) and (min-width: 220px) {
    .home-content .catalog-items-list.kf-cat-v2 .items-wrapper > .catalog-item {
        display: grid;
        width: calc((100% - 8px) / 2) !important;
    }
    .home-content .catalog-items-list.kf-cat-v2 .items-wrapper > .catalog-item .bx_catalog_item_controls_blocktwo {
        margin-top: 0;
    }
}

/* End */
/* /bitrix/templates/flora/components/bitrix/news.list/new_main_page_blocks/style.css?17820470586433 */
/* /bitrix/templates/flora/assets/css/swiper-bundle.min.css?169680383017907 */
/* /bitrix/templates/flora/components/bitrix/system.pagenavigation/ajax_main_page/style.css?1696803830120 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/main_ajax_blocks_new/style.css?17538606644686 */
/* /local/css/kf-card.css?178304758313022 */
