

/* Start:/bitrix/templates/aspro_max_custom/components/bitrix/news/blog_new/style.css?17743640958871*/
.blog-page {
    margin-top: 50px;
}
.title_blog {
    font-family: Open Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}
.title_blog.inter {
    font-size: 30px;
    margin: 0;
}

.blog-page__breadcrumbs{
    font-size:13px;
    color:#888;
    margin-bottom:10px;

    font-family: Open Sans;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 120%;
}

.blog-page__header{
position:relative;
margin-bottom:30px;
}

.blog-page__search{
position:absolute;
right:0;
top:30px;
}

.blog-page__search input{
width:367px;
padding:10px 40px 10px 12px; /* место под иконку */
border:1px solid #ddd;
}

.blog-page__search svg{
position:absolute;
right:12px;
top:50%;
transform:translateY(-50%);
pointer-events:none;
}

.blog-page__layout{
display:flex;
gap:40px;
}

.blog-page__sidebar{
width:280px;
}

.blog-page__sidebar-box{
    background:#fff;
    border: 1px solid #ECECEC;
    padding: 5px;
    border-radius: 4px;
}

.blog-page__menu-item{
    display:flex;
    justify-content:space-between;
    padding:14px 18px;
    font-size:16px;
    cursor: pointer;
    margin-bottom: 5px;
    background: #FAFAFA;
    color: #333333;
}

.blog-page__menu-item.active{
background:#ffbf00;
font-weight:600;
}

.blog-page__popular{
margin-top:30px;
    
}

.blog-page__popular h3{
font-size:16px;
font-weight: 600;
margin-bottom:15px;
}

.blog-page__popular-item{
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 15px;
    align-items: center;
}

.blog-page__popular-item img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 3px;
}

.blog-page__popular-meta{
font-size:12px;
color:#999;
}

.blog-page__popular-title{
font-size:13px;
font-weight: 600;
line-height: 120%;
color: #333333;
}

.blog-page__content{
flex:1;
}

.blog-page__content-header{
display:flex;
justify-content:space-between;
margin-bottom:20px;
}

.blog-page__posts{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

.blog-page__post{
    background:#fff;
    border:1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    min-width: 0;
}

.blog-page__post-image{
    position:relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-page__post-image img{
width:100%;
display:block;
}

.blog-page__label{
    display:inline-block;
    background:#ffbf00;
    font-size:11px;
    padding:6px 10px;
    font-weight:600;
    margin-top:10px;

    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
}

/* .blog-page__post-body{
padding:15px;
} */

.blog-page__meta{
font-size:12px;
color:#999;
display:flex;
gap:10px;
margin-bottom:8px;
}

.blog-page__post-title{
    font-weight:600;
    margin-bottom:8px;
    font-size: 15px;
    line-height: 120%;
    color: #333333;
}

.blog-page__post-text{
    font-size:13px;
    color:#666;
    margin-bottom:10px;
    line-height: 140%;
    color: #A9A8A8;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-page__tags span{
    border-radius: 2px;
    border: 1px solid #ECECEC;
    padding:4px 6px;
    font-size:12px;
    margin-right:5px;
    color: #333333;
    font-weight: 600;
    font-size: 13px;
}

.blog-page__popular-meta{
display:flex;
align-items:center;
gap:14px;
font-size:12px;
color:#A9A8A8;
}

.blog-page__meta-item{
display:flex;
align-items:center;
gap:6px;
}

.blog-page__meta-item svg{
flex-shrink:0;
}

.blog-page__sort{
position:relative;
cursor:pointer;
font-size:14px;
    height: 100%;
}

.blog-page__sort-current{
display:flex;
align-items:center;
gap:6px;
}

.blog-page__sort-arrow{
transition:0.2s;
}

.blog-page__sort.active .blog-page__sort-arrow{
transform:rotate(180deg);
}

.blog-page__sort-dropdown{
position:absolute;
top:110%;
right:0;
background:#fff;
border:1px solid #eee;
box-shadow:0 4px 10px rgba(0,0,0,0.05);

min-width:220px;
z-index:5;

opacity:0;
visibility:hidden;
transform:translateY(-8px);
transition:all .25s ease;
}

.blog-page__sort.active .blog-page__sort-dropdown{
opacity:1;
visibility:visible;
transform:translateY(0);
}

.blog-page__sort-arrow{
transition:transform .25s ease;
}

.blog-page__sort.active .blog-page__sort-arrow{
transform:rotate(180deg);
}

.blog-page__sort-item{
    display: block;
    padding:10px 14px;
    font-size:14px;
}

.blog-page__sort-item:hover{
background:#f5f5f5;
}

.blog-page__count {
    font-size: 12px;
    color: #A9A8A8;
}

.similar {
    width: 100%;
}

.similar .blog-page__posts {
    grid-template-columns:repeat(4,1fr);
}

/* линия */
.divider {
    height: 1px;
    background: #ECECEC;
    margin: 30px 0;
}


.forg_blog {
    width: 100%;
    margin-top: 100px;
}

.forg_blog .callback {
    display: flex;
    width: 100%;
    height: 420px;
}

.forg_blog .callback__left {
    width: 60%;
    background: url('/bitrix/templates/aspro_max_custom/images/form_blog.png') center/cover no-repeat;
}

.forg_blog .callback__right {
    width: 40%;
    background: #e9eef1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forg_blog .form {
    width: 320px;
}

.forg_blog .form h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
}

.forg_blog .form p {
    margin: 0 0 20px;
    font-size: 13px;
    color: #333333;
    font-size: 16px;
}

.forg_blog .form input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: none;
    background: #fff;
    font-size: 13px;
    box-sizing: border-box;
}

.forg_blog .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #777;
    margin: 10px 0 20px;
    cursor: pointer;
}

.forg_blog .checkbox input {
    display: none;
}

.forg_blog .checkbox span {
    position: relative;
    padding-left: 20px;
}

.forg_blog .checkbox span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background: #fff;
}

.forg_blog .checkbox span::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(-45deg);
    opacity: 0;
}

.forg_blog .checkbox input:checked + span::before {
    background: #FFBD01;
    border-color: #FFBD01;
}

.forg_blog .checkbox input:checked + span::after {
    opacity: 1;
}

.forg_blog button {
    background: #FFBD01;
    border: none;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.forg_blog button:hover {
    opacity: 0.9;
}

.blog-page__categories-toggle {
    display: none;
}

@media(min-width: 1279px) {
    .only_mob {
        display: none;
    }
}
@media(max-width: 1279px) {
    .only_desc {
        display:none;
    }

    .only_mob .blog-page__popular-item img {
        margin-right: 0;
        margin-left: 0;
    }

    .blog-page__posts{
        grid-template-columns:repeat(2,1fr);
    }

    .similar .blog-page__posts {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-page__layout{
        display:grid;
        gap:40px;
    }

    .blog-page__sidebar {
        width: 100%;
    }

}

@media (max-width: 800px) {

    .blog-page__categories-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        cursor: pointer;
        background: #fff;

        font-weight: 400;
        font-size: 18px;
    }

    .blog-page__categories-toggle .icon {
        transition: transform 0.3s ease;
    }

    /* поворот стрелки */
    .blog-page__sidebar-box.active .blog-page__categories-toggle .icon {
        transform: rotate(180deg);
    }

    /* меню скрыто */
    .blog-page__menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-top: none;
    }

    /* открыто */
    .blog-page__sidebar-box.active .blog-page__menu {
        max-height: 500px; /* достаточно большое значение */
    }

    

}

@media(max-width: 500px) {
    .blog-page__posts{
        grid-template-columns:repeat(1,1fr);
    }

    .similar .blog-page__posts {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-page__search{
        position:relative;
        width: 100%;
        top: 0;
    }

    .blog-page__search input{
    width:100%;
    padding:10px 40px 10px 12px;
    border:1px solid #ddd;
    font-size:14px;
    }

    .blog-page__search-icon{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    }
}
/* End */


/* Start:/bitrix/templates/aspro_max_custom/vendor/css/carousel/owl/owl.carousel.min.css?16612673203351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/aspro_max_custom/vendor/css/carousel/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/aspro_max_custom/vendor/css/carousel/owl/owl.theme.default.min.css?16612673201013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/aspro_max_custom/components/bitrix/news.detail/blog_detail/style.css?178421433414450*/
.menu_text__content h2 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    color: #333333 !important;
    margin: 20px 0 !important;
}
.blog-page__search {
    position: relative;
    right: 0;
    top: 0;
    padding: 15px;
    background: #F8F8F8;
    margin-bottom: 15px;
}
.blog-page__search input {
    width: 250px !important;
}
.blog-page__search input {
    background: white !important;
}
.blog-page__search svg {
    right: 25px !important;
}

.soc_rev > div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

/* Плавность для текста */
.soc_rev > div span {
    transition: color 0.3s ease;
}

.soc_rev > div:hover {
    background-color: #FFBD01;
}

.reaction.active {
    background: #FFBD01;
}


.icon_sub a svg rect:first-child {
    transition: fill 0.3s ease;
}

.icon_sub a:hover svg rect:first-child {
    fill: #FFBD01;
}

/* .blog_page {
    width: 100%;
    border: 1px solid #ECECEC;
    padding: 30px;
    box-sizing: border-box;
} */

.blog_page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.blog_page_one {
    width: 100%;
    border: 1px solid #ECECEC;
    padding: 30px;
    box-sizing: border-box;
}

.catalog_block {
    overflow: hidden; /* обрезает вылазящие элементы */
}
.owl-stage-outer {
    overflow: hidden; /* важно для Owl Carousel */
}

.catalog_block img {
    max-width: 100%;
    height: auto;
    display: block;
}

.blog_page img {
    height: auto;
    width: 100%;
    object-fit: contain;
    margin: 20px 0;
}
.blog_page .blog-page__popular-meta {
    margin-top: 10px;
}
.title_blog {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    color: #333333;
}
.title_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin-top: 20px;
}



.menu_table {
    background: #F8F8F8;
    padding: 30px 25px;
    margin-top: 30px;
}

.title_table {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;

    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
}

/* Счетчик для нумерации */
.menu_table__list {
    counter-reset: item; /* сброс счетчика */
    list-style: none; /* убираем стандартные цифры */
    margin: 0;
}

.menu_table__list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px; /* место для цифры и стрелки */
    cursor: pointer;
    transition: transform 0.2s;

    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;

    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    padding-top: 15px;
}

.menu_table__list li:last-child {
    border-bottom: none;
}

/* Цифры вручную через counter() */
.menu_table__list li::marker,
.menu_table__list li::before-number { 
    display: none; 
}

.menu_table__list li::before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* Стрелка слева от цифры */
.menu_table__list li::after {
    content: '';
    position: absolute;
    left: -10px; /* слева от цифры */
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 9px;
    background-image: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 4.33203L6.90043e-08 8.66216L4.47556e-07 0.00190375L6 4.33203Z" fill="%23333"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Hover: показываем стрелку и смещаем весь li (цифра + текст) */
.menu_table__list li:hover::after {
    opacity: 1;
}

.menu_table__list li:hover {
    color: #333333;
    transform: translateX(10px);
}

.menu_text__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #333333;
    margin: 20px 0;
}
.menu_text__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}

.prod_blog {
    display: grid;
    position: relative;
}

.prev_prop_block {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #9FA1A3;
    gap: 10px;
}

.prod_blog {
    position: relative;
}

.slider-three .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    gap: 10px;
}

.slider-three .owl-prev,
.slider-three .owl-next {
    width: 36px;
    height: 36px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-three .owl-prev:hover,
.slider-three .owl-next:hover {
    background:#333;
}

.title_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-prev, .prod-next {
    cursor: pointer;
}
.nav_prod {
    display: flex;
    gap: 40px;
}

.soc_rev {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
}

.soc_rev > div {
    flex: 1;
    padding: 9px 10px;
    background: #F8F8F8;
    text-align: center; /* опционально */

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; 
    
    cursor: pointer;
}



.comments {
    width: 100%;
    margin: 40px 0;
    background: #fff;
    padding: 40px;
    border: 1px solid #ECECEC;
    font-size: 14px;
}

.comments .h2 {
    font-weight: 300;
    font-size: 30px;
}

/* комментарий */
.comments .comment {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

/* аватар */
.comments .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d9d9d9;
    flex-shrink: 0;
}

/* имя + дата */
.comments .comment-header {
    display: grid;
    align-items: center;
    margin-bottom: 5px;
}

.comments .name {
    font-weight: 600;
}

.comments .date {
    font-size: 12px;
    color: #999;
}

/* текст */
.comments .text {
    line-height: 1.5;
    color: #555;
}

/* форма */
.comments .form-title {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 600;
}

.comments .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

/* инпуты */
.comments input,
.comments textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.comments textarea {
    min-height: 120px;
    resize: none;
}


.comments .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/* кастомный чекбокс */
.comments .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.comments .checkbox input {
    display: none;
}

.comments .checkbox span {
    position: relative;
    padding-left: 22px;

    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #A9A8A8;
}

.comments .checkbox span a {
    color: #333333;
    text-decoration: underline;
}

/* квадрат */
.comments .checkbox span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

/* галочка */
.comments .checkbox span::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(-45deg);
    opacity: 0;
}

/* checked состояние */
.comments .checkbox input:checked + span::before {
    background: #FFBD01;
    border-color: #FFBD01;
}

.comments .checkbox input:checked + span::after {
    opacity: 1;
}

/* кнопка */
.comments button {
    background: #FFBD01;
    border: none;
    padding: 14px 40px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;

    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #333333;

}

.block_sub {
    margin-top: 40px;
}
.block_sub span {
    font-weight: 600;
    font-size: 16px;
}
.icon_sub {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.menu_text__list li::marker {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #333333;
    margin: 20px 0;
}

.img_text {
    display: flex;
    justify-content: space-between;
}
.img_text img {
    width: 48%;
}

.menu_text__content ul li::before {
    content: '' !important;
    position: absolute;
    left: 0;
    top: 6px;

    width: 6px;
    height: 6px;

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'><circle cx='3' cy='3' r='3' fill='%23FFBD01'/></svg>");
    background-size: contain;
}

.custom-num-list {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
    margin-left: 0;
}

.custom-num-list li {
    counter-increment: item;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
}

/* кружок с цифрой */
.custom-num-list li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;

    width: 28px;
    height: 28px;

    background: #ECECEC;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    font-weight: 600;
    color: #333;
}


.custom-quote {
    background: #F8F8F8;
    padding: 25px;
    margin: 15px 0;
}

/* верхний блок */
.custom-quote__content {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

/* иконка */
.custom-quote__icon {
    flex-shrink: 0;
}

/* текст */
.custom-quote__text {
    line-height: 1.5;
    color: #333;
}

/* автор */
.custom-quote__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-left: 50px;
}

/* аватар */
.custom-quote__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.custom-quote__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    margin: 0;
}

/* имя */
.custom-quote__name {
    font-weight: 600;
}



.custom-table-block {
    margin-top: 20px;
}

.custom-table-block__title {
  /* background: #e9e9e9; */
  padding: 12px 16px;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}

.custom-table-block__scroll {
  overflow-x: auto;
}

.menu_text__content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.custom-table-block__table {
  border-collapse: collapse;
  /* min-width: 900px; */
  width: 100%;
  background: #fff;
}

.custom-table-block__table th,
.custom-table-block__table td {
  border: 1px solid #dcdcdc;
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  color: #333;
}

.custom-table-block__table th {
  background: #dcdcdc;
  font-weight: bold;
}

.custom-table-block__btn-row td {
  text-align: center;
  background: #fff;
}

.custom-table-block__btn {
    display: inline-block;
    background: #FFBD01;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;

    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;

}



.elegant-table {
            width: 100%;
            max-width: 800px;
            margin: 20px;
            background: white;
            border-collapse: collapse;  /* Убирает двойные границы */
            font-size: 15px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.02); /* Едва заметная тень */
        }

        .elegant-table th,
        .elegant-table td {
            padding: 14px 18px;
            text-align: left;
            border: 1px solid #e9ecef;  /* Очень светлая, тонкая серая линия */
            font-weight: normal;          /* Убираем жирность */
        }

        .elegant-table th {
            background: #f8f9fa;           /* Светло-серый фон */
            font-weight: 500;               /* Полужирный (чуть заметнее) */
            color: #2c3e50;
            border-bottom: 2px solid #dee2e6; /* Нижняя граница чуть толще */
            letter-spacing: 0.3px;
        }

        .elegant-table tr:last-child td {
            border-bottom: 1px solid #e9ecef;
        }

        .elegant-table tbody tr:hover td {
            background-color: #f8f9fa;
            transition: background 0.2s ease;
        }

.elegant-table img {
    width: 150px;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
  .custom-table-block__title {
    font-size: 14px;
  }
}

@media(max-width: 800px) {
    .blog-page__search input {
        width: 100% !important;
    }
}

@media(max-width: 500px) {
    .soc_rev > div {
        width: 49%;
        flex: auto;
    }
    .title_blog, .comments .h2 {
        font-size: 24px;
    }
    .menu_text__content, .title_text, .comment-content .text {
        font-size: 14px;
    }
    .menu_text__title, .title_table, .menu_text__list li::marker, .comments .form-title {
        font-size: 20px;
    }
    .comments .form-footer {
        display: grid;
    }
    .form-footer .checkbox {
        padding-left: 0;
    }
    .blog-page__popular {
        margin-top: 0;
    }
    .forg_blog .callback {
        display: grid;
        width: 100%;
        height: auto;
    }
    .forg_blog .callback__left, .forg_blog .callback__right {
        width: 100%;
    }
    .forg_blog .form {
        width: 100%;
        padding: 30px;
    }
    .callback__right {
        height: fit-content;
    }
    .callback__left {
        height: 250px;
    }
    .forg_blog {
        margin-top: 50px;
    }
}
/* End */
/* /bitrix/templates/aspro_max_custom/components/bitrix/news/blog_new/style.css?17743640958871 */
/* /bitrix/templates/aspro_max_custom/vendor/css/carousel/owl/owl.carousel.min.css?16612673203351 */
/* /bitrix/templates/aspro_max_custom/vendor/css/carousel/owl/owl.theme.default.min.css?16612673201013 */
/* /bitrix/templates/aspro_max_custom/components/bitrix/news.detail/blog_detail/style.css?178421433414450 */
