/*mobile first*/
.display-none {
    display: none !important;
}
.doc-base {
    font-family: "Segoe UI", -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif;
}
.doc-base .fa {
    color:#cacbcd;
}
.doc-base .fa.active {
    color: #f0b434;
}
.doc-base__content_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.doc-base__content_right {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}
.doc-base__content_active {
    display: block;
}
.doc-base__article {
    display: flex;
    flex-direction: column;
}
.doc-base__article-section {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 1px 1px #e4e7ed;
    box-shadow: 0 1px 1px #e4e7ed;
}
.doc-base__article-section--wrap {
    padding: 10px 34px 10px 20px;
    background-color: #fff;
}
.doc-base__add-material {
    background-color: #fff;
    display: flex;
    padding: 21px;
    margin-top: 1px;
    cursor: pointer;
}
.doc-base__add-material:hover {
    background-color: #FFB71C;
}
.doc-base__add-material:hover .add-material__link {
    color: #fff;
}
.add-material__link {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 13px;
    text-align: center;
    color: #FFB71C;
    margin: 0 auto;
}
.doc-base__head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.doc-base__back-link {
    display: inline-block;
    margin-right: 12px;
}
.doc-base__back-link .fa {
    color: #000;
}
.doc-base__back_mobile {
    display: none;
}
.doc-base__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.doc-base__title {
    margin-bottom: 10px;
    margin-right: auto;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}
.doc-base__search {
    width: 100%;
}
.doc-base__btn-wrap {
    margin-left: 33px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.base-btn {
    display: flex;
    align-items: center;
    font-family: inherit;
    line-height: 1;
    color: #989898;
    border: none;
    padding: 8px 15px 10px;
    border-radius: 40px;
    background-color: #f0f0f0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}
.base-btn.base-btn--primary {
    background: #FFB71C;
}
.base-btn.base-btn--primary:hover {
    background: #FFC956;
}
.base-btn_icon {
    font-size: 0.125rem;
    padding: 10px 10px;
    height: 36px;
}
/*.base-btn:hover {*/
/*color: #464646;*/
/*background-color: #e5e5e5;*/
/*}*/
.base-btn__rubric-btn_save {
    color: #000;
    background-color: #fcc142;
}
.base-btn__text {
    display: none;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0 5px;
}
.base-btn__rubric-btn_save:hover {
    color: #000;
    background-color: #fcc142;
}
.doc-base__rubric-btn {
    margin-right: auto;
    height: 36px;
    padding: 9px 16px 11px 12px;
    font-size: 0.875rem;
    line-height: 1;
}
.doc-base__rubric-btn .base-btn__text {
    color: #000;
}
.doc-base__add-article {
    margin-left: 8px;
}
.doc-base__search,
.doc-base__tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 20px;
}
.doc-base__tag-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.doc-base__tag-label {
    margin-right: 16px;
    color: #989898;
}
.doc-base__tag-input {
    width: 200px;
    height: 26px;
}
.doc-base__tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.doc-base__tag-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 15px 7px;
}
.doc-base__tag-name {
    margin-right: 7px;
}
.doc-base__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.doc-base__old .css-control,
.doc-base__learn .css-control,
.doc-base__favorite .css-control {
    padding: 0;
}
.doc-base__learn {
    margin-right: 15px;
    color: #000000;
}
.doc-base__learn:last-child {
    margin-right: 0;
}
.doc-base__old-label,
.doc-base__learn-label,
.doc-base__favorite-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    font-size: 0.875rem;
    color: #989898;
    cursor: pointer;
}
.doc-base__old-label .fa,
.doc-base__learn-label .fa,
.doc-base__favorite-label .fa {
    margin-right: 4px;
    color: #989898;
    font-size: 1.5em;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.doc-base__old-label:hover,
.doc-base__favorite-label:hover,
.doc-base__learn-label:hover,
.doc-base__old-label:hover .fa,
.doc-base__favorite-label:hover .fa,
.doc-base__learn-label:hover .fa {
    color: #464646;
}
.doc-base__old-input:checked + .doc-base__old-label,
.doc-base__learn-input:checked + .doc-base__learn-label,
.doc-base__favorite-input:checked + .doc-base__favorite-label,
.doc-base__old-input:checked + .doc-base__old-label .fa,
.doc-base__learn-input:checked + .doc-base__learn-label .fa,
.doc-base__favorite-input:checked + .doc-base__favorite-label .fa {
    color: #f0b434;
}
.doc-base__search-input {
    padding-left: 42px;
    padding-bottom: 12px;
    border-radius: 19px;
}
.doc-base__search-input::placeholder {
    font-size: 0.75rem;
    line-height: 13px;
    color: #C1C1C1;
}
.doc-base__search .form-control {
    height: 38px;
    border-color: #E9E9E9;
    color: #000000;
}
.doc-base__search .form-control:not(:last-child) {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}
.doc-base__search-btn {
    position: absolute;
    z-index: 10;
    left: 0;
    height: 38px;
    padding-left: 16px;
    border: 1px solid transparent;
    background-color: transparent;
}
.doc-base__table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.doc-base__col-header {
    display: flex;
    align-items: center;
    width: 19% !important;
}
.doc-base__col-header--rating,
.doc-base__col-header--time {
    justify-content: center;
}
.doc-base__col-header--very-small {
    width: 5% !important;
}
.doc-base__col-header--small {
    width: 20px !important;
    margin-right: 10px !important;
}
.doc-base--user .doc-base__col-header--small {
    width: 7%;
}
.doc-base__col-header--small .doc-base__col-title {
    cursor: pointer;
}
.doc-base__col-header--large {
    margin-left: 10px !important;
    width: 45% !important;
}
.doc-base__col-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.doc-base__col-wrap--width {
    width: 100%;
}
.doc-base__col-item {
    display: flex;
    align-items: center;
}
.doc-base__col-item--buttons,
.doc-base__col-item--time {
    display: flex;
    justify-content: center;
}
.doc-base__col-item-wrapper {
    display: flex;
    align-items: center;
}
.doc-base__col-title {
    font-size: 1rem;
    color: #000000;
}
.doc-base__col-filter {
    margin-left: 4px;
    display: flex;
    flex-direction: column;
}
.doc-base__col-filter-icon {
    display: flex;
    cursor: pointer;
}
.doc-base__col-filter-icon:nth-child(n + 2) {
    margin-top: 2px;
}
.doc-base__col-filter-icon svg {
    fill: #C4C4C4;
}
.doc-base__col-filter-icon:hover svg {
    fill: #FFB71C;
}
.doc-base__col-text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #000000;
}
.doc-base__col-text--hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doc-base__col-text .text-center {
    text-align: center;
}
.doc-base__col-text--grey {
    font-size: 0.75rem;
    color: #DEDEDE;
}
.doc-base__col-text--link {
    display: inline-block;
    color: #2173D3;
}
.doc-base__col-text .col-text--search {
    color: #FFB71C;
}
.doc-base__col-text--marked {
    color: #EB5757;
    position: relative;
    margin-right: 20px;
}
.doc-base__col-text--marked:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    width: 6px;
    height: 6px;
    display: block;
    background: #EB5757;
    border-radius: 50%;
}
.doc-base__col-text--unread:after {
    content: '';
    background: #FFB71C;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 5px;
    width: 6px;
    height: 6px;
}
.doc-base__col-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    width: 22px;
    height: 22px;
    fill: #575757;
    border-radius: 100px;
    background-color: #f8f8f8;
}
.doc-base__col-button:nth-child(n + 2) {
    margin-left: 10px;
}
.doc-base__col-button:hover {
    fill: #fff;
}
.doc-base__col-button--studied {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;

    height: 37px;
    min-width: 164px;
    padding: 0 25px;
    border: 1.5px solid #50b440;
    background-color: transparent;
}

.doc-base__col-button--studied.is-studied {
    color: #fff;
    border-color: #219653;
    background-color: #219653;
}

.doc-base__col-button--studied svg {
    color: #50b440;
}

.doc-base__col-button--studied.is-studied svg {
    color: #fff;
}

.doc-base__col-button--pencil:hover {
    background-color: #ffb71c;
}
.doc-base__col-button--delete:hover {
    background-color: #d0021b;
}
.doc-base__col-icon {
    position: relative;
}
.doc-base__rubric-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    background-color: #FFFFFF;
}
.doc-base--user .doc-base__rubric-item {
    padding: 15px 30px;
}

.doc-base__rubric-item:nth-child(n + 2) {
    margin-top: 1px;
}
/*.doc-base__show-more {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    padding: 15px 20px;*/
/*    background-color: #FFFFFF;*/
/*    margin-top: 1px;*/
/*}*/
.doc-base__list {
    /*margin: 0 -25px;*/
    display: flex;
    flex-direction: column;
}
.doc-base__list-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 11px;
}
.doc-base__list-item.doc-base__list-item--not-rubric {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 2px solid #DBDBDB;
}
.doc-base__item-caption {
    display: flex;
    align-items: center;
    padding: 9px 0;
    margin-top: 20px;
}
.doc-base__item-caption .item-caption__text {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 18px;
    color: #999999;
    letter-spacing: 1.3px;
}
.doc-base__item-caption .item-caption__more {
    margin-left: 10px;
    cursor: pointer;
}
.doc-base__item-caption .item-caption__more svg {
    fill: #999999;
}
.doc-base__item-caption .item-caption__more:hover svg {
    fill: #FFB71C;
}
.doc-base__rubric-more {
    margin: 12px auto 0;
    background: #F8F8F8;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 13px;
    color: #A4A4A4;
}
.doc-base__rubric-more:hover {
    background: #ECECEC;
}
/* заглушка */
.doc-base__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 540px;
}
.doc-base__block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 90px;
    max-width: 260px;
    background-image: url("../../img/favicons/office-material.png");
    background-repeat: no-repeat;
    background-size: 95px 70px;
    background-position: center top;
}
.doc-base__block-content_rubric {
    max-width: 220px;
    width: 100%;
    background-image: url("../../img/favicons/diagram.png");
}

.doc-base__block-desc {
    margin-bottom: 30px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
    color: #000;
}
.doc-base__block-btn {
    margin-bottom: 15px;
    padding: 7px 20px 9px;
    color: #000000;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    background-color: transparent;
    border-radius: 40px;
    border: 2px solid #fcc142;
}
.doc-base__block-btn:hover {
    color: #000;
}
.doc-base__add-rubric {
    display: flex;
}
.doc-base__empty-block {
    background: #fff;
    display: flex;
    height: 447px;
    margin-top: 1px;
}
.doc-base__empty-block--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 136px;
}
.doc-base__empty-block--content .content__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.doc-base__empty-block--content .content__text {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
}
.one-rubric_empty {
    padding-bottom: 15px;
}
.one-rubric_empty .one-rubric__name-wrap {
    margin-bottom: 0;
}
.one-rubric_end {
    border-top: 1px solid #939598;
}
.one-rubric__name-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.one-rubric__name {
    color: #999999;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 18px;
    text-transform: uppercase;
}
.one-rubric__name:hover {
    color: #000;
}
.one-rubric__list {
    margin-bottom: 10px;
}
.one-rubric__rec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.one-rubric__rec:last-of-type {
    border-bottom: none;
}
.one-rubric__desc-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
.one-rubric__rec-title {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-right: 5px;
    color: #2173d3;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 18px;
    word-break: break-all;
}
.one-link__rec-title {
    position: relative;
    color: #2173d3;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 18px;
    word-break: break-all;
}
.one-new__rec-title {
    position: relative;
    margin-bottom: 5px;
    display: block;
    padding-right: 5px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 18px;
    /*word-break: break-all;*/
}
.one-rubric__rec-title:hover {
    color: #4b90e0;
}
.article-learn:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #2173d3;
    border-radius: 50%;
}
.article-learn:hover:before {
    background-color: #4b90e0;
}
.article-attention {
    color: #d59815;
}
.article-attention:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -20px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #d59815;
    background-image: url("../../img/favicons/attention.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 16px 16px;
}

/**/
.tooltip_templates {
    display: none;
}
.menu-btn {
    position: relative;
    display: none;
    width: 30px;
}
.menu-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: initial;
    padding: 14px 0;
}
.menu-btn__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    align-items: center;
    justify-content: center;
    width: 150px;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 0.75rem;
    line-height: 16px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.menu-btn__button:hover {
    color: #575757;
}
.menu-btn__button:last-of-type {
    border-bottom: none;
}
.parent-rubric {
    width: 100%;
}
.rubric-cansel {
    color: #999;
}
/**/

.one-rubric__menu-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
}
.one-rubric__menu-open {
    font-size: 0;
    width: 4px;
    height: 18px;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    background-image: url("../../img/favicons/three-point.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}
.one-rubric__menu-open_horizontal {
    width: 18px;
    height: 10px;
    margin-top: 0;
    margin-left: 12px;
    background-image: url("../../img/favicons/three-point-horizontal.png");
}
.one-rubric__menu-inner {
    position: absolute;
    z-index: 10;
    top: 22px;
    left: -140px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 164px;
    height: 102px;
    padding-top: 12px;
    background-color: transparent;
    background-image: url("../../img/favicons/btn-inner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.one-rubric__menu-open_horizontal +
.one-rubric__menu-inner {
    top: 6px;
    left: -125px;
}
.one-rubric__change,
.one-rubric__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 164px;
    border: none;
    background-color: transparent;
    font-size: 0.75rem;
    cursor: pointer;
    padding: 5px 16px;
}
.one-rubric__delete {
    color: #FF0000;
}
.one-rubric__delete:hover {
    color: #ff4141;
}
.one-rubric__rec-date {
    display: inline-block;
    margin-right: 15px;
}

.one-rubric__all-btn {
    align-self: flex-start;
    margin-top: 15px;
    padding: 7px 30px 9px 20px;
    font-size: 0.875rem;
    line-height: 1;
    background-image: url(../../img/favicons/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 7px 11px;
}
.rubric-nav {
    margin: 0;
    padding: 25px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px #e4e7ed;
    box-shadow: 0 1px 1px #e4e7ed;
    position: relative;
    min-height: calc(100vh - 69px);
    border-top: 1px solid #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.doc-base__back,
.rubric-nav__back {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    font-family: "Segoe UI";
    font-size: 0.875rem;
    line-height: 1;
    color: #000000;
}
.rubric-nav__back .item__arrow-left-icon {
    stroke: #000000;
    margin: 2px 7px 4px 0;
}
.doc-base__back:hover,
.rubric-nav__back:hover,
.doc-base__back:active,
.rubric-nav__back:active {
    color: #000;
}
.rubric-nav__back {
    margin-bottom: 0;
}
.rubric-nav__list{
    margin-bottom: 20px;
}
.rubric-nav__item{
    margin: 0 -30px;
    padding: 10px 30px;
}
.rubric-nav__item_active{
    margin: 0 -30px;
    background-color: #f6f7f9;
}
.rubric-nav__item_active .rubric-nav__name {
    color: #000000;
    font-weight: 600;
}
.rubric-nav__title{
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: bold;
}
.rubric-nav__name {
    font-size: 1rem;
    color: #999;
    margin-top: 2px;
    margin-bottom: 8px;
}
.rubric-nav__name:hover {
    color: #000;
}
.rubric-nav__name-text {
    margin-right: 10px;
}
.rubric-nav__cancel {
    margin: 10px 0 0;
    border: 1px solid #D5D5D5;
    background: #fff;
    width: 100%;
    text-align: center;
    display: block;
    color: #000;
}
.rubric-nav__cancel:hover {
    border-color: #959595;
}
.rubric-nav__choose {
    background: #FFB71C;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
}
.rubric-nav__choose:hover {
    background: #FFCA58;
}
.rubric-nav__sub-list {
    padding-left: 15px;
}
.rubric-nav__sub-name {
    font-size: 0.875rem;
    line-height: 34px;
    color: #999999;
}
.rubric-nav__sub-name:hover {
    color: #999999;
}
.rubric-nav__sub-text {
    color: #000;
}
.rubric-nav__sub-text,
.rubric-nav__sub-count {
    font-size: 0.875rem;
}
.rubric-nav.block {
    margin-bottom: 0;
    padding-bottom: 24px;
}
.rubric-nav__button-close {
    position: absolute;
    top: 17px;
    left: -33px;
    width: 19px;
    height: 19px;
    display: none;
    cursor: pointer;
}
.doc-base__btn-wrap_rubric {
    margin: auto 0 0;
    flex-direction: column;
}

.doc-base__actions {
    position: fixed;
    bottom: 0;
    left: 230px;
    width: calc(100% - 230px);
    background: #ffffff;
    display: none;
    align-items: center;
    padding: 0 43px 0 25px;
    border-top: 1px solid #F0F2F5;
    z-index: 1041;
}

.doc-base__actions.show {
    display: flex;
}

.doc-base__actions-item {
    padding: 25px 0;
    font-size: 1rem;
    line-height: 12px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.doc-base__actions-item:hover {
    color: #FFB71C;
}
.doc-base__actions-item:hover .actions-item__arrow-right-icon {
    stroke: #FFB71C;
}

.doc-base__actions-item:nth-child(n + 2) {
    margin-left: 40px;
}

.doc-base__actions-item .actions-item--arrow-icon {
    margin-left: 40px;
}

.doc-base__actions-item.actions-item--active {
    border-bottom: 2px solid #FFB71C;
}

.doc-base__actions-item.actions-item--access,
.doc-base__actions-item.actions-item--access:hover .actions-item__tooltip {
    display: flex;
}

.doc-base__actions-item .actions-item__tooltip {
    position: absolute;
    top: -70px;
    background: #FFFFFF;
    box-shadow: 0 6px 21px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 132px;
    display: none;
}

.doc-base__actions-item .actions-item__tooltip-item {
    font-size: 0.75rem;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    padding: 5px 16px;
}

.doc-base__actions-item .actions-item__tooltip-item:hover {
    color: #575757;
}

.doc-base__actions-item .actions-item__arrow-right-icon {
    margin-left: auto;
    display: none;
    stroke: #000000;
}

.doc-base__actions-item.actions-item__badge {
    width: 27px;
    height: 27px;
    background: #FFB71C;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 27px;
    text-align: center;
    padding: 0;
}

.doc-base__actions-item.actions-item--unchecked {
    color: #B3B3B3;
    margin-left: auto;
}

.doc-base__actions-item.actions-item--unchecked:hover {
    color: #727272;
}

.doc-base__actions-item.actions-item--delete {
    color: #D0021B;
    display: flex;
    align-items: center;
}

.doc-base__actions-item.actions-item--delete:hover {
    color: #FF4D62;
}

.doc-base__actions-item.actions-item--delete .actions-item--delete-icon {
    font-size: 22px;
    margin: 0 10px 4px 0;
}

.doc-base__actions-item .actions-item__back {
    padding: 25px 0;
    font-size: 1rem;
    line-height: 12px;
    color: #B2B2B2;
    cursor: pointer;
    display: none;
}

.actions-item--container {
    display: flex;
    flex-direction: column;
}

.actions-item--container .actions-item__tooltip {
    display: flex;
    position: initial;
    box-shadow: none;
    padding: 0;
}

.actions-item--container .actions-item__tooltip-item {
    padding: 10px 0;
}

.actions-item--container .actions-item__arrow-right-icon {
    display: none;
}

.doc-base__actions-container {
    display: none;
    flex-direction: column;
    padding: 10px 0 13px;
}

.doc-base__actions-container.show {
    display: flex;
}

.doc-base__actions-container .actions-container__title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 12px;
    padding-bottom: 13px;
}

.doc-base__actions-container .actions-container__item {
    font-size: 0.75rem;
    line-height: 16px;
    padding: 7px 0;
    cursor: pointer;
}

.doc-base__actions-container .actions-container__item:hover {
    color: #FFB71C;
}

.doc-base__actions-container .actions-container__item.actions-container__item--grey {
    color: #B3B3B3;
    display: flex;
    align-items: center;
}

.doc-base__actions-container .actions-container__item.actions-container__item--grey:hover {
    color: #727272;
}

.doc-base__actions-container .actions-container__item.actions-container__item--grey:hover .item__arrow-left-icon {
    stroke: #727272;
}

.doc-base__actions-container .actions-container__item.actions-container__item--grey .item__arrow-left-icon {
    stroke: #B3B3B3;
    margin-right: 10px;
}

.rubric-nav__head-top {
    padding: 20px;
    padding-top: 10px;
}

@media (min-width: 1281px) {
    .doc-base__content_right {
        position: static;
        display: block;
        padding: 0;
        background-color: transparent;
    }
    .doc-base__content_left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .doc-base__content_right {
        display: block !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .doc-base__rubric-btn,
    .doc-base__btn-wrap_close,
    .doc-base__btn-wrap_rubric {
        display: none;
    }
    .doc-base__settings {
        order: 0;
    }
    .doc-base__add-rubric {
        display: flex;
    }
    .rubric-nav {
        margin-top: 0;
        padding: 25px 20px;
        height: auto;
        min-height: auto;
    }
    .rubric-nav__list{
        margin-bottom: 0;
    }
    .rubric-nav__item_active{
        margin: 0 -20px;
        padding: 10px 20px;
    }
    .rubric-nav__item_active .rubric-nav__name {
        color: #000;
    }
    .rubric-nav__item_active .rubric-nav__name-text {
        font-weight: 600;
    }
    .rubric-nav__back {
        display: none;
    }
    .one-rubric__menu-wrap {
        width: 60px;
    }
    .one-rubric__menu-open {
        display: none;
    }
    .one-rubric__menu-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        padding-top: 0;
    }
    .one-rubric__menu-open_horizontal +
    .one-rubric__menu-inner {
        top: 0;
        left: 0;
    }
}

@media (min-width: 992px) {
    .rubric-nav {
        border: none;
    }
}

@media (min-width: 601px) {
    .doc-base--user,
    .doc-base__col-header:not(.doc-base__col-header--small):not(.doc-base__col-header--large):not(.doc-base__col-header--very-small) {
        width: 15%;
    }
    .doc-base--user.doc-base--num .doc-base__col-item.doc-base__col-item--large {
        padding-left: 5px;
    }
    .doc-base--user .doc-base__col-item--small {
        width: 10%;
    }
    .doc-base__col-item--small {
        width: 20px !important;
        margin-right: 10px;
    }

    .doc-base__col-item--small .doc-base__col-title {
        padding-left: 23px;
    }
    .doc-base__col-item--large {
        width: 45%;
    }
}

@media (min-width: 476px) {
    .doc-base__title {
        margin-bottom: 0;
    }
    .doc-base__head-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .doc-base__tags {
        margin-bottom: 10px;
    }
    .doc-base__check {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .doc-base__old,
    .doc-base__learn {
        margin-left: auto;
    }
    .doc-base__back,
    .rubric-nav__back {
        width: auto;
        margin-bottom: 12px;
    }
    .doc-base__btn-wrap {
        width: auto;
    }
    .base-btn__text {
        display: inline-block;
    }
    .doc-base__settings {
        order: -1;
    }
    .one-rubric__name {
        margin-right: 15px;
    }
    .one-rubric__btn-wrap {
        width: 75px;
    }
    .doc-base__rubric-btn {
        /*margin-right: 20px;*/
        margin-left: 8px;
        height: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .doc-base__content_right {
        top: 0;
    }

    .rubric-nav {
        min-height: 100vh;
    }
}

@media (max-width: 1280px) {
    .rubric-nav__button-close {
        display: block;
    }
}

@media (max-width: 1100px) {
    .doc-base__actions-item {
        font-size: 0.875rem;
    }

    .doc-base__actions-item:nth-child(n + 2) {
        margin-left: 30px;
    }

    .doc-base__actions-item.actions-item--unchecked {
        margin-left: auto;
    }

    .doc-base__actions-item.actions-item--delete .actions-item--delete-icon {
        font-size: 1.25rem;
    }
}

@media (max-width: 991px) {
    .doc-base__actions {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 750px) {
    .doc-base__actions {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 26px 23px;
    }

    .doc-base__actions-item {
        padding: 10px 0;
        width: 100%;
    }

    .doc-base__actions-item:nth-child(n + 2) {
        margin: 0;
    }

    .doc-base__actions-item.actions-item__badge {
        position: absolute;
        top: -22px;
        right: 19px;
        width: 44px;
        height: 44px;
        font-size: 0.875rem;
        line-height: 44px;
    }

    .doc-base__actions-item.actions-item--active {
        border-bottom: none;
    }

    .doc-base__actions-item .actions-item__arrow-right-icon {
        display: block;
    }

    .doc-base__actions-item.actions-item--access:hover .actions-item__tooltip {
        display: none;
    }
}

@media (max-width: 600px) {
    .doc-base__head-top {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }
    .doc-base__title {
        margin-bottom: 0;
    }

    .doc-base__check {
        margin-top: 24px;
    }

    .doc-base__btn-wrap {
        margin: 26px 0 0;
        width: 100%;
    }

    .doc-base__btn-wrap_rubric {
        margin: auto 0 0;
    }

    .doc-base__btn-wrap .doc-base__rubric-btn {
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }

    .doc-base__btn-wrap .doc-base__rubric-btn .base-btn__text {
        display: block;
    }

    .doc-base__table-header {
        display: none;
    }

    .doc-base__search--mobile {
        margin-bottom: 0;
    }

    .doc-base__add-article {
        position: absolute;
        top: 0;
        right: 0;
    }

    .doc-base__item-caption {
        justify-content: space-between;
    }

    .doc-base__col-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        order: 1;
    }

    .doc-base__col-wrap--width {
        justify-content: space-between;
        width: 100%;
    }

    .doc-base__rubric-item {
        align-items: flex-start;
    }

    .doc-base__col-item {
        order: 2;
    }

    .doc-base__col-item--large {
        width: 100%;
        order: 0;
    }

    .doc-base__col-item--text {
        order: 1;
        margin: 6px 6px 12px 0;
    }

    .doc-base__col-item--text .doc-base__col-text {
        color: #CFCFCF;
    }

    .doc-base__col-item--small {
        width: 6%;
        order: 0;
    }

    .doc-base__col-item--very-small {
        display: none;
    }

    .doc-base__col-wrap--width .doc-base__col-item--very-small {
        display: flex;
    }

    .doc-base__col-item--buttons {
        width: 100%;
    }
    .doc-base__col-item--buttons,
    .doc-base__col-item--time {
        justify-content: flex-start;
    }
}

@media (max-width: 475px) {
    .doc-base__back_mobile {
        display: block;
        margin-bottom: 10px;
        color: #CFCFCF;
    }
    .doc-base__back_mobile:hover {
        color: #CFCFCF;
    }
    .doc-base__back_mobile svg {
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -4px;
        fill: #cacbcd;
    }
    .doc-base__back-link {
        display: none;
    }
    .rubric-nav {
        padding: 25px 10px;
    }
    .rubric-nav__button-close {
        left: initial;
        right: 10px;
        top: 31px;
    }
    .rubric-nav__head-top {
        margin-right: 36px;
    }
    .rubric-nav__item,
    .rubric-nav__item_active {
        margin: 0 -13px;
    }
    .rubric-nav__back {
        margin: 0 0 0 17px;
    }
}

@media (max-width: 450px) {
    .doc-base__col-wrap {
        width: 80%;
    }

    .doc-base__col-wrap--width {
        width: 100%;
    }

    .doc-base__col-item--small {
        width: 14%;
    }

    .doc-base__col-button {
        background: #FAFAFA;
        border-radius: 12px;
        /*padding: 5px 9px;*/
    }
    .doc-base__col-button:nth-child(n + 2) {
        margin-left: 4px;
    }
}

@media (max-width: 380px) {
    .doc-base__col-wrap {
        width: 76%;
    }

    .doc-base__col-wrap--width {
        width: 100%;
    }

    .doc-base__col-item--small {
        width: 20%;
    }
}

.wikiworks-theme.tooltipster-content {
    padding: 0;
}

.wikiworks-theme.tooltipster-sidetip .tooltipster-box {
    height: max-content;
    background: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 24px 4px rgba(38, 38, 38, 0.3);
    box-shadow: 1px 1px 24px 4px rgba(38, 38, 38, 0.3);
}

.wikiworks-theme.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 20px;
}

.wikiworks-theme.tooltipster-sidetip .tooltipster-content {
    padding: 0;
}

.wikiworks-theme.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.wikiworks-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.wikiworks-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.wikiworks-theme.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.wikiworks-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 26px;
    margin-top: -25px;
    left: -8px;
    width: 26px;
}

.wikiworks-theme.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 26px;
    margin-top: -25px;
    right: 5px;
    width: 26px;
}

.wikiworks-theme.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.wikiworks-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.wikiworks-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.wikiworks-theme.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    display: none;
}

.wikiworks-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped,
.wikiworks-theme.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-uncropped  {
    left: 0;
}

#id_search::placeholder {
    font-size: 0.875rem;
}

.doc-base__right {
    max-width: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.doc-base__regulation {
    display: none;
    padding: 0 15px;
}
.doc-base__regulation-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px;
    margin-top: 30px;
    width: 100%;
    height: auto;
    background-color: #FBC04F;
}
.regulation-content__wrap {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}
.regulation-content__icon {
    width: 86px;
    margin: 0 10px 20px;
}
.regulation-content__title {
    font-size: 1.125rem;
    font-weight: 600;
}
.regulation-content__btn {
    background: #FFF;
    font-size: 0.9375rem;
}
.rubric--base {
    padding: 0;
    height: 100% !important;
}
.doc-base__content_right {
    flex-basis: auto;
    height: auto;
}
@media (min-width: 1281px) {
    .doc-base__regulation {
        display: block;
    }
}
@media (max-width: 1700px) {
    .doc-base__regulation-content {
        flex-wrap: wrap;
    }
}
