[data-md-color-scheme="elmabot"] {
    --md-primary-fg-color: #233255;
    --md-default-fg-color--light: #233255;
    --md-typeset-color: #394149;
    --md-typeset-a-color: #367EB2;
    --md-accent-fg-color: #367EB2;
}

.md-grid {
    max-width: 1600px;
}

.md-typeset {
    font-size: 14px;
    line-height: 20px;
}

.md-main__inner {
    margin: 0 auto;
}

.md-sidebar--primary {
    width: 25%;
}

@media screen and (max-width: 76.1875em) {
    .md-sidebar--primary {
        width: 12.1rem;
    }
}

.md-sidebar--secondary {
    width: 15%;
}

.md-sidebar--secondary .md-nav__link--active {
    color: #0D4A75;
    font-weight: bold;
}

.md-extra {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    margin: -64px 0 0 auto;
    padding: 8px 32px;
    z-index: 5;
}

@media screen and (max-width: 76.1875em) {
    .md-extra {
        height: 48px;
        margin-top: -48px;
    }
}

.md-extra__chat {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: white;
}

.md-extra__chat > img {
    width: 48px;
    height: 48px;
}

.md-header__title {
    flex-grow: 0.5;
}

.md-header__topic > .md-ellipsis {
    display: none;
}

.md-header__ellipsis {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.md-header__button {
    width: 25%;
}

.md-header__button.md-logo :-webkit-any(img,svg) {
    height: 2rem;
}

@media screen and (max-width: 76.1875em) {
    .md-header__button {
        width: inherit;
    }
}

.md-search {
    width: 60%;
    order: 2;
    margin-right: auto;
}

.md-search__inner {
    float: none !important;
    width: 520px;
}

.md-search__input {
    background-color: #FFF;
}

.md-search__input::placeholder{
    color: #9C9C9C
}

.md-search__form .md-icon {
    color: #9C9C9C!important;
}

.md-search__options a {
    display: none;
}

/* HACK: Для скрытия старых вариантов версий, например 2022.09. */
.md-version__list .md-version__item:first-child {
    display: none;
}

.md-content__inner h1 {
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
    color: #0A141E;
}

.md-content__inner h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #0A141E;
    margin-top: 25px;
    margin-bottom: 17px;
}

.md-content__inner h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    color: #0A141E;
}

.md-content__inner.md-typeset > p {
    /*display: none;*/
}

.md-nav__title {
    padding: 8px 8px 8px 30px;
}

.md-nav__link {
    margin: 0;
    padding: 8px 8px 8px 20px;
}

.md-nav__item {
    padding-right: 0;
}

.md-nav__link.md-nav__link--active {
    background-color: rgba(184, 206, 225, 0.22);
}

.md-nav__list li a{
    padding: 8px 8px 8px 20px;
}

.md-nav--secondary {
    font-size: 12px;
    line-height: 15px;
}

.md-nav--secondary li a {
    padding: 0 8px 9px 20px;
}

.md-nav--secondary>.md-nav__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.md-nav--secondary .md-nav__link {
    font-size: 12px;
    line-height: 15px;
}

.md-nav--secondary .md-nav__link--active {
    background-color: transparent;
}

.md-source__icon.md-icon svg,
.md-footer-meta {
    display: none;
}
