#sp-header-topbar {
    background: #37598d;
}
    #sp-header-topbar {
        margin: 0;
}
#sp-header {
        height: 60px;
        box-shadow: 0 5px 10px #80808040, -5px 0px 10px #000a33a3;
        border-top: solid 1px #939393;
        border-bottom: solid 1px #757575;
  
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    font-size: 15px;
    font-family: verdana;
}

#sp-header-topbar .container-inner {
    border-bottom: 1px solid #8f8f8f;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #000000;
}
.sp-megamenu-parent>li:hover>a {
    color: #002bff;
    font-size: 15px;
}
.sp-megamenu-parent>li>a {
    color: #ffffff;
    font-size: 15px;
    font-family: verdana;
}
/*body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
    content: "≣";
    float: right;
    margin-left: 7px;
    font-weight: 100;
    font-size: 12px;
}*/
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "➞");
}
.breadcrumb {
    font-size: 12px;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    border: 1px solid #dddddd;
    background-color: #f0f8ff;
}
#sp-main-body {
    padding: 60px 0;
}
.wf-icon-zoom-image>svg {
    fill: #ff0000;
    transform: scale(-1);
}
h1 {
    text-align: center;
}
.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 3px;
    background: aliceblue;
    border: 1px solid #d6d6d6;
    height: 96% !important;
}
.body-innerwrapper {
    overflow-x: clip;
}


/* === Иконки Font Awesome в блоке мета-информации === */
.article-info .createdby::before,
.article-info .category-name::before,
.article-info .published::before,
.article-info .hits::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;                 /* обязательно для Solid-иконок */
    color: #0071bc;
    padding: 10px 5px 0px 0px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-info .createdby::before {
    content: "\f007";   /* fa-user */
}

.article-info .category-name::before {
    content: "\f07c";   /* fa-folder-open */
}

.article-info .published::before {
    content: "\f073";   /* fa-calendar */
}

.article-info .hits::before {
    content: "\f06e";   /* fa-eye */
}

.article-info>span {
    font-size: 0.813rem;
    /* padding: 10px 10px 0px 0px; */
    margin: 0px 25px 0px 0px;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #252525;
}

/*Эффект при наведении на изображение*/ 

.image-hover {
 overflow:hidden;
 /*width: 0px;
 height:auto;*/
 cursor: zoom-in;
 }
 .image-hover img {
 transition: all 1s ease-out;
 border: 5px ridge rgba(0, 113, 188, 0.43);
 border-radius: 3px;
 }
 
.image-hover img:hover{
 transform: scale(1.2);
 box-shadow: 0 0 0 99999px #0071bc6e;
 z-index: 101;
 position: relative;
 }
 
/*Скролирование якорных ссылок ниже на 70px*/
.anchor-target {
  scroll-margin-top: 70px;
}

/*Выравнивание по вертикали контента в топ баре*/
.sp-module-content {
    top: 5px;
    position: relative;
}
.article-info {

    display: grid;
}
/*Стилизация и перенос кнопки комментариев в болге*/
/* --- Растягиваем карточку на всю высоту колонки --- */
.blog .article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* --- Тело статьи занимает всё свободное место --- */
.blog .article-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* --- introtext растягивается, выталкивая кнопку вниз --- */
.blog .article-introtext {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* --- Кнопка: внизу, по центру, 10px от нижнего края --- */
.blog .article-introtext .comments-readmore {
    margin-top: auto;      /* прижимает к низу */
    margin-bottom: 10px;   /* отступ от низа */
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Центрируем ряд с кнопкой */
.blog .article-introtext .comments-readmore .row {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

/* --- Стили кнопки --- */
.blog .article-introtext .comments-readmore .btn-secondary {
    background-color: #0071bc;
    border-color: #0071bc;
    color: #ffffff;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.blog .article-introtext .comments-readmore .btn-secondary:hover,
.blog .article-introtext .comments-readmore .btn-secondary:focus {
    background-color: #0345bf;
    border-color: #0345bf;
    color: #ffffff;
}
.comments-readmore .col-md-auto { text-align: center !important; }
/*Вывод смайликов в комментариях*/
/* WYSIWYG редактор JComments */
.jc-wysiwyg-editor {
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    line-height: 1.5;
    font-family: inherit;
    font-size: 14px;
    color: #212529;
}

.jc-wysiwyg-editor:empty:before {
    content: attr(data-placeholder);
    color: #6c757d;
    pointer-events: none;
}

.jc-wysiwyg-editor img[data-smiley] {
    display: inline;
    vertical-align: middle;
    height: 18px !important;
    width: 18px !important;
    cursor: default;
    user-select: none;
}

.jc-wysiwyg-editor:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#comments-form img.smile {
    margin: 0 8px 8px 0;
    padding: 0;
    border: none;
    cursor: pointer;
    float: none;
    display: inline-block;
}
/*Оформление ктегории в болге*/
.category-desc.clearfix {
    background: #f0f8ff;
    border: 1px solid #d6d6d6;
    margin: 0px 0px 30px 0;
    border-radius: 3px;
}
/*В блоге готовые сайты центрирование заголовка*/
body.itemid-122 .blog .article-header {
    text-align: center;
}