

/* Start:/local/templates/dynamicUpdate/components/bitrix/news/services/style.css?17778047565805*/
.buy_services .counter_wrapp .button_block:not(.to-cart) svg,
.services_buy_block .counter_wrapp .button_block:not(.to-cart) svg {
  display: none;
}
.buy_services .counter_wrapp .counter_block {
  background: #ffffff;
  background: var(--light_bg_black);
}

.order-block.buy_services .counter_wrapp .counter_block .text {
  margin-top: 0;
}
.order-block.buy_services .counter_wrapp.wquest {
  padding-right: 58px;
}
.order-block.buy_services .btn.question {
  margin-left: 6px;
}
.order-block.buy_services .btns-col {
  padding-left: 7px;
}
.order-block.buy_services .counter_wrapp {
  padding-top: 0;
}

/*services list*/
.services_buy_block .counter_wrapp.list > div {
  float: none;
  width: auto;
}
.services_buy_block .counter_block_inner {
  vertical-align: top;
  min-width: 114px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.services_buy_block .button_block {
  min-width: 120px;
  margin-bottom: 10px;
}
.services_buy_block .counter_wrapp {
  white-space: normal;
  max-width: 100%;
  padding-top: 10px;
  margin-bottom: -10px;
}

/*.services_buy_block .button_block .btn-sm{font-size: 11px;}
.services_buy_block .counter_block:not(.big),
.services_buy_block .counter_block:not(.big) input[type="text"]{height: 36px;}*/

.order_service_in_list {
  margin-top: 10px;
}
.services_buy_block .counter_wrapp .button_block.wide .btn.in-cart {
  width: auto;
  display: inline-block;
}

/**/

@media (min-width: 1350px) {
  .with_left_block .order-block.buy_services .text-col {
    width: 66.6%;
  }
  .with_left_block .order-block.buy_services .btns-col {
    width: 33.3%;
  }
}

@media (min-width: 992px) and (max-width: 1349px) {
  .with_left_block .order-block.buy_services .text-col {
    width: 50%;
  }
  .with_left_block .order-block.buy_services .btns-col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .order-block.buy_services .text-col {
    width: 66.6%;
  }
  .order-block.buy_services .btns-col {
    width: 33.3%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .order-block.buy_services .text-col {
    width: 50%;
  }
  .order-block.buy_services .btns-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .order-block.buy_services .btns-col .counter_block_inner {
    vertical-align: top;
    min-width: 132px;
    display: inline-block;
  }
  .order-block.buy_services .btns-col .button_block {
    min-width: 130px;
  }
  .order-block.buy_services .btns-col .counter_wrapp {
    white-space: normal;
    max-width: 100%;
  }
  .order-block.buy_services .counter_wrapp.wquest {
    padding-right: 0;
  }
  .order-block.buy_services .counter_wrapp.list > div {
    float: none;
    width: auto;
  }
  .order-block.buy_services .prices {
    padding-right: 0;
  }
  .order-block.buy_services .btns-col .quest_btn {
    padding-right: 6px;
  }
  .order-block.buy_services .btns-col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .order-block.buy_services .btns-col .counter_wrapp.list.big {
    margin-left: 0;
  }

  .order-block.buy_services .button_block.wide {
    display: inline-block;
  }
  .order-block.buy_services .counter_wrapp .button_block.wide .btn.in-cart {
    width: auto;
    display: inline-block;
  }
}
/* ======== БЛОК ЗАКАЗА УСЛУГИ — СТЕКЛО iOS ======== */

/* Общий контейнер */
.order-block.buy_services {
    background: rgba(255, 255, 255, 0.55) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border-radius: 18px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.04),
        0 2px 6px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    padding: 24px !important;
    transition: box-shadow 0.35s ease, transform 0.35s ease !important;
}

.order-block.buy_services:hover {
    box-shadow: 
        0 12px 28px rgba(0, 0, 0, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-2px) !important;
}

/* Счётчик */
.buy_services .counter_wrapp .counter_block {
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}

/* Кнопка "Заказать" */
.order-block.buy_services .button_block .btn,
.services_buy_block .button_block .btn {
    border-radius: 50px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    font-size: 0.82rem !important;
    padding: 10px 22px !important;
    background: linear-gradient(135deg, #12b2e7 0%, #0d8db5 100%) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(18, 178, 231, 0.3) !important;
    transition: all 0.3s ease !important;
}

.order-block.buy_services .button_block .btn:hover,
.services_buy_block .button_block .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(18, 178, 231, 0.4) !important;
}

/* Кнопка "?" */
.order-block.buy_services .btn.question {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1.5px solid rgba(18, 178, 231, 0.2) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #12b2e7 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    transition: all 0.3s ease !important;
}

.order-block.buy_services .btn.question:hover {
    background: #12b2e7 !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(18, 178, 231, 0.35) !important;
}
/* 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/services/style.css?17778047565805 */
/* /local/templates/dynamicUpdate/components/bitrix/news.list/news-list/style.css?177780682610279 */
/* /local/templates/dynamicUpdate/css/animation/animation_ext.css?17440145704934 */
