

/* Start:/local/templates/dynamicUpdate/components/bitrix/news/blog/style.min.css?17440145684345*/
.head-block.top.with-tabs .item-link:not(:hover){background:#fafafa;background:var(--light2_bg_black)}.select_head_wrap .menu_item_selected{position:relative;padding:15px 55px 15px 25px;margin:0 0 -1px;cursor:pointer;color:#333;color:var(--white_text_black)}.select_head_wrap .menu_item_selected .svg.svg-inline-down{right:15px;position:absolute;top:50%}@media (min-width:768px){.select_head_wrap .menu_item_selected+.head-block{display:block!important;margin:0 0 32px}.head-block.top.with-tabs.srollbar-custom .mCSB_container{padding-bottom:20px}}@media (max-width:767px){.select_head_wrap{margin-bottom:32px}.select_head_wrap .head-block.top{margin-bottom:0}.select_head_wrap .head-block.top .item-link{display:block;float:none}.select_head_wrap .menu_item_selected.opened .svg.svg-inline-down{transform:rotate(180deg)}.select_head_wrap .menu_item_selected+.head-block{display:none}.select_head_wrap .head-block.top .item-link{border-bottom:1px solid #eee;border-color:var(--stroke_black)}.select_head_wrap .head-block.top .item-link:last-child{border-bottom:none}.select_head_wrap .head-block.top:not(.with-tabs) .item-link{border-right:none}.select_head_wrap .head-block .item-link .title span,.select_head_wrap .head-block.top .item-link .title .btn-inline{padding:15px 55px 15px 25px}.select_head_wrap .head-block.top.with-tabs .item-link{margin:0;border:none;border-bottom:1px solid #eee;border-radius:0;border-color:var(--stroke_black)}.select_head_wrap .head-block.top.with-tabs .item-link.active:last-child:hover,.select_head_wrap .head-block.top.with-tabs .item-link:last-child{border-bottom:none}.select_head_wrap .head-block.top.with-tabs{border:1px solid #eee;border-color:var(--stroke_black)}.select_head_wrap .head-block.top.with-tabs .item-link:hover{box-shadow:none;transform:none}.select_head_wrap .head-block.top.with-tabs .item-link.active:hover{border:none;border-bottom:1px solid #eee;border-color:var(--stroke_black)}.select_head_wrap .head-block.top.with-tabs .item-link.active .title span:before{border-top-right-radius:0;border-top-left-radius:0;left:-1px;top:0;bottom:0;right:auto;height:auto;width:2px}.select_head_wrap{position:relative}.select_head_wrap .head-block.top{position:absolute;left:0;right:0;z-index:110;max-height:220px;overflow:hidden;background-color:#fff;background-color:var(--black_bg_black)}}.categories_block .dropdown>li.has-child a .toggle_block{position:absolute;top:0;right:0;z-index:2;width:35px;height:100%;bottom:0}.categories_block.menu_top_block li.v_bottom .dropdown{position:static;min-width:auto;width:auto}.categories_block.menu_top_block .dropdown ul.child{margin:0}body .categories_block.menu_top_block .left_menu li.v_bottom>.dropdown{padding:0 0 16px}.categories_block.menu_top_block li.v_bottom.current .dropdown,.categories_block.menu_top_block li.v_bottom:hover .dropdown{background:#fafafa;background-color:var(--black_bg_black)}.categories_block.menu_top_block .dropdown>li.v_bottom>.dropdown{width:auto;box-shadow:none;opacity:1;visibility:visible;padding:5px 0 10px;border:1px solid #ececec;border-top-width:0;border-bottom-width:0;border-color:var(--stroke_black)}.categories_block.menu_top_block .dropdown>li.has-child.v_bottom.opened>a{padding-bottom:7px;border-bottom:none;line-height:20px}.categories_block.menu_top_block .item .child_container .child_wrapp{padding:0}.categories_block.menu_top_block .opened>a .svg{transform:rotate(180deg)}.categories_block.menu_top_block .dropdown>li.v_bottom>.dropdown li{float:none;display:block;width:auto;padding:5px 16px 0;vertical-align:top;line-height:20px}.categories_block.menu_top_block .dropdown>li.v_bottom>.dropdown li a{padding:0 10px 0 0;font-weight:400;font-size:12px;display:block;line-height:20px}.categories_block.menu_top_block .dropdown>li.v_bottom>.dropdown li:not(.current) a:not(:hover){color:#333;color:var(--white_text_black)}.categories_block.menu_top_block li.has-child.v_bottom:last-child>.dropdown{border-bottom-width:1px}.categories_block.menu_top_block ul.left_menu li{line-height:20px}.categories_block.menu_top_block .categories_count{position:absolute;right:15px;top:15px;font-weight:400}.categories_block.menu_top_block .has-child>a{padding-right:56px}.categories_block.menu_top_block .has-child .categories_count{right:38px}.categories_block.menu_top_block .has-child .svg{right:11px;top:19px}
/* End */


/* Start:/local/templates/dynamicUpdate/components/bitrix/news.list/news-list/style.css?177780682610279*/
/* ======== ФОН СТРАНИЦЫ ======== */
.news-list {
    background: #f8fafc !important;
    padding: 20px 0 !important;
}

/* ======== КАРТОЧКА ОТЗЫВА ======== */
.body-info {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #12b2e7 !important;
    border-radius: 20px !important;
    padding: 28px 28px 24px !important;
    margin-bottom: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Декоративная иконка-кавычка в углу */
.body-info::after {
    content: "“";
    position: absolute;
    bottom: -15px;
    right: 20px;
    font-size: 120px;
    color: #f1f5f9;
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
}

/* Чтобы текст был над кавычкой */
.body-info .title,
.body-info .previewtext,
.body-info .properties {
    position: relative;
    z-index: 1;
}

.body-info:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
    transform: translateY(-4px) !important;
}

/* Цветной акцент слева */
.body-info:nth-child(2n) { border-left-color: #48bb78 !important; }
.body-info:nth-child(3n) { border-left-color: #f59e0b !important; }
.body-info:nth-child(4n) { border-left-color: #8b5cf6 !important; }
.body-info:nth-child(5n) { border-left-color: #ec4899 !important; }

/* Свечение при наведении */
.body-info:nth-child(1n):hover { box-shadow: 0 12px 30px rgba(18, 178, 231, 0.15) !important; }
.body-info:nth-child(2n):hover { box-shadow: 0 12px 30px rgba(72, 187, 120, 0.15) !important; }
.body-info:nth-child(3n):hover { box-shadow: 0 12px 30px rgba(245, 158, 11, 0.15) !important; }
.body-info:nth-child(4n):hover { box-shadow: 0 12px 30px rgba(139, 92, 246, 0.15) !important; }
.body-info:nth-child(5n):hover { box-shadow: 0 12px 30px rgba(236, 72, 153, 0.15) !important; }

/* ======== ИМЯ + ГАЛОЧКА ======== */
.body-info .title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 14px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

/* ========== ГАЛОЧКА ТОЛЬКО ДЛЯ РЕЙТИНГА 5 ЗВЕЗД ========== */
/* По умолчанию скрываем галочку */
.body-info .title:after {
    display: none !important;
}

/* Если у звезд заливка на 100% (рейтинг 5), показываем галочку */
/* Вариант 1: через атрибут data-stars (если он есть в HTML) */
.body-info[data-stars="5"] .title:after {
    display: inline-block !important;
    content: "✓ Проверенный покупатель";
    font-size: 0.68rem;
    color: #16a34a;
    font-weight: 500;
    background: #f0fdf4;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid #bbf7d0;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(22, 163, 74, 0.08);
    letter-spacing: 0.01em;
}

/* Вариант 2: через проверку что все 5 звезд активны (если звезды через ★ и ☆) */
.body-info .properties:before {
    content: "★★★★★";
    font-size: 1.1rem !important;
    color: #f59e0b !important;
    letter-spacing: 4px;
    text-shadow: 0 1px 2px rgba(245, 158, 11, 0.2);
}

/* Если в содержимом .properties нет пустых звезд (☆) — значит рейтинг 5 */
.body-info .properties:contains("★★★★★") ~ .title:after,
.body-info .properties:not(:contains("☆")) .title:after {
    display: inline-block !important;
    content: "✓ Проверенный покупатель";
    font-size: 0.68rem;
    color: #16a34a;
    font-weight: 500;
    background: #f0fdf4;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid #bbf7d0;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(22, 163, 74, 0.08);
    letter-spacing: 0.01em;
}

/* ======== ТЕКСТ ОТЗЫВА ======== */
.body-info .previewtext {
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    color: #475569 !important;
    margin-bottom: 16px !important;
    margin-top: 14px !important;
    font-style: italic !important;
    position: relative !important;
    padding-left: 20px !important;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.body-info:hover .previewtext {
    max-height: 500px;
}

.body-info .previewtext:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: linear-gradient(180deg, #cbd5e1 0%, #e2e8f0 100%);
    border-radius: 2px;
    transition: background 0.3s ease;
}

.body-info:hover .previewtext:before {
    background: linear-gradient(180deg, #12b2e7 0%, #8b5cf6 100%);
}

/* ======== РЕЙТИНГ ======== */
.body-info .properties {
    padding-top: 14px !important;
    border-top: 1px solid #f1f5f9 !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.body-info .properties .inner-wrapper {
    font-size: 0.85rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

/* ======== СЕТКА ======== */
.news-list .items.row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}

@media (min-width: 701px) {
    .news-list .items.row {
        grid-auto-rows: auto;
        align-items: start;
    }
}

/* ======== ФИЛЬТР ПО ГОДАМ ======== */
.news-list .select_head_wrap {
    background: #fff !important;
    border-radius: 50px !important;
    padding: 6px !important;
    margin-bottom: 28px !important;
    border: 1px solid #e2e8f0 !important;
    display: inline-flex !important;
    gap: 4px !important;
    flex-wrap: wrap !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important;
}

.news-list .select_head_wrap a,
.news-list .select_head_wrap span {
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    color: #64748b !important;
    transition: all 0.25s ease !important;
    position: relative;
    z-index: 1;
}

.news-list .select_head_wrap a.active,
.news-list .select_head_wrap span.active {
    background: #12b2e7 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(18, 178, 231, 0.3) !important;
}

.news-list .select_head_wrap a:hover {
    background: #f1f5f9 !important;
    transform: translateY(-1px);
}

.news-list .select_head_wrap a.active:hover {
    transform: none !important;
    background: #12b2e7 !important;
}

/* ======== УБИРАЕМ ОТСТУПЫ ======== */
.body-info p { margin: 0 !important; }

/* ======== АНИМАЦИЯ ПОЯВЛЕНИЯ КАРТОЧЕК ======== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-list .items.row .body-info {
    animation: fadeInUp 0.5s ease forwards;
}

.news-list .items.row .body-info:nth-child(1) { animation-delay: 0.05s; }
.news-list .items.row .body-info:nth-child(2) { animation-delay: 0.1s; }
.news-list .items.row .body-info:nth-child(3) { animation-delay: 0.15s; }
.news-list .items.row .body-info:nth-child(4) { animation-delay: 0.2s; }
.news-list .items.row .body-info:nth-child(5) { animation-delay: 0.25s; }
.news-list .items.row .body-info:nth-child(6) { animation-delay: 0.3s; }

/* ======== МОБИЛЬНЫЕ ======== */
@media (max-width: 700px) {
    .body-info {
        border-radius: 16px !important;
        border-left: 3px solid #12b2e7 !important;
        border: 1px solid #e2e8f0 !important;
        border-left: 3px solid #12b2e7 !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
        padding: 16px !important;
        margin-bottom: 8px !important;
        background: #fff !important;
    }

    .body-info:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
        transform: translateY(-2px) !important;
    }

    .body-info .title {
        border-bottom: 1px solid #f1f5f9 !important;
        padding-bottom: 8px !important;
        margin-bottom: 10px !important;
    }

    .body-info .previewtext {
        padding-left: 0 !important;
        max-height: 80px;
    }
    
    .body-info:hover .previewtext {
        max-height: 300px;
    }

    .body-info .previewtext:before {
        display: none !important;
    }

    .body-info .properties {
        border-top: 1px solid #f1f5f9 !important;
        padding-top: 10px !important;
    }

    .news-list .items.row {
        gap: 8px !important;
    }
    
    @media (max-width: 480px) {
        .news-list .items.row {
            grid-template-columns: 1fr !important;
        }
        
        .body-info::after {
            display: none;
        }
    }
}

/* ======== ДОСТУПНОСТЬ ======== */
@media (prefers-reduced-motion: reduce) {
    .body-info,
    .body-info .previewtext,
    .news-list .select_head_wrap a,
    .news-list .items.row .body-info {
        transition: none !important;
        animation: none !important;
    }
    
    .body-info:hover {
        transform: none !important;
    }
}
/* Если рейтинг отображается числовой значением */
.body-info .properties .inner-wrapper:contains("5.0") ~ .title:after,
.body-info .properties .inner-wrapper:contains("5") ~ .title:after {
    display: inline-block !important;
    content: "✓ Проверенный покупатель";
    /* остальные стили */
}
/* End */


/* Start:/local/templates/dynamicUpdate/css/animation/animation_ext.css?17440145704934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit  Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */
/* /local/templates/dynamicUpdate/components/bitrix/news/blog/style.min.css?17440145684345 */
/* /local/templates/dynamicUpdate/components/bitrix/news.list/news-list/style.css?177780682610279 */
/* /local/templates/dynamicUpdate/css/animation/animation_ext.css?17440145704934 */
