.blog-page__another .blog-page__another-title {
    font: 600 42px/1.1 Cera Pro,Arial,Helvetica,sans-serif;
    text-transform: none;
    letter-spacing: -.04em;
    margin: 0 0 40px;
    clear: both;
}

.blog-page__author-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 130%;
    color: #77797f;
    margin: 0 12px 0 0;
}

.blog-page__aside.mobile {
    display: none;
    margin-left:0;
}

.blog-page__aside .blog-page__aside-section:nth-child(2) {
    position: sticky;
    top: 60px;
    padding: 15px 0;
    border-radius: 0 18px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

@media screen and (max-width: 1023px) {

    .blog-page__aside-section.mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 46px;
        -webkit-flex: 0;
        flex: 0;
        /* background-color: #fff; */
        z-index: 100;
        padding: 0;
    }
    .blog-page__aside-section.mobile .blog-nav__items{
        padding: 10px 0;
    }

    /* .blog-nav__items,
    .blog-page__aside-section.mobile {
        background: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
    } */
}

@media screen and (max-width:1280px){
    .blog-page__aside-section .blog-page__aside .blog-page__aside-section {
        display: none;
    }
    .blog-page__aside-section .blog-page__aside.mobile .blog-page__aside-section{
        display: flex;
    }
    .blog-page__content .blog-page__another {
        margin: 50px 0 80px;
    }
    .blog-page__aside.mobile {
        display: flex;
        width: 100%;
        margin: auto;
        max-width: 400px;
    }
    .blog-page__aside-section:last-child {
        width: 100%;
    }
}


/*--------------------------------------*/

div.term-detail
{
    word-wrap: break-word;
}
.glossariy .page-section__wrapper #bx_incl_area_3_1_1,
.glossariy .page-section__wrapper {
    display: flex;
}

@media screen and (max-width: 1279px) {
    .glossariy .page-section__wrapper #bx_incl_area_3_1_1,
    .glossariy .page-section__wrapper {
        flex-direction: column;
    }
    .blog-page__aside {
        display: none;
    }
}
div.term-detail img.detail_picture
{
    float:left;
    margin:0 8px 6px 1px;
}
.news-date-time
{
    color:#486DAA;
}

.term-detail h1 {
    margin-bottom: 30px;
}

.term-page__about {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.blog-page__share-more {
    height: 38px;
}

.term-page__about-left {
    display: flex;
    align-items: center;
}
.term-page__author,
.term-page__author-title {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 14px;
    line-height: 130%;
    color: #77797f;
}

.term-page__author {
    margin-right: 0;
}

.term-page__author-icon {
    display: inline-block;
    max-width: 100%;
    height: 48px;
    width: 48px;
    margin-right: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.term-page__time {
    position: relative;
    color: #77797f;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.term-page__time::before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 2px);
    left: 14px;
    background-color: #a4a6aa;
}

.similar-terms {
    width: 100%;
    padding: 35px 40px;
    background: #f6f6f6;
    border-radius: 18px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
}

.similar-terms .h3 {
    margin-bottom: 15px;
}

.anchor-block {
    width: 100%;
    padding: 35px 40px;
    background: #f6f6f6;
    border-radius: 18px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
}

.anchor-block .title {
    margin: 0 0 20px;
    font: 600 32px/1.1 Cera Pro, Arial, Helvetica, sans-serif;
}

.anchor-block li,
.anchor-block ol {
    list-style: decimal;	
}
.anchor-block ol {
    /* padding-left: 25px; */
}

.anchor-block li,
.anchor-block a {
    color: #5B78FB;
    text-decoration: none;
    transition: .3s;
}

.anchor-block li:hover > a,
.anchor-block li:hover,
.anchor-block a:hover {
    color:#000;
}

/* hide original list counter */
.anchor-block ol li {display:block;} 
/* OR */
.anchor-block ol {list-style:none;}  

.anchor-block  ol {
    counter-reset: section;
    list-style-type: none;
}
.anchor-block  li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
}

.similar-terms-list {
    display: flex;
    flex-wrap: wrap;	
}

.similar-terms-list a {
    margin: 15px 25px 0 0;
    line-height: 1.2;
    /* color: #000; */
    color: #5B78FB;
    text-decoration: none;
    transition: .3s;
}

.similar-terms-list a:hover {
    color: #000;
}

.nav-pages {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.nav-pages a {
    position: relative;
    z-index: 4;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #0b0d13;
    border-radius: 100px;
    box-sizing: border-box;
    min-height: 30px;
    padding: 0 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: #0b0d13;
    transition: .3s;
    cursor: pointer;
    opacity: .6;
    fill: #000;
}

.anchor-block .h3 {
    margin-bottom: 15px!important;
}

.tegs-blog .tegs-blog-items span {
    transition: .4s;
}

@media screen and (max-width: 1279px){

    .blog .blog__content {
        margin-top: 0;
    }

    .page-main .blog__section {
        margin-top: 40px;
    }
    .page-main .blog__nav.blog-nav {
        margin-top: 0;
    }
    .blog  .search-blog .icon-search {
        z-index: 2;
    }
}

@media screen and (max-width: 767px){
    .term-page__about {
        flex-direction: column;
    }
    a.prev-term {
        justify-content: start;
        margin-right: auto;
    }
    a.next-term {
        justify-content: end;
        margin-left: auto;
    }
    .blog-page__share-more {
        height: 32px;
    }

    .anchor-block .h3 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 639px){
    .blog__actions {        
        flex-direction: column;
    }

    .blog .sort-blog,
    .blog .search-blog {
        margin: 0 auto 20px;
        flex: auto;
        width: 100%;        
    }
    .blog .search-blog .search-dropdown__content {
        padding: 12px 0;
    }

    .blog .blog__stream-banner {
        margin-top: 10px;
      }
}

.nav-pages a:hover {
    fill: #5B78FB;
    color: #5B78FB;
    opacity: 1;
    border: 1px solid #5B78FB;
}

.blog-page__about {
    justify-content: space-between;
}