#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;
}
#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: 94%;
}
.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: #4c6497;
}

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

.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;
}