.gloss-filters-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
/* or 123% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
}

.gloss-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.gloss-leftside {
    width: 358px;
}

.gloss-rightside {
    width: calc(100% - 358px);
    padding-left: 100px;
}

.gloss-filters-group-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
/* or 133% */
    letter-spacing: -0.02em;
    border-bottom: 2px solid;
    padding: 10px 0;
}

.subject-filter-item {
    border: 2px solid #F0F4F7;
    border-radius: 14px;
    padding: 9px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
/* identical to box height, or 133% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.subject-filter-item img {
    margin-right: 10px;
}

.gloss-filters-group-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 0;
}

.gloss-filters-group {
    margin-bottom: 0;
}

.reset-gloss-filters {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
/* identical to box height, or 125% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

/* #96A8BB */
    color: #96A8BB;
    cursor: pointer;
}

.reset-gloss-filters img {
    margin-right: 10px;
}

.char-filter-item {
    border: 2px solid #F0F4F7;
    border-radius: 14px;
    /* padding: 12px 16px; */
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
/* identical to box height, or 113% */
    letter-spacing: -0.02em;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 46px;
    height: 41px;
        text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.char-filter-item:nth-child(7n+7) {
    margin-right: 0px;
}

.char-filter-item:hover {
    border-color: #05203E;
}

.char-filter-item.active {
    border-color: #05203E;
}

.subject-filter-item:hover {
    border-color: #05203E;
}

.subject-filter-item.active {
    border-color: #05203E;
}

.gloss-search-input-wrapper {
    position: relative;
    width: 100%;
}

.gloss-search-input-wrapper .txt-i {
    width: 100%;
    font-size: 18px;
    padding-right: 70px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
}

.js-submit-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.termin-ofthe-day-wrapper {
    color: #fff;
    background-color: #1061D8;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 20px 40px;
    background-image: url(../img/glossary/back3.svg);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -2%;
    background-attachment: fixed;
}

.termin-ofthe-day-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.4;
    margin-bottom: 40px;
}

.termin-ofthe-day-value {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
/* or 112% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

.termin-ofthe-day-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
/* identical to box height */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    opacity: .4;
}

.termin-ofthe-day-link img {
    margin-left: 7px;
}

.gloss-section {
    margin-bottom: 32px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.char-title {
    background: #F0F4F7;
    border-radius: 16px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
/* or 123% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
}


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

.char-list {
    padding: 16px 14px;
}

.char-list-item {
    display: flex;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
/* identical to box height, or 130% */
    letter-spacing: -0.02em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.char-list-more {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
/* identical to box height, or 130% */
    letter-spacing: -0.02em;
    /* color: #1061d8; */
    border-bottom: 2px solid;
}

.char-list-item:hover {
    color: #FF8E24;
}

.gloss-sections {
    column-count: 3;
    /* column-rule-style: solid; */
    column-gap: 26px;
    /* column-span: unset; */
}



.glossary-itempage-back {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
/* identical to box height, or 130% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;

/* #96A8BB */
    color: #96A8BB;
}

.glossary-itempage-back img {
    margin-right: 16px;
}

.article-head-meta_glossary-subject {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
/* identical to box height, or 130% */
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
}

.article-head-meta_glossary-subject img {
    margin-right: 10px;
}

.article-wrapper.article-wrapper_glossary {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.article-wrapper.article-wrapper_glossary .article-body {
    margin-right: 0px;
}

.article-wrapper.article-wrapper_glossary h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
    padding-bottom: 24px;
    border-bottom: 2px solid #E2E8EE;
    margin-bottom: 24px;
}

.article-wrapper.article-wrapper_glossary .article-bottom {
    border-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 32px;
}

.article-wrapper.article-wrapper_glossary .article-bottom .share-item {
    margin-left: 0px;
    margin-right: 10px;
}

.glossary-termin-listitem {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
/* identical to box height, or 130% */
    letter-spacing: -0.02em;
    padding: 12px 24px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 12px;
    margin-right: 12px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.glossary-more-termins {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.section.page-section_glossarytermin .article-comments-wrapper {
    margin: 0 auto;
    margin-bottom: 96px;
}

.section.page-section_glossarytermin .article-read-more {
    width: 1036px;
    margin: 0 auto;
    /* margin-bottom: 96px; */
}

.page-section_glossarytermin .box-title.box-title_link {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
/* identical to box height, or 111% */
    letter-spacing: -0.03em;
    margin-bottom: 26px;
}


.gloss-filters-title-icon {
    background: url(../img/glossary/filters_icon.svg) no-repeat center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: none;
}

.gloss-filters-title.active .gloss-filters-title-icon {
    background-image: url(../img/glossary/filters_icon_active.svg);
}
.gloss-filters-title-value {
    display: flex;
}

.gloss-filters-title-value img {
    margin-right: 10px;
}

.gloss-filters-title-close {
    display: none;
}
.glossary-itempage-back_mobile {
    display: none;
}



.subject-filter-item.subject-filter-item_orange {
    color: #FF8E24;
}
.subject-filter-item.subject-filter-item_green {
    color: #00BD79;
}
.subject-filter-item.subject-filter-item_lightblue {
    color: #27B8E4;
}
.subject-filter-item.subject-filter-item_blue {
    color: #0E61D9;
}
.subject-filter-item.subject-filter-item_purple {
    color: #973CCF;
}
.subject-filter-item.subject-filter-item_yellow {
    color: #FAB504;
}


.article-head-meta_glossary-subject_orange {
    color: #FF8E24;
}
.article-head-meta_glossary-subject_green {
    color: #00BD79;
}
.article-head-meta_glossary-subject_lightblue {
    color: #27B8E4;
}
.article-head-meta_glossary-subject_blue {
    color: #0E61D9;
}
.article-head-meta_glossary-subject_purple {
    color: #973CCF;
}
.article-head-meta_glossary-subject_yellow {
    color: #FAB504;
}
.css-filtered-view .gloss-section {
    page-break-inside: unset;
    break-inside: unset;
}

.glossary-termin-listitem:hover {
    transform: scale(1.03);
}



.char-title-total {
    color: #ccc;
    font-size: 14px;
    color: #ccc;
    margin-left: 4px;
    transform: translateY(-10px);
    display: inline-block;
    color: #05203E;
    opacity: 0.4;
}

.subject-title-total {
    color: #ccc;
    font-size: 12px;
    color: #ccc;
    margin-left: 4px;
    transform: translateY(-6px);
    display: inline-block;
    color: #05203E;
    opacity: 0.3;
}

.char-list-item-icon {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 8px;
    transform: translateY(4px);
}

.char-list-item-title {
    width: calc(100% - 26px);
}

.char-list-item-icon:hover .tip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.char-list-item-icon .tip {
    width: 70px;
    top: -26px;
    left: -50px;
    right: -50px;
}
.termin-ofthe-day-wrapper:hover .termin-ofthe-day-link img {
    transform: translateX(7px);
}

.termin-ofthe-day-wrapper .termin-ofthe-day-link img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.termin-ofthe-day-wrapper:hover {
    transform: scale(1.03);
}
.js-submit-search:hover {
    transform: scale(1.15);
}
.termin-ofthe-day-wrapper:active{
	color:#fff;
}


.termin-ofthe-day-wrapper.termin-ofthe-day-wrapper_orange {
    background-color: #FF8E24;
}
.termin-ofthe-day-wrapper.termin-ofthe-day-wrapper_green {
    background-color: #00BD79;
}
.termin-ofthe-day-wrapper.termin-ofthe-day-wrapper_lightblue {
    background-color: #27B8E4;
}
.termin-ofthe-day-wrapper.termin-ofthe-day-wrapper_blue {
    background-color: #0E61D9;
}
.termin-ofthe-day-wrapper.termin-ofthe-day-wrapper_purple {
    background-color: #973CCF;
}
.termin-ofthe-day-wrapper.termin-ofthe-day-wrapper_yellow {
    background-color: #FAB504;
}
.css-filtered-view .gloss-section {
    page-break-inside: unset;
    break-inside: unset;
}
.char-list-more:hover {
    opacity: .6;
}

.subject-filter-item img {
    width: 24px;
    height: 24px;
}
.gloss-filters {
    position: sticky;
    top: 88px;
}
.gloss-filters.gloss-filters_ns {
    position: relative;
    top: 0px;
}
.char-filter-group-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.char-filter-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
}





@media only screen and (max-width: 1700px) { 
.gloss-filters-title {
    font-size: 24px;
}

.gloss-filters-group-title {
    font-size: 16px;
    line-height: 18px;
}

.subject-filter-item {
    font-size: 14px;
    padding: 7px 8px;
    margin-right: 4px;
    margin-bottom: 8px;
}

.subject-filter-item img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.char-filter-item {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.gloss-leftside {
    width: 300px;
}

.gloss-rightside {
    width: calc(100% - 300px);
    padding-left: 90px;
}

.char-title {
    font-size: 24px;
    padding: 4px 14px;
}

.char-list-item {
    font-size: 18px;
    line-height: 20px;
}

.termin-ofthe-day-title {
    font-size: 16px;
}

.termin-ofthe-day-value {
    font-size: 28px;
    line-height: 34px;
}

.termin-ofthe-day-link {
    font-size: 16px;
}

.char-filter-item:nth-child(7n+7) {
    margin-right: 8px;
}

.char-filter-item:nth-child(6n+6) {
    margin-right: 0px;
}

.gloss-search-input-wrapper .txt-i {
    font-size: 14px;
    line-height: 1;
    padding: 10px 24px;
    border-radius: 12px;
}

.js-submit-search img {
    width: 18px;
}

.js-submit-search {
    width: 50px;
}

.gloss-search {
    margin-bottom: 48px;
}

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

.char-list-more {
    font-size: 18px;
    line-height: 20px;
}

.article-wrapper.article-wrapper_glossary h1 {
    font-size: 34px;
    line-height: 1;
}

.page-section_glossarytermin .box-title.box-title_link {
    font-size: 32px;
}

.section.page-section_glossarytermin .article-read-more {
    width: 844px;
}

.glossary-termin-listitem {
    font-size: 18px;
    padding: 9px 24px;
}
.section.page-section_glossarytermin .article-comments-wrapper {
    margin-bottom: 72px;
}

.subject-title-total {
    font-size: 10px;
}
}



@media only screen and (max-width: 1439px) { 
.termin-ofthe-day-title {
    margin-bottom: 28px;
}

.termin-ofthe-day-value {
    margin-bottom: 28px;
}
.section.page-section.page-section_glossarytermin .article-body {
    width: 844px;
}

.section.page-section_glossarytermin .article-comments-wrapper {
    width: 844px;
}
}


@media only screen and (max-width: 1279px) { 
    .gloss-sections {
    column-count: 2;
    /* column-rule-style: solid; */
    column-gap: 32px;
}


}



@media only screen and (max-width: 1023px) { 
.gloss-leftside {
    width: 100%;
}

.gloss-wrap {
    display: flex;
    flex-direction: column;
}

.gloss-filters {
    /* display: none; */
}

.gloss-rightside {
    width: 100%;
    padding: 0;
}
.gloss-filters-groups {
    /* display: none; */
}

.reset-gloss-filters {
    width: 100%;
    border: 2px solid #CFD8E0;
    border-radius: 13.5054px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
}

.gloss-filters-title-icon {
    display: flex;
}

.gloss-filters-title-close {
    /* display: flex; */
}

.gloss-filters-title {
    font-size: 26px;
}

.subject-filter-item {
    font-size: 18px;
    padding: 12px 16px;
    margin-right: 8px;
}

.gloss-filters-group-title {
    font-size: 18px;
    line-height: 24px;
}

.char-filter-item {
    font-size: 18px;
    line-height: 20px;
    width: 54px;
    height: 48px;
}

.char-filter-item:nth-child(5n+5) {
    margin-right: 8px;
}

.char-filter-item:nth-child(11n+11) {
    margin-right: 0px;
}

.gloss-filters {
    position: relative;
    top: 0;
    margin-bottom: 44px;
}

.gloss-search-input-wrapper .txt-i {
    font-size: 16px;
    padding: 14px 24px;
}
.section.page-section.page-section_glossarytermin .article-body {
    width: 675px;
}

.section.page-section_glossarytermin .article-comments-wrapper {
    width: 675px;
}

.section.page-section_glossarytermin .article-read-more {
    width: 675px;
}

.section.page-section.page-section_glossarytermin .box-title-val {
    margin-bottom: 0px;
}
.gloss-filters-title {
    cursor: pointer;
}

.gloss-filters-title.active {
    color: #0e61d9;
}

.gloss-filters-title.active .gloss-filters-title-close {
    display: flex;
}
.char-filter-item:nth-child(6n+6) {
    margin-right: 8px;
}
}

@media only screen and (max-width: 767px) { 
.gloss-filters-title {
    font-size: 20px;
}

.gloss-filters-group-title {
    font-size: 16px;
    line-height: 18px;
}

.subject-filter-item {
    font-size: 16px;
    padding: 8px 10px;
    margin-right: 4px;
    margin-bottom: 6px;
}

.char-filter-item {
    width: 48px;
}

.char-filter-item:nth-child(11n+11) {
    margin-right: 8px;
}

.char-filter-item:nth-child(6n+6) {
    margin-right: 0px;
}

.gloss-sections {
    column-count: 1;
    /* column-rule-style: solid; */
    column-gap: 0px;
}

.termin-ofthe-day-value {
    font-size: 26px;
    margin-bottom: 20px;
}

.termin-ofthe-day-title {
    margin-bottom: 20px;
}

.termin-ofthe-day-value {}

.char-title {
    border-radius: 12px;
}
.section.page-section.page-section_glossarytermin .article-body {
    width: 100%;
}

.section.page-section_glossarytermin .article-comments-wrapper {
    width: 100%;
}

.section.page-section_glossarytermin .article-read-more {
    width: 100%;
}

.glossary-itempage-back {
    display: none;
}

.glossary-itempage-back_mobile {
    display: flex;
    width: 46px;
    height: 38px;
    left: 0px;
    top: 0px;
    background: #F3F6F8;
    border-radius: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.article-wrapper.article-wrapper_glossary h1 {
    font-size: 26px;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.page-section_glossarytermin .box-title.box-title_link {
    font-size: 20px;
    margin-bottom: 16px;
}

.glossary-termin-listitem {
    font-size: 16px;
    padding: 9px 24px;
    margin-bottom: 8px;
    margin-right: 8px;
}

}
