html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body .gloss {
    position: relative;
}

body .gloss .section-articles-content {
    overflow: unset;
}

.gloss .navitems a {
    width: 50px;
    height: 50px;
    font-size: 22px !important;
    border: none;
    color: #041327 !important;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gloss .navitem[data-counter="0"] {
    opacity: 0.4;
}

.gloss .navitems {
    height: 118px;
    display: flex;
    margin-top: 0;
}


.gloss .tooltips_table .hidden {
    display: none;
}

.gloss .tooltips_table_title {
    width: 100%;
    cursor: pointer;
}

body:not(.light) .gloss .tooltips_widget_title,
body:not(.light) .gloss .tooltips_widgets_title,
body:not(.light) .gloss .tooltips_table_title,
body:not(.light) .gloss .tooltips_table_title a,
body:not(.light) .gloss .tooltips_directory_gloss .tooltips_list .letter {
    color: #fff;
}

body:not(.light) .gloss .tooltips_widgets_title {
    opacity: 0.3;
}

body:not(.light) .gloss .navitems {
    /* background: #ffffff03; */
    background: #09162b;
}

body:not(.light) .gloss .navitems a {
    color: #fff !important;
}

body .gloss .tooltips_directory_gloss {
    border: none;
    padding-left: initial;
    padding: 0 0 24px;
}

body .gloss .tooltips_directory_gloss .tooltips_list {
    border-top: 1px solid rgba(4, 19, 39, 0.2);
    padding: 24px 0 0;
    padding-left: 273px;
    position: relative;
    min-height: 150px;
    scroll-margin-top: 120px;
}

body:not(.light) .gloss .tooltips_directory_gloss .tooltips_list {
    border-color: #ffffff20;
}

body .gloss .tooltips_directory_gloss .tooltips_list .letter {
    position: absolute;
    left: 0;
    font-size: 92px;
    top: 0;
}

body .gloss .navitems {
    position: -webkit-sticky;
    /* Для Safari */
    position: sticky;
    top: 0;
    /* Прилипание к верхней части окна */
    z-index: 1000;
    /* Убедитесь, что элемент находится поверх других элементов */
    padding: 0;
}

.gloss .tooltips_directory_gloss {
    width: calc(100% - 340px - 340px);
}

.gloss .section-title-gloss {
    min-height: unset;
    aspect-ratio: 2.1/1;
}

.gloss-single {
    display: flex;
    margin-top: 83px;
}

.toc-link{
    font-size: 20px;
    font-weight: 350;
}
.toc-link.active{
    font-size: 22px;
    font-weight: 400;
}

.gloss-single h2.wp-block-heading{
    font-size: 40px;
}

/* @media (max-width: 1900px) { */
.gloss .tooltips_directory_gloss {
    width: calc(100% - 290px - 250px);
}

.gloss img.tooltips_widget_img {
    width: 340px;
    max-width: 340px;
    border-radius: 14px;
    aspect-ratio: 2.1/1;
    object-fit: cover;
}

.gloss .articles__title {
    font-size: 118px;
    max-width: 786px;
    line-height: 118px;
    margin-bottom: 57px;
}

.gloss_search_wrapper {
    background-color: #fff;
    /* overflow: hidden; */
    border-radius: 70px !important;
    width: 100%;
    height: auto;
}

.gloss_search_wrapper_input {
    padding: 0 9px 0px 32px;
    border: 1px solid #CDD0D4;
    border-radius: 70px !important;
    overflow: hidden;
    box-shadow: unset;
    display: flex;
    align-items: center;
    margin: 0;
    height: 64px;
    background-color: #fff;
}

#glossInput {
    z-index: 2;
}

.gloss .asl_w_container,
.gloss .gloss_search_wrapper {
    width: 640px;
    position: relative;
}

.gloss .asl_w_container .probox,
.gloss .gloss_search_wrapper .gloss_search_wrapper_input {
    height: 64px;
}

.gloss .gloss_search_wrapper .gloss_search_wrapper_input {
    padding-left: 32px;
    position: relative;
    padding-right: 44px;
}

.gloss .gloss_search_wrapper .gloss_search_wrapper_input input {
    font-size: 22px;
    margin-bottom: 0;
}

.gloss .gloss_search_wrapper .gloss_search_wrapper_input svg {
    background: #e65906;
    position: absolute;
    right: 7px;
    top: 8px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    padding: 11px;
}


.gloss .navitems {
    margin-bottom: 60px;
}

.gloss .tooltips_table_title {
    font-size: 26px;
    padding-bottom: 36px;
}

body .gloss .tooltips_directory_gloss .tooltips_list .letter {
    font-size: 92px;
    font-weight: 400;
}



.gloss .tooltips_widgets_title {
    margin-bottom: 20px;
}

/* Стили для оглавления */
.toc-wrapper {
    position: sticky;
    top: calc(50vh + 75px);
    transform: translateY(-50%);
    margin: 20px 90px 20px 0;
    z-index: 10;
    display: none;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-item {
    margin: 10px 0;
}

.toc-link {
    text-decoration: none;
    /* font-size: 18px; */
    transition: color 0.3s ease;
}
.toc-link {
    color: #ffffff;
}
.toc-link:hover,
.toc-link.active {
    color: #fff;
}

.light .toc-link {
    color: #041327;
}
.light .toc-link:hover {
    color: #041327;
}
.light .toc-link.active {
    color: #041327;
}

/* } */
@media (max-width: 1800px) {
    .gloss .articles__title {
        font-size: 78px;
        max-width: 570px;
        line-height: 75px;
        margin-bottom: 44px;        
    }

    .gloss .navitems a {
        width: 40px;
        height: 40px;
        font-size: 16px !important;
    }

    .gloss .tooltips_table_title {
        font-size: 22px;
        padding-bottom: 26px;
    }

    body .gloss .tooltips_directory_gloss .tooltips_list .letter {
        font-size: 80px;
    }
}
@media (max-width: 1441px) {
    .gloss-single {
        margin-top: 42px;
    }
    .gloss .articles__title {
        font-size: 70px;
        max-width: 520px;
        line-height: 65px;
        margin-bottom: 40px;
    }

    .toc-link{
        font-size: 18px;
    }
    .toc-link.active{
        font-size: 20px;
    }

    .gloss .gloss_search_wrapper .gloss_search_wrapper_input svg {
        /* height: 32px;
        width: 32px;
        padding: 6px; */
        top: 4px;
        right: 4px;
    }
    .gloss .tooltips_directory_gloss {
        width: calc(100% - 230px - 160px);
    }

    .gloss img.tooltips_widget_img {
        max-width: 290px;
        margin-bottom: 4px;
    }

    .gloss .navitems a {
        width: 32px;
        height: 32px;
        font-size: 16px !important;
    }

    .gloss a.tooltips_widget_list {
        margin-bottom: 16px;
    }

    .gloss .tooltips_widget_title{
        font-size: 18px;
    }

    .gloss .tooltips_widgets_title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .gloss .navitems .container,
    .container.gloss__container {
        max-width: 1280px;
        padding: 0 32px;
    }

    .gloss .articles__title {
        font-size: 78px;
        max-width: 570px;
        line-height: 65px;
        margin-bottom: 40px;
    }

    .gloss .asl_w_container,
    .gloss .gloss_search_wrapper {
        width: 487px;
    }

    .gloss .asl_w_container .probox,
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input {
        height: 56px;
    }
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input input {
        font-size: 18px;
    }

    .gloss .navitems {
        height: 80px;
    }

    .gloss-single h2.wp-block-heading{
        font-size: 32px;
    }

    .gloss-single p{
        font-size: 19px!important;
    }
}

@media (max-width: 1200px) {

    .gloss-single {
        margin-top: 50px;
    }

    .gloss .gloss_search_wrapper .gloss_search_wrapper_input  {
        height: 46px;
        padding-left: 22px;
    }

     .gloss .gloss_search_wrapper .gloss_search_wrapper_input svg {
        height: 40px;
        width: 40px;
        padding: 10px;
        top: 2px;
        right: 2px;
    }
    .gloss .asl_w_container, .gloss .gloss_search_wrapper {
        width: 447px;
    }

    .toc-link{
        font-size: 18px;
    }
    .toc-link.active{
        font-size: 20px;
    }

    .gloss .gloss_search_wrapper .gloss_search_wrapper_input input {
        font-size: 16px;
    }
}

@media (max-width: 1198px) {
    .gloss .navitems a {
        width: 30px;
        height: 30px;
        font-size: 14px !important;
    }

    body .gloss .tooltips_directory_gloss .tooltips_list {
        padding-left: 217px;
    }

    .gloss a.tooltips_widget_list {
        margin-bottom: 16px;
    }

    .gloss .tooltips_widget_title {
        font-size: 16px;
    }

    .gloss .navitems {
        height: 72px;
    }

    .gloss .tooltips_table_title {
        font-size: 18px;
    }

    .gloss .asl_w_container,
    .gloss .gloss_search_wrapper {
        width: 425px;
    }
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input {
        padding-left: 24px;
    }
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input input {
        font-size: 16px;
    }

    .gloss-single {
        margin-top: 42px;
    }

    .gloss-single h2.wp-block-heading{
        font-size: 26px;
    }
}

@media (max-width: 1023px) {
    body .gloss .tooltips_directory_gloss .tooltips_list {
        padding-left: 147px;
    }
    
    .gloss .navitems {
        height: 58px;
        margin-bottom: 40px;
    }
    
    .gloss .navitems a {
        width: 24px;
        height: 24px;
        font-size: 13px !important;
    }
    
    .gloss .tooltips_table_title {
        padding-bottom: 22px;
    }
    
    body .gloss .tooltips_directory_gloss .tooltips_list .letter {
        font-size: 60px;
    }
    
    .gloss .tooltips_directory_gloss {
        width: calc(100% - 200px - 100px);
    }
    
    .gloss img.tooltips_widget_img {
        max-width: 200px;
    }
    
    .gloss .tooltips_widget_title,
    .gloss .tooltips_widgets_title {
        font-size: 14px;
    }
    
    .gloss .navitems .container {
        margin-bottom: unset;
    }
    
    .gloss .articles__title {
        font-size: 52px;
        max-width: 470px;
        line-height: 50px;
        margin-bottom: 34px;
    }
    
    .gloss .asl_w_container,
    .gloss .gloss_search_wrapper {
        width: 370px;
    }

    .gloss .gloss_search_wrapper .gloss_search_wrapper_input  {
        height: 46px;
        padding-left: 14px;
    }
    .gloss .asl_w_container, .gloss .gloss_search_wrapper {
        width: 395px;
    }

    .gloss-single {
        margin-top: 33px;
    }

    .gloss-single p{
        font-size: 18px!important;
    }
}

@media (max-width: 833px) {
    body .gloss .tooltips_directory_gloss .tooltips_list {
        padding-left: 117px;
        scroll-margin-top: 60px;
    }

    .gloss .tooltips_directory_gloss {
        width: calc(100% - 180px - 100px);
    }

    .gloss img.tooltips_widget_img {
        max-width: 180px;
    }

    .gloss .section-title-gloss {
        aspect-ratio: 1.9 / 1;
        max-height: unset;
        background-position: bottom center;
        background-size: 100%;
    }

    body .gloss .tooltips_directory_gloss .tooltips_list {
        min-height: 100px;
    }

    .gloss .navitems {
        overflow-x: auto;
        margin-bottom: 32px;
    }

    .gloss .navitems .container {
        padding-right: 0;
    }

    .gloss .navitems a {
        min-width: 28px;
    }
}

@media (max-width: 768px) {
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input input::placeholder {
        width: 137px;
    }
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input input{
        font-size: 15px;
    }

     .gloss .gloss_search_wrapper .gloss_search_wrapper_input svg {
        height: 34px;
        width: 34px;
        padding: 9px;
        top: 2px;
        right: 3px;
    }

    .gloss .gloss_search_wrapper .gloss_search_wrapper_input {
        padding-left: 18px;
    }
    .gloss .navitems {
        height: 56px;
    }

    .container.gloss__container {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
    }

    .gloss .tooltips_directory_gloss {
        width: 100%;
    }

    .gloss img.tooltips_widget_img {
        max-width: 150px;
        border-radius: 4px;
    }

    .gloss .tooltips_widget_lists {
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
    }

    .gloss .navitems .container {
        padding-left: 16px;
        padding-right: 0;
    }

    .gloss .navitems a {
        min-width: 24px;
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    .gloss .articles__title {
        font-size: 32px;
        line-height: 31px;
        max-width: 370px;
        margin-bottom: 21px;
    }

    .gloss .container.articles__container {
        margin-bottom: 35px;
        margin-top: auto;
    }

    .gloss .asl_w_container,
    .gloss .gloss_search_wrapper {
        width: 240px;
    }

    .gloss .asl_w_container .probox,
    .gloss .gloss_search_wrapper .gloss_search_wrapper_input {
        height: 40px;
    }

    .gloss .section-title-gloss {
        min-height: 325px;
        aspect-ratio: unset;
    }

    body .gloss .tooltips_directory_gloss .tooltips_list {
        padding-left: 90px;
    }
}

@media (max-width: 450px) {
    .gloss .section-title-gloss {
        min-height: 288px;
        aspect-ratio: unset;
        background-size: 125%;
    }

    .gloss .navitems a {
        font-size: 16px!important;
    }
    .gloss .navitems .container {
        gap: 12px;
    }

    .gloss-single {
        margin-top: 23px;
    }

    .gloss-single h2.wp-block-heading{
        font-size: 24px;
    }
}



.tooltips_directory_gloss .tooltips_table .tooltips_table_content p,
.tooltips_directory_gloss .tooltips_table .tooltips_table_content .button,
.tooltips_directory_gloss .tooltips_table {
    transition: .5s all;
}

.tooltips_directory_gloss .tooltips_table .tooltips_table_content .button {
    opacity: 0;
    height: 0;
}

.tooltips_directory_gloss .tooltips_table .tooltips_table_content p {
    opacity: 0;
    height: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Ограничиваем двумя строками */
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(2 * 32px); /* Высота двух строк, 32px ~ высота строки */
}

.tooltips_directory_gloss.focused .tooltips_table {
    opacity: .3;
}

.tooltips_directory_gloss.focused .tooltips_table.active {
    opacity: 1;
}

.tooltips_directory_gloss.focused .tooltips_table.active .tooltips_table_title {
    padding-bottom: 16px;
}

.tooltips_directory_gloss.focused .tooltips_table.active .tooltips_table_content {
    display: unset;
    width: 100%;
}

.tooltips_directory_gloss.focused .tooltips_table .tooltips_table_content p {
    margin: 0;
    font-size: 20px;
    opacity: 1;
    height: 100%;
}

.tooltips_directory_gloss.focused .tooltips_table .tooltips_table_content .button {
    background-color: #E65907;
    display: flex;
    width: 133px;
    height: 47px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 36px;
    opacity: 1;
}

.gloss .section-title-gloss #ajaxsearchliteres2 .results img.asl_image,
.gloss .section-title-gloss #ajaxsearchliteres2 .asl_r_post {
    display: block;
}




.gloss-sidebar {
    width: 410px;
    min-width: 410px;
    max-width: 410px;
    border-right: solid 1px #04132733;
}
body:not(.light) .gloss-sidebar {
    border-color: #FFFFFF1A;
}

.gloss-sidebar .alphabet {
    max-width: 321px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.gloss-sidebar .alphabet a.navitem {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-self: center;
    color: #041327;
    font-size: 18px!important;
}
body:not(.light) .gloss-sidebar .alphabet a.navitem {
    color: white;
}

.gloss-sidebar .alphabet a.navitem[data-counter="0"] {
    opacity: 0.4;
}

.gloss-sidebar .gloss-link {
    opacity: 1;
    margin-top: 20px;
}

.gloss-sidebar .gloss-link span{
    font-weight: 400;
    font-size: 20px;
}


.gloss-link {
    margin-top: 42px;
    display: flex;
    opacity: 0.4;
    align-items: center;
    gap: 12px;
}
.gloss-link .svg {
    stroke: #041327;
}

.gloss-link span {
    color: #041327;
    font-size: 18px;
}
body:not(.light) .gloss-link {
    opacity: 1;
}
body:not(.light) .gloss-link span {
    color: white;
}
body:not(.light) .gloss-link .svg {
    stroke: white;
}



.gloss-content {
    padding-left: 136px;
    padding-bottom: 120px;
}

.gloss-content .articles__title {
    text-align: left;
    font-size: 64px;
}

.gloss-content .wp-block-image {
    width: 100% !important;
    margin-left: unset;
    margin-right: unset;
    left: 0%;
    right: 0%;
}

.gloss-content .section-articles-content p:first-of-type {
    font-size: 28px;
    font-weight: 400;
}
@media(max-width: 1800px){
    .gloss-content .articles__title {
        font-size: 44px;
    }

    .gloss-content .section-articles-content p:first-of-type {
        font-size: 22px!important;
    }
}

@media (max-width: 1024px) {
    .gloss-content .section-articles-content p:first-of-type {
        font-size: 20px!important;
    }
    body:not(.light) .gloss-sidebar,
    .gloss-sidebar {
        border-color: transparent;
    }

    .gloss-single p {
        font-size: 18px !important;
    }

    .gloss-content .articles__title {
        font-size: 34px;
    }
}
@media (max-width: 450px) {
    .gloss-content .section-articles-content p:first-of-type {
        font-size: 20px!important;
    }

    .gloss-single .section-articles-content .container{
        margin: 0;
    }

    .gloss-content .articles__title {
        font-size: 32px;
    }
}

/* readmore */

body .section-readmore.gloss-readmore {
    background: #172538;
}
body.light .section-readmore.gloss-readmore {
    background: #041327;
}
body:not(.light) .gloss-readmore-container .gloss-sidebar {
    border-color: transparent;
}
.gloss-readmore-container {
    display: flex;
    position: relative;
}
.gloss-readmore-container .section-thumbnail {
    /* max-width: 358px; */
}
.gloss-readmore-container .section-thumbnail img {
    max-width: inherit;
    object-fit: cover;
    width: 358px;
    aspect-ratio: 2.1/1;
    border-radius: 14px;
}
html body .section-readmore.gloss-readmore .section-title {
    color: #fff!important;
    font-size: 40px;
    line-height: 1;
}
.gloss-readmore-container .gloss-content {
    padding-bottom: 0;
}
.gloss-readmore-container .gloss-next {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.gloss-readmore-container .section-description p {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    margin-top: 14px;
    margin-bottom: 54px;
    max-width: 80%;
}
.gloss-readmore-container .section-description a {
    color: #fff;
    font-size: 20px;
}
.gloss-single .section-title-articles .container .gloss-link {
    display: none;
}
.gloss-single .section-title-articles {
    padding-top: 0px;
}
.gloss-single {
    min-height: 50vh;
}

@media (max-width: 1441px) {
    .gloss-sidebar {
        width: 321px;
        min-width: 321px;
        max-width: 321px;
    }
    .gloss-sidebar .alphabet {
        max-width: 274px;
    }
    .gloss-sidebar .alphabet a.navitem {
        font-size: 16px!important;
        width: 32px;
        height: 32px;
    }
    .gloss-link {
        margin-top: 36px;
    }
    .gloss-link span {
        font-size: 16px;
    }
    .gloss-content {
        padding-left: 112px;
    }
    .gloss-content .articles__title {
        margin: initial;
    }
    .gloss-readmore-container .section-thumbnail img {
        width: 245px;
        height: 170px;
    }
    .gloss-sidebar .gloss-link span{
        font-size: 18px;
    }
    .gloss-readmore-container .section-description p {
        font-size: 19px!important;
    }
    .gloss-readmore-container .section-description a {
        font-size: 18px;
    }

    .toc-wrapper {
        margin: 20px 50px 20px 0;
    }
}

@media (max-width: 1200px) {

    .gloss-content {
        padding-left: 64px;
    }
}
@media (max-width: 1198px) {
    .gloss-content {
        padding-left: 63px;
    }
    .gloss-readmore-container .section-thumbnail {
        max-width: 245px;
    }
    html body .section-readmore.gloss-readmore .section-title {
        font-size: 36px;
    }
    .gloss-readmore-container .section-description p {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .gloss-readmore-container .section-description a {
        font-size: 16px;
    }

    .gloss-readmore-container .section-description p {
        font-size: 18px!important;
    }

    .gloss-sidebar .gloss-link span{
        font-size: 16px;
    }
}
@media (max-width: 1023px) {
    
    .gloss-sidebar .alphabet {
        max-width: 248px;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }
    .gloss-sidebar .alphabet a.navitem {
        font-size: 14px!important;
    }
    .gloss-link span {
        white-space: nowrap;
        font-size: 16px;
        font-weight: 400;
    }

    html body .section-readmore.gloss-readmore .section-title {
        font-size: 26px;
    }
    .gloss-readmore-container .section-description p {
        font-size: 18px!important;
        max-width: 100%;
    }
    .gloss-readmore-container .section-description a {
        font-size: 16px;
    }
    .gloss-readmore-container .gloss-next {
        display: none;
    }
}
@media (max-width: 834px) {
    .gloss-readmore-container .gloss-sidebar,
    .gloss-readmore-container .section-thumbnail {
        width: 225px;
        max-width: 225px;
        min-width: 225px;
    }
    .gloss-single .section-title-articles .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
    }

    .gloss-single .section-title-articles .container .gloss-link {
        margin-top: 0;
        display: flex;
        opacity: 1;
    }
    .gloss-single .gloss-sidebar {
        display: none;
    }

    .gloss .tooltips_widget_title {
        font-size: 16px;
    }

    .gloss .tooltips_widgets_title {
        font-size: 18px;
    }
}
@media (max-width: 834px) {
    .gloss-single .gloss-content {
        padding-left: 0;
        padding-bottom: 60px;
        overflow-x: hidden;
    }

    .gloss-readmore-container .gloss-content {
        padding-left: 37px;
    }
    .gloss-readmore-container .section-description p {
        font-size: 16px!important;
    }
}
@media (max-width: 769px) {
    .gloss-readmore-container .gloss-sidebar,
    .gloss-readmore-container .section-thumbnail {
        width: 176px;
        max-width: 176px;
        min-width: 176px;
    }

    .gloss .tooltips_widget_title {
        font-size: 14px;
    }
    
    .gloss .tooltips_widgets_title {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    html body .section-readmore.gloss-readmore .section-title {
        font-size: 22px;
    }
    .gloss-readmore-container .section-description p {
        margin-bottom: 12px;
    }

    .gloss-single .section-title-articles .container {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media (max-width: 450px) {
    .gloss-single .section-title-articles .container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .gloss-single .section-title-articles {
        padding-bottom: 28px;
    }
    .section-readmore .container.gloss-readmore-container {
        padding: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
    }
    .gloss-readmore-container .gloss-sidebar,
    .gloss-readmore-container .section-thumbnail {
        width: 100vw;
        max-width: 100vw;
        min-width: 100vw;
    }
    .gloss-readmore-container .section-thumbnail img {
        border-radius: 0;
        width: 100%;
    }
    .gloss-readmore-container .gloss-content {
        padding: 20px 16px;
        text-align: center;
    }
}

/* search */
#glossarySearchInput {
    border-bottom: 0;
    box-shadow: none;
}

#customDropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
    padding-top: 25px;
    margin-top: -20px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
}

#dropdownContent {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
}

#dropdownContent a {
    font-size: 16px;
    padding: 12px;
    color: #041327;
}

#dropdownContent a::first-letter{
    text-transform: capitalize;
}

#dropdownContent a span {
    color: #e65906;
}


.glossary-backlinks {
    margin: 0;
}
.glossary-backlinks h2 {
    /* font-size: 40px; */
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #041327;
    margin-bottom: 40px;
    margin-top: 52px;
}

.glossary-backlinks__cotainer {
    display: flex;
    gap: 42px;
}
.glossary-backlinks__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.glossary-backlinks__item img {
    border-radius: 14px;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2.1 / 1;
}
.glossary-backlinks__title {
    font-size: 18px!important;
    line-height: 120%!important;
    color: #041327;
    margin-top: 0;
}
.glossary-backlinks__item a {
    color: #04132740;
    font-size: 18px!important;
}

.gloss-readmore-container .section-description p {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .glossary-backlinks__title,
    .glossary-backlinks__item a {
        font-size: 14px!important;
    }
    .glossary-backlinks__item {
        gap: 8px;
    }
}
@media screen and (max-width: 768px) {
    .glossary-backlinks h2 {
        margin-top: 36px;
        font-size: 20px;
        margin-bottom: 24px;
    }
    .glossary-backlinks__item img {
        border-radius: 4px;
    }
}

@media screen and (max-width: 450px) {
    .glossary-backlinks__cotainer {
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
    }
    .glossary-backlinks__item {
        max-width: 150px;
        min-width: 150px;
    }

    .gloss .tooltips_widget_title {
        font-size: 16px;
    }
    
    .gloss .tooltips_widgets_title {
        font-size: 18px;
    }

}

/* table of ontent */
.gloss-single .gloss-sidebar {
    position: relative;
}




