@charset "utf-8";

.tm-adfox-banner {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.tm-adfox-banner:empty {
    margin: 0
}

.tm-adfox-banner_variant-half-page {
    max-height: 600px;
    overflow: hidden
}

.tm-adfox-banner_variant-narrow {
    overflow: hidden;
    margin: 12px 0
}

.tm-adfox-banner_variant-narrow img {
    max-width: 100% !important
}

.tm-adfox-banner_variant-medium-narrow {
    max-height: 130px;
    overflow: hidden;
    margin: 12px 0
}

.tm-adfox-banner_variant-medium-rectangle {
    max-height: 250px;
    overflow: hidden
}

.tm-adfox-banner_variant-leaderboard {
    overflow: hidden;
    max-height: none !important
}

.tm-adfox-banner_variant-leaderboard .roxotAd {
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important
}

.tm-adfox-banner_variant-leaderboard img {
    max-width: 100% !important
}

[data-roxot-placement-id] {
    max-width: 100%
}

@media(max-width:1023px) {
    .tm-adfox-banner_variant-leaderboard [data-roxot-placement-id] {
        max-height: none !important
    }

    .tm-adfox-banner_variant-leaderboard img {
        width: auto !important;
        max-height: none !important
    }

    .tm-adfox-banner_variant-narrow img {
        max-width: 100%
    }
}

@media(min-width:1024px) {
    .tm-adfox-banner_variant-leaderboard img {
        max-height: 250px
    }

    .tm-adfox-banner_variant-narrow {
        margin-top: 0
    }
}

.tm-adfox-banner__container.tm-article-comments__top-banner,
.tm-adfox-banner__container.tm-page-article__banner {
    margin-bottom: 12px;
    padding: 0
}

@media(max-width:1023px) {
    .tm-adfox-banner__container img {
        max-width: 100% !important
    }

    .tm-adfox-banner__container a {
        width: auto
    }
}

.btn {
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: .8125rem;
    align-self: self-start;
    transition: all .3s;
    cursor: pointer
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
    transition: all .3s
}

.btn_solid {
    border-color: var(--horizon);
    background-color: var(--horizon);
    color: var(--romance)
}

.btn_solid:focus,
.btn_solid:hover {
    border-color: var(--astral);
    background-color: var(--astral);
    color: var(--romance)
}

.btn_solid:active {
    border-color: var(--astral);
    background-color: var(--astral);
    color: var(--romance)
}

.btn_solid:disabled {
    background-color: var(--silver);
    border-color: var(--silver)
}

.btn_transparent {
    border-color: var(--horizon);
    background-color: transparent;
    color: var(--horizon)
}

.btn_transparent:focus,
.btn_transparent:hover {
    border-color: var(--horizon);
    background-color: var(--horizon);
    color: var(--romance)
}

.btn_transparent:active {
    border-color: var(--astral);
    background-color: var(--astral);
    color: var(--romance)
}

.btn_small {
    height: 2rem;
    padding: 8px 14px
}

.btn_middle {
    height: 2.25rem;
    padding: 10px 14px
}

.btn_large {
    height: 2.5rem;
    padding: 12px 16px
}

.btn_loading {
    overflow: hidden;
    position: relative;
    cursor: default
}

.btn_loading:before {
    animation: loader 2s ease-in-out infinite;
    background-color: rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform-origin: 100% 0;
    width: 0;
    z-index: 0
}

@keyframes loader {
    0% {
        width: 0
    }

    70% {
        opacity: 1;
        width: 100%
    }

    90% {
        opacity: 0;
        width: 100%
    }

    to {
        opacity: 0;
        width: 0
    }
}

.tm-svg-img {
    fill: currentColor;
    overflow: hidden;
    stroke: inherit
}

.tm-svg-icon__wrapper {
    display: inline-block
}

.tm-svg-icon {
    display: block;
    height: 100%;
    width: 100%
}

@keyframes fadein-b2c27be3 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fallback-component[data-v-b2c27be3] {
    color: var(--mine-shaft);
    width: auto
}

.tm-feature {
    height: 36px;
    background-color: var(--shark);
    flex: none
}

.tm-feature_variant-inline {
    background: none
}

.tm-feature__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--header-footer-text);
    text-decoration: none;
    letter-spacing: .01875rem;
    font-size: .875rem
}

.tm-feature__link:hover {
    color: var(--anakiwa)
}

.tm-feature__icon {
    margin-right: 8px;
    position: relative;
    top: -1px
}

.tm-copyright {
    color: var(--loblolly);
    font-size: .875rem
}

.tm-copyright__link {
    color: var(--loblolly);
    text-decoration: none
}

.tm-text_loading {
    animation: text-spinner 1s linear infinite
}

@keyframes text-spinner {
    0% {
        opacity: .3
    }

    50% {
        opacity: .7
    }

    to {
        opacity: .3
    }
}

.tm-fieldset__header {
    display: flex
}

.tm-fieldset_contrast {
    background-color: #f6f7f8;
    padding: 20px 18px
}

.tm-fieldset__title {
    color: #444;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin: 0 0 14px
}

.tm-fieldset__description {
    color: #888;
    font-size: .75rem;
    line-height: 1.125rem;
    margin: 9px 0 0
}

.tm-fieldset__description_invalid {
    color: #ea675d
}

.tm-input-radio-labeled__label {
    align-items: center;
    color: var(--mountain-mist);
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    line-height: 1rem
}

.tm-checkbox-labeled__input {
    margin-right: 8px;
    position: relative
}

.tm-input-radio-labeled__real {
    cursor: pointer;
    display: block;
    height: 16px;
    opacity: 0;
    width: 16px
}

.tm-input-radio-labeled__real:checked+.tm-input-radio-labeled__fake {
    border: 5px solid var(--horizon)
}

.tm-input-radio-labeled__fake {
    background: var(--romance);
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 1
}

.tm-checkbox {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 16px
}

.tm-checkbox__fake {
    background: var(--romance);
    border: 1px solid var(--loblolly);
    border-radius: 2px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px
}

.tm-checkbox__real {
    opacity: 0
}

.tm-checkbox__real:checked+.tm-checkbox__fake {
    background-color: var(--horizon);
    border-color: var(--horizon)
}

.tm-checkbox__real:checked+.tm-checkbox__fake:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4IDAgMTIgMTUuOTk2IDQgOGwtNCA0IDEyIDEyTDMyIDR6Ii8+PC9zdmc+);
    background-size: cover;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px
}

.tm-checkbox__real:focus+.tm-checkbox__fake {
    border-color: var(--astral)
}

.tm-checkbox__real[disabled]+.tm-checkbox__fake {
    background-color: var(--seashell);
    border-color: var(--silver)
}

.tm-labeled-checkbox__container {
    align-items: flex-start;
    display: flex
}

.tm-labeled-checkbox__input {
    margin: 1px 8px 0 0
}

.tm-labeled-checkbox__label {
    color: var(--mine-shaft);
    cursor: pointer;
    font-size: .875rem;
    font-weight: 400
}

.tm-page-settings-form {
    padding: 0 0 24px
}

.tm-page-settings-form .tm-fieldset__container,
.tm-page-settings-form .tm-fieldset__description,
.tm-page-settings-form .tm-fieldset__header {
    padding: 0 16px
}

.tm-page-settings-form .tm-fieldset__header {
    background: var(--aqua-haze);
    display: block;
    line-height: 2.5rem
}

.tm-page-settings-form .tm-fieldset__title {
    color: var(--rolling-stone);
    font-weight: 500;
    margin: 0
}

.tm-page-settings-form .tm-fieldset__container {
    padding-top: 19px
}

.tm-page-settings-form .tm-input-radio-labeled__label {
    color: var(--mine-shaft)
}

.tm-page-settings-form__title {
    color: var(--mine-shaft);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 3.5rem;
    padding: 0 16px
}

.tm-page-settings-form__fieldset {
    margin: 0 0 24px
}

.tm-page-settings-form__input-wrapper {
    color: var(--mine-shaft);
    margin: 0 0 28px
}

.tm-page-settings-form__input-wrapper .tm-checkbox__fake {
    background: var(--romance)
}

.tm-page-settings-form__controls {
    margin: 32px 16px 0
}

.tm-page-settings-form__submit {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.tm-page-width {
    margin: 0 auto;
    min-width: 320px
}

@media(min-width:768px)and (max-width:1023px) {
    .tm-page-width {
        padding: 0 16px;
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .tm-page-width {
        padding: 0 24px;
        max-width: 1096px
    }
}

.tm-page-width_no-padding {
    padding: 0
}

.tm-page-width_full-width {
    max-width: 100%
}

.tm-overlay,
.tm-overlay__background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tm-overlay {
    z-index: 80
}

.tm-overlay__background {
    transform: scaleY(2) translateY(-25%);
    z-index: 1;
    background: rgba(var(--asphalt-rgb), .2);
    transition: transform .3s, opacity .3s
}

.tm-overlay__inner {
    display: flex;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    position: relative;
    z-index: 2
}

.tm-popup-base__wrapper {
    align-self: flex-start;
    flex: 1;
    position: relative
}

.tm-popup-base__wrapper_centered {
    align-self: center
}

.tm-popup-base__close {
    position: relative;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 12px;
    display: flex;
    z-index: 1
}

.tm-popup-base__close:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-popup-base__close:not(:focus-visible) {
    outline: none
}

.tm-popup-base__body {
    background-color: var(--romance)
}

.tm-popup-base__close-icon {
    color: var(--loblolly);
    height: 100%;
    width: 100%
}

@media (min-width:1024px) {
    .tm-popup-base__wrapper {
        flex: 0 320px;
        margin: auto
    }
}

.tm-social-icons__icon {
    width: 36px;
    border-radius: 4px;
    overflow: hidden
}

.tm-social-icons__icon+.tm-social-icons__icon {
    margin: 0 0 0 24px
}

@media (min-width:1024px) {
    .tm-social-icons__icon {
        width: 24px
    }

    .tm-social-icons__icon+.tm-social-icons__icon {
        margin: 0 0 0 12px
    }
}

.tm-footer {
    background-color: var(--limed-spruce);
    margin: auto 0 0;
    z-index: 3
}

.tm-footer__container {
    padding: 36px 0 32px;
    text-align: center
}

@media(max-width:767px) {
    .tm-footer__container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.tm-footer__title {
    display: flex;
    justify-content: center;
    margin: 0 0 36px
}

.tm-footer__title-link {
    color: var(--romance);
    display: block;
    height: 24px;
    text-decoration: none;
    width: 67px
}

.tm-footer__title-link svg {
    color: var(--header-footer-text)
}

.tm-footer__title-link:hover {
    opacity: 1
}

.tm-footer__social {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 16px;
    max-width: 400px
}

.tm-footer__link {
    background: transparent;
    border: 0;
    padding: 0;
    align-items: center;
    border: 1px solid var(--rolling-stone);
    box-sizing: border-box;
    color: var(--loblolly);
    cursor: pointer;
    display: flex;
    width: 100%;
    font-size: .875rem;
    height: 48px;
    justify-content: center;
    margin: 0 0 16px;
    text-decoration: none
}

.tm-footer__link:not(:focus-visible) {
    outline: none
}

.tm-footer__icon {
    color: var(--loblolly);
    height: 17px;
    margin: 0 8px 0 0;
    width: 17px
}

.tm-footer__apps {
    margin: 32px 0
}

@media (min-width:1024px) {
    .tm-footer {
        background: var(--shark);
        margin: 0
    }

    .tm-footer__container {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        height: 48px;
        justify-content: space-between;
        padding: 0
    }

    .tm-footer__social {
        margin: 0
    }

    .tm-footer__link {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        border: 0;
        color: var(--cerulean);
        font-weight: 700;
        margin: 0;
        width: auto
    }
}

.tm-footer-menu {
    background: var(--limed-spruce);
    margin: auto 0 0;
    z-index: 3
}

.tm-footer-menu__container {
    box-sizing: border-box;
    display: flex;
    padding: 20px 0
}

@media(max-width:767px) {
    .tm-footer-menu__container {
        padding: 20px 16px
    }
}

.tm-footer-menu__list {
    list-style: none;
    padding: 0
}

.tm-footer-menu__list-item a {
    color: var(--header-footer-text);
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-decoration: none
}

.tm-footer-menu__list-item a:hover {
    opacity: .6
}

.tm-footer-menu__block {
    width: calc(25% - 32px);
    margin-right: 32px
}

.tm-footer-menu__block-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4);
    color: var(--header-footer-text);
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0625rem;
    padding-bottom: 16px
}

.tm-dropdown {
    position: relative;
    z-index: 30
}

.tm-dropdown__head {
    cursor: pointer
}

.tm-dropdown__body {
    background: var(--romance);
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(var(--asphalt-rgb), .16);
    color: var(--mine-shaft);
    display: inline-flex;
    margin-top: 12px;
    min-width: 300px;
    padding-bottom: 12px;
    position: absolute;
    white-space: normal;
    overflow: hidden
}

.tm-dropdown__body_inline {
    min-width: auto;
    padding-bottom: 0
}

.tm-dropdown__body_padding-none {
    padding-bottom: 0
}

.tm-dropdown__body_right {
    right: 0
}

.tm-dropdown__body_left {
    left: 0
}

.tm-dropdown__body_center {
    left: 0;
    transform: translateX(-50%)
}

.tm-entity-image {
    height: 100%;
    width: 100%
}

.tm-entity-image__pic {
    border-radius: 3px;
    display: block;
    overflow: hidden
}

.tm-entity-image__pic:not([width]) {
    height: auto;
    width: 100%
}

.tm-image-placeholder {
    background-color: var(--romance);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.tm-image-placeholder:not([width]) {
    width: 100%;
    height: 100%
}

.tm-image-placeholder_blue {
    color: rgba(var(--horizon-rgb), .6)
}

.tm-image-placeholder_green {
    color: rgba(var(--vida-loca-rgb), .6)
}

.tm-image-placeholder_lilac {
    color: rgba(var(--deluge-rgb), .6)
}

.tm-image-placeholder_pink {
    color: rgba(var(--mulberry-rgb), .6)
}

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

.companies-admin-list__item {
    padding: 0;
    color: var(--mine-shaft)
}

.companies-admin-list__item:hover {
    background-color: var(--aqua-haze);
    color: var(--mine-shaft)
}

.companies-admin-list__link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: .9375rem;
    line-height: 1.125rem;
    text-decoration: none;
    color: var(--mine-shaft)
}

.companies-admin-list__link:hover {
    color: var(--mine-shaft)
}

.company-admin-dropdown__image {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    object-fit: contain;
    border-radius: 3px
}

.company-admin-dropdown__button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--romance);
    vertical-align: top
}

.company-admin-dropdown__button:not(:focus-visible) {
    outline: none
}

@media(min-width:1024px) {
    .company-admin-dropdown__button {
        color: var(--gull-gray)
    }

    .company-admin-dropdown__button:hover {
        color: var(--horizon)
    }
}

.company-admin-dropdown__icon_arrow {
    margin: 0 -4px
}

.company-admin-dropdown__list {
    flex: 1;
    padding: 10px 0
}

.tm-bottom-sheet {
    position: relative;
    flex: 0 780px;
    margin: auto auto 0;
    z-index: 80;
    background-color: var(--romance);
    border-radius: 8px 8px 0 0
}

.tm-bottom-sheet__header {
    min-height: 56px;
    display: flex;
    align-items: center
}

.tm-bottom-sheet__header_card {
    min-height: 0
}

.tm-bottom-sheet__title {
    margin: 1px 0 0;
    color: var(--mine-shaft);
    font-weight: 700;
    font-size: .875rem;
    line-height: 1rem;
    text-align: left;
    padding: 20px 54px 20px 16px;
    box-sizing: border-box;
    width: 100%
}

.tm-bottom-sheet__content {
    padding: 0 16px 16px
}

.tm-bottom-sheet__content_card {
    padding: 0
}

.tm-bottom-sheet__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    display: flex;
    margin-left: auto;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    align-items: center;
    min-height: 36px
}

.tm-bottom-sheet__close:not(:focus-visible) {
    outline: none
}

.tm-bottom-sheet__close_card {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    color: var(--gull-gray);
    padding: 0;
    margin: 0;
    min-height: 24px;
    background-color: var(--romance);
    border-radius: 3px
}

.tm-bottom-sheet__close-icon {
    color: var(--gull-gray)
}

.tm-modal-window {
    position: relative;
    margin: auto;
    min-width: 200px;
    border-radius: 3px;
    background-color: var(--romance)
}

.tm-modal-window__header {
    padding: 20px 20px 16px;
    overflow: hidden
}

.tm-modal-window__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    float: right;
    margin: 3px 0 0;
    color: var(--gull-gray)
}

.tm-modal-window__close:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-modal-window__close:not(:focus-visible) {
    outline: none
}

.tm-modal-window__title {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--mine-shaft)
}

.tm-modal-window__content {
    padding: 0 20px 20px;
    color: var(--mine-shaft)
}

.tm-popover {
    position: absolute;
    border: 1px solid var(--seashell);
    border-radius: 4px;
    background-color: var(--romance);
    z-index: 30
}

.tm-popover_variant-dropdown {
    border: none;
    box-shadow: 0 0 12px rgba(var(--asphalt-rgb), .16)
}

.tm-popover_variant-hub {
    border: 1px solid var(--loblolly);
    box-shadow: 0 0 12px rgba(var(--asphalt-rgb), .16);
    text-align: left
}

.restriction-hint {
    color: var(--mountain-mist);
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 12px 16px;
    max-width: 289px
}

.restriction-hint a {
    color: var(--horizon);
    text-decoration: none
}

.tm-sidebar {
    box-sizing: border-box
}

.tm-sidebar.fade-sidebar-enter-active,
.tm-sidebar.fade-sidebar-leave-active {
    opacity: 1;
    transition: left .15s ease-in-out, right .15s ease-in-out, opacity .15s ease-in-out
}

.tm-sidebar.fade-sidebar-enter-from,
.tm-sidebar.fade-sidebar-leave-to {
    opacity: 0
}

.tm-sidebar__wrapper {
    width: 72%;
    max-width: 300px;
    height: 100vh
}

.tm-sidebar_left.fade-sidebar-enter-from,
.tm-sidebar_left.fade-sidebar-leave-to {
    left: -100%
}

.tm-sidebar__wrapper_right {
    margin-left: auto
}

.tm-sidebar_right.fade-sidebar-enter-from,
.tm-sidebar_right.fade-sidebar-leave-to {
    right: -100%
}

.tm-sidebar__container {
    background-color: var(--romance);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    position: relative
}

.tm-header-user-menu {
    align-items: center;
    display: flex
}

.tm-header-user-menu__item {
    margin-left: 16px
}

.tm-header-user-menu__login,
.tm-header-user-menu__search,
.tm-header-user-menu__write {
    cursor: pointer
}

.tm-header-user-menu__icon.tm-header-user-menu__icon_dark {
    color: var(--gull-gray)
}

.tm-header-user-menu__icon.tm-header-user-menu__icon_dark:hover {
    color: var(--horizon)
}

.tm-header-user-menu__notifications-count {
    position: absolute;
    padding: 0 5px;
    right: 0;
    top: 0;
    background: var(--mona-lisa);
    border: 2px solid var(--romance);
    border-radius: 22px;
    color: var(--romance);
    font-size: .75rem;
    line-height: .875rem;
    transform: translate(33%, -33%)
}

.tm-header-user-menu__notifications {
    position: relative
}

.tm-header-user-menu__conversations-count,
.tm-header-user-menu__toggle_has-conversations:before {
    background: var(--mona-lisa);
    border: 2px solid var(--romance);
    border-radius: 22px;
    color: var(--romance);
    font-family: Fira Sans, sans-serif;
    font-size: .75rem;
    line-height: .875rem;
    min-width: 18px;
    padding: 0 3px;
    box-sizing: border-box;
    text-align: center;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(33%, -33%);
    z-index: 31
}

@media(max-width:767px) {

    .tm-header-user-menu__conversations-count,
    .tm-header-user-menu__toggle_has-conversations:before {
        min-width: auto
    }
}

.tm-header-user-menu__toggle {
    padding: 0;
    cursor: pointer;
    outline: 0;
    border: none;
    background: transparent
}

.tm-header-user-menu__toggle_has-conversations {
    position: relative
}

.tm-header-user-menu__toggle_has-conversations:before {
    border: 2px solid var(--limed-spruce);
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    padding: 0;
    width: 12px;
    min-width: 12px
}

.tm-header-user-menu__user_desktop {
    margin-left: 16px
}

.tm-header-user-menu__icon {
    vertical-align: top;
    color: var(--header-footer-text)
}

.tm-header-user-menu__icon_white {
    color: var(--romance)
}

.tm-header-user-menu__popup-wrapper {
    flex: 1;
    padding: 0 0 10px
}

@media(min-width:1024px) {
    .tm-header-user-menu__popup-wrapper {
        margin: 0;
        padding: 12px 0 0
    }
}

.tm-header-user-menu__popup-item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 48px;
    font-size: 1rem;
    line-height: 3rem;
    color: var(--mine-shaft);
    font-weight: 500;
    text-decoration: none
}

.tm-header-user-menu__popup-item:hover {
    background-color: var(--aqua-haze);
    color: var(--mine-shaft)
}

.write-dropdown .tm-dropdown__body {
    min-width: -moz-max-content !important;
    min-width: max-content !important
}

.tm-our-projects__label {
    color: var(--rolling-stone);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .02rem;
    line-height: .875rem;
    margin: 8px 0;
    padding: 0 20px;
    text-transform: uppercase
}

.tm-our-projects__item {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: var(--mine-shaft);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 15px 20px;
    position: relative;
    text-decoration: none
}

.tm-our-projects__item svg {
    fill: var(--mine-shaft)
}

@media (min-width:768px) {
    .tm-our-projects {
        max-width: 266px;
        padding: 0 24px
    }

    .tm-our-projects__logo {
        display: block;
        height: 21px
    }

    .tm-our-projects__label {
        border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4);
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 0 0 12px;
        padding: 12px 0;
        text-transform: none
    }

    .tm-our-projects__item {
        display: block;
        line-height: 1;
        margin: 0 -24px;
        padding: 12px 24px
    }

    .tm-our-projects__item:hover {
        background: var(--aqua-haze);
        opacity: 1
    }

    .tm-our-projects__description {
        color: var(--mountain-mist);
        display: block;
        font-size: .875rem;
        line-height: 1.5;
        margin: 0
    }
}

.tm-top-link {
    align-items: flex-end;
    cursor: pointer;
    flex: 1;
    font-size: .875rem;
    justify-content: flex-end;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 16px
}

.tm-header {
    background-color: var(--limed-spruce);
    position: relative;
    z-index: 75
}

.tm-header_sticky {
    position: sticky;
    top: 0;
    z-index: 100
}

.tm-header_hidden {
    transform: translate3d(0, -100%, 0)
}

.tm-header__container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 48px;
    margin: 0 auto
}

@media(max-width:767px) {
    .tm-header__container {
        padding: 0 16px
    }
}

.tm-header__button {
    align-items: center;
    background: none;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 40px
}

.tm-header__button_back,
.tm-header__button_burger {
    margin: 0 0 0 -10px
}

.tm-header__button_back .icon_arrow-back,
.tm-header__button_burger .icon_arrow-back {
    color: var(--header-footer-text)
}

.tm-header__logo {
    color: var(--romance);
    display: block;
    height: 22px
}

.tm-header__logo:hover {
    opacity: 1
}

.tm-header__logo_hl-ru {
    width: 62px
}

.tm-header__logo_hl-ru.tm-header__logo_ny {
    height: 28px;
    width: 66px
}

.tm-header__logo_hl-en {
    width: 57px
}

.tm-header__logo_hl-en.tm-header__logo_ny {
    height: 26px
}

.tm-header__logo-wrap {
    line-height: 0;
    position: relative;
    top: 1px
}

.tm-header__beta-sign {
    color: var(--mona-lisa);
    font-size: .875rem;
    position: absolute;
    right: -5px;
    top: -2px
}

.tm-header__back-button {
    background: none;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative
}

.tm-header__back-button:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-header__dropdown-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    display: flex
}

.tm-header__dropdown-toggle:not(:focus-visible) {
    outline: none
}

.tm-header__icon {
    color: var(--header-footer-text);
    height: 100%;
    width: 100%
}

.tm-header__icon-burger {
    color: var(--header-footer-text);
    height: 14px;
    width: 18px
}

.tm-header__user-conversations-count {
    background: var(--horizon);
    border-radius: 22px;
    color: var(--header-footer-text);
    font-family: Fira Sans, sans-serif;
    font-size: .75rem;
    line-height: .875rem;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(33%, -33%);
    z-index: 31
}

.tm-header_fixed {
    position: fixed;
    width: 100%
}

.tm-header__projects {
    border-left: 1px solid var(--gull-gray);
    margin-left: 8px;
    margin-right: 10px;
    padding-left: 4px
}

.tm-header__projects_extra-margin {
    margin-left: 20px
}

.tm-header__projects .tm-dropdown-combo__head {
    height: 24px
}

.tm-header__projects+.tm-header__become-author-btn {
    margin-left: 0
}

.tm-header__icon_dropdown {
    height: 24px;
    width: 24px
}

.tm-header_user-menu {
    margin-left: auto
}

.icon_arrow-back {
    color: var(--romance);
    height: 24px;
    width: 24px
}

.icon_arrow-back_section {
    color: var(--gull-gray)
}

.icon_arrow-back_section:hover {
    color: var(--horizon)
}

.fade-enter-active,
.fade-leave-active {
    transition: transform .1s ease-out
}

.tm-header__become-author-btn {
    border: 1px solid var(--rolling-stone);
    border-radius: 3px;
    box-sizing: border-box;
    color: var(--header-footer-text);
    font-size: .75rem;
    letter-spacing: .0125rem;
    line-height: 100%;
    margin-left: 20px;
    padding: 6px 8px;
    text-decoration: none;
    text-transform: uppercase
}

.tm-header__become-author-btn_extra-margin {
    margin-left: 20px
}

.tm-header__become-author-btn:hover {
    border-color: var(--header-footer-text);
    color: var(--header-footer-text)
}

.tm-header__feature {
    margin-left: 20px
}

@media (min-width:1024px) {
    .tm-header {
        z-index: 75
    }

    .tm-header__logo-wrap {
        margin: 0
    }

    .tm-header__user-conversations-count {
        border: 2px solid var(--romance)
    }

    .tm-dropdown_active .tm-header__icon_dropdown {
        transform: rotate(180deg)
    }

    .tm-header__logo {
        height: 24px
    }
}

.tm-dropdown_active {
    z-index: 100
}

.tm-main-menu {
    flex: 1;
    align-self: stretch;
    box-sizing: border-box;
    position: relative;
    z-index: 4
}

.tm-main-menu__section {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box
}

.tm-main-menu__section-label {
    color: var(--rolling-stone);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .02rem;
    line-height: .875rem;
    margin: 8px 0;
    padding: 0 20px;
    text-transform: uppercase
}

.tm-main-menu__section-content {
    display: flex;
    align-items: center;
    flex: 1
}

@media(min-width:768px)and (max-width:1023px) {
    .tm-main-menu__section-content {
        justify-content: space-between
    }
}

.tm-main-menu__item {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    color: var(--mountain-mist);
    font-size: .875rem;
    line-height: 1rem;
    padding: 20px 8px
}

@media(min-width:768px)and (max-width:1023px) {
    .tm-main-menu__item {
        padding: 14px 4px
    }
}

.tm-main-menu__item:hover {
    color: var(--horizon)
}

.tm-main-menu__item:first-child {
    padding-left: 0
}

.tm-main-menu__item:last-child {
    padding-right: 0
}

.tm-main-menu__item_devided {
    border-bottom: 1px solid var(--seashell)
}

.tm-main-menu__item_devided:first-child {
    border-top: 1px solid var(--seashell)
}

.tm-main-menu__item_active {
    color: var(--mine-shaft)
}

.tm-main-menu__item_has-new:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--christi);
    border-radius: 3px;
    display: block;
    top: 38%;
    transform: translateY(-50%);
    right: 2px
}

@media(min-width:768px)and (max-width:1023px) {
    .tm-main-menu__item_has-new:after {
        right: -2px
    }
}

@media (min-width:1050px) {
    .tm-main-menu__item {
        padding: 20px 10px
    }
}

.tm-notification {
    animation: fade-in .8s ease;
    background: var(--romance);
    color: var(--mine-shaft);
    font-size: .9375rem;
    line-height: 1.25rem;
    padding: 14px 20px;
    position: sticky;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    top: 0;
    z-index: 20;
    margin: 12px 0
}

.tm-notification.tm-notification_static {
    position: static
}

.tm-notification.tm-notification_minimal {
    background: var(--seashell);
    font-size: .8125rem;
    line-height: 1.125rem;
    margin: 0;
    padding: 12px 16px;
    text-align: center
}

.tm-notification_inline {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein-5a2363c8 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.banner[data-v-5a2363c8] {
    color: var(--text-normal-foreground-base);
    background-color: var(--romance);
    position: fixed;
    bottom: var(--6a7bc4e9);
    right: 16px;
    left: 16px;
    z-index: 70;
    transition: bottom .3s ease-in-out;
    min-height: 64px;
    border-radius: 8px
}

.banner>[data-v-5a2363c8] {
    box-sizing: border-box
}

.banner-info[data-v-5a2363c8] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    text-decoration: none;
    color: inherit;
    width: 100%
}

.inner[data-v-5a2363c8] {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--eea2c6f8);
    background-color: var(--romance)
}

.inner[data-v-5a2363c8]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--eea2c6f8);
    z-index: 1;
    opacity: .2
}

.image-wrapper[data-v-5a2363c8] {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    flex-shrink: 0
}

.image-wrapper img[data-v-5a2363c8] {
    border-radius: 4px;
    width: 100%;
    height: 100%
}

.content[data-v-5a2363c8] {
    flex-basis: 100%;
    flex-shrink: 1
}

.title[data-v-5a2363c8] {
    font-size: .9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 4px
}

.text[data-v-5a2363c8] {
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem
}

.close-button[data-v-5a2363c8] {
    position: absolute;
    opacity: .6;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    top: 6px;
    right: 6px;
    cursor: pointer;
    line-height: 0;
    color: var(--eea2c6f8);
    z-index: 2;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center
}

.advertising-button[data-v-5a2363c8] {
    text-transform: uppercase;
    font-size: .5rem;
    border-radius: 8px;
    position: absolute;
    left: 7px;
    top: 0;
    transform: translateY(-50%);
    border: 1px solid var(--eea2c6f8);
    background-color: var(--romance);
    z-index: 3;
    color: var(--text-normal-foreground-base)
}

.advertising-button[data-v-5a2363c8]:after {
    content: "";
    background-color: var(--eea2c6f8);
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.advertising-info[data-v-5a2363c8] {
    font-size: .625rem;
    padding: 0 12px;
    line-height: .75rem;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: var(--romance);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.advertising-info>p[data-v-5a2363c8] {
    margin: 0
}

body {
    overscroll-behavior-y: contain
}

.pull-down__header {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: var(--seashell)
}

.pull-down__header .icon_refresh {
    top: 6px
}

.pull-down__content {
    position: absolute;
    max-width: 90%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    color: var(--mine-shaft);
    text-align: center;
    font-size: .875rem
}

.pull-down__content-label {
    float: left;
    height: 20px;
    line-height: 1.25rem;
    margin-top: 10px
}

.pull-down__icon {
    color: var(--mountain-mist)
}

.pull-down__arrow {
    transform: rotate(0deg);
    transition: transform .2s
}

.pull-down__arrow_down {
    transform: rotate(180deg);
    transition: transform .2s
}

.pull-down_circle-animate {
    animation: circle-animate 1s linear infinite;
    transform-origin: 50% 54%
}

.icon_refresh {
    color: var(--rolling-stone);
    height: 24px;
    position: relative;
    width: 24px
}

@keyframes circle-animate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.tm-page {
    padding-bottom: 60px
}

.tm-page__top {
    background-color: var(--romance);
    margin-bottom: 12px
}

.tm-page__top_transparent {
    background-color: transparent
}

.tm-page__header {
    background-color: var(--romance);
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4);
    margin-bottom: 8px
}

.tm-page__sidebar {
    display: flex
}

.tm-page_contrast {
    background-color: var(--romance)
}

.tm-page__title {
    color: var(--mine-shaft);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    padding: 20px 16px
}

.tm-page__link {
    color: var(--horizon);
    display: inline-block;
    font-size: 1rem;
    text-decoration: none
}

.tm-profile__body {
    background-color: var(--romance);
    padding: 17px 16px 7px
}

.tm-profile-link {
    color: var(--horizon);
    line-height: 1.3125rem;
    text-decoration: none
}

.tm-page__header-separator {
    border: 0;
    box-shadow: 0 -1px 0 0 rgba(var(--gull-gray-rgb), .4) inset;
    height: 1px;
    margin: 20px 16px
}

.tm-error__link {
    color: var(--horizon);
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-left: 12px;
    margin-right: 12px;
    text-decoration: none
}

@media (min-width:1024px) {
    .tm-page {
        margin-top: 12px;
        padding: 0 0 60px
    }

    .tm-page_no-top-margin {
        margin-top: 0
    }

    .tm-page__header {
        border: 0;
        flex: 1;
        flex-basis: 100%;
        margin-bottom: 12px;
        width: 100%
    }

    .tm-page__header:empty {
        margin: 0
    }

    .tm-page__wrapper {
        display: flex
    }

    .tm-page__main {
        flex: 1;
        min-width: 100px
    }

    .tm-page__main_has-sidebar {
        flex: 1;
        margin-right: 16px;
        max-width: calc(100% - 316px)
    }

    .tm-page__sidebar {
        flex: none;
        width: 300px
    }

    .tm-page_wide {
        margin-top: 0;
        padding: 0
    }
}

.tm-error-message {
    padding: 16px 16px
}

.tm-error-message__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--mine-shaft);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.125rem;
    margin: 0 0 11px
}

.tm-error-message__body {
    color: var(--mine-shaft);
    font-size: 1rem;
    line-height: 1.5rem
}

.tm-page-progress-bar {
    background: linear-gradient(90deg, var(--horizon), var(--horizon) 40%, rgba(var(--horizon-rgb), .3) 50%, rgba(var(--horizon-rgb), .3) 60%, var(--horizon));
    background-size: 600px 100%;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 30
}

.tm-page-progress-bar_processing {
    animation: gradient-animation 1s linear infinite;
    right: 20%;
    transition: right 3s ease
}

.tm-page-progress-bar_finished {
    opacity: 0;
    right: 0;
    transition: right .3s ease, opacity .3s ease
}

.tm-regional-restriction {
    max-width: 400px;
    margin: 0 auto;
    padding: 32px 20px;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Segoe UI, sans-serif
}

@media(min-width:1024px) {
    .tm-regional-restriction {
        padding: 30px 20px
    }
}

.tm-regional-restriction__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 20px;
    color: var(--mine-shaft)
}

.tm-regional-restriction__subtitle {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--mountain-mist)
}

.tm-regional-restriction__list {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

.tm-regional-restriction__restrictions {
    color: var(--mountain-mist);
    font-size: .875rem;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.tm-regional-restriction__link-container {
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.tm-regional-restriction__link {
    color: var(--horizon);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}

.tm-regional-restriction__link:hover {
    text-decoration: underline
}

.tm-regional-restriction__label {
    font-weight: 700
}

.tm-regional-restriction__image {
    display: block;
    margin-bottom: 16px
}

@media(min-width:1024px) {
    .tm-regional-restriction__image {
        margin-bottom: 32px
    }
}

.tm-scroll-top {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    justify-content: center;
    height: 100%;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: fixed;
    top: 0;
    transition: background-color .3s ease;
    width: 60px;
    z-index: 6
}

.tm-scroll-top:hover {
    background-color: rgba(var(--rolling-stone-rgb), .08)
}

.tm-scroll-top:hover .tm-scroll-top__arrow {
    background-color: rgba(var(--rolling-stone-rgb), .4)
}

.tm-scroll-top__arrow {
    background-color: rgba(var(--rolling-stone-rgb), .2);
    border-radius: 50%;
    color: var(--romance);
    height: 24px;
    padding: 4px;
    width: 24px
}

.tm-scroll-top__arrow_reverted {
    transform: rotate(180deg)
}

@media (min-width:1221px) {
    .tm-scroll-top {
        display: flex
    }
}

.Vue-Toastification__container {
    z-index: 9999;
    position: fixed;
    padding: 4px;
    width: 448px;
    box-sizing: border-box;
    display: flex;
    min-height: 100%;
    color: #fff;
    flex-direction: column;
    pointer-events: none
}

@media only screen and (min-width:767px) {

    .Vue-Toastification__container.top-center,
    .Vue-Toastification__container.top-left,
    .Vue-Toastification__container.top-right {
        top: 1em
    }

    .Vue-Toastification__container.bottom-center,
    .Vue-Toastification__container.bottom-left,
    .Vue-Toastification__container.bottom-right {
        bottom: 1em;
        flex-direction: column-reverse
    }

    .Vue-Toastification__container.bottom-left,
    .Vue-Toastification__container.top-left {
        left: 1em
    }

    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast,
    .Vue-Toastification__container.top-left .Vue-Toastification__toast {
        margin-right: auto
    }

    @supports not (-moz-appearance:none) {

        .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,
        .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl {
            margin-right: unset;
            margin-left: auto
        }
    }

    .Vue-Toastification__container.bottom-right,
    .Vue-Toastification__container.top-right {
        right: 1em
    }

    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast,
    .Vue-Toastification__container.top-right .Vue-Toastification__toast {
        margin-left: auto
    }

    @supports not (-moz-appearance:none) {

        .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,
        .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl {
            margin-left: unset;
            margin-right: auto
        }
    }

    .Vue-Toastification__container.bottom-center,
    .Vue-Toastification__container.top-center {
        left: 50%;
        margin-left: -224px
    }

    .Vue-Toastification__container.bottom-center .Vue-Toastification__toast,
    .Vue-Toastification__container.top-center .Vue-Toastification__toast {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:767px) {
    .Vue-Toastification__container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0
    }

    .Vue-Toastification__container .Vue-Toastification__toast {
        width: 100%
    }

    .Vue-Toastification__container.top-center,
    .Vue-Toastification__container.top-left,
    .Vue-Toastification__container.top-right {
        top: 0
    }

    .Vue-Toastification__container.bottom-center,
    .Vue-Toastification__container.bottom-left,
    .Vue-Toastification__container.bottom-right {
        bottom: 0;
        flex-direction: column-reverse
    }
}

.Vue-Toastification__toast {
    display: inline-flex;
    position: relative;
    max-height: 150px;
    min-height: 48px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 22px 24px;
    border-radius: 8px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    justify-content: space-between;
    font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
    max-width: 448px;
    min-width: 320px;
    pointer-events: auto;
    overflow: hidden;
    transform: translateZ(0);
    direction: ltr
}

.Vue-Toastification__toast--rtl {
    direction: rtl
}

.Vue-Toastification__toast--default {
    background-color: #fff;
    color: #000
}

.Vue-Toastification__toast--info {
    background-color: #d9edf7;
    color: #548eaa
}

.Vue-Toastification__toast--success {
    background-color: #dff0d8;
    color: #3c763d
}

.Vue-Toastification__toast--error {
    background-color: #f2dede;
    color: #a94442
}

.Vue-Toastification__toast--warning {
    background-color: #fcf8e3;
    color: #8a6d3b
}

@media only screen and (max-width:767px) {
    .Vue-Toastification__toast {
        border-radius: 0;
        margin-bottom: .5rem
    }
}

.Vue-Toastification__toast-body {
    flex: 1;
    line-height: 1.5rem;
    font-size: 1rem;
    word-break: break-word;
    white-space: pre-wrap
}

.Vue-Toastification__toast-component-body {
    flex: 1
}

.Vue-Toastification__toast.disable-transition {
    animation: none !important
}

.Vue-Toastification__close-button {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s ease;
    align-items: center;
    color: #fff;
    opacity: .3;
    transition: visibility 0s, opacity .2s linear
}

.Vue-Toastification__close-button:focus,
.Vue-Toastification__close-button:hover {
    opacity: 1
}

.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
    opacity: 0
}

.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
    padding-left: unset;
    padding-right: 10px
}

@keyframes scale-x-frames {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Vue-Toastification__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 10000;
    background-color: hsla(0, 0%, 100%, .7);
    transform-origin: left;
    animation: scale-x-frames linear 1 forwards
}

.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
    right: 0;
    left: unset;
    transform-origin: right
}

.Vue-Toastification__icon {
    margin: auto 18px auto 0;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    transition: .3s ease;
    align-items: center;
    width: 20px;
    height: 100%
}

.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
    margin: auto 0 auto 18px
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes bounceOutRight {
    40% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(1000px, 0, 0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Vue-Toastification__bounce-enter-active.bottom-left,
.Vue-Toastification__bounce-enter-active.top-left {
    animation-name: bounceInLeft
}

.Vue-Toastification__bounce-enter-active.bottom-right,
.Vue-Toastification__bounce-enter-active.top-right {
    animation-name: bounceInRight
}

.Vue-Toastification__bounce-enter-active.top-center {
    animation-name: bounceInDown
}

.Vue-Toastification__bounce-enter-active.bottom-center {
    animation-name: bounceInUp
}

.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left {
    animation-name: bounceOutLeft
}

.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right {
    animation-name: bounceOutRight
}

.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
    animation-name: bounceOutUp
}

.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
    animation-name: bounceOutDown
}

.Vue-Toastification__bounce-enter-active,
.Vue-Toastification__bounce-leave-active {
    animation-duration: .75s;
    animation-fill-mode: both
}

.Vue-Toastification__bounce-move {
    transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .4s
}

.Vue-Toastification__toast {
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Arial, sans-serif;
    padding: .75rem 1.25rem;
    text-align: center;
    max-height: none
}

.Vue-Toastification__toast-body {
    line-height: 1.25rem;
    font-size: .9375rem
}

@media(max-width:767px) {
    .Vue-Toastification__toast {
        max-width: 288px;
        margin: 1rem auto 0
    }
}

.tm-block-extralink {
    color: var(--horizon);
    font-size: .75rem;
    line-height: .875rem;
    text-decoration: none
}

.tm-layout {
    --main-menu-height: 0;
    flex: 1;
    position: relative
}

@media(min-width:1024px) {
    .tm-layout {
        --main-menu-height: 56px
    }
}

.tm-layout__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: var(--seashell)
}

.tm-layout__wrapper_fix-header {
    padding-top: 48px
}

.tm-base-layout__header,
.tm-layout__wrapper_white {
    background-color: var(--romance)
}

.tm-base-layout__header {
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4)
}

@media(max-width:767px) {
    .tm-base-layout__header {
        display: none
    }
}

.tm-base-layout__header-wrapper {
    display: flex;
    align-items: center;
    height: 56px
}

@media(min-width:768px)and (max-width:1023px) {
    .tm-base-layout__header-wrapper {
        height: 48px
    }
}

.tm-base-layout__user-menu {
    margin-left: auto
}

.tm-base-layout__header_is-sticky {
    position: sticky;
    top: 0;
    z-index: 74
}

.tm-base-layout__notification-text,
.tm-base-layout__notification-title {
    font-size: .9375rem;
    line-height: 1.25rem
}

.tm-base-layout__notification-title {
    font-weight: 700
}

.tm-base-layout__notification-button,
.tm-base-layout__notification-text {
    margin: 15px 8px 0 0
}

.tm-base-layout__notification-button {
    box-sizing: border-box
}

@media (min-width:1024px) {
    body.overflow-scroll-locker {
        overflow: hidden
    }
}

body,
html {
    -webkit-overflow-scrolling: touch;
    background-color: var(--seashell);
    margin: 0 auto;
    min-height: 100vh;
    min-width: 320px;
    width: 100%;
    height: 100%;
    scroll-padding-top: 57px;
    scrollbar-color: var(--silver) var(--desert-storm)
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    box-sizing: border-box;
    overflow-y: scroll
}

#app,
#mount {
    height: 100%
}

@supports(padding-top:env(safe-area-inset-top)) {
    body {
        --safe-area-inset-top: env(safe-area-inset-top);
        height: calc(100% + var(--safe-area-inset-top))
    }
}

@media(display-mode:fullscreen) {
    body {
        height: 100%
    }
}

@media(display-mode:standalone) {
    body {
        height: 100%
    }
}

a:hover {
    color: var(--horizon)
}

* {
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, -webkit-text-decoration .2s ease-in-out;
    transition: opacity .2s ease-in-out, color .2s ease-in-out, text-decoration .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, color .2s ease-in-out, text-decoration .2s ease-in-out, background-color .2s ease-in-out, -webkit-text-decoration .2s ease-in-out
}

.link {
    color: var(--horizon);
    text-decoration: none
}

.link:hover {
    color: var(--horizon);
    text-decoration: underline
}

[data-navigatable]:focus {
    outline: 1px solid var(--horizon)
}

.transition-fade-enter-active,
.transition-fade-leave-active {
    transition: .2s;
    transition-property: opacity
}

.transition-fade-enter-from,
.transition-fade-leave-to {
    opacity: 0
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px
}

.tm-stats-warning__container {
    margin: 0 !important
}

@keyframes fadein-0d6a8405 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pulse-load-0d6a8405 {
    0% {
        background-color: var(--seashell)
    }

    25% {
        background-color: var(--desert-storm)
    }

    50% {
        background-color: var(--seashell)
    }

    75% {
        background-color: var(--desert-storm)
    }

    to {
        background-color: var(--seashell)
    }
}

.loads[data-v-0d6a8405] {
    animation: pulse-load-0d6a8405 4s ease infinite forwards;
    background-color: var(--seashell);
    position: relative
}

.line[data-v-0d6a8405] {
    display: inline-block;
    background: var(--seashell);
    border-radius: 3px;
    height: 8px;
    margin: 12px 0;
    width: 100%
}

.events-placeholder[data-v-0d6a8405] {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 20px 0
}

.events-placeholder .month[data-v-0d6a8405] {
    width: 15%
}

.events-placeholder .month .line[data-v-0d6a8405] {
    height: 26px
}

.event-placeholder[data-v-0d6a8405] {
    background-color: var(--romance);
    box-sizing: border-box;
    padding: 20px
}

.event-placeholder .body[data-v-0d6a8405] {
    display: flex
}

.event-placeholder .date[data-v-0d6a8405] {
    width: 35%;
    margin-bottom: 20px
}

.event-placeholder .type[data-v-0d6a8405] {
    width: 30%
}

.event-placeholder .title[data-v-0d6a8405] {
    width: 80%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: 20px
}

.event-placeholder .title .line[data-v-0d6a8405] {
    margin: 0
}

.event-placeholder .title .line[data-v-0d6a8405]:nth-child(2) {
    width: 50%
}

.event-placeholder .button[data-v-0d6a8405] {
    height: 32px;
    width: 139px;
    display: inline-block;
    background: var(--seashell);
    border-radius: 3px;
    margin-top: auto
}

.event-placeholder .left[data-v-0d6a8405] {
    width: 60%;
    padding-right: 12px;
    display: flex;
    flex-direction: column
}

.event-placeholder .right[data-v-0d6a8405] {
    width: 40%;
    text-align: right
}

.event-placeholder .image[data-v-0d6a8405] {
    height: 138px;
    border-radius: 3px;
    margin-bottom: 8px
}

.event-placeholder .type[data-v-0d6a8405] {
    margin-bottom: 12px
}

.event-placeholder .tag[data-v-0d6a8405] {
    height: 32px;
    width: 50%;
    display: inline-block;
    background: var(--seashell);
    border-radius: 3px
}

.event-placeholder .tag.mobile[data-v-0d6a8405] {
    display: none
}

@media(max-width:767px) {
    .events-placeholder .month[data-v-0d6a8405] {
        width: 25%;
        padding-left: 20px
    }

    .event-placeholder .left[data-v-0d6a8405],
    .event-placeholder .right[data-v-0d6a8405] {
        width: 100%
    }

    .event-placeholder .image[data-v-0d6a8405] {
        height: 100%;
        min-height: calc(53vw - 16.96px)
    }

    .event-placeholder .body[data-v-0d6a8405] {
        flex-direction: column
    }

    .event-placeholder .left[data-v-0d6a8405] {
        order: 1;
        margin-bottom: 20px
    }

    .event-placeholder .tag[data-v-0d6a8405] {
        display: none
    }

    .event-placeholder .tag.mobile[data-v-0d6a8405] {
        display: inline-block;
        margin-bottom: 20px
    }

    .event-placeholder .button[data-v-0d6a8405] {
        width: 100%
    }
}

.tm-placeholder_article {
    background: var(--romance);
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    opacity: 1
}

.tm-placeholder_article-body {
    padding-bottom: 24px
}

.tm-placeholder_article_article-comments,
.tm-placeholder_article_preview {
    justify-content: space-between;
    min-height: 100px;
    padding: 16px
}

.tm-placeholder__user {
    align-items: center;
    display: flex;
    height: 24px;
    margin-bottom: 12px
}

.tm-placeholder__user-pic {
    background: var(--seashell);
    border-radius: 3px;
    height: 24px;
    margin-right: 12px;
    width: 24px
}

.tm-placeholder__user-date {
    background: var(--seashell);
    border-radius: 3px;
    height: 8px;
    width: 30%
}

.tm-placeholder__user-score {
    background: var(--seashell);
    border-radius: 3px;
    height: 11px;
    margin-left: auto;
    width: 8px
}

.tm-placeholder__article-title {
    background: var(--seashell);
    border-radius: 3px;
    height: 12px;
    margin-bottom: 18px;
    max-width: 400px;
    width: 100%
}

.tm-placeholder__article-title_full {
    height: 16px
}

.tm-placeholder__article-title_full+.tm-placeholder__article-title_full {
    width: 90%
}

.tm-placeholder-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tm-placeholder-list__item {
    margin-bottom: 24px
}

.tm-placeholder-list__title-container {
    display: flex;
    margin-bottom: 4px
}

.tm-placeholder__line {
    display: inline-block;
    background: var(--seashell);
    border-radius: 3px;
    height: 8px;
    margin: 12px 0;
    width: 100%
}

.tm-placeholder__line_date,
.tm-placeholder__line_username {
    margin: 0
}

.tm-placeholder__line_message-date {
    margin-bottom: 8px
}

.tm-placeholder__line_username {
    margin-right: 5px
}

.tm-placeholder__line_messages {
    margin: 4px 0
}

.tm-placeholder__article-img {
    background: var(--seashell);
    border-radius: 3px;
    height: 204px;
    margin-bottom: 12px;
    width: 100%
}

.tm-placeholder__counters {
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.tm-placeholder__icon {
    background: var(--seashell);
    border-radius: 50%;
    height: 16px;
    width: 16px
}

.tm-placeholder__icon_large {
    height: 24px;
    width: 24px
}

.tm-placeholder_hubs {
    display: flex
}

.tm-placeholder__hub {
    background: var(--romance);
    height: 12px;
    margin: 22px 12px;
    max-width: 80px;
    width: calc(25% - 14px)
}

.tm-placeholder__hub:first-child {
    margin-left: 16px
}

.tm-placeholder_categories {
    background: var(--romance);
    display: flex;
    flex-direction: column
}

.tm-placeholder__category {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px
}

.tm-placeholder__category-avatar {
    background: var(--seashell);
    border-radius: 3px;
    flex: none;
    height: 40px;
    margin-right: 8px;
    width: 40px
}

.tm-placeholder__userinfo-avatar {
    height: 48px;
    width: 48px
}

.tm-placeholder__category-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.tm-placeholder__category-name {
    background: var(--seashell);
    border-radius: 3px;
    display: inline-block;
    height: 12px
}

.tm-placeholder__category-desctiption {
    background: var(--seashell);
    border-radius: 3px;
    height: 8px;
    margin-bottom: 4px
}

.tm-placeholder__desctiption_profile {
    margin-top: 8px
}

.tm-placeholder_preset {
    background: var(--romance);
    margin-bottom: 16px;
    padding: 16px
}

.tm-placeholder__preset-header {
    align-items: center;
    display: flex;
    height: 45px;
    justify-content: space-between;
    margin-bottom: 21px
}

.tm-placeholder__preset-title {
    border-radius: 3px;
    height: 12px;
    width: 50%
}

.tm-placeholder__preset-icon {
    border-radius: 50%;
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.tm-placeholder__preset-icons {
    display: flex
}

.tm-placeholder__preset-button {
    border-radius: 3px;
    height: 32px;
    margin-top: 23px;
    width: 112px
}

.tm-placeholder__static-page-section-name {
    background-color: var(--seashell);
    padding: 24px 16px 20px
}

.tm-placeholder__static-page-headling {
    background: rgba(var(--gull-gray-rgb), .4);
    height: 12px;
    width: 80px
}

.tm-placeholder__static-page-tabs {
    background-color: var(--romance);
    display: flex;
    margin-bottom: 8px;
    padding: 22px 16px
}

.tm-placeholder__static-page-tab {
    background: var(--seashell);
    height: 12px;
    margin-right: 24px
}

.tm-placeholder__static-page-content {
    background-color: var(--romance);
    padding: 24px 16px 20px
}

.tm-placeholder__static-page-content-headling {
    background: var(--seashell);
    height: 16px;
    margin-bottom: 16px
}

.tm-placeholder__static-page-content-text {
    background: var(--seashell);
    height: 8px;
    margin-bottom: 12px
}

.tm-placeholder__static-page-content-wrap-text {
    margin: 32px 0
}

.tm-placeholder__comment {
    background: var(--romance);
    padding: 14px 16px 20px
}

.tm-placeholder__comment-article {
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4);
    margin-bottom: 12px
}

.tm-placeholder__comment_user-comment {
    margin-bottom: 8px
}

.loads {
    animation: pulse-load 4s ease infinite forwards;
    background-color: var(--seashell);
    position: relative
}

.tm-placeholder__conversations,
.tm-placeholder__messages {
    background: var(--romance);
    padding: 16px
}

.tm-placeholder__conversation,
.tm-placeholder__message {
    align-items: flex-start;
    display: flex
}

.tm-placeholder__conversation+.tm-placeholder__conversation,
.tm-placeholder__conversation+.tm-placeholder__message,
.tm-placeholder__message+.tm-placeholder__conversation,
.tm-placeholder__message+.tm-placeholder__message {
    margin-top: 20px
}

.tm-placeholder__message {
    flex-direction: column
}

.tm-placeholder__conversation-body {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 12px
}

.tm-placeholder__conversation-meta,
.tm-placeholder__message-meta {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
    margin-top: 3px;
    min-width: 100%
}

.tm-placeholder__message-meta {
    margin-bottom: 16px;
    margin-top: 0
}

.tm-placeholder__conversation-username,
.tm-placeholder__message-username {
    min-width: 20%
}

.tm-placeholder__conversation-userpic {
    background: var(--seashell);
    border-radius: 3px;
    height: 40px;
    width: 40px
}

.tm-placeholder__message-userpic {
    background: var(--seashell);
    border-radius: 3px;
    height: 24px;
    margin-right: 12px;
    width: 24px
}

.tm-placeholder__form {
    align-items: center;
    background: var(--seashell);
    display: flex;
    height: 32px;
    margin: 0 20px 24px;
    min-width: calc(100% - 40px);
    width: 32px
}

.tm-placeholder__form_modificator-nomargin {
    margin: 0 0 24px;
    min-width: 100%
}

.tm-placeholder_user-profile {
    box-sizing: border-box;
    padding: 16px 16px 10px
}

.tm-placeholder__user-profile-data {
    align-items: flex-start;
    display: flex;
    margin-bottom: 11px
}

.tm-placeholder-inset {
    border-left-style: solid;
    border-left-width: 4px;
    background-color: var(--romance);
    box-sizing: border-box;
    padding: 24px 28px 28px
}

@media(max-width:767px) {
    .tm-placeholder-inset {
        padding: 16px;
        padding-left: 12px
    }
}

.tm-placeholder-inset__header {
    height: 20px;
    margin-bottom: 30px
}

.tm-placeholder-inset__footer {
    height: 16px
}

.tm-placeholder-salary {
    border-left-color: var(--dodger-blue);
    min-height: 308px;
    display: flex;
    flex-direction: column
}

@media(max-width:767px) {
    .tm-placeholder-salary {
        height: 402px
    }
}

@media(max-width:483px) {
    .tm-placeholder-salary {
        height: 418px
    }
}

@media(max-width:330px) {
    .tm-placeholder-salary {
        height: 436px
    }
}

.tm-placeholder__line_inset-footer,
.tm-placeholder__line_inset-header {
    width: 25%;
    margin: 6px 0
}

@media(max-width:767px) {

    .tm-placeholder__line_inset-footer,
    .tm-placeholder__line_inset-header {
        width: 160px
    }
}

.tm-placeholder-inset__footer_salary {
    margin-top: 4px
}

.tm-placeholder-salary__body {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media(max-width:767px) {
    .tm-placeholder-salary__body {
        flex-direction: column;
        row-gap: 17px
    }
}

.tm-placeholder-salary__text {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

@media(max-width:767px) {
    .tm-placeholder-salary__text {
        width: 100%;
        row-gap: 27px
    }
}

.tm-placeholder-salary__description {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.tm-placeholder-salary__description .tm-placeholder__line {
    margin: 0
}

.tm-placeholder-salary__description .tm-placeholder__line:first-child {
    margin-top: 0
}

@media(max-width:767px) {
    .tm-placeholder-salary__description {
        width: 100%
    }

    .tm-placeholder-salary__description .tm-placeholder__line:nth-child(3),
    .tm-placeholder-salary__description .tm-placeholder__line:nth-child(4) {
        display: none
    }
}

@media(max-width:483px) {
    .tm-placeholder-salary__description .tm-placeholder__line:nth-child(3) {
        display: block
    }
}

@media(max-width:330px) {
    .tm-placeholder-salary__description .tm-placeholder__line:nth-child(4) {
        display: block
    }
}

.tm-placeholder-salary__image {
    border-radius: 3px;
    flex-basis: 60%;
    height: 185px;
    width: 100%
}

@media(max-width:767px) {
    .tm-placeholder-salary__image {
        margin: 10px 0;
        flex-basis: 185px
    }
}

.tm-placeholder__line_salary_average {
    height: 36px;
    width: 150px;
    margin: -18px 0 0
}

@media(max-width:767px) {
    .tm-placeholder__line_salary_average {
        margin-top: -9px
    }
}

.tm-placeholder-tasks {
    border-color: var(--cerulean)
}

.tm-placeholder__line_item-title {
    margin-top: 3px;
    margin-bottom: 7px;
    max-width: 400px;
    height: 12px
}

.tm-placeholder-list__item_inset .tm-project-block-items__properties .tm-placeholder__line {
    margin: 0
}

.tm-placeholder-questions {
    border-color: var(--deluge)
}

.tm-placeholder-courses {
    border-color: var(--sorbus);
    min-height: 448px
}

.tm-placeholder__company-avatar {
    background-color: var(--seashell);
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-right: 7px
}

.tm-placeholder-company_courses {
    border-color: var(--sorbus);
    min-height: 448px
}

.tm-placeholder-company_courses .tm-placeholder__line_item-title {
    height: 20px
}

.tm-placeholder-vacancies {
    border-color: var(--dodger-blue);
    min-height: 448px
}

.tm-placeholder-promo {
    background-color: var(--romance)
}

.tm-placeholder-promo__header {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 12px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4)
}

.tm-placeholder-promo__body {
    padding: 24px 20px
}

.tm-placeholder-promo__posts {
    display: flex;
    justify-content: space-between
}

.tm-placeholder__line_promo-title {
    max-width: 170px;
    margin: 6px 0
}

.tm-placeholder-promo__post {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    flex: none;
    width: calc(33.3333% - 10px)
}

.tm-placeholder__line_post-title {
    margin-bottom: 7px
}

.tm-placeholder-promo__image {
    background-color: var(--seashell);
    padding-top: 63.1944444444%
}

.tm-placeholder-promo__dots {
    display: none;
    justify-content: center;
    margin-top: 10px
}

.tm-placeholder-promo__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--seashell);
    margin: 5px
}

.tm-placeholder-article-cards {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.tm-placeholder-article-card {
    padding: 20px;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 4px
}

.tm-placeholder-article-card__title {
    display: flex;
    flex-direction: column;
    row-gap: 11px
}

.tm-placeholder-article-card__title-line {
    margin: 0;
    height: 20px
}

.tm-placeholder-article-card__title-line:last-child {
    width: 40%
}

.tm-placeholder-article-card__icons {
    max-width: 260px;
    margin-top: 16px
}

.tm-placeholder-data-icon {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.tm-placeholder__line_icon-text {
    width: 20px
}

.tm-placeholder__gallery-thumbs {
    display: flex;
    gap: 12px;
    overflow: hidden;
    margin-bottom: 12px
}

.tm-placeholder__gallery-thumb {
    width: 72px;
    height: 72px;
    min-width: 72px
}

.tm-placeholder__gallery-body {
    height: 300px;
    margin-bottom: 12px
}

.tm-placeholder_banner {
    height: 160px
}

.tm-placeholder-table__row {
    border-top: 1px solid rgba(var(--gull-gray-rgb), .4);
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.tm-placeholder-table__row .tm-placeholder__line {
    flex-shrink: 0;
    flex-grow: 1
}

.placeholder-wrapper+.placeholder-wrapper {
    margin-top: 16px
}

.tm-placeholder__lines {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    background: var(--romance)
}

.tm-placeholder__lines .tm-placeholder__line {
    margin: 0;
    height: 28px
}

.tm-placeholder__funnels .tm-placeholder__line {
    height: 12px;
    margin: 8px 0
}

.tm-placeholder__statistics {
    margin-top: 20px;
    display: flex;
    gap: 12px
}

.tm-placeholder__statistics-item {
    width: 124px;
    height: 92px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--seashell)
}

.tm-placeholder__statistics-item .tm-placeholder__line {
    height: 12px;
    margin: 8px 0
}

@media(max-width:659px) {
    .tm-placeholder-promo__post {
        width: calc(50% - 10px)
    }

    .tm-placeholder-promo__post:nth-child(3) {
        display: none
    }
}

@media(max-width:414px) {
    .tm-placeholder-promo__post {
        width: 100%
    }

    .tm-placeholder-promo__post:nth-child(2) {
        display: none
    }

    .tm-placeholder-promo__dots {
        display: flex
    }
}

.tm-block {
    background-color: var(--romance)
}

.tm-block_variant-border-bottom {
    box-shadow: inset 0 -1px 0 rgba(var(--gull-gray-rgb), .4)
}

.tm-block_spacing-top {
    margin-top: 12px
}

.tm-block_spacing-bottom {
    margin-bottom: 12px
}

.tm-block_spacing-around {
    margin: 12px 0
}

.tm-block_spacing-none {
    margin: 0
}

.tm-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    padding: 16px 0 12px;
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4)
}

.tm-block__header_variant-borderless {
    padding-bottom: 0;
    border-bottom: none
}

.tm-block__header_variant-borderless-large {
    padding-bottom: 0;
    border-bottom: none;
    height: 32px
}

.tm-block__header-container {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px;
    align-items: baseline
}

.tm-block__title {
    margin: 0;
    font-size: .8125rem;
    letter-spacing: .0625rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--rolling-stone);
    font-family: Fira Sans, sans-serif
}

.tm-block__title_variant-large {
    letter-spacing: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: none;
    color: var(--mine-shaft)
}

.tm-block__body {
    padding: 24px 20px;
    font-size: .875rem;
    line-height: 1.5;
    color: var(--mine-shaft)
}

.tm-block__body_variant-balanced {
    padding: 20px
}

.tm-block__body_variant-condensed {
    padding: 16px 20px
}

@media(max-width:767px) {
    .tm-block__body_variant-condensed {
        padding: 16px
    }
}

.tm-block__body_variant-condensed-slim {
    padding: 12px 20px 16px
}

.tm-block__body_variant-stucked {
    padding: 8px 20px 16px
}

.tm-block__body_variant-stucked-reversed {
    padding: 16px 20px 8px
}

.tm-block__body_variant-island {
    padding: 16px
}

@media(min-width:1024px) {
    .tm-block__body_variant-island {
        padding: 16px 20px
    }
}

.tm-block__body_variant-equal {
    padding: 16px
}

@media(min-width:1024px) {
    .tm-block__body_variant-equal {
        padding: 20px
    }
}

.tm-block__body_variant-no-padding {
    padding: 0
}

.tm-block__footer {
    border-top: 1px solid rgba(var(--gull-gray-rgb), .4);
    margin: 0 20px;
    padding: 16px 0
}

.tm-company-card__branding {
    font-size: 0;
    position: relative
}

.tm-company-card__branding_loading img {
    height: 0
}

.tm-company-card__branding-image {
    width: 100%
}

.tm-company-profile-card .tm-company-card__branding {
    display: block;
    width: calc(100% + 32px)
}

.tm-company-card__branding-placeholder {
    padding-bottom: 22.72%;
    top: 0;
    width: 100%;
    background: rgba(var(--gull-gray-rgb), .4);
    display: flex;
    align-items: center;
    justify-content: center
}

.tm-company-card__branding-error {
    color: var(--mountain-mist);
    font-size: .75rem;
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0 16px;
    transform: translateY(-50%)
}

@media (min-width:1024px) {
    .tm-company-card__branding {
        box-sizing: border-box;
        flex-basis: 100%;
        flex-grow: 1;
        width: 100%
    }
}

.tm-button-follow {
    cursor: pointer;
    display: block;
    height: 2rem;
    position: relative;
    width: 112px
}

.tm-button-follow__button {
    background-color: inherit;
    border: 1px solid var(--christi);
    border-radius: 3px;
    box-sizing: border-box;
    color: var(--christi);
    cursor: pointer;
    font-size: .75rem;
    height: 28px;
    line-height: 1rem;
    outline: 0;
    padding: 4px 8px;
    position: absolute;
    text-align: center;
    transition: width .2s ease, background-color .2s ease;
    width: 100%
}

.tm-button-follow__button:hover {
    background-color: var(--christi);
    color: var(--romance)
}

.tm-button-follow__unfollow {
    background: inherit;
    border: 1px solid var(--christi);
    border-radius: 3px;
    box-sizing: border-box;
    color: var(--gull-gray);
    font-size: .9375rem;
    height: 2rem;
    left: 0;
    line-height: 1.8125rem;
    padding: 0 9px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%
}

.tm-button-follow__button_big {
    font-size: .75rem;
    height: 2rem;
    padding: 0;
    text-align: center
}

.tm-button-follow__button_is-active {
    background-color: var(--christi);
    border: 1px solid transparent;
    color: var(--romance);
    width: calc(100% - 26px)
}

.tm-button-follow__button_is-active:hover {
    opacity: .8
}

.tm-company-snippet {
    display: flex
}

.tm-company-snippet__logo-link {
    border-radius: 3px;
    display: block;
    flex: none;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    top: 2px
}

.tm-company-snippet__logo-img {
    display: block;
    width: 100%
}

.tm-company-snippet__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 8px;
    text-decoration: none
}

.tm-company-snippet__title_subscribed {
    color: var(--vida-loca)
}

.tm-company-snippet__description {
    color: var(--mountain-mist);
    font-size: .8125rem;
    line-height: 1rem;
    margin-top: 8px
}

.tm-notice {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    min-width: 320px;
    background-color: var(--romance);
    display: flex;
    padding: 32px;
    position: relative
}

.tm-notice:before {
    background: var(--loblolly);
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    top: -1px;
    width: 16px
}

.tm-notice__inner {
    width: 100%
}

.tm-notice__title {
    margin-bottom: 8px
}

.tm-notice__icon {
    flex: 1;
    margin-right: 8px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px
}

.tm-notice__content {
    color: var(--mine-shaft);
    font-size: .9375rem;
    line-height: 1.375rem
}

.tm-notice__content a {
    color: var(--horizon);
    text-decoration: none
}

.tm-notice_positive:before {
    background: var(--vida-loca)
}

.tm-notice_negative:before {
    background: var(--fuzzy-wuzzy-brown)
}

.tm-notice_warning {
    background-color: var(--linen);
    padding: 16px
}

.tm-notice_warning:before {
    background: none
}

.tm-notice_info {
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 16px
}

.tm-notice_info:before {
    content: none
}

.tm-article-poll_variant-bordered {
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4)
}

.tm-article-poll__notice {
    margin-bottom: 36px
}

.tm-article-poll__notice a {
    color: var(--horizon);
    text-decoration: none
}

.tm-article-poll__header {
    color: var(--mine-shaft);
    font-weight: 700;
    margin: 0 0 24px
}

.tm-article-poll__answer {
    margin-bottom: 26px
}

.tm-article-poll__answer-data {
    display: flex;
    line-height: .875rem;
    margin-bottom: 12px
}

.tm-article-poll__answer-percent {
    color: var(--mountain-mist);
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-right: 8px
}

.tm-article-poll__answer-percent_winning {
    color: var(--horizon)
}

.tm-article-poll__answer-label {
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.25rem;
    margin-right: 8px
}

.tm-article-poll__answer-label_selected {
    color: var(--horizon)
}

.tm-article-poll__answer-label_selected>span {
    padding-right: 22px
}

.tm-article-poll__answer-label_selected:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbD0iIzVlOGVhYyIgZD0iTTcgMGE3IDcgMCAxIDAgMCAxNEE3IDcgMCAwIDAgNyAwem0tLjk5IDkuNTk5aC0uMDAxTDMuNTM0IDcuMTI0bC43NDItLjc0MiAxLjczMyAxLjczMyAzLjcxMy0zLjcxMy43NDIuNzQyLTQuNDU1IDQuNDU1eiIvPjwvc3ZnPg==);
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;
    width: 14px
}

.tm-article-poll__answer-votes {
    color: var(--mountain-mist);
    font-size: .8125rem;
    line-height: 1.25rem;
    margin-left: auto
}

.tm-article-poll__answer-bar {
    background: var(--aqua-haze);
    height: 8px;
    overflow: hidden;
    width: 100%
}

.tm-article-poll__answer-progress {
    animation: appear-from-left .5s ease-out;
    background-color: var(--loblolly);
    height: 100%
}

.tm-article-poll__answer-progress_winning {
    background-color: var(--horizon)
}

.tm-article-poll__controls {
    font-size: 0;
    margin-bottom: 26px
}

.tm-article-poll__submit {
    margin-right: 12px
}

.tm-article-poll__stats {
    color: var(--mountain-mist);
    display: block;
    font-size: .875rem;
    line-height: normal;
    padding-bottom: 24px
}

@keyframes appear-from-left {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

.tm-counter-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 4px
}

.tm-counter-container__header {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tm-counter-container__footer {
    font-size: .75rem;
    line-height: 1rem;
    text-align: center
}

.tm-company-subscribers__count {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--horizon);
    line-height: 1.375rem;
    font-size: 1.0625rem;
    font-weight: 700
}

.tm-company-subscribers__label {
    color: var(--mountain-mist)
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: var(--circle-loader-width);
    height: var(--circle-loader-height)
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: var(--circle-loader-circle-width);
    height: var(--circle-loader-circle-height);
    top: calc(50% - var(--circle-loader-circle-height)/2);
    left: calc(50% - var(--circle-loader-circle-width)/2);
    border: 1px solid var(--romance);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: var(--circle-loader-circle-border-color) transparent transparent transparent
}

.lds-ring div:first-child {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.tm-votes-lever {
    display: flex;
    align-items: center;
    justify-content: center
}

.tm-votes-lever__button {
    background: none;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--loblolly);
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative
}

.tm-votes-lever__button:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-votes-lever__button:disabled:after {
    cursor: default
}

.tm-votes-lever__button:hover {
    color: var(--astral)
}

.tm-votes-lever__score {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    font-size: .8125rem
}

.tm-votes-lever__score_appearance-article {
    margin: 0 5px;
    font-weight: 700
}

.tm-votes-lever__score_appearance-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    font-weight: 700;
    overflow: hidden
}

.tm-votes-lever__score_appearance-karma {
    margin: 0 2px
}

.tm-votes-lever__score_appearance-grade,
.tm-votes-lever__score_appearance-karma,
.tm-votes-lever__score_appearance-rating {
    font-size: 1.0625rem
}

.tm-votes-lever__score_appearance-rating {
    height: 22px
}

.tm-votes-lever__score-counter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--gull-gray);
    font-weight: 700;
    line-height: 1.375rem
}

.tm-votes-lever__score-counter_rating {
    color: var(--mulberry);
    font-size: 1rem
}

.tm-votes-lever__score-counter_grade {
    color: var(--emerald)
}

.tm-votes-lever__icon {
    position: relative
}

.tm-votes-lever__icon_arrow-down {
    transform: scaleY(-1)
}

.tm-votes-lever__icon_downvote,
.tm-votes-lever__score-counter_negative {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-votes-lever__icon_upvote,
.tm-votes-lever__score-counter_positive {
    color: var(--christi)
}

.tm-votes-lever__score-fallback {
    cursor: pointer;
    margin: 4px 5px 0
}

.tm-rating__header {
    height: 22px
}

.tm-rating__counter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.375rem
}

.tm-rating__counter_variant-grade {
    color: var(--cerulean)
}

.tm-rating__text {
    color: var(--rolling-stone);
    font-size: .75rem;
    line-height: 1rem;
    text-align: center
}

.tm-grade {
    text-decoration: none
}

.tm-svg-grade__icon {
    vertical-align: top;
    color: var(--emerald);
    width: 24px;
    height: 22px
}

.tm-company-card__header {
    align-items: flex-start;
    display: flex;
    margin-bottom: 12px
}

.tm-company-card__avatar {
    border-radius: 3px;
    flex: none;
    margin-right: 16px;
    overflow: hidden
}

.tm-company-card__name {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    font-size: 1.24375rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0;
    text-decoration: none
}

.tm-company-card__description {
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0;
    margin-top: 4px
}

.tm-company-card__rating:not(:last-child) {
    margin-right: 30px
}

@media (min-width:1024px) {
    .tm-company-card__header {
        margin-bottom: 10px
    }
}

.tm-confirmation-dialog {
    color: var(--mine-shaft)
}

.tm-confirmation-dialog__actions {
    display: flex;
    padding: 8px 16px 24px
}

.tm-confirmation-dialog__action {
    display: block;
    flex: 1 1 100%;
    cursor: pointer
}

.tm-confirmation-dialog__action_confirm {
    margin-right: 8px;
    white-space: nowrap
}

.tm-confirmation-dialog__description {
    margin: 0;
    padding: 16px 16px 24px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem
}

.tm-confirmation-dialog__title {
    margin: 0;
    padding: 18px 52px 18px 16px;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.25rem
}

.employee-request-popup__content {
    max-width: 380px
}

.employee-request-popup__company-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.employee-request-popup__company-logo {
    margin-right: 12px;
    width: 36px;
    height: 36px
}

.employee-request-popup__confirm-message {
    font-size: .875rem;
    line-height: 1.25rem
}

.employee-request-popup__company-name {
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.25rem;
    color: var(--mine-shaft)
}

.employee-request-popup__confirm-buttons {
    margin-top: 24px
}

.employee-request-popup__confirm-button {
    cursor: pointer
}

.employee-request-popup__confirm-button+.employee-request-popup__confirm-button {
    margin-left: 10px
}

.employee-request-popup__form .base-textarea__label_message {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400
}

.employee-request-popup__form .tm-form__submit {
    margin-top: 24px;
    background-color: var(--horizon);
    border-color: var(--horizon)
}

.employee-request-popup__form .tm-form__submit:hover {
    border-color: var(--astral);
    background-color: var(--astral)
}

.company-employee-request__button {
    display: flex;
    align-items: center;
    border: 1px solid var(--horizon);
    border-radius: 3px;
    height: 2rem;
    box-sizing: border-box;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

.company-employee-request__button-inner {
    background-color: transparent;
    color: var(--horizon);
    border-radius: 0 3px 3px 0;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.875rem;
    font-size: .8125rem
}

.company-employee-request__button-inner:hover,
.company-employee-request__button-inner_active {
    background-color: var(--horizon);
    color: var(--romance)
}

.company-employee-request__button-cancel {
    height: 100%;
    color: var(--gull-gray);
    padding: 0 7px;
    box-sizing: border-box;
    line-height: 1.875rem;
    font-size: .9375rem
}

.tm-company-profile-card {
    background-color: var(--romance);
    padding: 16px 16px
}

.tm-company-profile-card__buttons {
    align-items: flex-start;
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap
}

.tm-company-profile-card__button {
    margin-right: 12px;
    margin-top: 12px
}

.tm-company-profile-card__button_admin {
    order: 1
}

@media (min-width:1024px) {
    .tm-company-profile-card {
        display: flex;
        flex-wrap: wrap;
        padding: 16px 20px
    }

    .tm-company-profile-card__buttons {
        margin-top: 0;
        margin-left: auto;
        padding: 0;
        flex-direction: row-reverse
    }

    .tm-company-profile-card__button {
        margin-left: 12px;
        margin-right: 0;
        margin-top: 0
    }

    .tm-company-profile-card__button_admin {
        order: 0
    }
}

.tm-article-complexity {
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: .8125rem;
    line-height: 1.5rem;
    font-weight: 700
}

.tm-article-complexity_complexity-high {
    color: var(--mandy)
}

.tm-article-complexity_complexity-medium {
    color: var(--cerulean)
}

.tm-article-complexity_complexity-low {
    color: var(--emerald)
}

.tm-article-complexity__icon {
    opacity: .7;
    max-width: 24px
}

.tm-article-datetime-published {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mountain-mist);
    display: inline-block;
    font-size: .8125rem;
    font-weight: 500;
    line-height: .9375rem;
    margin: 0;
    vertical-align: middle;
    text-decoration: none
}

.tm-article-datetime-published_link:hover {
    color: var(--mountain-mist);
    text-decoration: underline
}

@media (min-width:960px) {
    .tm-article-datetime-published_megapost {
        color: var(--romance)
    }
}

.tm-card-image {
    max-width: 100%;
    height: var(--image-height);
    object-fit: contain;
    object-position: center;
    transition: height .3s ease-in-out, min-height .3s ease-in-out;
    margin: auto;
    width: 100%
}

.expand-enter-to,
.expand-leave-from {
    height: var(--image-height);
    min-height: var(--image-height)
}

.expand-leave-to {
    height: 0;
    min-height: 0
}

.expand-enter-from {
    height: var(--initial-height);
    min-height: var(--initial-height)
}

.tm-positioned-window {
    position: absolute;
    border-radius: 4px;
    background-color: var(--romance);
    box-shadow: 0 4px 20px rgba(var(--asphalt-rgb), .25);
    transition: left .3s ease-in-out, top .3s ease-in-out, opacity .3s ease-in-out;
    z-index: 11;
    max-height: var(--max-positioned-window-height);
    overflow: auto
}

.tm-positioned-window__wrapper {
    width: 320px
}

.tm-positioned-window__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    color: var(--gull-gray);
    padding: 6px;
    background-color: var(--romance);
    border-radius: 3px;
    z-index: 1
}

.tm-positioned-window__close:not(:focus-visible) {
    outline: none
}

.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: transform .3s, opacity .3s
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    opacity: 0;
    transform: translateY(100px)
}

.abbreviation-presenter {
    display: flex;
    flex-direction: column
}

.abbreviation-presenter__image-container {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.abbreviation-presenter__image {
    max-width: 100%;
    height: auto;
    max-height: 100vh
}

.abbreviation-presenter__abbr {
    color: var(--mine-shaft);
    margin-right: 24px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4375rem
}

.abbreviation-presenter__text {
    padding: 16px 20px 12px
}

.abbreviation-presenter__title {
    margin-top: 12px
}

.article-formatted-body {
    color: var(--mine-shaft);
    font-size: 1rem;
    line-height: 1.56;
    overflow-wrap: break-word
}

.article-formatted-body h1,
.article-formatted-body h2 {
    font-size: 1.25rem;
    line-height: 1.625rem
}

.article-formatted-body h3 {
    font-size: 1.125rem;
    line-height: 1.4375rem
}

.article-formatted-body h4,
.article-formatted-body h5,
.article-formatted-body h6 {
    font-size: 1rem;
    line-height: 1.25rem
}

.article-formatted-body a {
    color: var(--horizon);
    text-decoration: none
}

.article-formatted-body a:hover {
    color: var(--horizon);
    text-decoration: underline
}

.article-formatted-body a:visited {
    color: var(--mulberry)
}

.article-formatted-body b,
.article-formatted-body strong {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.article-formatted-body blockquote {
    background: transparent;
    border-left: 4px solid var(--horizon);
    display: block;
    margin: 12px 0;
    padding: 0 12px
}

.article-formatted-body p {
    margin: 0;
    padding: 0
}

.article-formatted-body abbr {
    border-bottom: 1px dotted var(--mine-shaft);
    cursor: help;
    text-decoration: none
}

.article-formatted-body .habraabbr {
    text-decoration: none;
    background-color: rgba(var(--horizon-rgb), .1);
    border: 1px solid rgba(var(--horizon-rgb), .3);
    border-radius: 4px;
    padding: 1px 4px
}

.article-formatted-body .habrahidden {
    text-decoration: none;
    background-color: var(--loblolly);
    border-radius: 4px;
    color: transparent;
    cursor: pointer;
    transition: all .33s ease-out
}

.article-formatted-body .habrahidden[data-show] {
    background-color: transparent;
    color: inherit;
    cursor: text
}

.article-formatted-body code {
    font-family: Menlo, Monaco, Consolas, Courier New, Courier, monospace;
    background-color: var(--desert-storm);
    color: var(--mine-shaft);
    border-radius: 4px;
    overflow-wrap: break-word;
    padding: 3px 6px;
    white-space: break-spaces
}

.article-formatted-body iframe {
    max-width: 100%
}

.article-formatted-body hr {
    border: 0;
    border-bottom: 1px solid rgba(var(--romance-rgb), .3);
    border-top: 1px solid rgba(var(--asphalt-rgb), .1);
    height: 0
}

.article-formatted-body img {
    height: auto;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.article-formatted-body img[align=left] {
    margin-bottom: 8px;
    margin-right: 32px;
    margin-top: 8px;
    max-width: 40%
}

.article-formatted-body img[align=right] {
    margin-bottom: 8px;
    margin-left: 32px;
    margin-top: 8px;
    max-width: 40%
}

.article-formatted-body img[data-src] {
    cursor: pointer
}

.article-formatted-body br+img {
    margin: 0
}

.article-formatted-body .table_wrapped {
    margin-bottom: 24px;
    overflow-x: auto
}

.article-formatted-body table {
    border: 1px solid var(--silver);
    border-collapse: collapse;
    margin: 1.5em 0;
    min-width: 100%;
    table-layout: fixed;
    width: auto;
    word-break: normal
}

.article-formatted-body table caption {
    text-align: left;
    text-indent: 1em
}

.article-formatted-body table td,
.article-formatted-body table th {
    border: 1px solid var(--silver);
    line-height: 1.5;
    padding: 6px 12px 9px;
    vertical-align: top
}

.article-formatted-body table td img,
.article-formatted-body table th img {
    height: auto;
    max-width: 100%
}

.article-formatted-body .oembed {
    overflow: hidden
}

.article-formatted-body .oembed iframe {
    border: 0;
    width: 100%
}

.article-formatted-body .user_link {
    padding-left: 1em;
    position: relative;
    white-space: nowrap
}

.article-formatted-body .user_link:before {
    color: inherit;
    content: "@";
    font-size: inherit;
    font-weight: inherit;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 1px
}

.article-formatted-body ol li,
.article-formatted-body ol ol li,
.article-formatted-body ol ul li,
.article-formatted-body ul li,
.article-formatted-body ul ol li,
.article-formatted-body ul ul li {
    line-height: 1.6;
    margin: 6px 0;
    padding: 0
}

.article-formatted-body ol li:first-child,
.article-formatted-body ol ol li:first-child,
.article-formatted-body ol ul li:first-child,
.article-formatted-body ul li:first-child,
.article-formatted-body ul ol li:first-child,
.article-formatted-body ul ul li:first-child {
    margin-top: 0
}

.article-formatted-body ol li:last-child,
.article-formatted-body ol ol li:last-child,
.article-formatted-body ol ul li:last-child,
.article-formatted-body ul li:last-child,
.article-formatted-body ul ol li:last-child,
.article-formatted-body ul ul li:last-child {
    margin-bottom: 0
}

.article-formatted-body ol,
.article-formatted-body ul {
    padding-inline-start: 32px
}

.article-formatted-body ol ol,
.article-formatted-body ol ul,
.article-formatted-body ul ol,
.article-formatted-body ul ul {
    margin-top: 9px
}

.article-formatted-body pre {
    background: var(--desert-storm);
    border: 1px solid var(--seashell);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.6;
    margin: 0;
    overflow: auto;
    padding: 17px 20px;
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.article-formatted-body pre .hljs,
.article-formatted-body pre .nohighlight {
    display: block
}

.article-formatted-body pre code {
    font-family: Menlo, Monaco, Consolas, Courier New, Courier, monospace;
    background: none;
    font-size: inherit;
    padding: 0;
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.article-formatted-body h1,
.article-formatted-body h2,
.article-formatted-body h3,
.article-formatted-body h4,
.article-formatted-body h5,
.article-formatted-body h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.article-formatted-body h1 a,
.article-formatted-body h2 a,
.article-formatted-body h3 a,
.article-formatted-body h4 a,
.article-formatted-body h5 a,
.article-formatted-body h6 a {
    text-decoration: none
}

.article-formatted-body h1 a:active,
.article-formatted-body h1 a:hover,
.article-formatted-body h2 a:active,
.article-formatted-body h2 a:hover,
.article-formatted-body h3 a:active,
.article-formatted-body h3 a:hover,
.article-formatted-body h4 a:active,
.article-formatted-body h4 a:hover,
.article-formatted-body h5 a:active,
.article-formatted-body h5 a:hover,
.article-formatted-body h6 a:active,
.article-formatted-body h6 a:hover {
    color: var(--horizon)
}

.article-formatted-body h1 b,
.article-formatted-body h1 strong,
.article-formatted-body h2 b,
.article-formatted-body h2 strong,
.article-formatted-body h3 b,
.article-formatted-body h3 strong,
.article-formatted-body h4 b,
.article-formatted-body h4 strong,
.article-formatted-body h5 b,
.article-formatted-body h5 strong,
.article-formatted-body h6 b,
.article-formatted-body h6 strong {
    font-weight: inherit
}

.article-formatted-body h1 code,
.article-formatted-body h2 code,
.article-formatted-body h3 code,
.article-formatted-body h4 code,
.article-formatted-body h5 code,
.article-formatted-body h6 code {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-size: .9375rem;
    font-weight: 500
}

.article-formatted-body:after {
    content: "";
    display: block;
    clear: both
}

.article-formatted-body_version-1 .spoiler .spoiler_title {
    margin-top: 12px;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-position: under;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: var(--horizon);
    cursor: pointer;
    display: block;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.article-formatted-body_version-1 .spoiler .spoiler_title:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.article-formatted-body_version-1 .spoiler .spoiler_text {
    display: none;
    font-size: .9375rem;
    line-height: 1.5rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.article-formatted-body_version-1 .spoiler_open>.spoiler_title:before {
    transform: rotate(90deg)
}

.article-formatted-body_version-1 .spoiler_open>.spoiler_text {
    display: block
}

.article-formatted-body_version-1 img {
    background-color: #fff
}

.article-formatted-body_version-1 img[data-tex=display] {
    background-color: transparent;
    text-align: center;
    margin: 1em auto;
    position: relative;
    display: block !important;
    text-indent: 0;
    max-width: 100%;
    max-height: none;
    min-width: 0;
    min-height: 0;
    filter: var(--formula-filter)
}

.article-formatted-body_version-1 img[data-tex=inline] {
    background-color: transparent;
    filter: var(--formula-filter)
}

.article-formatted-body_version-1 img[src$=".svg"][alt] {
    background-color: transparent;
    filter: var(--formula-filter)
}

.article-formatted-body_version-2 p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0
}

.article-formatted-body_version-2 figure {
    margin: 0;
    text-align: center
}

.article-formatted-body_version-2 figure.bordered {
    border: 1px solid var(--silver)
}

.article-formatted-body_version-2 figure img {
    max-width: 100%;
    background-color: #fff
}

.article-formatted-body_version-2 figure .tm-empty-image {
    width: 100%;
    border: 2px solid var(--seashell);
    padding: 23px 25px;
    border-radius: 3px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mountain-mist);
    font-size: .875rem;
    box-sizing: border-box
}

.article-formatted-body_version-2 figure .tm-empty-image img {
    width: 24px;
    height: 24px
}

.article-formatted-body_version-2 figure figcaption {
    color: var(--mountain-mist);
    font-size: .8125rem;
    line-height: 1.125rem;
    margin-top: 4px;
    text-align: center;
    white-space: pre-wrap
}

.article-formatted-body_version-2 .floating-image:after {
    content: "";
    display: block;
    clear: both
}

.article-formatted-body_version-2 .floating-image>p {
    margin-top: 32px
}

.article-formatted-body_version-2 figure.float {
    float: left;
    max-width: 50%;
    margin-right: 32px;
    margin-top: 0
}

.article-formatted-body_version-2 .embed_link {
    align-items: center;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 12px;
    width: 100%
}

.article-formatted-body_version-2 .embed_layout-right {
    position: relative;
    flex-direction: row-reverse
}

.article-formatted-body_version-2 .embed_layout-right .embed__thumb {
    height: 130px;
    margin: -12px -12px -12px 0;
    min-width: 244px;
    width: 244px
}

@media(max-width:767px) {
    .article-formatted-body_version-2 .embed_layout-right .embed__thumb {
        position: absolute;
        bottom: 6px;
        right: 6px;
        width: 48px;
        height: 30px;
        min-width: 0;
        margin: 0
    }

    .article-formatted-body_version-2 .embed_layout-right .embed__caption-link {
        padding-right: 52px
    }
}

.article-formatted-body_version-2 iframe {
    width: 100%;
    border: none
}

.article-formatted-body_version-2 .embed__thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    outline: 1px solid var(--seashell);
    width: 48px
}

.article-formatted-body_version-2 .embed__caption {
    box-sizing: border-box;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    line-height: 1.5rem;
    min-width: 0;
    padding: 0 12px;
    white-space: normal;
    width: 100%
}

.article-formatted-body_version-2 .embed__caption-title {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-formatted-body_version-2 .embed__caption-description {
    color: var(--mountain-mist);
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 8px 0
}

.article-formatted-body_version-2 .embed__caption-link,
.article-formatted-body_version-2 .embed__caption-link:visited {
    color: var(--mine-shaft)
}

.article-formatted-body_version-2 table {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed
}

.article-formatted-body_version-2 table caption {
    text-align: left;
    text-indent: 1em
}

.article-formatted-body_version-2 table td,
.article-formatted-body_version-2 table th {
    line-height: 1.5;
    padding: 6px 12px 9px;
    vertical-align: top
}

.article-formatted-body_version-2 table td img,
.article-formatted-body_version-2 table th img {
    height: auto;
    max-width: 100%
}

.article-formatted-body_version-2 details {
    background: var(--desert-storm);
    border-radius: 4px;
    overflow: hidden
}

.article-formatted-body_version-2 details[open] summary:before {
    transform: rotate(90deg)
}

.article-formatted-body_version-2 summary {
    color: var(--horizon);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.1875rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-position: under;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.article-formatted-body_version-2 summary::-webkit-details-marker {
    display: none
}

.article-formatted-body_version-2 summary::-moz-list-bullet {
    list-style-type: none
}

.article-formatted-body_version-2 summary:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.article-formatted-body_version-2 .spoiler__content {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.article-formatted-body_version-2 .image-inline {
    margin: 0 4px;
    max-height: 24px;
    width: auto
}

.article-formatted-body_version-2 hr {
    border: 1px solid var(--mine-shaft);
    border-bottom: 0;
    height: 0;
    margin: 56px auto;
    max-width: 280px
}

.article-formatted-body_version-2 h2 {
    margin-top: 56px
}

.article-formatted-body_version-2 h3,
.article-formatted-body_version-2 h4 {
    margin-top: 32px
}

.article-formatted-body_version-2 h2+p,
.article-formatted-body_version-2 h3+p,
.article-formatted-body_version-2 h4+p {
    margin-top: 12px
}

.article-formatted-body_version-2 h2+a.anchor,
.article-formatted-body_version-2 h3+a.anchor,
.article-formatted-body_version-2 h4+a.anchor {
    margin-top: 12px;
    display: block
}

.article-formatted-body_version-2 h2+ol,
.article-formatted-body_version-2 h2+ul,
.article-formatted-body_version-2 h3+ol,
.article-formatted-body_version-2 h3+ul,
.article-formatted-body_version-2 h4+ol,
.article-formatted-body_version-2 h4+ul {
    margin-top: 24px
}

.article-formatted-body_version-2 ol,
.article-formatted-body_version-2 ul {
    margin-top: 32px
}

.article-formatted-body_version-2 ol li,
.article-formatted-body_version-2 ul li {
    padding: 0;
    line-height: 1.5rem
}

.article-formatted-body_version-2 ol li+li,
.article-formatted-body_version-2 ul li+li {
    margin: 12px 0 0
}

.article-formatted-body_version-2 ol ol,
.article-formatted-body_version-2 ol ul,
.article-formatted-body_version-2 ul ol,
.article-formatted-body_version-2 ul ul {
    margin-top: 12px
}

.article-formatted-body_version-2 .embed_link,
.article-formatted-body_version-2 .embed_video,
.article-formatted-body_version-2 blockquote,
.article-formatted-body_version-2 details,
.article-formatted-body_version-2 figure,
.article-formatted-body_version-2 iframe,
.article-formatted-body_version-2 pre,
.article-formatted-body_version-2 table {
    margin-top: 32px
}

.article-formatted-body_version-2 .embed_link+p,
.article-formatted-body_version-2 .embed_video+p,
.article-formatted-body_version-2 blockquote+p,
.article-formatted-body_version-2 details+p,
.article-formatted-body_version-2 figure+p,
.article-formatted-body_version-2 iframe+p,
.article-formatted-body_version-2 pre+p,
.article-formatted-body_version-2 table+p {
    margin-top: 32px
}

.article-formatted-body_version-2 .embed_link+a,
.article-formatted-body_version-2 .embed_video+a,
.article-formatted-body_version-2 blockquote+a,
.article-formatted-body_version-2 details+a,
.article-formatted-body_version-2 figure+a,
.article-formatted-body_version-2 iframe+a,
.article-formatted-body_version-2 pre+a,
.article-formatted-body_version-2 table+a {
    margin-bottom: 32px;
    display: block
}

.article-formatted-body_version-2 p+a.anchor,
.article-formatted-body_version-2 p+p {
    margin-top: 24px;
    display: block
}

.article-formatted-body_version-2 .formula {
    display: block;
    margin: 52px auto;
    filter: var(--formula-filter)
}

.article-formatted-body_version-2 .formula.inline {
    display: inline-block;
    margin: 0 4px;
    vertical-align: -.719ex
}

.article-formatted-body_version-2 .mention {
    color: var(--horizon);
    text-decoration: none;
    background: var(--solitude);
    padding: 0 2px;
    border-radius: 3px;
    display: inline
}

.article-formatted-body_version-2 .persona {
    clear: both;
    margin: 24px 0;
    min-height: 60px;
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 4px;
    align-items: center
}

.article-formatted-body_version-2 .persona__image {
    overflow: hidden;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 30px;
    object-fit: cover;
    grid-column: 1/2;
    grid-row: 1/3;
    margin-right: 16px
}

.article-formatted-body_version-2 .persona__image:not([src]) {
    max-width: 0;
    min-width: 0;
    margin-right: 0
}

.article-formatted-body_version-2 .persona__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    align-self: flex-end
}

.article-formatted-body_version-2 .persona__heading+p,
.article-formatted-body_version-2 .persona__text {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: var(--mountain-mist);
    overflow: hidden;
    align-self: start;
    margin-top: 0
}

.article-formatted-body_version-2 .persona__heading,
.article-formatted-body_version-2 .persona__text {
    grid-column: 2
}

.article-formatted-body_version-2 a.button {
    background-color: var(--horizon);
    border-radius: 3px;
    border: 1px solid var(--horizon);
    color: var(--romance);
    cursor: pointer;
    padding: 0 13px;
    margin: 24px auto 0;
    line-height: 2.25rem;
    font-size: .8125rem;
    font-weight: 500;
    height: 36px;
    text-decoration: none;
    display: table
}

.article-formatted-body_version-2 a.button:focus,
.article-formatted-body_version-2 a.button:hover {
    background-color: var(--horizon);
    border-color: var(--horizon);
    color: var(--romance)
}

.article-formatted-body_version-2 a.button+p {
    margin-top: 32px
}

.article-formatted-body_version-2 .gallery-wrapper {
    overflow: hidden;
    position: relative;
    margin: 24px -20px 0
}

@media(max-width:767px) {
    .article-formatted-body_version-2 .gallery-wrapper {
        margin: 24px -16px 0
    }
}

.article-formatted-body_version-2 .gallery-wrapper+p {
    margin-top: 32px
}

.article-formatted-body_version-2 .gallery-wrapper .gallery {
    position: relative
}

.article-formatted-body_version-2 .gallery-wrapper .gallery figcaption {
    padding: 0 20px
}

@media(max-width:767px) {
    .article-formatted-body_version-2 .gallery-wrapper .gallery figcaption {
        padding: 0 16px
    }
}

.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-wrapper {
    align-items: center
}

.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-slide {
    margin-top: 0
}

.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-next,
.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-prev {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-next.swiper-button-disabled,
.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-prev.swiper-button-disabled {
    opacity: .5
}

.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-next svg,
.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-prev svg {
    width: 48px;
    height: 48px;
    fill: var(--romance);
    filter: drop-shadow(0 1px 3px rgba(var(--asphalt-rgb), .25))
}

.article-formatted-body_version-2 .gallery-wrapper .gallery .swiper-next {
    right: 0;
    left: auto;
    transform: rotate(180deg)
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery {
    position: relative;
    width: calc(100% - 120px);
    margin: 0 auto 12px
}

@media(max-width:767px) {
    .article-formatted-body_version-2 .gallery-wrapper .thumb-gallery {
        width: calc(100% - 32px)
    }
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-slide {
    width: 72px;
    height: 72px;
    object-fit: cover;
    cursor: pointer;
    margin: 0
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-slide img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 4px solid var(--romance);
    box-sizing: border-box
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 4px solid var(--horizon)
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-next,
.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-prev {
    position: absolute;
    color: var(--gull-gray);
    z-index: 1;
    cursor: pointer;
    height: 72px;
    background: var(--romance);
    top: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-next>div,
.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-prev>div {
    width: 24px;
    height: 24px
}

@media(max-width:767px) {

    .article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-next,
    .article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-prev {
        display: none
    }
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-next.swiper-button-disabled,
.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-prev.swiper-button-disabled {
    opacity: .5
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-prev {
    left: -60px
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery .swiper-next {
    right: -60px;
    left: auto;
    transform: rotate(180deg)
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery_nav_off {
    width: calc(100% - 40px)
}

@media(max-width:767px) {
    .article-formatted-body_version-2 .gallery-wrapper .thumb-gallery_nav_off {
        width: calc(100% - 32px)
    }
}

.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery_nav_off .swiper-next,
.article-formatted-body_version-2 .gallery-wrapper .thumb-gallery_nav_off .swiper-prev {
    display: none
}

.article-formatted-body_version-2>:first-child {
    margin-top: 0
}

.article-formatted-body_version-2>div>:first-child {
    margin-top: 0
}

.tm-publication-label {
    border: 1px solid rgba(var(--deluge-rgb), .4);
    border-radius: 4px;
    color: var(--deluge);
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 0 8px
}

@media(max-width:767px) {
    .tm-publication-label {
        white-space: nowrap
    }
}

.tm-publication-label:last-child {
    margin-right: 0
}

.tm-publication-label>a,
.tm-publication-label>span {
    color: var(--deluge);
    font-size: .75rem;
    line-height: 1.5rem;
    text-decoration: none
}

.tm-publication-label a:hover {
    color: rgba(var(--deluge-rgb), .9)
}

.tm-publication-label_variant-season {
    border: 1px solid rgba(var(--scarlet-rgb), .4)
}

.tm-publication-label_variant-season a {
    color: var(--scarlet)
}

.tm-publication-label_variant-season a:hover {
    color: rgba(var(--scarlet-rgb), .9)
}

.tm-publication-label_variant-megapostType {
    border: 1px solid rgba(var(--dark-orchid-rgb), .4)
}

.tm-publication-label_variant-megapostType span {
    color: var(--dark-orchid)
}

.tm-publication-label_variant-habrItMedia {
    border: 1px solid rgba(var(--dodger-blue-rgb), .4)
}

.tm-publication-label_variant-habrItMedia a {
    color: var(--dodger-blue)
}

.tm-publication-label_variant-habrItMedia a:hover {
    color: rgba(var(--dodger-blue-rgb), .9)
}

.tm-publication-label_variant-interview,
.tm-publication-label_variant-reportage {
    border: 1px solid rgba(var(--apple-rgb), .4)
}

.tm-publication-label_variant-interview span,
.tm-publication-label_variant-reportage span {
    color: var(--apple);
    cursor: pointer
}

.tm-publication-label_variant-case,
.tm-publication-label_variant-digest,
.tm-publication-label_variant-opinion,
.tm-publication-label_variant-review {
    border: 1px solid rgba(var(--dodger-blue-rgb), .4)
}

.tm-publication-label_variant-case span,
.tm-publication-label_variant-digest span,
.tm-publication-label_variant-opinion span,
.tm-publication-label_variant-review span {
    color: var(--dodger-blue);
    cursor: pointer
}

.tm-publication-label_variant-faq,
.tm-publication-label_variant-roadmap,
.tm-publication-label_variant-tutorial {
    border: 1px solid rgba(var(--sorbus-rgb), .4)
}

.tm-publication-label_variant-faq span,
.tm-publication-label_variant-roadmap span,
.tm-publication-label_variant-tutorial span {
    color: var(--sorbus);
    cursor: pointer
}

.tm-publication-label_variant-analytics,
.tm-publication-label_variant-retrospective {
    border: 1px solid rgba(var(--mulberry-rgb), .4)
}

.tm-publication-label_variant-analytics span,
.tm-publication-label_variant-retrospective span {
    color: var(--mulberry);
    cursor: pointer
}

.tm-article-labels {
    position: relative
}

@media(max-width:767px) {
    .tm-article-labels {
        margin: 0 -16px
    }

    .tm-article-labels:after {
        content: "";
        background: linear-gradient(270deg, var(--romance), var(--romance), transparent);
        bottom: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 20px;
        right: 0
    }

    .tm-article-labels:before {
        content: "";
        background: linear-gradient(90deg, var(--romance), var(--romance), transparent);
        bottom: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 20px;
        left: 0
    }
}

.tm-article-labels__container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px
}

@media(max-width:767px) {
    .tm-article-labels__container {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 16px
    }
}

.tm-article-reading-time {
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: .8125rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--gull-gray)
}

.tm-article-reading-time__icon {
    color: var(--loblolly);
    max-width: 24px
}

.tm-title {
    font-weight: 500;
    overflow-x: auto;
    word-break: break-word;
    margin: 0 0 8px
}

.tm-title_h1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--mine-shaft);
    font-size: 1.5rem;
    line-height: 1.3
}

.tm-title_h2 {
    line-height: 1
}

.tm-title__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--mine-shaft);
    font-size: 1.25rem;
    font-weight: inherit;
    line-height: 1.3;
    text-decoration: none
}

.tm-title__link em {
    transition: none
}

.tm-title__link:visited {
    color: var(--horizon)
}

.tm-title__link:hover {
    color: var(--horizon)
}

.tm-icon-counter {
    display: flex;
    align-items: center;
    height: 1em
}

.tm-icon-counter__icon {
    color: var(--loblolly);
    width: 24px;
    height: 24px
}

.tm-icon-counter__icon+.tm-icon-counter__value {
    margin-left: 2px
}

.tm-icon-counter__value {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--gull-gray);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1
}

.tm-publication-hubs__container {
    position: relative
}

@media(max-width:767px) {
    .tm-publication-hubs__container {
        margin-right: -16px
    }
}

.tm-publication-hubs__container:after {
    content: "";
    background: linear-gradient(270deg, var(--romance), var(--romance), transparent);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 24px;
    right: 0
}

.tm-publication-hubs {
    align-items: center;
    color: var(--rolling-stone);
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px
}

@media(max-width:767px) {
    .tm-publication-hubs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-right: 16px
    }
}

.tm-publication-hub__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--rolling-stone);
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    display: inline-flex
}

.tm-publication-hub__link:hover {
    color: var(--horizon)
}

.tm-publication-hub__link_subscribed {
    color: var(--christi)
}

.tm-article-snippet__profiled-hub {
    cursor: help
}

.tm-publication-hub__link-container {
    white-space: normal
}

@media(max-width:767px) {
    .tm-publication-hub__link-container {
        white-space: nowrap
    }
}

.tm-publication-hub__link-container:after {
    content: ", "
}

.tm-publication-hub__link-container:last-child:after {
    content: ""
}

@media (min-width:960px) {

    .tm-publication-hub__link-container_old-megapost,
    .tm-publication-hub__link_old-megapost {
        color: var(--romance)
    }

    .tm-publication-hub__link_old-megapost:hover {
        color: rgba(var(--romance-rgb), .8)
    }
}

.tm-article-snippet__hubs-container {
    position: relative
}

@media(max-width:767px) {
    .tm-article-snippet__hubs-container {
        margin-right: -16px
    }
}

.tm-article-snippet__hubs-container:after {
    content: "";
    background: linear-gradient(270deg, var(--romance), var(--romance), transparent);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 24px;
    right: 0
}

.tm-article-snippet__hubs {
    align-items: center;
    color: var(--rolling-stone);
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px
}

@media(max-width:767px) {
    .tm-article-snippet__hubs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-right: 16px
    }
}

.tm-article-snippet__hubs-item {
    white-space: normal
}

@media(max-width:767px) {
    .tm-article-snippet__hubs-item {
        white-space: nowrap
    }
}

.tm-article-snippet__hubs-item:after {
    content: ", "
}

.tm-article-snippet__hubs-item:last-child:after {
    content: ""
}

.tm-article-snippet__hubs-item-link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--rolling-stone);
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    display: inline-flex
}

.tm-article-snippet__hubs-item-link:hover {
    color: var(--horizon)
}

@keyframes fadein-eb241a59 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.statistics-link[data-v-eb241a59] {
    color: rgba(var(--emerald-rgb), .3);
    margin-left: 8px
}

.statistics-link[data-v-eb241a59]:visited {
    color: rgba(var(--emerald-rgb), .3)
}

.statistics-link[data-v-eb241a59]:hover {
    color: var(--emerald)
}

.hint-popup[data-v-eb241a59] {
    width: 288px;
    animation: hint-popup-keyframes .25s ease-in-out
}

.hint-popup .hint-popup-text[data-v-eb241a59] {
    color: var(--mountain-mist);
    text-decoration: none;
    padding: 12px 16px;
    font-size: .875rem;
    line-height: 1.25rem
}

.tm-user-info {
    display: flex
}

.tm-user-info:link {
    text-decoration: none
}

.tm-user-info__user {
    align-items: center;
    display: flex
}

.tm-user-info__userpic {
    border-radius: 3px;
    display: inline-block;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle
}

.tm-user-info__username {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    display: inline-block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.tm-user-info__realauthor,
.tm-user-info__username {
    font-size: .8125rem;
    font-weight: 700;
    line-height: .9375rem;
    text-decoration: none
}

.tm-user-info__realauthor {
    color: var(--mountain-mist)
}

.tm-user-info__user_appearance-post {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 2px;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .tm-user-info__user_appearance-post {
        max-width: calc(100% - 36px)
    }
}

.tm-user-info__user_appearance-post .tm-user-info__username {
    white-space: nowrap;
    flex: 0 0 min-content
}

.tm-article-snippet {
    margin-bottom: 16px
}

.tm-article-snippet_noBorder {
    border: none
}

.tm-article-snippet__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 8px
}

.tm-article-snippet__meta-container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

.tm-article-snippet__lead {
    animation: fadein .3s ease-out;
    margin-bottom: 24px
}

.tm-article-snippet__cover_cover {
    margin-bottom: 20px;
    max-width: 780px;
    object-fit: cover;
    padding-bottom: 56.4103%;
    position: relative;
    width: 100%
}

.tm-article-snippet__cover_cover img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

@-moz-document url-prefix("") {
    .tm-article-snippet__cover_cover img {
        filter: opacity(1)
    }
}

.tm-article-snippet__lead-image {
    margin-bottom: 20px;
    max-width: 100%;
    background-color: #fff
}

.tm-article-snippet__readmore {
    background-color: transparent;
    border: 1px solid var(--horizon);
    border-radius: 3px;
    color: var(--horizon);
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    font-size: .8125rem;
    min-height: 36px;
    height: auto;
    line-height: 1.6875rem;
    margin-top: 18px;
    padding: 0 13px;
    text-decoration: none
}

.tm-article-snippet__readmore:hover {
    background-color: var(--astral);
    border: 1px solid transparent;
    color: var(--romance)
}

.tm-article-snippet__author {
    margin: 0 5px 0 0
}

.tm-article-snippet__author .tm-user-info__user {
    gap: 4px
}

@media(max-width:767px) {
    .tm-article-snippet__author .tm-user-info__user {
        gap: 2px;
        flex-direction: column;
        align-items: flex-start
    }
}

.tm-article-snippet__controls {
    align-self: flex-start;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-top: 4px
}

.tm-article-snippet__edit {
    color: var(--loblolly);
    margin-left: 8px
}

.tm-article-snippet__edit:hover {
    color: var(--horizon)
}

.tm-article-snippet__stats-info {
    margin-left: 8px
}

.tm-article-snippet__delete {
    background: transparent;
    border: 0;
    color: var(--mona-lisa);
    cursor: pointer;
    margin-left: 8px;
    outline: none;
    padding: 0
}

.tm-article-snippet__delete:hover {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-article-snippet__moderation {
    color: var(--emerald);
    height: 20px;
    margin-left: 8px;
    width: 20px
}

.tm-article__moderation-comment-icon {
    fill: var(--sorbus)
}

.tm-article__moderation-comment-header {
    color: var(--mine-shaft);
    display: flex;
    font-size: .8125rem;
    justify-content: space-between;
    line-height: 1.5rem;
    margin: 0
}

.tm-article__moderation-comment-title {
    font-weight: 700
}

.tm-article__moderation-comment-date {
    color: var(--mine-shaft)
}

@media (min-width:960px) {
    .tm-article-snippet__title_megapost {
        color: var(--romance);
        font-size: 2.125rem;
        -webkit-hyphens: none;
        hyphens: none;
        line-height: 1.5em;
        margin: 0 0 18px
    }
}

.tm-article-snippet__stats {
    display: flex;
    gap: 16px;
    align-items: center
}

.tm-bordered-card {
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 4px;
    padding: 16px 20px;
    margin: 0
}

.tm-bordered-card__type {
    font-size: .8125rem;
    line-height: .9375rem;
    margin-bottom: 4px
}

.tm-article-comments-counter-link {
    display: flex
}

.tm-article-comments-counter-link__link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none
}

.tm-article-comments-counter-link__link_button-style {
    background-color: var(--romance);
    height: 56px;
    justify-content: center;
    text-decoration: none
}

.tm-article-comments-counter-link__icon {
    color: var(--loblolly);
    width: 24px;
    height: 24px
}

.tm-article-comments-counter-link__icon+.tm-article-comments-counter-link__value {
    margin-left: 2px
}

.tm-article-comments-counter-link__unread-counter,
.tm-article-comments-counter-link__value {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--gull-gray);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1
}

.tm-article-comments-counter-link__unread-counter_contrasted,
.tm-article-comments-counter-link__value_contrasted {
    font-size: .875rem;
    font-weight: 500
}

.tm-article-comments-counter-link__icon_contrasted,
.tm-article-comments-counter-link__value_contrasted {
    color: var(--horizon)
}

.tm-article-comments-counter-link__unread-counter {
    color: var(--christi);
    margin-left: 4px
}

@media(max-width:767px) {
    .tm-article-comments-counter-link__unread-counter_roundOnMobile span {
        display: none
    }
}

@media(max-width:767px) {
    .tm-article-comments-counter-link__unread-counter_roundOnMobile:after {
        position: absolute;
        top: calc(50% - 10px);
        right: -4px;
        content: "";
        width: 6px;
        height: 6px;
        background: var(--christi);
        border-radius: 3px
    }
}

.tm-minus-reason {
    margin-top: 4px;
    min-width: 382px
}

@media(max-width:767px) {
    .tm-minus-reason {
        min-width: auto
    }
}

.tm-minus-reason .tm-radio__option+.tm-radio__option {
    margin-top: 16px
}

.tm-minus-reason .tm-checkbox__label,
.tm-minus-reason .tm-radio__label {
    width: 100%
}

.tm-minus-reason .tm-checkbox__container {
    margin-bottom: 4px
}

.tm-minus-reason__btn {
    margin-top: 24px;
    cursor: pointer
}

.tm-minus-reason__description {
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--mountain-mist);
    margin-top: -16px;
    margin-bottom: 24px;
    max-width: 338px
}

@keyframes hint-popup-keyframes {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.vote-hint-popup {
    box-sizing: border-box;
    width: 288px;
    color: var(--mountain-mist);
    padding: 12px 16px;
    font-size: .875rem;
    line-height: 1.25rem;
    animation: hint-popup-keyframes .25s ease-in-out
}

.vote-hint-popup a {
    color: var(--horizon);
    text-decoration: none
}

.tm-votes-meter {
    display: flex;
    align-items: center
}

.tm-votes-meter__icon,
.tm-votes-meter__icon_busted {
    color: var(--loblolly)
}

.tm-votes-meter__icon_negative {
    transform: scaleY(-1)
}

.tm-votes-score {
    color: var(--gull-gray);
    font-weight: 700
}

.tm-votes-meter__value {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--gull-gray);
    font-size: .8125rem;
    line-height: 1;
    text-align: center
}

.tm-votes-meter__icon_negative,
.tm-votes-meter__value_negative {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-votes-meter__icon_positive,
.tm-votes-meter__value_positive {
    color: var(--christi)
}

.tm-votes-meter__value_appearance-article {
    margin-left: 5px;
    font-weight: 700
}

.tm-votes-meter__value_appearance-comment {
    margin-left: 3px;
    font-weight: 700
}

.tm-votes-meter__value_appearance-karma {
    margin-left: 2px;
    font-size: 1.0625rem
}

.tm-votes-meter__value_rating {
    margin-left: 6px
}

.tm-article-rating {
    position: relative
}

.tm-article-vote-stats {
    color: var(--mine-shaft)
}

.tm-article-vote-stats__percent {
    font-weight: 700
}

.tm-article-vote-stats__title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-align: left
}

.tm-article-vote-stats__text {
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tm-article-vote-stats__result-item {
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative
}

.tm-article-vote-stats__result-item:before {
    background-color: var(--seashell);
    border-radius: 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.tm-article-vote-stats__result-line {
    background-color: var(--horizon);
    border-radius: 2px;
    bottom: 0;
    display: block;
    height: 4px;
    left: 0;
    position: absolute
}

.tm-article-vote-stats__result-border {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(90deg, var(--christi) 0 var(--percent-value, 0), var(--fuzzy-wuzzy-brown) var(--percent-value, 0) 100%)
}

.bookmarks-button {
    position: relative;
    background: none;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 16px
}

.bookmarks-button:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.bookmarks-button:hover .bookmarks-button__counter_highlighted,
.bookmarks-button:hover .bookmarks-button__icon_highlighted {
    color: var(--astral)
}

.bookmarks-button__icon {
    color: var(--loblolly);
    width: 24px;
    height: 24px
}

.bookmarks-button__counter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--gull-gray);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1
}

.bookmarks-button__counter_highlighted,
.bookmarks-button__icon_highlighted {
    color: var(--horizon)
}

@media (min-width:1024px) {
    .bookmarks-button {
        cursor: pointer
    }
}

.tm-sharing {
    position: relative
}

.tm-sharing__button {
    background: none;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
    padding: 0
}

.tm-sharing__icon {
    color: var(--loblolly);
    cursor: pointer;
    display: flex;
    height: 24px;
    width: 24px
}

.tm-sharing__icon:hover {
    color: var(--astral)
}

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

.tm-sharing__social {
    cursor: pointer;
    display: block;
    margin-bottom: 16px;
    color: var(--mine-shaft)
}

.tm-data-icons {
    align-items: center;
    border-top: 1px solid transparent;
    display: flex;
    justify-content: flex-start;
    width: 100%
}

@media(max-width:767px) {
    .tm-data-icons {
        justify-content: space-between
    }
}

.tm-data-icons * {
    transition: none
}

.tm-data-icons_medium-size {
    box-sizing: border-box;
    height: 48px;
    padding: 0 16px
}

.tm-data-icons__no-fluid {
    width: auto
}

.tm-data-icons__link {
    text-decoration: none
}

.tm-data-icons__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.tm-data-icons__item:after {
    content: none
}

@media(max-width:767px) {
    .tm-data-icons__item:after {
        content: ""
    }
}

.tm-data-icons__item+.tm-data-icons__item {
    margin-left: 32px
}

@media(max-width:767px) {
    .tm-data-icons__item+.tm-data-icons__item {
        margin-left: 0
    }
}

.tm-data-icons__counter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--rolling-stone);
    font-size: .8125rem;
    font-weight: 700;
    line-height: .9375rem
}

.tm-data-icons__item_clickable {
    text-decoration: none
}

.tm-data-icons__item_clickable:hover .tm-data-icons__counter,
.tm-data-icons__item_clickable:hover .tm-data-icons__icon,
.tm-data-icons__item_clickable:hover .tm-icon-text__text {
    color: var(--astral)
}

.tm-data-icons__counter_unread {
    color: var(--christi)
}

.tm-data-icons_space-small {
    display: flex;
    gap: 16px
}

.tm-data-icons_space-small .tm-votes-meter__value {
    margin-left: 2px !important
}

.tm-data-icons_space-small .tm-data-icons__item+.tm-data-icons__item {
    margin-left: 0
}

.inline-separator {
    white-space: pre-wrap;
    color: var(--mountain-mist)
}

.inline-separator--color-inherit {
    color: inherit
}

.tm-vacancy-card__location,
.tm-vacancy-card__salary,
.tm-vacancy-card__tags {
    font-size: .8125rem;
    line-height: 1.125rem
}

.tm-vacancy-card__location {
    color: var(--mountain-mist)
}

.tm-vacancy-card__salary {
    margin-top: 4px;
    font-weight: 700;
    color: var(--emerald)
}

.tm-vacancy-card__tags {
    margin-top: 8px;
    color: var(--mountain-mist)
}

.tm-multiwidget-block__list {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.tm-multiwidget-block__article {
    margin-bottom: 24px
}

.tm-project-block {
    background: var(--romance);
    border-left-style: solid;
    border-left-width: 4px;
    padding: 24px 28px 28px;
    box-sizing: border-box
}

@media(max-width:767px) {
    .tm-project-block {
        padding: 16px;
        padding-left: 12px
    }
}

.tm-project-block_variant-vacancies {
    border-left-color: var(--dodger-blue)
}

.tm-project-block_variant-courses {
    border-left-color: var(--sorbus)
}

.tm-project-block_variant-tasks {
    border-left-color: var(--emerald)
}

.tm-project-block_variant-questions {
    border-left-color: var(--deluge)
}

.tm-project-block_variant-company-courses {
    border-left-color: var(--sorbus)
}

.tm-project-block_variant-salary {
    border-left-color: var(--dodger-blue)
}

@media(max-width:767px) {
    .tm-project-block_variant-salary {
        height: 402px
    }
}

@media(max-width:483px) {
    .tm-project-block_variant-salary {
        height: 418px
    }
}

@media(max-width:330px) {
    .tm-project-block_variant-salary {
        height: 436px
    }
}

.tm-project-block__header {
    letter-spacing: .125rem;
    margin-bottom: 30px
}

.tm-project-block__footer {
    line-height: 1rem
}

.tm-project-block__footer,
.tm-project-block__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.tm-project-block__title {
    font-size: .875rem;
    letter-spacing: .05rem
}

.tm-project-block__title,
.tm-project-block__title-link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.tm-project-block__title-link {
    color: var(--rolling-stone);
    font-size: .8125rem;
    letter-spacing: .0625rem;
    line-height: 1.25rem;
    align-items: center;
    display: flex;
    text-decoration: none
}

.tm-project-block__title-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
    display: inline-block;
    height: 28px;
    margin: 0 12px 0 0;
    vertical-align: middle;
    width: 28px
}

.tm-project-block__link {
    color: var(--horizon);
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none
}

@media (min-width:1024px) {
    .tm-project-block {
        background: var(--romance)
    }
}

.tm-project-block-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.tm-project-block-items__item {
    padding: 0;
    margin-bottom: 24px
}

.tm-project-block-items__image {
    border-radius: 2px;
    height: 20px;
    margin-right: 7px;
    width: 20px
}

.tm-project-block-items__title {
    color: var(--mine-shaft);
    display: flex;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 6px;
    text-decoration: none
}

.tm-project-block-items__properties {
    color: var(--mountain-mist);
    font-size: .8125rem;
    line-height: 1rem
}

.tm-project-block-items__property-item+.tm-project-block-items__property-item:before {
    content: " · ";
    white-space: pre-wrap
}

.tm-tooltip {
    position: absolute;
    border-radius: 4px;
    background-color: var(--mine-shaft);
    color: var(--romance);
    z-index: 30;
    font-size: .8125rem;
    line-height: 1rem;
    padding: 4px 8px;
    box-sizing: border-box;
    white-space: nowrap
}

.tm-salary-distribution {
    background: var(--romance);
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.tm-salary-distribution__amount {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.25rem;
    color: var(--mine-shaft);
    margin-bottom: 8px
}

.tm-salary-distribution__amount sub {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    bottom: 0
}

.tm-salary-distribution__description {
    flex: 1
}

.tm-salary-distribution__description-text {
    font-size: .8125rem;
    line-height: 1rem;
    color: var(--mine-shaft)
}

.tm-salary-distribution__salary-chart {
    min-width: 420px;
    max-width: 420px;
    margin: 0 0 0 10px;
    position: relative
}

@media(max-width:767px) {
    .tm-salary-distribution__salary-chart {
        margin: 10px 0;
        max-width: 100%;
        min-width: 100%
    }
}

.salary-chart {
    height: 185px;
    width: 100%
}

.salary-chart__x-labels {
    font-size: .75rem;
    fill: var(--mine-shaft)
}

.salary-chart__x-labels text {
    text-anchor: middle
}

.salary-chart__grid {
    stroke: var(--mine-shaft);
    stroke-dasharray: 0;
    stroke-width: 1
}

.salary-chart__bar {
    fill: var(--dodger-blue)
}

.salary-chart__bar:hover {
    opacity: .6
}

.tm-promo-block__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--mine-shaft);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin: 10px 0 0
}

.tm-promo-block__label {
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    border: 1px solid rgba(var(--deluge-rgb), .5);
    border-radius: 2px;
    color: var(--deluge);
    display: inline-block;
    font-size: .75rem;
    line-height: 1rem;
    margin-top: 8px;
    padding: 4px 8px;
    background: var(--romance);
    bottom: 8px;
    left: 8px;
    position: absolute
}

.tm-block-promo__external {
    display: inline-block;
    height: 11px;
    margin-bottom: -1px;
    margin-left: 4px;
    width: 11px
}

.tm-promo-block__content-wrapper {
    display: flex;
    flex: 1;
    justify-content: space-between
}

.tm-promo-block__item-wrapper {
    flex: none;
    width: calc(33.3333% - 10px)
}

.tm-promo-block__item {
    display: block;
    flex: 1;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 100%
}

.tm-promo-block__head {
    position: relative
}

.tm-promo-block__image-wrapper {
    padding-top: 63.1944444444%
}

.tm-promo-block__image {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:1024px) {
    .tm-promo-block_article {
        margin-top: 12px
    }

    .tm-promo-block__header {
        align-items: center;
        border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4);
        display: flex;
        justify-content: space-between;
        margin: 0 0 10px;
        padding-bottom: 12px
    }

    .tm-promo-block__content {
        margin-bottom: 4px
    }
}

@media(min-width:414px)and (max-width:659px) {
    .tm-promo-block__item-wrapper {
        width: calc(50% - 10px)
    }

    .tm-promo-block__item-wrapper:nth-child(3) {
        display: none
    }
}

.tm-promo-post-link__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    display: block;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.3125rem;
    color: var(--mine-shaft);
    text-decoration: none
}

.tm-promo-post-link__link:focus,
.tm-promo-post-link__link:hover {
    text-decoration: none
}

.tm-promo-post-link__link_appearance-top-daily,
.tm-promo-post-link__link_appearance-top-daily-card {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-word
}

.tm-promo-post-link__link_appearance-top-daily-card {
    font-size: 1.25rem;
    line-height: 1.625rem
}

.tm-promo-post-link__label {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(var(--deluge-rgb), .5);
    box-sizing: border-box;
    border-radius: 3px;
    font-size: .75rem;
    line-height: 1rem;
    color: var(--deluge)
}

.tm-promo-post-link__external {
    width: 12px;
    height: 12px;
    margin-left: 8px
}

.tm-user-notice {
    display: flex;
    margin: 20px 0;
    padding: 12px 4px;
    border-radius: 3px;
    color: var(--mine-shaft);
    font-size: .9375rem;
    line-height: 1.25rem
}

.tm-user-notice_variant-error {
    background-color: rgba(var(--fuzzy-wuzzy-brown-rgb), .12)
}

.tm-user-notice_variant-warning {
    background-color: rgba(var(--sorbus-rgb), .12)
}

.tm-user-notice_variant-info {
    background: linear-gradient(0deg, rgba(var(--horizon-rgb), .12) 0, rgba(var(--horizon-rgb), .12) 100%), var(--romance)
}

.tm-user-notice_bordered.tm-user-notice_variant-info {
    border: 1px solid var(--horizon)
}

.tm-user-notice_bordered.tm-user-notice_variant-warning {
    border: 1px solid var(--sorbus)
}

.tm-user-notice_slim {
    margin: 12px 0
}

.tm-user-notice_colorless {
    background: none;
    margin: 0;
    padding: 0
}

.tm-user-notice_colorless .tm-user-notice__icon-wrapper {
    flex: none;
    margin-right: 8px
}

.tm-user-notice_noMargins {
    margin: 0
}

.tm-user-notice__container {
    flex: 1;
    min-width: 0;
    align-self: center
}

.tm-user-notice__container a {
    color: var(--horizon);
    text-decoration: none
}

.tm-user-notice__container a:hover {
    color: var(--horizon);
    text-decoration: underline
}

.tm-user-notice__message {
    padding-right: 20px
}

.tm-user-notice__message p {
    margin: 0 0 12px
}

.tm-user-notice__message p:last-child {
    margin: 0
}

.tm-user-notice__message a {
    color: var(--horizon);
    text-decoration: none
}

.tm-user-notice__message a:hover {
    color: var(--horizon);
    text-decoration: underline
}

.tm-user-notice__title {
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 6px
}

.tm-user-notice__close,
.tm-user-notice__icon-wrapper {
    display: flex;
    justify-content: center;
    flex: 0 0 60px;
    box-sizing: border-box
}

.tm-user-notice__close-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    display: flex;
    opacity: .6
}

.tm-user-notice__close-button:not(:focus-visible) {
    outline: none
}

.tm-user-notice__close-button:hover {
    opacity: 1
}

.tm-user-notice_variant-error .tm-user-notice__close-icon,
.tm-user-notice_variant-error .tm-user-notice__icon {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-user-notice_variant-warning .tm-user-notice__close-icon,
.tm-user-notice_variant-warning .tm-user-notice__icon {
    color: var(--sorbus)
}

.tm-user-notice_variant-info .tm-user-notice__close-icon,
.tm-user-notice_variant-info .tm-user-notice__icon {
    color: var(--horizon)
}

.tm-stories-card__image-block {
    position: relative;
    width: 124px;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 0
}

.tm-stories-card__image-block_loading {
    background: var(--seashell)
}

.tm-stories-card__overlay {
    background: rgba(var(--romance-rgb), .7);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.tm-stories-card__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tm-stories-card__gradient {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(var(--mine-shaft), 0) 0, rgba(var(--mine-shaft), .5) 100%)
}

.tm-stories-card__author {
    z-index: 1;
    position: absolute;
    bottom: 8px;
    left: 8px;
    height: 24px;
    width: 24px
}

.tm-stories-card__author-logo {
    height: 24px;
    width: 24px;
    border-radius: 3px
}

.tm-stories-card__title {
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-top: 8px;
    color: var(--mine-shaft);
    margin-right: 12px;
    overflow-wrap: anywhere;
    font-family: Fira Sans, sans-serif
}

@media(min-width:1024px) {
    .tm-stories-card__title {
        margin-right: 20px
    }
}

.tm-stories-card__title_viewed {
    color: var(--horizon)
}

.tm-stories-empty {
    display: grid;
    grid-gap: 20px;
    grid-auto-flow: column
}

@media(max-width:767px) {
    .tm-stories-empty {
        grid-gap: 12px
    }
}

.tm-stories-card-empty__image {
    width: 124px;
    height: 220px;
    background: var(--seashell);
    border-radius: 8px
}

.tm-stories-card-empty__title-block {
    margin-top: 8px;
    height: 12px;
    background: var(--seashell);
    border-radius: 3px;
    width: 100%
}

.tm-stories-card-empty__title-block:first-child {
    margin-top: 10px;
    width: 90px
}

.tm-stories-card-empty__title-block:last-child {
    width: 47px
}

.tm-spinner {
    animation: rotator 1.4s linear infinite
}

@keyframes rotator {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(270deg)
    }
}

.path {
    stroke-dasharray: 186;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: var(--horizon);
    animation: dash 1.4s ease-in-out infinite
}

@keyframes dash {
    0% {
        stroke-dashoffset: 186
    }

    50% {
        stroke-dashoffset: 46.5;
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 186;
        transform: rotate(450deg)
    }
}

.tm-story-progress-bar {
    position: absolute;
    display: flex;
    top: 12px;
    left: 20px;
    width: calc(100% - 36px)
}

@media(max-width:414px) {
    .tm-story-progress-bar {
        top: 8px
    }
}

.tm-story-progress-bar__item {
    height: 2px;
    background: rgba(var(--header-footer-text-rgb), .5);
    border-radius: 3px;
    margin-right: 4px;
    position: relative;
    overflow: hidden
}

.tm-story-progress-bar__item-progress {
    width: 100%;
    height: 100%;
    background: var(--header-footer-text)
}

.tm-story-progress-bar__item-progress_future {
    width: 0
}

.tm-story-progress-bar__item-progress_active {
    animation-name: progress;
    animation-duration: 10s;
    animation-play-state: running;
    animation-timing-function: linear
}

.tm-story-progress-bar__item-progress_paused {
    animation-play-state: paused
}

@keyframes progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.tm-story,
.tm-story-container {
    position: relative
}

.tm-story {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center
}

@media(max-width:414px) {
    .tm-story {
        max-width: 100vw;
        max-height: 100vh
    }
}

@media(max-height:739px) {
    .tm-story {
        border-radius: 0
    }
}

.tm-story .tm-spinner {
    position: absolute;
    left: calc(50% - 33px);
    z-index: 1
}

.tm-story__image {
    width: 417px;
    height: 740px;
    max-height: 100vh;
    max-width: 56.3vh;
    object-fit: cover;
    background: var(--seashell)
}

@media(max-width:414px) {
    .tm-story__image {
        max-width: 100vw;
        max-height: 177.5vw
    }
}

.tm-story__image_hidden {
    width: 0
}

.tm-story__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--asphalt-rgb), .6);
    cursor: pointer
}

.tm-story__overlay:hover {
    background-color: transparent
}

@media(max-width:414px) {
    .tm-story__overlay {
        display: none
    }
}

.tm-story__gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 78px;
    background: linear-gradient(180deg, rgba(var(--shark-rgb), .6) 0, rgba(var(--shark-rgb), 0) 100%)
}

.tm-story__close {
    display: none;
    position: absolute;
    top: 14px;
    right: 8px;
    background: none;
    border: none;
    color: var(--header-footer-text);
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0
}

.tm-story__close:hover {
    opacity: .8
}

.tm-story__close svg {
    height: 24px;
    width: 24px
}

@media(max-width:414px) {
    .tm-story__close {
        display: block
    }
}

.tm-story__progress-bar {
    position: absolute;
    display: flex;
    top: 12px;
    left: 20px;
    width: calc(100% - 36px)
}

@media(max-width:414px) {
    .tm-story__progress-bar {
        top: 8px
    }
}

.tm-story__author {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 22px
}

@media(max-width:414px) {
    .tm-story__author {
        top: 18px
    }
}

.tm-story__author-logo {
    z-index: 1
}

.tm-story__author-logo img {
    height: 32px;
    width: 32px;
    border-radius: 3px
}

.tm-story__author-name {
    z-index: 1;
    font-weight: 700;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: var(--header-footer-text);
    margin-left: 12px;
    text-decoration: none
}

.tm-story__link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
    font-size: .9375rem;
    line-height: 1rem;
    font-weight: 700;
    padding: 7px 15px 7px 16px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    width: calc(100% - var(--swiper-space-between));
    display: flex;
    align-items: center;
    justify-content: center
}

.tm-story__link-icon {
    transform: rotate(90deg);
    margin-left: 4px;
    max-width: 24px
}

.tm-story__link_color-light {
    background: var(--header-footer-text);
    border: 1px solid var(--horizon);
    color: var(--horizon)
}

.tm-story__link_color-dark {
    background: var(--shark);
    color: var(--header-footer-text)
}

.tm-story__link_color-dark:hover {
    color: var(--header-footer-text)
}

.tm-story__button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: var(--mine-shaft);
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--romance)
}

@media(max-width:414px) {
    .tm-story__button {
        display: none
    }
}

.tm-story__button-icon svg {
    width: 24px;
    height: 24px
}

.tm-story__button:hover {
    opacity: .8
}

.tm-story__button_left {
    left: -48px
}

.tm-story__button_right {
    right: -48px;
    transform: rotate(180deg)
}

.tm-story__area {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: .3;
    cursor: pointer
}

@media(min-width:415px) {
    .tm-story__area:hover {
        background: linear-gradient(90deg, rgba(var(--asphalt-rgb), 0) 33.33%, var(--asphalt) 100%)
    }
}

.tm-story__area_left {
    left: 0;
    transform: rotate(180deg)
}

.tm-story__area_right {
    right: 0
}

.swiper-container {
    flex-direction: column
}

.swiper-container .swiper-pagination {
    display: flex;
    height: 20px;
    justify-content: center;
    margin-top: 10px;
    position: static
}

.swiper-container .swiper-pagination-bullet {
    background-clip: content-box;
    background-color: var(--silver);
    height: 10px;
    margin: 0 !important;
    opacity: 1;
    padding: 5px;
    width: 10px;
    flex: 0 0 10px
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: var(--horizon)
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: var(--romance);
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 20px;
    color: var(--gull-gray)
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    color: var(--horizon)
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    display: none
}

.swiper-container .swiper-button-icon svg {
    height: 24px;
    width: 24px
}

.swiper-container .swiper-button-prev {
    left: -10px
}

.swiper-container .swiper-button-next {
    right: -10px;
    transform: rotate(180deg)
}

.tm-touch-select-disabled {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.tm-stories-view {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1500;
    display: flex;
    align-items: center;
    bottom: env(safe-area-inset-bottom, 0)
}

@media(min-width:415px) {
    .tm-stories-view {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .tm-stories-view:hover .tm-stories-view__close {
        visibility: visible
    }

    .tm-stories-view .swiper-wrapper {
        display: grid;
        grid-auto-flow: column
    }
}

.tm-stories-view .swiper-slide {
    display: flex;
    align-items: center
}

@media(max-width:414px) {
    .tm-stories-view .swiper-slide {
        height: 100vh
    }
}

.tm-stories-view__close {
    visibility: hidden;
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: var(--romance);
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    padding: 0
}

.tm-stories-view__close:hover {
    opacity: .8
}

.tm-stories-view__close-icon {
    width: 16px;
    height: 16px
}

.tm-stories-view__bg {
    position: absolute;
    background: var(--asphalt);
    opacity: .7;
    height: 100%;
    width: 100%
}

.tm-stories-block {
    overflow: hidden
}

.tm-stories.swiper-container {
    overflow: visible
}

.tm-stories .swiper-wrapper {
    display: grid;
    grid-auto-flow: column
}

.tm-stories .swiper-button-next {
    right: -10px
}

.tm-stories .swiper-button-prev {
    left: -10px
}

.tm-stories .swiper-button-next,
.tm-stories .swiper-button-prev {
    top: 114px
}

.tm-button {
    cursor: pointer
}

.btn_transparent.tm-button_color-fuzzy-wuzzy-brown {
    color: var(--fuzzy-wuzzy-brown);
    border-color: var(--fuzzy-wuzzy-brown)
}

.btn_transparent.tm-button_color-fuzzy-wuzzy-brown:active,
.btn_transparent.tm-button_color-fuzzy-wuzzy-brown:focus,
.btn_transparent.tm-button_color-fuzzy-wuzzy-brown:hover {
    color: var(--romance);
    background-color: var(--fuzzy-wuzzy-brown)
}

.tm-button_color-christi {
    color: var(--romance);
    background-color: var(--christi);
    border-color: var(--christi)
}

.tm-button_color-christi:active,
.tm-button_color-christi:focus,
.tm-button_color-christi:hover {
    background-color: var(--vida-loca);
    border-color: var(--vida-loca)
}

.tm-button_color-minor {
    color: var(--romance);
    background-color: var(--christi);
    border-color: var(--christi)
}

.tm-button_color-minor:active,
.tm-button_color-minor:focus,
.tm-button_color-minor:hover {
    background-color: var(--vida-loca);
    border-color: var(--vida-loca)
}

.btn_transparent.tm-button_color-christi {
    color: var(--christi);
    border-color: var(--christi);
    background-color: transparent
}

.btn_transparent.tm-button_color-christi:active,
.btn_transparent.tm-button_color-christi:focus,
.btn_transparent.tm-button_color-christi:hover {
    color: var(--romance);
    background-color: var(--christi)
}

.btn_transparent.tm-button_color-desert-storm {
    color: var(--mine-shaft);
    border-color: var(--silver);
    background-color: var(--desert-storm)
}

.btn_transparent.tm-button_color-desert-storm:active,
.btn_transparent.tm-button_color-desert-storm:focus,
.btn_transparent.tm-button_color-desert-storm:hover {
    color: var(--mine-shaft);
    background-color: var(--seashell)
}

.btn:disabled,
.btn:disabled:hover {
    background-color: var(--silver);
    border-color: var(--silver);
    cursor: not-allowed
}

.btn_transparent:disabled {
    color: var(--romance)
}

.blacklist-dialog__body {
    width: 320px;
    color: var(--mine-shaft)
}

@media(max-width:767px) {
    .blacklist-dialog__body {
        width: auto
    }
}

.blacklist-dialog__description {
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.125rem
}

.blacklist-dialog__buttons {
    display: flex;
    margin-top: 28px
}

.blacklist-dialog__button-accept {
    margin-right: 8px;
    min-width: 129px
}

@keyframes fadein-7635202e {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.tm-karma__votes-switcher {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    display: flex;
    justify-content: center;
    line-height: 1.375rem;
    height: 22px;
    font-size: 1.0625rem;
    font-weight: 700
}

.tm-karma__votes_negative {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-karma__votes_positive {
    color: var(--christi)
}

.tm-karma__text {
    color: var(--rolling-stone);
    font-size: .75rem;
    line-height: 1rem;
    text-align: center
}

.tm-user-card {
    background-color: var(--romance)
}

.tm-user-card__header {
    align-items: flex-start;
    display: flex;
    margin-bottom: 12px
}

.tm-user-card__header-data {
    display: flex;
    align-items: center
}

.tm-user-card__userpic {
    border-radius: 3px;
    flex: none;
    margin-right: 16px;
    overflow: hidden
}

.tm-user-card__userpic_size-48 {
    width: 48px;
    height: 48px
}

.tm-user-card__userpic_size-40 {
    width: 40px;
    height: 40px
}

.tm-user-card__meta {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.tm-user-card__title {
    margin-bottom: 4px
}

.tm-user-card__info_variant-popover {
    margin-bottom: 8px
}

.tm-user-card__name,
.tm-user-card__nickname {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    font-size: 1.24375rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0;
    text-decoration: none
}

.tm-user-card__name_variant-article,
.tm-user-card__name_variant-popover,
.tm-user-card__nickname_variant-article,
.tm-user-card__nickname_variant-popover {
    font-size: 1rem;
    line-height: 1.25rem
}

.tm-user-card__name+.tm-user-card__nickname {
    font-weight: 400;
    margin-right: 4px
}

.tm-user-card__nickname {
    color: var(--horizon);
    font-weight: 500;
    text-decoration: none
}

.tm-user-card__nickname:hover {
    color: var(--horizon)
}

.tm-user-card__short-info {
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0;
    margin-top: 4px
}

.tm-user-card__short-info_variant-article,
.tm-user-card__short-info_variant-popover {
    color: var(--mountain-mist)
}

.tm-user-card__buttons {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

.tm-user-card__button {
    cursor: pointer;
    margin-right: 12px;
    margin-top: 10px
}

@media(min-width:1024px) {
    .tm-user-card__button {
        margin-top: 0
    }
}

.tm-user-card__status {
    color: var(--silver);
    font-size: .6875rem;
    margin-left: 4px
}

.tm-user-card__button_write {
    align-items: center;
    background: none;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    height: 2rem;
    justify-content: center;
    outline: none;
    width: 2rem
}

.tm-user-card__button_write:hover {
    border-color: var(--horizon)
}

.tm-user-card__button_write:hover .tm-user-card__button-icon {
    color: var(--horizon)
}

.tm-user-card__button-icon {
    color: var(--gull-gray);
    height: 24px;
    transition: none;
    width: 24px
}

@media (min-width:1024px) {
    .tm-user-card {
        align-items: flex-start;
        display: flex;
        justify-content: space-between
    }

    .tm-user-card_variant-popover {
        display: block
    }

    .tm-user-card__header {
        margin-bottom: 10px
    }

    .tm-user-card__info-container {
        flex: 1
    }

    .tm-user-card__buttons {
        flex-direction: row-reverse;
        margin-top: 0;
        justify-content: flex-end
    }

    .tm-user-card__buttons .tm-user-card__button {
        margin-left: 12px;
        margin-right: 0
    }

    .tm-user-card__buttons_variant-popover .tm-user-card__button {
        margin-left: 0;
        margin-right: 12px
    }
}

.tm-article-author__company {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4)
}

.tm-article-author__button {
    margin-right: 12px
}

.tm-article-author__company-card {
    display: flex;
    flex-direction: column
}

.tm-article-author__company-card+.tm-article-author__user-card {
    margin-top: 8px
}

.tm-article-author_user .tm-user-snippet__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem
}

.tm-article-author_user .tm-user-snippet__nickname {
    font-size: 1rem
}

.tm-article-author_user+.tm-article-author_company {
    margin-top: 8px
}

.tm-article-author__header-data {
    display: flex
}

.tm-article-author__userpic {
    border-radius: 3px;
    flex: none;
    height: 48px;
    margin-right: 12px;
    overflow: hidden;
    width: 48px
}

.tm-article-author__title {
    margin-bottom: 4px
}

.tm-article-author__name {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-right: 4px;
    text-decoration: none
}

.tm-article-author__short-info {
    color: var(--mountain-mist);
    font-size: .875rem;
    line-height: 1.3;
    margin: 0;
    margin-top: 4px
}

.tm-article-author__header_company {
    align-items: flex-start;
    display: flex;
    margin-top: 32px
}

.tm-article-author__buttons {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 12px;
    align-items: flex-start;
    display: flex
}

.tm-article-author__contact {
    color: var(--horizon);
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-right: 12px;
    text-decoration: none
}

.tm-article-author__company-contacts {
    margin-top: 12px
}

@media(min-width:1024px) {
    .tm-article-author__company-contacts {
        margin-top: 8px;
        margin-left: 52px
    }
}

.tm-article-author__user-contacts {
    margin-top: 12px
}

@media (min-width:1024px) {
    .tm-article-author__company-card {
        flex-direction: row
    }

    .tm-article-author__buttons {
        flex-direction: row;
        margin: 0 0 0 auto
    }

    .tm-article-author__button {
        margin-left: 12px;
        margin-right: 0
    }
}

.tm-description-list {
    margin: 0;
    flex-wrap: wrap
}

.tm-description-list__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 15px
}

.tm-description-list__body {
    color: var(--mine-shaft);
    font-size: .9375rem;
    line-height: 1.5rem;
    margin: -4px 0 0;
    min-width: 0;
    word-break: break-word
}

.tm-description-list__body img {
    max-width: 100%
}

.tm-description-list_variant-base {
    margin-bottom: 24px
}

.tm-description-list_variant-columns,
.tm-description-list_variant-columns-nowrap,
.tm-description-list_variant-columns-numbers {
    display: flex;
    padding: 10px 0
}

.tm-description-list_variant-columns-nowrap:first-child,
.tm-description-list_variant-columns-numbers:first-child,
.tm-description-list_variant-columns:first-child {
    padding-top: 0
}

.tm-description-list_variant-columns-nowrap:last-child,
.tm-description-list_variant-columns-numbers:last-child,
.tm-description-list_variant-columns:last-child {
    padding-bottom: 0
}

.tm-description-list_variant-columns-numbers {
    padding: 8px 0
}

.tm-description-list_variant-columns-numbers:first-child {
    padding-top: 0
}

.tm-description-list_variant-columns-numbers:last-child {
    padding-bottom: 0
}

.tm-description-list__body_variant-columns,
.tm-description-list__body_variant-columns-nowrap,
.tm-description-list__body_variant-columns-numbers,
.tm-description-list__title_variant-columns,
.tm-description-list__title_variant-columns-nowrap,
.tm-description-list__title_variant-columns-numbers {
    color: var(--mine-shaft);
    font-size: .8125rem;
    line-height: 1rem;
    min-width: 50%;
    margin: 0
}

.tm-description-list__body_variant-columns-nowrap,
.tm-description-list__body_variant-columns-numbers,
.tm-description-list__title_variant-columns-nowrap,
.tm-description-list__title_variant-columns-numbers {
    line-height: 1.25rem
}

.tm-description-list__title_variant-columns-numbers {
    font-weight: 400;
    flex: 2
}

.tm-description-list__body_variant-columns-numbers {
    font-weight: 700;
    text-align: right;
    flex: 1
}

.tm-description-list__body_variant-inline,
.tm-description-list__title_variant-inline {
    display: inline;
    margin: 0;
    font-size: .8125rem;
    line-height: 1rem
}

.tm-description-list__title_variant-inline {
    font-weight: 400;
    color: var(--gull-gray)
}

.tm-description-list__body_variant-inline {
    font-weight: 700;
    color: var(--rolling-stone)
}

.tm-description-list_variant-columns-info {
    display: flex;
    padding: 4px 0
}

.tm-description-list_variant-columns-info:first-child {
    padding-top: 0
}

.tm-description-list_variant-columns-info:last-child {
    padding-bottom: 0
}

@media(max-width:767px) {
    .tm-description-list_variant-columns-info {
        display: block
    }
}

.tm-description-list__body_variant-columns-info {
    margin: 0
}

.tm-description-list__title_variant-columns-info {
    width: 150px;
    margin: 0;
    color: var(--mountain-mist);
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 400
}

.user-info-popup-placeholder__user-profile-data {
    align-items: flex-start;
    display: flex;
    margin-bottom: 11px
}

.user-info-popup-placeholder__category-avatar {
    background: var(--seashell);
    border-radius: 3px;
    flex: none;
    margin-top: 2px;
    margin-right: 8px;
    height: 40px;
    width: 40px
}

.user-info-popup-placeholder__category-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.user-info-popup-placeholder__category-name {
    background: var(--seashell);
    border-radius: 3px;
    display: inline-block;
    height: 12px
}

.user-info-popup-placeholder__category-description {
    background: var(--seashell);
    border-radius: 3px;
    height: 8px;
    margin-bottom: 4px;
    margin-top: 8px
}

.user-info-popup__wrapper {
    min-width: 260px;
    padding: 20px
}

.user-info-popup__footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--seashell);
    padding: 12px 20px
}

.user-info-popup__stat:first-child {
    margin-right: 12px
}

.tm-comment__header {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 24px;
    margin: -4px;
    padding: 4px;
    position: relative;
    content-visibility: auto;
    contain-intrinsic-size: 1px 24px
}

.tm-comment__header:focus {
    outline: 1px solid var(--loblolly)
}

.tm-comment__header_is-by-op {
    background-color: var(--frost)
}

.tm-comment__header_is-by-op:focus {
    outline: 1px solid var(--christi)
}

.tm-comment__header_is-mine {
    background-color: var(--my-comment)
}

.tm-comment__header_is-mine:focus {
    outline: 1px solid var(--pale-canary)
}

.tm-comment__header_is-new {
    background-color: var(--solitude)
}

.tm-comment__header_is-new:focus {
    outline: 1px solid var(--cerulean)
}

.tm-comment__header_is-readonly {
    background-color: var(--misty-rose)
}

.tm-comment__header_is-readonly:focus {
    outline: 1px solid var(--mona-lisa)
}

.tm-comment__header_is-deleted {
    background-color: var(--seashell)
}

.tm-comment__header_is-deleted:focus {
    outline: 1px solid var(--silver)
}

.tm-comment__header-inner {
    display: flex;
    margin: 0 4px 0 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tm-comment__user-info {
    align-items: center;
    display: flex;
    max-width: 100%
}

.tm-comment__user-info .tm-user-info__user {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tm-comment__user-info .tm-user-info__username {
    line-height: .9375rem;
    margin-top: -2px
}

.tm-comment__datetime {
    color: var(--mountain-mist);
    font-size: .625rem;
    line-height: .6875rem;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tm-comment__body-content {
    color: var(--mine-shaft);
    font-size: .9375rem;
    line-height: 1.375rem;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    word-break: break-word
}

.tm-comment__body-content h1,
.tm-comment__body-content h2 {
    font-size: 1.25rem;
    line-height: 1.625rem
}

.tm-comment__body-content h3 {
    font-size: 1.125rem;
    line-height: 1.4375rem
}

.tm-comment__body-content h4,
.tm-comment__body-content h5,
.tm-comment__body-content h6 {
    font-size: 1rem;
    line-height: 1.25rem
}

.tm-comment__body-content a {
    color: var(--horizon);
    text-decoration: none
}

.tm-comment__body-content a:hover {
    color: var(--horizon);
    text-decoration: underline
}

.tm-comment__body-content a:visited {
    color: var(--mulberry)
}

.tm-comment__body-content b,
.tm-comment__body-content strong {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.tm-comment__body-content blockquote {
    background: transparent;
    border-left: 4px solid var(--horizon);
    display: block;
    margin: 12px 0;
    padding: 0 12px
}

.tm-comment__body-content p {
    margin: 0;
    padding: 0
}

.tm-comment__body-content abbr {
    border-bottom: 1px dotted var(--mine-shaft);
    cursor: help;
    text-decoration: none
}

.tm-comment__body-content .habraabbr {
    text-decoration: none;
    background-color: rgba(var(--horizon-rgb), .1);
    border: 1px solid rgba(var(--horizon-rgb), .3);
    border-radius: 4px;
    padding: 1px 4px
}

.tm-comment__body-content .habrahidden {
    text-decoration: none;
    background-color: var(--loblolly);
    border-radius: 4px;
    color: transparent;
    cursor: pointer;
    transition: all .33s ease-out
}

.tm-comment__body-content .habrahidden[data-show] {
    background-color: transparent;
    color: inherit;
    cursor: text
}

.tm-comment__body-content code {
    font-family: Menlo, Monaco, Consolas, Courier New, Courier, monospace;
    background-color: var(--desert-storm);
    color: var(--mine-shaft);
    border-radius: 4px;
    overflow-wrap: break-word;
    padding: 3px 6px;
    white-space: break-spaces
}

.tm-comment__body-content iframe {
    max-width: 100%
}

.tm-comment__body-content hr {
    border: 0;
    border-bottom: 1px solid rgba(var(--romance-rgb), .3);
    border-top: 1px solid rgba(var(--asphalt-rgb), .1);
    height: 0
}

.tm-comment__body-content img {
    height: auto;
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.tm-comment__body-content img[align=left] {
    margin-bottom: 8px;
    margin-right: 32px;
    margin-top: 8px;
    max-width: 40%
}

.tm-comment__body-content img[align=right] {
    margin-bottom: 8px;
    margin-left: 32px;
    margin-top: 8px;
    max-width: 40%
}

.tm-comment__body-content br+img {
    margin: 0
}

.tm-comment__body-content .table_wrapped {
    margin-bottom: 24px;
    overflow-x: auto
}

.tm-comment__body-content table {
    border: 1px solid var(--silver);
    border-collapse: collapse;
    margin: 1.5em 0;
    min-width: 100%;
    table-layout: fixed;
    width: auto;
    word-break: normal
}

.tm-comment__body-content table caption {
    text-align: left;
    text-indent: 1em
}

.tm-comment__body-content table td,
.tm-comment__body-content table th {
    border: 1px solid var(--silver);
    line-height: 1.5;
    padding: 6px 12px 9px;
    vertical-align: top
}

.tm-comment__body-content table td img,
.tm-comment__body-content table th img {
    height: auto;
    max-width: 100%
}

.tm-comment__body-content .oembed {
    overflow: hidden
}

.tm-comment__body-content .oembed iframe {
    border: 0;
    width: 100%
}

.tm-comment__body-content .user_link {
    padding-left: 1em;
    position: relative;
    white-space: nowrap
}

.tm-comment__body-content .user_link:before {
    color: inherit;
    content: "@";
    font-size: inherit;
    font-weight: inherit;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 1px
}

.tm-comment__body-content ol li,
.tm-comment__body-content ol ol li,
.tm-comment__body-content ol ul li,
.tm-comment__body-content ul li,
.tm-comment__body-content ul ol li,
.tm-comment__body-content ul ul li {
    line-height: 1.6;
    margin: 6px 0;
    padding: 0
}

.tm-comment__body-content ol li:first-child,
.tm-comment__body-content ol ol li:first-child,
.tm-comment__body-content ol ul li:first-child,
.tm-comment__body-content ul li:first-child,
.tm-comment__body-content ul ol li:first-child,
.tm-comment__body-content ul ul li:first-child {
    margin-top: 0
}

.tm-comment__body-content ol li:last-child,
.tm-comment__body-content ol ol li:last-child,
.tm-comment__body-content ol ul li:last-child,
.tm-comment__body-content ul li:last-child,
.tm-comment__body-content ul ol li:last-child,
.tm-comment__body-content ul ul li:last-child {
    margin-bottom: 0
}

.tm-comment__body-content ol,
.tm-comment__body-content ul {
    padding-inline-start: 32px
}

.tm-comment__body-content ol ol,
.tm-comment__body-content ol ul,
.tm-comment__body-content ul ol,
.tm-comment__body-content ul ul {
    margin-top: 9px
}

.tm-comment__body-content pre {
    background: var(--desert-storm);
    border: 1px solid var(--seashell);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.6;
    margin: 0;
    overflow: auto;
    padding: 17px 20px;
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.tm-comment__body-content pre .hljs,
.tm-comment__body-content pre .nohighlight {
    display: block
}

.tm-comment__body-content pre code {
    font-family: Menlo, Monaco, Consolas, Courier New, Courier, monospace;
    background: none;
    font-size: inherit;
    padding: 0;
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.tm-comment__body-content h1,
.tm-comment__body-content h2,
.tm-comment__body-content h3,
.tm-comment__body-content h4,
.tm-comment__body-content h5,
.tm-comment__body-content h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.tm-comment__body-content h1 a,
.tm-comment__body-content h2 a,
.tm-comment__body-content h3 a,
.tm-comment__body-content h4 a,
.tm-comment__body-content h5 a,
.tm-comment__body-content h6 a {
    text-decoration: none
}

.tm-comment__body-content h1 a:active,
.tm-comment__body-content h1 a:hover,
.tm-comment__body-content h2 a:active,
.tm-comment__body-content h2 a:hover,
.tm-comment__body-content h3 a:active,
.tm-comment__body-content h3 a:hover,
.tm-comment__body-content h4 a:active,
.tm-comment__body-content h4 a:hover,
.tm-comment__body-content h5 a:active,
.tm-comment__body-content h5 a:hover,
.tm-comment__body-content h6 a:active,
.tm-comment__body-content h6 a:hover {
    color: var(--horizon)
}

.tm-comment__body-content h1 b,
.tm-comment__body-content h1 strong,
.tm-comment__body-content h2 b,
.tm-comment__body-content h2 strong,
.tm-comment__body-content h3 b,
.tm-comment__body-content h3 strong,
.tm-comment__body-content h4 b,
.tm-comment__body-content h4 strong,
.tm-comment__body-content h5 b,
.tm-comment__body-content h5 strong,
.tm-comment__body-content h6 b,
.tm-comment__body-content h6 strong {
    font-weight: inherit
}

.tm-comment__body-content h1 code,
.tm-comment__body-content h2 code,
.tm-comment__body-content h3 code,
.tm-comment__body-content h4 code,
.tm-comment__body-content h5 code,
.tm-comment__body-content h6 code {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-size: .9375rem;
    font-weight: 500
}

.tm-comment__body-content details {
    background: var(--desert-storm);
    border-radius: 4px;
    overflow: hidden
}

.tm-comment__body-content details[open] summary:before {
    transform: rotate(90deg)
}

.tm-comment__body-content summary {
    color: var(--horizon);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.1875rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-position: under;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.tm-comment__body-content summary::-webkit-details-marker {
    display: none
}

.tm-comment__body-content summary::-moz-list-bullet {
    list-style-type: none
}

.tm-comment__body-content summary:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.tm-comment__body-content .spoiler__content {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.tm-comment__body-content .spoiler_title {
    font-size: .875rem
}

.tm-comment__body-content img {
    color: var(--seashell);
    font-size: .75rem;
    font-style: italic
}

.tm-comment__body-content img[data-src] {
    cursor: pointer
}

.tm-comment__body-content img[data-blurred] {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    filter: blur(8px)
}

.tm-comment__body-content .formula {
    display: block;
    margin: 16px auto;
    filter: var(--formula-filter)
}

.tm-comment__body-content .formula.inline {
    display: inline-block;
    margin: 0 4px;
    vertical-align: -.719ex
}

.tm-comment__body-content_v2 p {
    font-size: .9375rem;
    line-height: 1.375rem;
    margin: 0
}

.tm-comment__body-content_v2 figure {
    margin: 0;
    text-align: center
}

.tm-comment__body-content_v2 figure.bordered {
    border: 1px solid var(--silver)
}

.tm-comment__body-content_v2 figure img {
    max-width: 100%;
    background-color: #fff
}

.tm-comment__body-content_v2 figure .tm-empty-image {
    width: 100%;
    border: 2px solid var(--seashell);
    padding: 23px 25px;
    border-radius: 3px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mountain-mist);
    font-size: .875rem;
    box-sizing: border-box
}

.tm-comment__body-content_v2 figure .tm-empty-image img {
    width: 24px;
    height: 24px
}

.tm-comment__body-content_v2 figure figcaption {
    color: var(--mountain-mist);
    font-size: .8125rem;
    line-height: 1.125rem;
    margin-top: 4px;
    text-align: center;
    white-space: pre-wrap
}

.tm-comment__body-content_v2 .floating-image:after {
    content: "";
    display: block;
    clear: both
}

.tm-comment__body-content_v2 .floating-image>p {
    margin-top: 32px
}

.tm-comment__body-content_v2 figure.float {
    float: left;
    max-width: 50%;
    margin-right: 32px;
    margin-top: 0
}

.tm-comment__body-content_v2 .embed_link {
    align-items: center;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 12px;
    width: 100%
}

.tm-comment__body-content_v2 .embed_layout-right {
    position: relative;
    flex-direction: row-reverse
}

.tm-comment__body-content_v2 .embed_layout-right .embed__thumb {
    height: 130px;
    margin: -12px -12px -12px 0;
    min-width: 244px;
    width: 244px
}

@media(max-width:767px) {
    .tm-comment__body-content_v2 .embed_layout-right .embed__thumb {
        position: absolute;
        bottom: 6px;
        right: 6px;
        width: 48px;
        height: 30px;
        min-width: 0;
        margin: 0
    }

    .tm-comment__body-content_v2 .embed_layout-right .embed__caption-link {
        padding-right: 52px
    }
}

.tm-comment__body-content_v2 iframe {
    width: 100%;
    border: none
}

.tm-comment__body-content_v2 .embed__thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    outline: 1px solid var(--seashell);
    width: 48px
}

.tm-comment__body-content_v2 .embed__caption {
    box-sizing: border-box;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    line-height: 1.5rem;
    min-width: 0;
    padding: 0 12px;
    white-space: normal;
    width: 100%
}

.tm-comment__body-content_v2 .embed__caption-title {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tm-comment__body-content_v2 .embed__caption-description {
    color: var(--mountain-mist);
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 8px 0
}

.tm-comment__body-content_v2 .embed__caption-link,
.tm-comment__body-content_v2 .embed__caption-link:visited {
    color: var(--mine-shaft)
}

.tm-comment__body-content_v2 table {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed
}

.tm-comment__body-content_v2 table caption {
    text-align: left;
    text-indent: 1em
}

.tm-comment__body-content_v2 table td,
.tm-comment__body-content_v2 table th {
    line-height: 1.5;
    padding: 6px 12px 9px;
    vertical-align: top
}

.tm-comment__body-content_v2 table td img,
.tm-comment__body-content_v2 table th img {
    height: auto;
    max-width: 100%
}

.tm-comment__body-content_v2 details {
    background: var(--desert-storm);
    border-radius: 4px;
    overflow: hidden
}

.tm-comment__body-content_v2 details[open] summary:before {
    transform: rotate(90deg)
}

.tm-comment__body-content_v2 summary {
    color: var(--horizon);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.1875rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-position: under;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.tm-comment__body-content_v2 summary::-webkit-details-marker {
    display: none
}

.tm-comment__body-content_v2 summary::-moz-list-bullet {
    list-style-type: none
}

.tm-comment__body-content_v2 summary:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.tm-comment__body-content_v2 .spoiler__content {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.tm-comment__body-content_v2 .image-inline {
    margin: 0 4px;
    max-height: 24px;
    width: auto
}

.tm-comment__body-content_v2 hr {
    border: 1px solid var(--mine-shaft);
    border-bottom: 0;
    height: 0;
    margin: 56px auto;
    max-width: 280px
}

.tm-comment__body-content_v2 h2 {
    margin-top: 56px
}

.tm-comment__body-content_v2 h3,
.tm-comment__body-content_v2 h4 {
    margin-top: 32px
}

.tm-comment__body-content_v2 h2+p,
.tm-comment__body-content_v2 h3+p,
.tm-comment__body-content_v2 h4+p {
    margin-top: 12px
}

.tm-comment__body-content_v2 h2+a.anchor,
.tm-comment__body-content_v2 h3+a.anchor,
.tm-comment__body-content_v2 h4+a.anchor {
    margin-top: 12px;
    display: block
}

.tm-comment__body-content_v2 h2+ol,
.tm-comment__body-content_v2 h2+ul,
.tm-comment__body-content_v2 h3+ol,
.tm-comment__body-content_v2 h3+ul,
.tm-comment__body-content_v2 h4+ol,
.tm-comment__body-content_v2 h4+ul {
    margin-top: 24px
}

.tm-comment__body-content_v2 ol,
.tm-comment__body-content_v2 ul {
    margin-top: 12px
}

.tm-comment__body-content_v2 ol li,
.tm-comment__body-content_v2 ul li {
    padding: 0;
    line-height: 1.375rem
}

.tm-comment__body-content_v2 ol li+li,
.tm-comment__body-content_v2 ul li+li {
    margin: 6px 0 0
}

.tm-comment__body-content_v2 ol ol,
.tm-comment__body-content_v2 ol ul,
.tm-comment__body-content_v2 ul ol,
.tm-comment__body-content_v2 ul ul {
    margin-top: 6px
}

.tm-comment__body-content_v2 .embed_link,
.tm-comment__body-content_v2 .embed_video,
.tm-comment__body-content_v2 blockquote,
.tm-comment__body-content_v2 details,
.tm-comment__body-content_v2 figure,
.tm-comment__body-content_v2 iframe,
.tm-comment__body-content_v2 pre,
.tm-comment__body-content_v2 table {
    margin-top: 12px
}

.tm-comment__body-content_v2 .embed_link+p,
.tm-comment__body-content_v2 .embed_video+p,
.tm-comment__body-content_v2 blockquote+p,
.tm-comment__body-content_v2 details+p,
.tm-comment__body-content_v2 figure+p,
.tm-comment__body-content_v2 iframe+p,
.tm-comment__body-content_v2 pre+p,
.tm-comment__body-content_v2 table+p {
    margin-top: 12px
}

.tm-comment__body-content_v2 .embed_link+a,
.tm-comment__body-content_v2 .embed_video+a,
.tm-comment__body-content_v2 blockquote+a,
.tm-comment__body-content_v2 details+a,
.tm-comment__body-content_v2 figure+a,
.tm-comment__body-content_v2 iframe+a,
.tm-comment__body-content_v2 pre+a,
.tm-comment__body-content_v2 table+a {
    margin-bottom: 12px;
    display: block
}

.tm-comment__body-content_v2 p+a.anchor,
.tm-comment__body-content_v2 p+p {
    margin-top: 12px;
    display: block
}

.tm-comment__body-content_v2 .formula {
    display: block;
    margin: 32px auto;
    filter: var(--formula-filter)
}

.tm-comment__body-content_v2 .formula.inline {
    display: inline-block;
    margin: 0 4px;
    vertical-align: -.719ex
}

.tm-comment__body-content_v2 .mention {
    color: var(--horizon);
    text-decoration: none;
    background: var(--solitude);
    padding: 0 2px;
    border-radius: 3px;
    display: inline
}

.tm-comment__body-content_v2 .persona {
    clear: both;
    margin: 24px 0;
    min-height: 60px;
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 4px;
    align-items: center
}

.tm-comment__body-content_v2 .persona__image {
    overflow: hidden;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 30px;
    object-fit: cover;
    grid-column: 1/2;
    grid-row: 1/3;
    margin-right: 16px
}

.tm-comment__body-content_v2 .persona__image:not([src]) {
    max-width: 0;
    min-width: 0;
    margin-right: 0
}

.tm-comment__body-content_v2 .persona__heading {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    align-self: flex-end
}

.tm-comment__body-content_v2 .persona__heading+p,
.tm-comment__body-content_v2 .persona__text {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: var(--mountain-mist);
    overflow: hidden;
    align-self: start;
    margin-top: 0
}

.tm-comment__body-content_v2 .persona__heading,
.tm-comment__body-content_v2 .persona__text {
    grid-column: 2
}

.tm-comment__body-content_v2 a.button {
    background-color: var(--horizon);
    border-radius: 3px;
    border: 1px solid var(--horizon);
    color: var(--romance);
    cursor: pointer;
    padding: 0 13px;
    margin: 24px auto 0;
    line-height: 2.25rem;
    font-size: .8125rem;
    font-weight: 500;
    height: 36px;
    text-decoration: none;
    display: table
}

.tm-comment__body-content_v2 a.button:focus,
.tm-comment__body-content_v2 a.button:hover {
    background-color: var(--horizon);
    border-color: var(--horizon);
    color: var(--romance)
}

.tm-comment__body-content_v2 a.button+p {
    margin-top: 12px
}

.tm-comment__body-content_v2 .gallery-wrapper {
    overflow: hidden;
    position: relative;
    margin: 24px -20px 0
}

@media(max-width:767px) {
    .tm-comment__body-content_v2 .gallery-wrapper {
        margin: 24px -16px 0
    }
}

.tm-comment__body-content_v2 .gallery-wrapper+p {
    margin-top: 12px
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery {
    position: relative
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery figcaption {
    padding: 0 20px
}

@media(max-width:767px) {
    .tm-comment__body-content_v2 .gallery-wrapper .gallery figcaption {
        padding: 0 16px
    }
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-wrapper {
    align-items: center
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-slide {
    margin-top: 0
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-next,
.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-prev {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-next.swiper-button-disabled,
.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-prev.swiper-button-disabled {
    opacity: .5
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-next svg,
.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-prev svg {
    width: 48px;
    height: 48px;
    fill: var(--romance);
    filter: drop-shadow(0 1px 3px rgba(var(--asphalt-rgb), .25))
}

.tm-comment__body-content_v2 .gallery-wrapper .gallery .swiper-next {
    right: 0;
    left: auto;
    transform: rotate(180deg)
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery {
    position: relative;
    width: calc(100% - 120px);
    margin: 0 auto 12px
}

@media(max-width:767px) {
    .tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery {
        width: calc(100% - 32px)
    }
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-slide {
    width: 72px;
    height: 72px;
    object-fit: cover;
    cursor: pointer;
    margin: 0
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-slide img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 4px solid var(--romance);
    box-sizing: border-box
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 4px solid var(--horizon)
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-next,
.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-prev {
    position: absolute;
    color: var(--gull-gray);
    z-index: 1;
    cursor: pointer;
    height: 72px;
    background: var(--romance);
    top: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-next>div,
.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-prev>div {
    width: 24px;
    height: 24px
}

@media(max-width:767px) {

    .tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-next,
    .tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-prev {
        display: none
    }
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-next.swiper-button-disabled,
.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-prev.swiper-button-disabled {
    opacity: .5
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-prev {
    left: -60px
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery .swiper-next {
    right: -60px;
    left: auto;
    transform: rotate(180deg)
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery_nav_off {
    width: calc(100% - 40px)
}

@media(max-width:767px) {
    .tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery_nav_off {
        width: calc(100% - 32px)
    }
}

.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery_nav_off .swiper-next,
.tm-comment__body-content_v2 .gallery-wrapper .thumb-gallery_nav_off .swiper-prev {
    display: none
}

.tm-comment__body-content_v2 ol,
.tm-comment__body-content_v2 ul {
    padding-inline-start: 42px
}

.tm-comment__body-content_muted:hover {
    opacity: 1 !important
}

.tm-comment__body-content_empty {
    margin-top: 0;
    line-height: 2rem;
    color: var(--mountain-mist)
}

.tm-comment__buttons {
    align-items: center;
    display: flex;
    margin-left: auto;
    position: relative
}

.tm-comment__button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--mountain-mist);
    cursor: pointer;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    height: 28px;
    justify-content: center;
    line-height: 1;
    padding: 0 12px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tm-comment__button+.tm-comment__button {
    margin-left: 4px
}

.tm-comment__button:focus {
    outline: 0
}

.tm-comment__button.tm-comment__button_with-icon {
    background-color: transparent;
    border: 0;
    min-width: 32px;
    padding: 0
}

.tm-comment__icon {
    color: var(--loblolly);
    height: 24px;
    width: 24px
}

.tm-comment__icon_rotated {
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .tm-comment__buttons {
        margin-left: 4px;
        right: 0
    }

    .tm-comment__user-info .tm-user-info__user {
        align-items: baseline;
        flex-direction: row
    }

    .tm-comment__user-info .tm-user-info__username {
        margin: 0 5px 0 0
    }

    .tm-comment__user-info .tm-comment__datetime {
        font-size: .75rem
    }
}

@keyframes scroll-to-animation {
    0% {
        box-shadow: 0 0 0 rgba(var(--asphalt-rgb), .6)
    }

    50% {
        box-shadow: 0 0 0 rgba(var(--asphalt-rgb), .6)
    }

    80% {
        box-shadow: 0 0 10px rgba(var(--asphalt-rgb), .2)
    }

    to {
        box-shadow: 0 0 60px rgba(var(--asphalt-rgb), .1)
    }
}

.tm-article-comment__link {
    font-size: .625rem;
    line-height: .6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--mountain-mist);
    text-decoration: none
}

@media (min-width:1024px) {
    .tm-article-comment__link {
        font-size: .75rem
    }
}

.tm-ufo-notice__icon {
    width: 24px;
    height: 24px;
    color: var(--horizon);
    top: 2px;
    position: relative
}

.tm-ufo-notice__intro {
    padding: 0;
    margin: 0 0 12px
}

.tm-ufo-notice__content {
    font-size: .9375rem;
    line-height: 1.25rem;
    color: var(--mine-shaft)
}

.tm-ufo-notice__content details {
    background: var(--desert-storm);
    border-radius: 4px;
    overflow: hidden
}

.tm-ufo-notice__content details[open] summary:before {
    transform: rotate(90deg)
}

.tm-ufo-notice__content summary {
    color: var(--horizon);
    cursor: pointer;
    display: block;
    font-size: 1rem;
    line-height: 1.1875rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    text-decoration: underline;
    text-underline-position: under;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.tm-ufo-notice__content summary::-webkit-details-marker {
    display: none
}

.tm-ufo-notice__content summary::-moz-list-bullet {
    list-style-type: none
}

.tm-ufo-notice__content summary:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.tm-ufo-notice__content .spoiler__content {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.tm-ufo-notice__content details {
    background: none
}

.tm-ufo-notice__content summary {
    padding: 0 18px;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

.tm-ufo-notice__content summary:before {
    left: 5px;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent var(--gull-gray)
}

.tm-ufo-notice__spoiler-text {
    margin-top: 16px
}

.tm-ufo-notice__spoiler-text ul {
    margin: 0 0 16px;
    padding: 0;
    padding-inline-start: 32px
}

.tm-ufo-notice__spoiler-text ul li {
    padding: 0
}

.tm-ufo-notice__spoiler-text ul li+li {
    margin: 12px 0 0
}

.tm-ufo-notice__spoiler-text br+strong {
    display: inline-block;
    margin-top: 24px
}

.tm-article-subscription-controls__button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    display: flex;
    color: var(--gull-gray)
}

.tm-article-subscription-controls__button:not(:focus-visible) {
    outline: none
}

.tm-article-subscription-controls__button_active {
    color: var(--horizon)
}

.tm-article-subscription-controls__checkbox {
    margin: 0 0 16px
}

.tm-article-subscription-controls__submit {
    margin-top: 32px
}

.tm-markdown-switcher-popup {
    padding: 0 20px 16px;
    width: 280px;
    font-size: .875rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--mountain-mist)
}

.tm-markdown-switcher-popup__radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tm-markdown-switcher-popup__radio {
    display: flex;
    gap: 10px;
    align-items: center
}

.tm-markdown-switcher__control {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .8125rem;
    line-height: 1.125rem;
    height: 32px;
    text-transform: capitalize;
    cursor: pointer
}

.tm-markdown-switcher__control:not(:focus-visible) {
    outline: none
}

.tm-markdown-switcher__control_disabled {
    cursor: not-allowed
}

.tm-markdown-switcher__control:hover {
    opacity: .8
}

.tm-markdown-switcher__control_disabled:hover {
    opacity: 1
}

.tm-markdown-switcher_disabled {
    opacity: .3
}

.tm-markdown-switcher__control-icon,
.tm-markdown-switcher__help-icon {
    fill: var(--gull-gray);
    color: var(--gull-gray)
}

.tm-markdown-switcher__control-icon svg,
.tm-markdown-switcher__help-icon svg {
    width: 24px;
    height: 24px
}

.wysiwyg-editor .context-menu__item_hover {
    background-color: var(--aqua-haze) !important
}

.wysiwyg-editor .right-menu__item_active {
    background-color: var(--horizon);
    color: var(--romance)
}

.wysiwyg-editor .right-menu__item_active .svg-icon {
    color: var(--romance) !important
}

.wysiwyg-editor .bubble-menu__button {
    color: var(--mine-shaft)
}

.wysiwyg-editor .bubble-menu__button:hover {
    background: var(--aqua-haze)
}

.tm-comment-form {
    background-color: var(--desert-storm);
    padding: 18px 16px 16px;
    position: relative;
    border-top: 1px solid rgba(var(--gull-gray-rgb), .4);
    z-index: 20
}

.tm-comment-form_processing {
    opacity: .7
}

.tm-comment-form__field {
    margin-bottom: 12px;
    position: relative
}

.tm-comment-form__label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
    padding: 0
}

.tm-comment-form__preview {
    border: 2px solid var(--cerulean);
    background-color: var(--romance);
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.3125rem;
    padding: 16px
}

.tm-comment-form__textarea {
    background: var(--romance);
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    box-sizing: border-box;
    color: var(--asphalt);
    font-size: .875rem;
    height: 78px;
    line-height: 1.6;
    margin: 0;
    min-height: 52px;
    padding: 10px;
    position: relative;
    resize: none;
    vertical-align: top;
    width: 100%
}

.tm-comment-form__textarea:focus {
    border: 1px solid var(--horizon);
    box-shadow: none;
    outline: 0;
    transition: border-color .2s linear, box-shadow .2s linear
}

.tm-comment-form__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tm-comment-form__button {
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    font-size: .75rem;
    height: 2rem;
    padding: 0 12px
}

.tm-comment-form__button[disabled] {
    background-color: transparent;
    border-color: rgba(var(--gull-gray-rgb), .4);
    color: var(--rolling-stone);
    cursor: not-allowed
}

.tm-comment-form__controls-buttons {
    display: flex;
    align-items: center
}

.tm-comment-form__button+.tm-comment-form__button,
.tm-comment-form__controls-buttons+.tm-comment-form__button {
    margin: 0 0 0 12px
}

@media(max-width:767px) {
    .tm-comment-form__controls-buttons+.tm-comment-form__button {
        margin: 0
    }
}

.tm-comment-form__button_delete,
.tm-comment-form__button_preview {
    background-color: transparent;
    border-color: var(--horizon);
    color: var(--horizon)
}

.tm-comment-form__button_send {
    background-color: var(--horizon);
    border-color: var(--horizon);
    color: var(--romance)
}

.tm-comment-form__countdown-timer {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem;
    color: var(--mountain-mist);
    text-align: right;
    white-space: nowrap;
    margin: 0 12px
}

.tm-comment-form__markdown-toggle {
    margin-left: auto
}

.tm-comment-form__markdown-help {
    margin-left: 14px;
    height: 24px
}

.tm-comment-form__moderator-toggle {
    text-align: right;
    height: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.tm-comment-form__moderator-toggle .tm-checkbox__fake {
    background: var(--romance)
}

.tm-comment-form__moderator-toggle .tm-checkbox__real:checked+.tm-checkbox__fake {
    background: var(--horizon);
    border-color: var(--horizon)
}

.tm-comment-form__moderator-toggle .tm-labeled-checkbox__container {
    align-items: center
}

.tm-comment-form__editor {
    background: var(--romance)
}

.tm-comment-form__editor .editor {
    border: 1px solid var(--loblolly);
    color: var(--mine-shaft);
    max-width: 100%;
    padding: 6px 0 6px 36px;
    margin: 0;
    box-sizing: border-box;
    z-index: 4
}

.tm-comment-form__editor .editor_mobile {
    border: none;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-top: 16px
}

.tm-comment-form__editor .editor_mobile:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    top: 0;
    bottom: 48px;
    left: 0;
    right: 0
}

.tm-comment-form__editor .editor .editor__content .ProseMirror {
    min-height: 52px;
    font-size: .9375rem;
    line-height: 1.375rem
}

.tm-comment-form__editor .editor .editor__content .ProseMirror:after {
    clear: both;
    content: "";
    display: block
}

.tm-comment-form__editor .editor .editor__content .blockquote {
    background: transparent;
    border-left: 4px solid var(--horizon);
    display: block;
    margin: 12px 0 0;
    padding: 0 12px
}

.tm-comment-form__editor .editor .editor__content .code,
.tm-comment-form__editor .editor .editor__content .node__padded,
.tm-comment-form__editor .editor .editor__content .node_paragraph {
    margin-top: 12px;
    line-height: 1.375rem;
    min-height: 22px
}

.tm-comment-form__editor .editor .editor__content .list {
    margin-top: 12px
}

.tm-comment-form__editor .editor .editor__content .list .node_paragraph {
    margin: 0
}

.tm-comment-form__editor .editor .editor__content .list li {
    margin-top: 6px
}

.tm-comment-form__editor .editor .bubble-menu_active {
    background: var(--romance)
}

.tm-comment-form__editor .mobile-menu__item {
    color: var(--gull-gray)
}

.tm-comment-form__editor #bottombar {
    border-style: none
}

.tm-username {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--horizon);
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1
}

.tm-username:before {
    content: "@";
    font-size: .8125rem;
    position: relative
}

.tm-comment-footer {
    align-items: center;
    display: flex;
    margin-top: 12px;
    content-visibility: auto;
    contain-intrinsic-size: 1px 32px
}

.tm-comment-footer_is-pinned {
    margin-bottom: 16px
}

.tm-comment-footer__votes-meter,
.tm-comment-footer__votes-switcher {
    align-items: center;
    display: flex;
    height: 28px;
    position: relative;
    margin: 0 8px 0 0
}

.tm-comment-footer__votes-meter {
    color: var(--horizon)
}

.tm-comment-footer__button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--horizon);
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.375rem;
    padding: 0 10px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tm-comment-footer__button:last-child {
    margin: 0
}

.tm-comment-footer__button:focus {
    outline: 0
}

.tm-comment-footer__button:hover {
    color: var(--astral)
}

.tm-comment-footer__button_transparent,
.tm-comment-footer__button_with-icon {
    background-color: transparent;
    min-width: 32px;
    padding: 0
}

.tm-comment-footer__button_with-icon {
    height: 32px
}

.tm-comment-footer__votes-switcher {
    min-width: 60px
}

@media (min-width:768px) {
    .tm-comment-footer {
        justify-content: flex-start
    }
}

.tm-align-center {
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.tm-align-center__content,
.tm-align-center__end,
.tm-align-center__start {
    box-sizing: border-box;
    margin-right: 12px
}

.tm-align-center__content:last-child,
.tm-align-center__end:last-child,
.tm-align-center__start:last-child {
    margin-right: 0
}

.tm-context-menu-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 0
}

@media (min-width:960px) {
    .tm-context-menu-list {
        margin: 0
    }
}

@media (min-width:768px) {
    .tm-context-menu-list_variant-notification {
        max-width: 288px;
        margin: 0
    }
}

.tm-context-menu-list__item {
    white-space: nowrap
}

.tm-context-menu-list__button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.tm-context-menu-list__button:not(:focus-visible) {
    outline: none
}

.tm-context-menu-list__button:hover {
    background-color: var(--aqua-haze);
    color: var(--mine-shaft)
}

.tm-context-menu-list__external-link {
    text-decoration: none
}

.tm-context-menu-list__button,
.tm-context-menu-list__external-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    box-sizing: border-box;
    width: 100%
}

.tm-context-menu-list__item-inner_notification {
    text-align: left
}

.tm-context-menu-list__item-inner {
    color: var(--mine-shaft);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.125rem
}

.tm-context-menu-list__item-inner svg {
    display: block;
    color: var(--gull-gray)
}

.tm-context-menu-list__comment-menu-icon_warning {
    fill: currentColor
}

.tm-comment-thread {
    position: relative;
    margin-bottom: 24px
}

.tm-comment-thread_is-pinned {
    margin-bottom: 0;
    margin-top: 28px
}

.tm-comment-thread_is-pinned:first-child {
    margin-top: 0
}

.tm-comment-thread__collapsed-root {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

[data-menu-sticky]~main .tm-comment-thread__collapsed-root {
    top: -56px;
    height: 56px
}

.tm-comment-thread__comment {
    position: relative;
    padding: 0 16px 12px
}

.tm-comment-thread__comment_is-pinned {
    padding: 0
}

.tm-comment-thread__button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    background: none;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--horizon);
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.5rem;
    padding: 0 12px;
    margin-right: 6px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tm-comment-thread__button:last-child {
    margin: 0
}

.tm-comment-thread__button:focus {
    outline: 0
}

.tm-comment-thread__button:hover {
    color: var(--astral)
}

@media(max-width:767px) {
    .tm-comment-thread__button {
        margin-left: 14px;
        margin-right: auto
    }
}

.tm-comment-thread__comment-link {
    font-size: .625rem;
    line-height: .6875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--mountain-mist);
    text-decoration: none
}

.tm-comment-thread__target {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    pointer-events: none
}

[data-menu-sticky]~main .tm-comment-thread__target {
    top: -57px
}

.tm-comment-thread__children {
    padding: 16px 0 0
}

.tm-comment-thread__icon-pencil {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    color: var(--loblolly)
}

.tm-comment-thread__breadcrumbs {
    background: transparent;
    border: 0;
    padding: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23929CA5' fill-opacity='.5'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    background-position: 6px 14px
}

.tm-comment-thread__breadcrumbs:not(:focus-visible) {
    outline: none
}

.tm-comment-thread__collapsed {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    align-items: stretch;
    display: flex;
    position: relative;
    padding-left: 14px
}

.tm-comment-thread__collapsed:not(:focus-visible) {
    outline: none
}

.tm-comment-thread__collapsed-text {
    color: var(--horizon);
    cursor: pointer;
    font-size: .875rem;
    font-weight: 500;
    margin-left: 6px;
    height: 24px;
    line-height: 1.5rem
}

.tm-comment-thread__collapsed-line {
    border-bottom: 1px dashed rgba(var(--gull-gray-rgb), .4);
    flex-grow: 1;
    height: 1px;
    margin-left: 6px;
    position: relative;
    top: 11px
}

.tm-comment-thread__breadcrumbs_collapsed {
    background-position: 6px 10px
}

.tm-comment-thread__circle-block {
    position: relative
}

.tm-comment-thread__circle {
    position: relative;
    border: 2px solid rgba(var(--gull-gray-rgb), .5);
    background: var(--romance);
    border-radius: 50%;
    height: 4px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 4px;
    z-index: 9
}

.tm-comment-thread__circle:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-comment-thread__circle_active {
    border-color: var(--horizon);
    height: 8px;
    top: 6px;
    width: 8px
}

.tm-comment-thread__circle_active:before {
    border: 2px solid var(--horizon);
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tm-comment__ufo {
    color: var(--mine-shaft);
    display: block;
    font-size: .9375rem;
    line-height: 2rem;
    opacity: .5
}

.tm-comment-thread__indent_l-0 {
    margin-left: 2px
}

.tm-comment-thread__indent_b_l-0 {
    width: 12px
}

.tm-comment-thread__indent_l-1 {
    margin-left: 14px
}

.tm-comment-thread__indent_b_l-1 {
    width: 24px
}

.tm-comment-thread__indent_l-2 {
    margin-left: 26px
}

.tm-comment-thread__indent_b_l-2 {
    width: 36px
}

.tm-comment-thread__indent_l-3 {
    margin-left: 38px
}

.tm-comment-thread__indent_b_l-3 {
    width: 48px
}

.tm-comment-thread__indent_l-4 {
    margin-left: 50px
}

.tm-comment-thread__indent_b_l-4 {
    width: 60px
}

.tm-comment-thread__indent_l-5 {
    margin-left: 62px
}

.tm-comment-thread__indent_b_l-5 {
    width: 72px
}

.tm-comment-thread__indent_l-6 {
    margin-left: 74px
}

.tm-comment-thread__indent_b_l-6 {
    width: 84px
}

.tm-comment-thread__indent_l-7 {
    margin-left: 86px
}

.tm-comment-thread__indent_b_l-7 {
    width: 96px
}

.tm-comment-thread__indent_l-8 {
    margin-left: 98px
}

.tm-comment-thread__indent_b_l-8 {
    width: 108px
}

.tm-comment-thread__indent_l-9 {
    margin-left: 110px
}

.tm-comment-thread__indent_b_l-9 {
    width: 120px
}

.tm-comment-thread__indent_l-10 {
    margin-left: 122px
}

.tm-comment-thread__indent_b_l-10 {
    width: 132px
}

@media (max-width:380px) {
    .tm-comment-thread__indent_l-4 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-4 {
        width: 60px
    }

    .tm-comment-thread__indent_l-5 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-5 {
        width: 60px
    }

    .tm-comment-thread__indent_l-6 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-6 {
        width: 60px
    }

    .tm-comment-thread__indent_l-7 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-7 {
        width: 60px
    }

    .tm-comment-thread__indent_l-8 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-8 {
        width: 60px
    }

    .tm-comment-thread__indent_l-9 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-9 {
        width: 60px
    }

    .tm-comment-thread__indent_l-10 {
        margin-left: 50px
    }

    .tm-comment-thread__indent_b_l-10 {
        width: 60px
    }
}

@media (min-width:1024px) {
    .tm-comment-thread__breadcrumbs {
        background-position: 30px 14px
    }

    .tm-comment-thread__breadcrumbs,
    .tm-comment-thread__breadcrumbs.tm-comment-thread__breadcrumbs_collapsed {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23929CA5' fill-opacity='.5'/%3E%3C/svg%3E");
        background-repeat: repeat-x
    }

    .tm-comment-thread__breadcrumbs.tm-comment-thread__breadcrumbs_collapsed {
        background-position: 30px 10px
    }

    .tm-comment-thread__indent_l-0 {
        margin-left: 12px
    }

    .tm-comment-thread__indent_b_l-0 {
        width: 16px
    }

    .tm-comment-thread__indent_l-1 {
        margin-left: 32px
    }

    .tm-comment-thread__indent_b_l-1 {
        width: 36px
    }

    .tm-comment-thread__indent_l-2 {
        margin-left: 52px
    }

    .tm-comment-thread__indent_b_l-2 {
        width: 56px
    }

    .tm-comment-thread__indent_l-3 {
        margin-left: 72px
    }

    .tm-comment-thread__indent_b_l-3 {
        width: 76px
    }

    .tm-comment-thread__indent_l-4 {
        margin-left: 92px
    }

    .tm-comment-thread__indent_b_l-4 {
        width: 96px
    }

    .tm-comment-thread__indent_l-5 {
        margin-left: 112px
    }

    .tm-comment-thread__indent_b_l-5 {
        width: 116px
    }

    .tm-comment-thread__indent_l-6 {
        margin-left: 132px
    }

    .tm-comment-thread__indent_b_l-6 {
        width: 136px
    }

    .tm-comment-thread__indent_l-7 {
        margin-left: 152px
    }

    .tm-comment-thread__indent_b_l-7 {
        width: 156px
    }

    .tm-comment-thread__indent_l-8 {
        margin-left: 172px
    }

    .tm-comment-thread__indent_b_l-8 {
        width: 176px
    }

    .tm-comment-thread__indent_l-9 {
        margin-left: 192px
    }

    .tm-comment-thread__indent_b_l-9 {
        width: 196px
    }

    .tm-comment-thread__indent_l-10 {
        margin-left: 212px
    }

    .tm-comment-thread__indent_b_l-10 {
        width: 216px
    }

    .tm-comment-thread__collapsed {
        padding-left: 8px
    }

    .tm-comment-thread__comment {
        border: 0
    }

    .tm-comment-thread__comment-link {
        font-size: .75rem
    }
}

.tm-comments-wrapper__wrapper {
    background-color: var(--romance)
}

.tm-comments-wrapper__wrapper .spoiler .spoiler_title {
    margin-top: 12px;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-position: under;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: var(--horizon);
    cursor: pointer;
    display: block;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.tm-comments-wrapper__wrapper .spoiler .spoiler_title:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.tm-comments-wrapper__wrapper .spoiler .spoiler_text {
    display: none;
    font-size: .9375rem;
    line-height: 1.5rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.tm-comments-wrapper__wrapper .spoiler_open>.spoiler_title:before {
    transform: rotate(90deg)
}

.tm-comments-wrapper__wrapper .spoiler_open>.spoiler_text {
    display: block
}

.tm-comments-wrapper__header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    min-height: 55px;
    padding: 15px 16px
}

.tm-comments-wrapper__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    font-size: 1rem;
    font-weight: 700;
    margin: 0 auto 0 0
}

.tm-comments-wrapper__comments-count {
    color: var(--horizon);
    margin: 0 0 0 6px
}

.tm-comments-wrapper__header-aside {
    display: flex;
    margin-left: 10px
}

.tm-complaint-form {
    padding-top: 10px;
    background-color: var(--romance)
}

.tm-complaint-form_processing {
    opacity: .7
}

.tm-complaint-form__field {
    width: 100%;
    margin-bottom: 24px;
    position: relative
}

@media(min-width:768px) {
    .tm-complaint-form__field {
        width: 280px
    }
}

.tm-complaint-form__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid var(--loblolly);
    margin: 0;
    padding: 0 14px;
    border-radius: 3px;
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.5;
    background-color: var(--romance)
}

.tm-complaint-form__input:focus {
    border: 1px solid var(--horizon);
    box-shadow: none;
    outline: 0;
    transition: border-color .2s linear, box-shadow .2s linear
}

.tm-complaint-form__hint {
    color: var(--mine-shaft);
    font-size: .75rem;
    line-height: 1.125rem;
    margin-top: 9px
}

.tm-pinned-comments {
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 3px;
    margin: 12px 16px 8px;
    padding: 16px 16px 0 20px
}

.tm-pinned-comments__header {
    display: inline-flex;
    color: var(--mountain-mist);
    line-height: 1.5rem;
    margin-bottom: 16px
}

.tm-pinned-comments__icon {
    fill: var(--gull-gray)
}

.tm-comments__empty {
    padding: 16px 16px 18px;
    color: var(--mountain-mist);
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.4375rem;
    letter-spacing: .01313rem;
    text-align: center
}

.tm-comments__tree {
    box-sizing: border-box;
    padding: 16px 0 0
}

.tm-comments__tree_without-removed .tm-comment__is-deleted {
    display: none
}

.tm-comments__comment-notice {
    margin-top: 12px
}

.tm-comment {
    -webkit-tap-highlight-color: rgba(var(--asphalt-rgb), 0);
    position: relative;
    transition: opacity .3s ease
}

.tm-comment+.tm-comment,
.tm-comment>.tm-comment {
    box-sizing: border-box;
    padding: 16px 0 0
}

.fade-preview-enter-active,
.fade-preview-leave-active {
    transition: opacity .25s ease-out
}

.fade-preview-enter,
.fade-preview-leave-to {
    opacity: 0
}

.tm-comments__reply-form {
    margin: 12px -16px 0
}

.tm-comments__reply-form-wrapper {
    position: relative
}

.tm-comments__close-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    color: var(--gull-gray);
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 21
}

.tm-comments__close-button:not(:focus-visible) {
    outline: none
}

.tm-comments__close-button:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-comment-navigation {
    bottom: 24px;
    color: var(--gull-gray);
    margin: 0 auto;
    position: sticky;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 10
}

.tm-comment-navigation__block {
    background: var(--romance);
    border-radius: 24px;
    box-shadow: 0 1px 4px 0 rgba(var(--asphalt-rgb), .2);
    display: flex;
    height: 40px;
    transform-origin: 50% 50%;
    width: 56px;
    margin-top: 4px
}

.tm-comment-navigation__wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    width: 100%
}

.tm-comment-navigation__button {
    align-items: center;
    background: none;
    border: 0;
    display: flex;
    padding: 0 12px;
    position: relative
}

.tm-comment-navigation__button:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-comment-navigation__button:active:focus {
    outline: none
}

.tm-comment-navigation__button_refresh {
    width: 100%
}

.tm-comment-navigation__icon {
    align-self: center;
    color: var(--gull-gray);
    height: 7px;
    position: relative;
    width: 12px
}

.tm-comment-navigation__icon_refresh {
    height: 16px;
    margin: auto;
    width: 16px
}

.tm-comment-navigation__icon_loading {
    animation: loading 1s linear infinite
}

.tm-comment-navigation__icon_down {
    transform: rotate(180deg)
}

.tm-comment-navigation__refresh-fallback {
    width: auto
}

.tm-comment-navigation__has-new {
    animation: big-size .15s linear 1;
    animation-fill-mode: forwards
}

.tm-comment-navigation__has-new_reverse {
    animation: small-size .15s linear 1
}

.tm-comment-navigation__counter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    align-self: center;
    background: var(--aqua-haze);
    border: 0;
    border-radius: 20px;
    color: var(--gull-gray);
    font-size: .875rem;
    font-weight: 500;
    height: 40px;
    text-align: center;
    width: 72px;
    cursor: pointer
}

.tm-comment-navigation__counter:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes big-size {
    0% {
        height: 40px;
        width: 56px
    }

    to {
        height: 48px;
        width: 208px
    }
}

@keyframes small-size {
    0% {
        height: 48px;
        width: 208px
    }

    to {
        height: 40px;
        width: 56px
    }
}

@media (min-width:1024px) {
    .tm-comment-navigation__block {
        bottom: 0;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 2px 8px 0 rgba(var(--asphalt-rgb), .28)
    }
}

.tm-rss-button {
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--gull-gray);
    display: block;
    float: right;
    cursor: pointer;
    padding: 12px 16px;
    height: 24px;
    box-sizing: content-box
}

.tm-rss-button:not(:focus-visible) {
    outline: none
}

.tm-rss-button_with-other-button {
    padding: 16px 10px
}

.tm-rss-button_comments-header {
    padding: 0 10px
}

.tm-rss-button_default {
    background-color: var(--romance)
}

.tm-rss-button__icon {
    width: 24px;
    height: 24px
}

@media (min-width:1024px) {
    .tm-rss-button_default {
        padding: 12px 20px
    }
}

.tm-article-comments__wrapper {
    background-color: var(--romance)
}

.tm-article-comments__wrapper .spoiler .spoiler_title {
    margin-top: 12px;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-position: under;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: var(--horizon);
    cursor: pointer;
    display: block;
    -webkit-hyphens: auto;
    hyphens: auto;
    outline: 0;
    position: relative;
    padding: 16px 36px;
    box-sizing: border-box;
    width: 100%
}

.tm-article-comments__wrapper .spoiler .spoiler_title:before {
    border-color: transparent transparent transparent var(--horizon);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 75% 25%;
    transition: transform .1s linear;
    width: 0
}

.tm-article-comments__wrapper .spoiler .spoiler_text {
    display: none;
    font-size: .9375rem;
    line-height: 1.5rem;
    margin: 10px 0 8px;
    padding: 0 36px 16px;
    box-sizing: border-box
}

.tm-article-comments__wrapper .spoiler_open>.spoiler_title:before {
    transform: rotate(90deg)
}

.tm-article-comments__wrapper .spoiler_open>.spoiler_text {
    display: block
}

.tm-article-comments__header {
    align-items: center;
    border-bottom: 1px solid rgba(var(--gull-gray-rgb), .4);
    box-sizing: border-box;
    display: flex;
    min-height: 55px;
    padding: 15px 16px
}

.tm-article-comments__comments-count {
    color: var(--horizon);
    margin: 0 0 0 6px
}

.tm-article-comments__inner {
    padding: 0 0 29px
}

.tm-article-comments__controls {
    background-color: var(--seashell);
    box-sizing: border-box;
    padding: 16px
}

.tm-article-comments__moderate-button {
    box-sizing: border-box;
    cursor: pointer;
    width: 100%
}

.tm-article-comments__moderate-button+.tm-article-comments__moderate-button {
    margin: 8px 0 0
}

@media(min-width:1024px) {
    .tm-article-comments__moderate-button+.tm-article-comments__moderate-button {
        margin: 0 0 0 16px
    }
}

.tm-article-comments__moderate-button:focus {
    background: none;
    color: var(--horizon)
}

@media(min-width:1024px) {
    .tm-article-comments__moderate-button {
        width: auto
    }
}

.tm-article-comments__administration-links {
    margin-right: 10px;
    position: relative;
    z-index: 25
}

.tm-article-comments__ufo-notice {
    margin: 16px 16px 0
}

.tm-article-comments__body {
    position: relative
}

.tm-article-comments__tree {
    box-sizing: border-box;
    padding: 16px 0 0
}

.tm-article-comments_without-removed .tm-comment__is-deleted {
    display: none
}

.tm-article-comments__subscription {
    margin-left: 10px
}

.tm-article-comments__comment-preview {
    background-color: var(--romance);
    border: 2px solid var(--cerulean);
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.3125rem;
    padding: 16px
}

.tm-article-comments__comment-notice {
    margin-top: 10px
}

@media (min-width:1024px) {
    .tm-article-comments__inner {
        padding: 0
    }
}

.tm-article-comments-counter-button {
    margin-top: 12px;
    background: var(--romance);
    display: flex;
    justify-content: center
}

@media (min-width:1024px) {
    .tm-article-comments-counter-button {
        margin: 12px 0
    }
}

.tm-article-comments-disabled__paragraph {
    margin: 0
}

.tm-article-comments-disabled__button {
    cursor: pointer;
    margin-top: 16px
}

.tm-article-comments-disabled__button:focus {
    background: none;
    color: var(--horizon)
}

.tm-height-limiter {
    position: relative
}

.tm-height-limiter__expand {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    background: linear-gradient(to top, var(--romance) 60px, rgba(var(--romance-rgb), 0))
}

.tm-height-limiter__expand-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    background-color: var(--horizon);
    border-radius: 3px;
    color: var(--romance);
    font-size: .8125rem;
    line-height: 1rem;
    padding: 8px 16px;
    text-decoration: none
}

.tm-height-limiter__expand-button:not(:focus-visible) {
    outline: none
}

.tm-input-text-decorated {
    position: relative
}

.tm-input-text-decorated__label {
    line-height: 2.5rem;
    position: absolute;
    top: 0
}

.tm-input-text-decorated__label_after {
    right: 0
}

.tm-input-text-decorated__label_before {
    left: 0
}

.tm-input-text-decorated__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--romance);
    border: 1px solid var(--loblolly);
    box-sizing: border-box;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0;
    min-height: 40px;
    outline: 0;
    padding: 0 14px;
    transition: border-color .2s linear, box-shadow .2s linear;
    width: 100%;
    border-radius: 4px
}

.tm-input-text-decorated__input:focus {
    border-color: #a3c4e2;
    box-shadow: none
}

.tm-input-text-decorated__input:disabled {
    background-color: #f8f8f8;
    border-color: #d5dddf;
    color: #888;
    cursor: not-allowed
}

.tm-input-text-decorated_has-label-after .tm-input-text-decorated__input {
    padding-right: 40px
}

.tm-input-text-decorated_has-label-before .tm-input-text-decorated__input {
    padding-left: 40px
}

.tm-input-text-decorated__input_invalid,
.tm-input-text-decorated__input_invalid:focus {
    border-color: #e47979;
    box-shadow: none
}

.tm-editoral-subscription {
    background: var(--romance);
    box-sizing: border-box;
    font-size: .75rem;
    line-height: 120%;
    margin: 12px auto;
    max-width: 780px;
    min-width: 320px;
    padding: 16px;
    position: relative
}

.tm-editoral-subscription__close {
    color: var(--gull-gray);
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px
}

.tm-editoral-subscription__close:hover {
    opacity: .8
}

.tm-editoral-subscription__success {
    color: var(--christi);
    height: 40px
}

.tm-editoral-subscription__error {
    color: var(--fuzzy-wuzzy-brown);
    margin: 4px 0 0
}

.tm-editoral-subscription__title {
    color: var(--mine-shaft);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 115%;
    margin: 0 0 4px
}

.tm-editoral-subscription__description {
    color: var(--mine-shaft);
    font-size: .875rem;
    margin: 0 0 16px
}

.tm-editoral-subscription__input {
    margin-bottom: 16px
}

.tm-editoral-subscription__input .tm-input-text-decorated__input {
    border-radius: 3px;
    background: var(--romance);
    color: var(--mine-shaft);
    border-color: var(--loblolly)
}

.tm-editoral-subscription__icon {
    background: var(--horizon);
    border: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 40px
}

.tm-editoral-subscription__icon_loading {
    animation: gradient-animation 2s linear infinite;
    background: linear-gradient(90deg, var(--horizon), var(--horizon) 100%);
    background-size: 600px 100%
}

.tm-editoral-subscription__icon svg {
    color: var(--romance);
    margin: 0 auto;
    width: 18px
}

@keyframes gradient-animation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 600px 0
    }
}

@media (min-width:1024px) {
    .tm-editoral-subscription {
        padding: 16px 20px
    }
}

.tm-article-blocks__comments {
    margin-bottom: 12px
}

.tm-article-snippet-block__date {
    color: var(--mountain-mist);
    margin: 0
}

.tm-article-snippet-block__counters {
    display: flex;
    font-size: .8125rem;
    justify-content: space-between;
    padding-top: 7px
}

.tm-article-snippet-block__user-meta {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0 0 8px
}

.tm-article-snippet-block-sidebar_preview .tm-data-icons {
    justify-content: flex-start
}

.tm-article-snippet-block-sidebar_preview .tm-data-icons__item+.tm-data-icons__item {
    margin-left: 20px
}

.tm-article-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    overflow-x: auto;
    word-break: break-word
}

.tm-article-title_preview {
    margin: 0 0 13px
}

.tm-article-title_megapost {
    align-items: center;
    box-sizing: border-box;
    display: inline-block;
    height: 244px;
    line-height: 1.5rem;
    margin: 16px;
    padding: 13px 0;
    position: relative;
    width: calc(100% - 32px)
}

.tm-article-title_megapost:before {
    background: rgba(var(--asphalt-rgb), .5);
    content: "";
    height: 244px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tm-article-title_fullview {
    margin: 0 0 11px
}

.tm-article-title__text {
    font-size: 1.5rem;
    line-height: 2.125rem
}

.tm-article-title__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none
}

.tm-article-title_sidebar {
    line-height: 1.3125rem;
    margin: 0 0 8px
}

.tm-article-title_sidebar .tm-article-title__link {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3125rem
}

.tm-article-title_block {
    margin: 0 0 12px
}

.tm-articles-list .tm-article-title__link_megapost,
.tm-page-article-comments__content .tm-article-title__link_megapost {
    align-items: center;
    box-sizing: border-box;
    color: var(--romance);
    display: flex;
    font-size: 1rem;
    height: 244px;
    line-height: 1.5rem;
    padding: 0 16px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 9
}

.tm-articles-list .tm-article-title__link_megapost:visited,
.tm-page-article-comments__content .tm-article-title__link_megapost:visited {
    color: var(--romance)
}

.tm-article-title__link,
.tm-article-title__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--mine-shaft);
    font-weight: inherit
}

.tm-article-title__link:visited,
.tm-article-title__text:visited {
    color: var(--horizon)
}

.tm-article-title__label_megapost {
    background: var(--romance);
    border-radius: 2px;
    bottom: 20px;
    color: var(--deluge);
    display: inline-block;
    font-size: .75rem;
    left: 16px;
    line-height: 1rem;
    margin-top: 8px;
    padding: 4px 8px;
    position: absolute
}

.tm-article-list-block__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.tm-article-list-block__item {
    padding: 0
}

.tm-article-list-block__item:not(:first-child) {
    margin-top: 18px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(var(--gull-gray-rgb), .4)
}

.tm-article-card-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.daily-articles-block__button-container {
    margin-top: 12px;
    display: flex;
    justify-content: center
}

.daily-articles-block__button {
    cursor: pointer;
    height: 2rem
}

.daily-articles-block__button.btn_loading {
    cursor: default
}

.daily-articles-block__link {
    height: 2rem
}

.other-news-block__button-container {
    margin-top: 12px;
    display: flex;
    justify-content: center
}

.other-news-block__all-news {
    box-sizing: border-box;
    line-height: 1.15;
    text-decoration: none
}

.other-news-block__button.btn_loading {
    cursor: default
}

.tm-empty-placeholder {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    min-height: 300px;
    padding: 0 20px
}

.tm-empty-placeholder_variant-user-profile {
    min-height: auto;
    padding: 32px 16px
}

.tm-empty-placeholder_minHeight-auto {
    min-height: auto
}

.tm-empty-placeholder__image {
    height: 154px;
    margin-top: 48px;
    width: 210px
}

.tm-empty-placeholder__image_variant-user-profile {
    height: 215px;
    width: 400px;
    margin-top: 0
}

@media(max-width:767px) {
    .tm-empty-placeholder__image_variant-user-profile {
        width: 100%;
        height: 160px
    }
}

.tm-empty-placeholder__image_variant-ufo {
    height: 150px;
    width: 280px;
    margin-top: 32px
}

.tm-empty-placeholder__image_variant-events {
    height: 215px;
    width: 400px;
    margin-top: 32px
}

@media(max-width:767px) {
    .tm-empty-placeholder__image_variant-events {
        width: 100%;
        height: 160px
    }
}

.tm-empty-placeholder__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    white-space: pre-wrap;
    color: var(--mountain-mist);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 22px;
    text-align: center
}

.tm-empty-placeholder__text a {
    color: var(--horizon);
    text-decoration: none
}

.tm-empty-placeholder__text a:hover {
    color: var(--horizon)
}

.tm-navigation-dropdown {
    background-color: var(--romance);
    display: block;
    line-height: 1;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%
}

.tm-navigation-dropdown_variant-tabs {
    display: inline-flex;
    flex: 0
}

.tm-navigation-dropdown__wrapper {
    display: flex;
    justify-content: space-between
}

.tm-navigation-dropdown__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--mine-shaft);
    cursor: pointer;
    display: flex;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 12px 16px;
    width: 100%
}

.tm-navigation-dropdown__button-text {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.tm-navigation-dropdown__button_variant-company {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.125rem
}

.tm-navigation-dropdown__button_variant-tabs {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    letter-spacing: .05rem;
    text-transform: uppercase
}

.tm-navigation-dropdown__options {
    background-color: var(--aqua-haze);
    box-sizing: border-box;
    font-size: .9375rem;
    font-weight: 500;
    line-height: .9375rem;
    list-style-type: none;
    margin: 0;
    max-height: 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    transition: max-height .3s ease-in
}

.tm-navigation-dropdown__option {
    position: relative
}

.tm-navigation-dropdown__option:first-child {
    margin-top: 10px
}

.tm-navigation-dropdown__option:last-child {
    margin-bottom: 18px
}

.tm-navigation-dropdown__option-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    width: 100%;
    color: var(--mine-shaft);
    cursor: pointer;
    font-size: .9375rem;
    line-height: .9375rem;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-decoration: none
}

.tm-navigation-dropdown__option-button:not(:focus-visible) {
    outline: none
}

.tm-navigation-dropdown__option-button:hover {
    background-color: var(--aqua-haze);
    opacity: 1
}

.tm-navigation-dropdown__option-count {
    margin-left: 12px
}

.tm-navigation-dropdown__options_absolute {
    background: var(--romance);
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(var(--asphalt-rgb), .16);
    color: var(--mine-shaft);
    left: 12px;
    max-width: 266px;
    position: absolute;
    top: 42px;
    white-space: normal;
    z-index: 30
}

.tm-navigation-dropdown__option_active:before {
    background-color: var(--horizon);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    z-index: 1
}

.tm-navigation-dropdown__option_active .tm-navigation-dropdown__option-button {
    color: var(--horizon);
    cursor: default;
    font-weight: 700
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .2s ease
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
    transform: translateY(-30px);
    will-change: opacity
}

@media (min-width:1024px) {

    .icon_dropdown-arrow,
    .tm-navigation-dropdown__options {
        color: inherit;
        margin-left: 4px;
        transition: none
    }

    .tm-navigation-dropdown__button {
        color: var(--rolling-stone);
        display: inline-flex;
        font-size: .8125rem;
        margin: 0;
        padding: 12px 20px;
        width: auto
    }

    .tm-navigation-dropdown__option:last-child {
        margin-bottom: 8px
    }

    .tm-navigation-dropdown__option:first-child {
        margin-top: 8px
    }

    .tm-navigation-dropdown__option-button {
        font-size: .8125rem;
        padding: 12px 40px 12px 20px
    }

    .tm-navigation-dropdown__option-button_variant-user {
        padding: 12px 20px
    }
}

.tm-tabs {
    align-items: center;
    background-color: var(--romance);
    box-shadow: 0 -1px 0 0 rgba(var(--gull-gray-rgb), .4) inset;
    display: flex;
    overflow-x: hidden;
    position: relative;
    white-space: nowrap
}

.tm-tabs:after,
.tm-tabs:before {
    content: "";
    bottom: 1px;
    pointer-events: none;
    position: absolute;
    top: 1px;
    width: 16px
}

.tm-tabs:after {
    right: 0;
    background: linear-gradient(to left, var(--romance) 30%, rgba(var(--seashell), 0) 100%)
}

.tm-tabs:before {
    left: 0;
    background: linear-gradient(to right, var(--romance) 30%, rgba(var(--seashell), 0) 100%)
}

.tm-tabs_variant-borderless {
    box-shadow: none
}

.tm-tabs__scroll-area {
    display: flex;
    overflow-x: auto
}

.tm-tabs__scroll-area:after,
.tm-tabs__scroll-area:before {
    content: "";
    flex: none;
    width: 16px
}

.tm-tabs__padding-area {
    padding-left: 16px;
    padding-right: 2px
}

.tm-tabs__tab-item {
    box-sizing: border-box;
    color: var(--rolling-stone);
    display: inline-block;
    margin-right: 24px;
    position: relative;
    text-transform: uppercase
}

.tm-tabs__tab-item:last-child {
    margin-right: 0
}

.tm-tabs__tab-link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: inherit;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 1rem;
    padding: 0;
    margin: 2px 0;
    text-decoration: none;
    align-items: center;
    height: 44px;
    border: none;
    background-color: transparent;
    text-transform: inherit;
    cursor: pointer
}

.tm-tabs__tab-link:hover {
    color: var(--horizon)
}

.tm-tabs__tab-link_active {
    color: var(--horizon);
    position: relative
}

.tm-tabs__tab-link_active:after {
    background-color: var(--horizon);
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.tm-tabs__tab-link_slim {
    height: 38px
}

.tm-tabs__tab-link_disabled {
    pointer-events: none;
    opacity: .4;
    cursor: default
}

.tm-tabs__tab-counter {
    margin-left: 4px;
    color: var(--horizon)
}

.tm-tabs__tab-counter-new {
    margin-left: 4px;
    color: var(--christi)
}

@media (min-width:1024px) {
    .tm-tabs {
        overflow-x: visible
    }

    .tm-tabs:after,
    .tm-tabs:before,
    .tm-tabs__scroll-area:after,
    .tm-tabs__scroll-area:before {
        width: 20px
    }

    .tm-tabs__padding-area {
        padding-left: 20px
    }

    .tm-tabs_page-header {
        bottom: 0
    }

    .tm-tabs__tab-item:first-child {
        padding-left: 0
    }
}

.tm-tabs__dropdown {
    bottom: 1px;
    position: relative
}

.similar-and-daily__tab-view {
    margin-top: 12px;
    background-color: var(--romance)
}

@keyframes pulse-load {
    0% {
        background-color: var(--seashell)
    }

    25% {
        background-color: var(--desert-storm)
    }

    50% {
        background-color: var(--seashell)
    }

    75% {
        background-color: var(--desert-storm)
    }

    to {
        background-color: var(--seashell)
    }
}

.tm-placeholder-line {
    animation: pulse-load 4s ease infinite forwards;
    background-color: var(--seashell);
    position: relative;
    display: inline-block;
    background: var(--seashell);
    border-radius: 3px;
    height: var(--line-placeholder-font-size, 8px);
    margin: calc((var(--line-placeholder-line-height, 8px) - var(--line-placeholder-font-size, 8px))/2) 0;
    width: 100%
}

@keyframes fadein-d8daabf8 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.similar-authors-placeholder[data-v-d8daabf8] {
    display: flex;
    gap: 20px
}

.author[data-v-d8daabf8] {
    min-height: 226px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 4px
}

.header[data-v-d8daabf8] {
    display: grid;
    grid-template-columns: 32px 42px 42px;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 12px
}

.header .counters[data-v-d8daabf8] {
    display: flex;
    align-items: center;
    gap: 8px
}

.header .image[data-v-d8daabf8] {
    height: 32px
}

.header .counter[data-v-d8daabf8] {
    --line-placeholder-font-size: 16px;
    --line-placeholder-line-height: 24px
}

.body[data-v-d8daabf8] {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 6px
}

.body .alias[data-v-d8daabf8] {
    max-width: 40%
}

.body .names[data-v-d8daabf8] {
    --line-placeholder-font-size: 16px;
    --line-placeholder-line-height: 24px
}

.body .spec[data-v-d8daabf8] {
    --line-placeholder-font-size: 14px;
    --line-placeholder-line-height: 18px
}

.button[data-v-d8daabf8] {
    --line-placeholder-font-size: 32px;
    margin-top: auto
}

@keyframes fadein-e1173d70 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.rating-display[data-v-e1173d70] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.375rem;
    font-size: 1.0625rem;
    color: var(--mulberry)
}

@keyframes fadein-39ba7d68 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.similar-author[data-v-39ba7d68] {
    padding: 16px;
    border: 1px solid rgba(var(--gull-gray-rgb), .4);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    box-sizing: border-box;
    min-width: 192px
}

.similar-author .header[data-v-39ba7d68] {
    display: flex;
    align-items: center;
    gap: 12px
}

.similar-author .header[data-v-39ba7d68] .tm-entity-image {
    width: auto
}

.similar-author .counters[data-v-39ba7d68] {
    display: flex;
    align-items: center;
    gap: 8px
}

.similar-author .body .fullname[data-v-39ba7d68] {
    color: var(--mine-shaft);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    word-break: break-word
}

.similar-author .body .link[data-v-39ba7d68] {
    font-size: 1rem;
    line-height: 1.5rem
}

.similar-author .body .speciality[data-v-39ba7d68] {
    color: var(--mountain-mist);
    margin-top: 6px;
    font-size: .875rem;
    line-height: 1.125rem
}

.similar-author .footer[data-v-39ba7d68] {
    margin-top: auto
}

.similar-author .footer[data-v-39ba7d68] .tm-button-follow {
    width: 100%
}

.swiper-container.similar-authors-slider {
    overflow: visible
}

.swiper-container.similar-authors-slider .swiper-slide {
    height: auto
}

.swiper-container.similar-authors-slider .swiper-button-next {
    right: -12px
}

.swiper-container.similar-authors-slider .swiper-button-prev {
    left: -12px
}

@keyframes fadein-562d6359 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.similar-authors-block[data-v-562d6359] {
    overflow: hidden
}

.similar-authors-block[data-v-562d6359] .tm-block__body {
    padding: 16px 20px
}

.similar-authors-block[data-v-562d6359] .tm-block__header {
    padding-top: 16px
}

.similar-authors-block.embedded[data-v-562d6359] {
    margin-top: -18px
}

@media(max-width:767px) {
    .similar-authors-block.embedded[data-v-562d6359] {
        margin-top: 0
    }
}

.tm-recommendations-form {
    max-width: 320px
}

.tm-recommendations-form__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin-bottom: 24px;
    padding: 0
}

.tm-recommendations-form__fieldset {
    color: var(--mine-shaft);
    border: 0;
    padding: 0;
    margin: 0
}

.tm-recommendations-form__field {
    display: block;
    margin-bottom: 16px
}

.tm-recommendations-form__button {
    margin: 8px 0 2px
}

.tm-article-extra-menu__admin-icons {
    display: flex
}

.tm-article-extra-menu__admin-button {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0
}

.tm-article-extra-menu__icon {
    fill: var(--loblolly);
    height: 24px;
    width: 24px;
    vertical-align: bottom
}

.tm-article-extra-menu__icon:hover {
    fill: var(--astral)
}

.tm-article-extra-menu__complaint-wrapper,
.tm-article-extra-menu__recommendations-wrapper {
    margin-bottom: 12px;
    position: relative
}

.tm-article-extra-menu__recommendations-wrapper {
    background-color: var(--romance)
}

.tm-article-extra-menu__complaint-close,
.tm-article-extra-menu__recommendations-close {
    color: var(--gull-gray);
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px;
    z-index: 2
}

@media (min-width:768px) {
    .tm-article-extra-menu__admin-icons {
        margin-left: auto
    }
}

.tm-article-body {
    box-sizing: border-box;
    padding-top: 16px
}

.tm-article-body img {
    color: var(--seashell);
    font-size: .75rem;
    font-style: italic
}

.tm-article-body img[data-blurred] {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    filter: blur(8px)
}

.tm-article-poll-container {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.tm-popup__content {
    background-color: var(--romance);
    padding-bottom: 16px
}

.tm-popup__content-title {
    border-bottom: 1px solid var(--aqua-haze);
    color: var(--mine-shaft);
    font-size: .9375rem;
    font-weight: 500;
    line-height: 3.5rem;
    padding: 0 16px
}

.tm-popup__close {
    position: relative;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 12px
}

.tm-popup__close:after {
    content: "";
    cursor: pointer;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tm-popup__close-icon {
    color: var(--loblolly);
    height: 100%;
    width: 100%
}

.tm-popup__item-payment {
    margin: 16px 0
}

.tm-popup__item-payment:first-child {
    margin-top: 0
}

.tm-popup__item-payment:last-child {
    margin-bottom: 0
}

.tm-popup__link-payment {
    color: var(--horizon);
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none
}

.article-donation-block {
    display: flex;
    border-radius: 3px;
    padding: 12px 20px;
    color: var(--mine-shaft);
    background: rgba(var(--horizon-rgb), .12)
}

@media(max-width:1023px) {
    .article-donation-block {
        margin-bottom: 24px
    }
}

@media(max-width:767px) {
    .article-donation-block {
        flex-direction: column;
        padding: 16px 20px
    }
}

.article-donation-block__message {
    flex-grow: 1;
    font-size: .9375rem;
    line-height: 1.25rem
}

.article-donation-block__button {
    margin-left: 16px;
    align-self: center
}

@media(max-width:767px) {
    .article-donation-block__button {
        margin-left: 0;
        margin-top: 12px;
        width: 100%;
        align-self: auto
    }
}

.tm-article-sticky-panel {
    position: sticky;
    bottom: env(safe-area-inset-bottom, 0);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 5;
    background-color: var(--romance)
}

.tm-article-sticky-panel__icons {
    background-color: var(--romance);
    border-top: 1px solid rgba(var(--gull-gray-rgb), .4);
    box-sizing: border-box;
    height: 48px;
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    min-width: 320px
}

.transition-slide-enter-active,
.transition-slide-leave-active {
    transition: bottom .3s ease-out
}

.transition-slide-enter-from,
.transition-slide-leave-to {
    bottom: -48px
}

@media(min-width:1024px) {
    .tm-article-sticky-panel__wrapper {
        flex-wrap: nowrap
    }

    .tm-article-sticky-panel__icons {
        padding: 0 20px
    }
}

.tm-separated-list__title {
    color: var(--mine-shaft);
    font-weight: 700;
    margin-right: 4px
}

.tm-separated-list__list {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.tm-separated-list__item {
    display: inline;
    padding: 0
}

.tm-separated-list__item:not(:last-child):after {
    content: ", ";
    white-space: pre-wrap
}

.tm-separated-list__more {
    display: inline-block;
    color: var(--mountain-mist);
    cursor: pointer;
    background: inherit;
    border: none;
    padding: 0
}

.tm-separated-list_clipped {
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    visibility: hidden
}

.tm-hubs-list__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--horizon);
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-decoration: none;
    display: inline
}

.tm-hubs-list__link:visited {
    color: var(--mulberry)
}

.tm-hubs-list__link:hover {
    color: var(--horizon)
}

.tm-tags-list__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--horizon);
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-decoration: none
}

.tm-tags-list__link:visited {
    color: var(--mulberry)
}

.tm-tags-list__link:hover {
    color: var(--horizon)
}

.tm-article-presenter {
    max-width: 780px;
    margin: 0 auto
}

.tm-article-presenter_wide {
    max-width: 100%
}

.tm-article-presenter__body {
    animation: fadein .3s;
    background-color: var(--romance);
    position: relative;
    margin-bottom: 12px
}

.tm-article-presenter__content_narrow {
    box-sizing: border-box;
    padding: 16px 16px 0
}

.tm-article-presenter__header {
    position: relative
}

.tm-article-presenter__snippet {
    margin-bottom: 8px
}

.tm-article-presenter__snippet_wide {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 20px;
    width: 100%
}

.tm-article-presenter__origin {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: var(--desert-storm);
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 16px;
    padding: 6px 8px
}

.tm-article-presenter__meta-list+.tm-article-presenter__meta-list {
    margin-top: 24px
}

.tm-article-presenter__meta {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: var(--horizon);
    font-size: 1rem;
    line-height: 180%;
    margin: 24px 0;
    max-width: 780px
}

.tm-article-presenter__meta_wide {
    margin: 0 auto;
    padding: 16px
}

.tm-article-presenter__origin-link {
    color: var(--deluge);
    text-decoration: none
}

.tm-article-presenter__footer {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    min-width: 320px
}

.tm-article-presenter__banner {
    margin-top: 24px;
    display: flex
}

.tm-article-presenter__banner-image {
    width: 100%
}

@media(min-width:1024px) {
    .tm-article-presenter__snippet_wide {
        max-width: 760px
    }

    .tm-article-presenter__content_narrow {
        padding: 16px 20px
    }
}

@media(min-width:960px) {
    .tm-article-presenter__header_wide:before {
        background-color: rgba(var(--asphalt-rgb), .55);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0
    }

    .tm-article-presenter__snippet_wide {
        left: 50%;
        max-width: 660px;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

@media(min-width:1200px) {
    .tm-article-presenter__snippet_wide {
        max-width: 760px
    }
}

.tm-fs-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(var(--romance-rgb), .6)
}

.tm-fs-loading_fixed {
    position: fixed;
    width: 100vw;
    height: 100vh
}

.tm-fs-loading__loader {
    margin: 0 auto;
    font-size: .625rem;
    position: relative;
    text-indent: -9999em;
    border: 4px solid rgba(var(--horizon-rgb), .8);
    border-left: 4px solid var(--horizon);
    transform: translateZ(0);
    animation: fsload 1.1s linear infinite;
    border-radius: 50%;
    width: 48px;
    height: 48px
}

.tm-fs-loading__loader:after {
    border-radius: 50%;
    width: 48px;
    height: 48px
}

.tm-fs-loading__loader_fixed {
    position: fixed;
    top: calc(50% - 24px)
}

@keyframes fsload {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.tm-post-author-info__hub {
    color: var(--mountain-mist);
    font-size: .8125rem;
    line-height: .9375rem;
    text-decoration: none
}

@media(max-width:767px) {
    .tm-post-author-info__hub {
        margin-top: 4px;
        white-space: nowrap;
        display: block;
        overflow-x: auto;
        padding-bottom: 6px
    }

    .tm-post-author-info__hub:after {
        content: "";
        position: absolute;
        right: 28px;
        top: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(270deg, var(--romance) 0, hsla(0, 0%, 100%, 0) 100%)
    }
}

.tm-post-author-info__meta-row {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    gap: 8px
}

@media(max-width:767px) {
    .tm-post-author-info__meta-row {
        flex-wrap: wrap;
        gap: 0 8px
    }

    .tm-post-author-info__meta-row time {
        white-space: nowrap
    }
}

.tm-post-snippet {
    padding: 16px;
    position: relative;
    background-color: var(--romance)
}

.tm-post-snippet__content-wrapper {
    max-height: none;
    padding: 8px 0;
    margin-top: 12px;
    position: relative
}

.tm-post-snippet__content-wrapper p:empty {
    display: none
}

.tm-post-snippet__content-wrapper_compact figure+p {
    margin-top: 0
}

.tm-post-snippet__content-wrapper_compact figure,
.tm-post-snippet__content-wrapper_compact img {
    display: none
}

.tm-post-snippet__content-wrapper_compact:after {
    content: "";
    height: 65px;
    background: linear-gradient(180deg, rgba(var(--romance-rgb), 0) 0, var(--romance) 95%);
    position: absolute;
    top: 54px;
    left: 0;
    right: 0
}

@media(max-width:767px) {
    .tm-post-snippet__content-wrapper_compact:after {
        top: 198px
    }
}

.tm-post-snippet__content-wrapper_hide_gradient:after {
    display: none
}

.tm-post-snippet__content-wrapper_compact {
    max-height: 103px;
    overflow: hidden;
    position: relative
}

@media(max-width:767px) {
    .tm-post-snippet__content-wrapper_compact {
        max-height: 247px
    }
}

.tm-post-snippet__content {
    box-sizing: border-box
}

.tm-post-snippet__container {
    position: relative
}

.tm-post-snippet__link {
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -16px;
    right: -16px;
    z-index: 1
}

.tm-post-snippet__meta {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 85px;
    gap: 16px;
    justify-content: space-between
}

.tm-post-snippet__moderation {
    color: var(--emerald);
    height: 20px;
    margin-left: 8px;
    width: 20px
}

.tm-post-snippet__edit {
    padding: 0;
    border: 0;
    margin-left: 8px;
    background-color: transparent;
    color: rgba(var(--horizon-rgb), .3);
    cursor: pointer
}

.tm-post-snippet__edit svg {
    fill: var(--loblolly)
}

.tm-post-snippet__edit:hover {
    color: var(--horizon)
}

.tm-post-snippet__stats-link {
    margin-left: 8px
}

.tm-post-snippet__delete {
    background: transparent;
    border: 0;
    color: rgba(var(--fuzzy-wuzzy-brown-rgb), .3);
    cursor: pointer;
    margin-left: 8px;
    outline: none;
    padding: 0
}

.tm-post-snippet__delete:hover {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-post-snippet__controls {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: flex-end
}

.tm-post-snippet__icons {
    padding-top: 8px
}

.tm-post-snippet__meta-list {
    margin-top: 16px;
    margin-bottom: 12px
}

.tm-post-snippet__hubs {
    margin-top: 8px
}

.tm-post-presenter {
    max-width: 780px;
    margin: 0 auto
}

.tm-post-presenter__body {
    animation: fadein .3s;
    background-color: var(--romance);
    position: relative;
    margin-bottom: 12px
}

.tm-post-presenter__footer {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    min-width: 320px
}

.tm-post-presenter__loading {
    display: grid;
    gap: 16px;
    padding: 16px;
    background-color: var(--romance)
}

.tm-administration-block__link {
    margin-bottom: 16px;
    display: block;
    font-size: .8125rem;
    line-height: 1.125rem
}

.tm-administration-block__link,
.tm-company-basic-info__link {
    color: var(--horizon);
    text-decoration: none
}

.tm-company-basic-info__link:hover {
    color: var(--horizon);
    text-decoration: underline
}

.tm-widget-applications__card {
    display: flex
}

.tm-widget-applications__aside {
    flex: none;
    margin-right: 12px
}

.tm-widget-applications__image {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    object-fit: cover
}

.tm-widget-applications__card-title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: var(--mine-shaft)
}

.tm-widget-applications__card-description {
    margin: 0 0 8px;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: var(--mountain-mist)
}

.tm-widget-applications__card-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.tm-widget-applications__card-link-item {
    display: inline;
    margin-right: 12px
}

.tm-widget-applications__card-link {
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    color: var(--horizon)
}

.tm-widget-applications__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.tm-widget-applications__item {
    padding: 12px 0
}

.tm-widget-applications__item:first-child {
    padding-top: 0
}

.tm-widget-applications__item:last-child {
    padding-bottom: 0
}

.tm-widget-banner-content__image-wrapper {
    display: flex;
    width: 260px;
    height: 400px
}

.tm-widget-banner-content__image {
    vertical-align: top;
    max-width: 100%
}

.tm-widget-banner-content__image_align-center {
    margin: 0 auto
}

.tm-widget-banner-content__message {
    margin: 24px 0 0;
    font-size: .8125rem;
    line-height: 1.125rem
}

.tm-widget-banner-content__message a {
    color: var(--horizon);
    text-decoration: none
}

.tm-widget-banner-content__message a:hover {
    color: var(--horizon);
    text-decoration: underline
}

.tm-widget-banner-content__message_align-center {
    text-align: center
}

.tm-widget-banner-content__message_align-right {
    text-align: right
}

.tm-widget-banners-slider_shadowed .swiper-pagination {
    justify-content: flex-start
}

.tm-widget-banners-slider_shadowed .swiper-pagination:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 26px;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, var(--romance) 26%, rgba(var(--romance-rgb), 0) 100%)
}

.tm-widget-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1.125rem
}

.tm-widget-links__item {
    margin: 16px 0
}

.tm-widget-links__item:first-child,
.tm-widget-links__item:last-child {
    margin: 0
}

.tm-widget-links__link {
    color: var(--horizon);
    text-decoration: none
}

.tm-widget-links__host {
    display: block;
    margin-top: 3px;
    font: inherit;
    color: var(--mountain-mist)
}

.tm-widget-news__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: var(--mine-shaft)
}

.tm-widget-news__item {
    margin: 16px 0
}

.tm-widget-news__item:first-child,
.tm-widget-news__item:last-child {
    margin: 0
}

.tm-widget-news__link {
    padding: 2px 0;
    margin: -2px 0;
    color: inherit;
    text-decoration: none
}

.tm-widget-news__date {
    display: block;
    margin-top: 3px;
    font: inherit;
    color: var(--mountain-mist)
}

@keyframes fadein-14c6a1f4 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sidebar-small-banner[data-v-14c6a1f4] {
    display: block;
    min-width: 300px;
    min-height: 100px;
    margin-bottom: 8px
}

.sidebar-small-banner img[data-v-14c6a1f4] {
    width: 100%;
    height: 100%
}

.tm-layout-sidebar {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: -12px;
    margin-top: -12px;
    position: relative;
    width: 100%;
    max-width: 100%
}

.tm-layout-sidebar__ads_stick-bottom,
.tm-layout-sidebar__placeholder_stick-bottom {
    flex: 1
}

.tm-layout-sidebar__ads .tm-adfox-banner {
    margin-bottom: 12px
}

.tm-layout-sidebar__ads .tm-adfox-banner:empty {
    margin-bottom: 0;
    padding-top: 0
}

.tm-layout-sidebar__banner {
    border: 0;
    padding-left: 0
}

.tm-layout-sidebar__banner.tm-ad-banner {
    min-height: 250px
}

.tm-sexy-sidebar {
    padding: 12px 0
}

.tm-sexy-sidebar>:last-child {
    margin-bottom: 0
}

.tm-sexy-sidebar>:only-child {
    margin-top: 0
}

.tm-sexy-sidebar_stick-top {
    position: sticky;
    top: 0
}

.tm-sexy-sidebar_stick-bottom {
    bottom: 0;
    position: sticky
}

.tm-sexy-sidebar_margin {
    position: absolute;
    width: 100%
}

@media (min-width:1024px) {
    .tm-sexy-sidebar_stick-top {
        top: 56px
    }
}

.tm-company-article__banner {
    margin-bottom: 12px;
    padding: 0
}

@media (min-width:1024px) {

    .tm-company-article__branding,
    .tm-company-article__profile-card {
        margin-bottom: 12px
    }

    .tm-company-article__banner {
        margin: 12px 0
    }
}

.event-category__label {
    border-radius: 8px;
    padding: 6px 12px;
    font-size: .875rem;
    line-height: 1.125rem
}

.event-category__label_type-development {
    color: var(--dodger-blue);
    background-color: rgba(var(--dodger-blue-rgb), .12)
}

.event-category__label_type-admin {
    color: var(--scarlet);
    background-color: rgba(var(--scarlet-rgb), .12)
}

.event-category__label_type-management {
    color: var(--sorbus);
    background-color: rgba(var(--sorbus-rgb), .12)
}

.event-category__label_type-testing {
    color: var(--pelorous);
    background-color: rgba(var(--pelorous-rgb), .12)
}

.event-category__label_type-analytics {
    color: var(--mulberry);
    background-color: rgba(var(--mulberry-rgb), .12)
}

.event-category__label_type-design {
    color: var(--apple);
    background-color: rgba(var(--apple-rgb), .12)
}

.event-category__label_type-marketing {
    color: var(--dark-orchid);
    background-color: rgba(var(--dark-orchid-rgb), .12)
}

.event-category__label_type-other {
    color: var(--deluge);
    background-color: rgba(var(--deluge-rgb), .12)
}

.tm-event-card {
    color: var(--mine-shaft);
    display: grid;
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "info" "footer"
}

.tm-event-card__info {
    margin-top: 12px;
    grid-area: info;
    gap: 8px;
    display: flex;
    flex-direction: column
}

.tm-event-card__label_variant-dev {
    border: 1px solid rgba(var(--dodger-blue-rgb), .4)
}

.tm-event-card__label_variant-dev a {
    color: var(--dodger-blue)
}

.tm-event-card__label_variant-dev a:hover {
    color: rgba(var(--dodger-blue-rgb), .9)
}

.tm-event-card__image {
    width: 260px;
    height: 146px;
    object-fit: cover;
    grid-area: image;
    cursor: pointer;
    background: var(--seashell)
}

.tm-event-card__title-link {
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-decoration: none;
    color: var(--mine-shaft)
}

.tm-event-card__title-link:hover {
    color: var(--horizon)
}

.tm-event-card__date {
    display: inline-flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
    flex-wrap: wrap;
    align-items: center
}

.tm-event-card__date-finished {
    padding: 4px 8px;
    background-color: var(--loblolly);
    color: var(--mine-shaft);
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 4px
}

.tm-event-card__day,
.tm-event-card__places {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.125rem;
    gap: 4px
}

.tm-event-card__day {
    color: var(--mine-shaft)
}

.tm-event-card__places {
    display: flex;
    align-items: center;
    color: var(--mountain-mist)
}

.tm-event-card__places-separator {
    color: var(--loblolly);
    position: relative;
    margin: 0 2px;
    top: 2px;
    font-size: 1.25rem
}

.tm-event-card__icon {
    fill: var(--loblolly);
    margin-right: 4px;
    position: relative;
    top: 5px
}

.tm-event-card__icon_place {
    position: static;
    margin-right: 0
}

.tm-event-card__footer {
    grid-area: footer;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center
}

@media(max-width:767px) {
    .tm-event-card__footer {
        align-items: start;
        flex-direction: column-reverse
    }
}

.tm-event-card__footer_widget {
    flex-direction: column-reverse;
    align-items: start;
    gap: 24px
}

.tm-event-card__categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tm-event-card:not(.tm-event-card_is-widget) .tm-event-card__link {
    border: 1px solid var(--horizon);
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: .8125rem;
    line-height: 1rem;
    font-weight: 400;
    padding: 8px 14px;
    height: 32px;
    text-decoration: none;
    background-color: transparent;
    color: var(--horizon)
}

.tm-event-card:not(.tm-event-card_is-widget) .tm-event-card__link:focus,
.tm-event-card:not(.tm-event-card_is-widget) .tm-event-card__link:hover {
    background-color: var(--horizon);
    color: var(--romance)
}

@media(max-width:767px) {
    .tm-event-card:not(.tm-event-card_is-widget) .tm-event-card__link {
        width: 100%;
        text-align: center
    }
}

.tm-event-card_is-widget {
    padding: 0
}

.tm-event-card_is-widget .tm-event-card__link {
    color: var(--horizon);
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none
}

.tm-event-card_is-widget .tm-event-card__info {
    margin-bottom: 12px
}

@media(max-width:767px) {
    .tm-event-card_is-widget .tm-event-card__info {
        margin-bottom: 0
    }
}

.tm-event-card_responsive {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px;
    grid-template-columns: 1fr 244px;
    grid-template-rows: auto auto;
    grid-template-areas: "info image" "footer footer"
}

.tm-event-card_responsive .tm-event-card__image {
    width: 244px;
    height: 138px
}

@media(max-width:767px) {
    .tm-event-card_responsive {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "info" "footer"
    }

    .tm-event-card_responsive .tm-event-card__image {
        width: 100%;
        height: 100%;
        min-height: calc(53vw - 16.96px)
    }

    .tm-event-card_responsive .tm-event-card__date {
        display: flex;
        flex-wrap: wrap;
        gap: 8px
    }
}

@media(min-width:768px) {
    .tm-event-card_responsive .tm-event-card__info {
        margin-top: 0
    }

    .tm-event-card_responsive .tm-event-card_is-widget {
        grid-template-columns: 270px 1fr
    }

    .tm-event-card_responsive .tm-event-card_is-widget .tm-event-card__image {
        width: 270px;
        height: 152px
    }
}

.tm-events-block {
    overflow: hidden
}

@media(min-width:768px) {
    .tm-events-block {
        padding-top: 4px
    }
}

.tm-events-widget.swiper-container {
    overflow: visible
}

.tm-events-widget .swiper-button-next {
    right: -10px
}

.tm-events-widget .swiper-button-prev {
    left: -10px
}

@media(min-width:768px) {
    .tm-events-widget .swiper-button-prev {
        right: 44px;
        left: auto
    }

    .tm-events-widget .swiper-button-next {
        right: 0
    }

    .tm-events-widget .swiper-button-next,
    .tm-events-widget .swiper-button-prev {
        top: -25px
    }
}

@media(max-width:767px) {

    .tm-events-widget .swiper-button-next,
    .tm-events-widget .swiper-button-prev {
        top: calc(30vw - 9.6px)
    }
}

.tm-vacancies-block__item+.tm-vacancies-block__item {
    margin-top: 16px
}

.tm-vacancies-block__vacancies-count,
.tm-vacancies-block__vacancy-title {
    font-size: .8125rem;
    line-height: 1.125rem
}

.tm-vacancies-block__vacancy-title {
    color: var(--horizon);
    margin-bottom: 3px;
    text-decoration: none
}

.tm-vacancies-block__vacancies-count {
    color: var(--mountain-mist)
}

@keyframes fadein-06d77367 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[data-v-06d77367]:lang(en) {
    quotes: "“" "”"
}

[data-v-06d77367]:lang(ru) {
    quotes: "«" "»"
}

.block[data-v-06d77367] {
    overflow: hidden
}

.slider.swiper-container[data-v-06d77367] {
    overflow: visible
}

.slider[data-v-06d77367] .swiper-button-next {
    right: -12px
}

.slider[data-v-06d77367] .swiper-button-prev {
    left: -12px
}

.slider[data-v-06d77367] .swiper-button-next,
.slider[data-v-06d77367] .swiper-button-prev {
    top: 79px
}

@media (min-width:1024px) {
    .tm-page-article__banner {
        margin: 12px 0
    }
}

.tm-navigation-filters-spoiler__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--mine-shaft);
    cursor: pointer;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 12px 16px 12px 20px;
    padding-right: 0;
    width: 100%;
    flex: 1 1 100%
}

@media(max-width:767px) {
    .tm-navigation-filters-spoiler__button {
        padding-left: 16px
    }
}

.tm-navigation-filters-spoiler__wrapper {
    display: flex
}

.tm-navigation-filters-spoiler__content {
    margin: 0;
    max-height: 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    background-color: var(--desert-storm)
}

.tm-navigation-filters-spoiler__content_transitions {
    transition: max-height .3s ease-in
}

.tm-navigation-filters-tabs__list {
    align-items: center;
    display: flex;
    list-style: none;
    max-width: 100%;
    overflow: auto;
    margin: 0;
    padding: 0 16px
}

.tm-navigation-filters-tabs__option {
    box-sizing: border-box
}

.tm-navigation-filters-tabs__option-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 1px solid var(--horizon);
    border-radius: 3px;
    box-sizing: border-box;
    color: var(--horizon);
    background-color: transparent;
    cursor: pointer;
    font-size: .75rem;
    line-height: 1em;
    margin-right: 8px;
    padding: 8px 9px;
    white-space: nowrap
}

.tm-navigation-filters-tabs__option-button:hover,
.tm-navigation-filters-tabs__option-button_active {
    background-color: var(--horizon);
    color: var(--romance)
}

@media (min-width:1024px) {

    .tm-navigation-filters-tabs__button,
    .tm-navigation-filters-tabs__list {
        padding-right: 20px;
        padding-left: 20px
    }
}

.tm-navigation-filters {
    background-color: var(--romance);
    display: block;
    line-height: 1;
    outline: none;
    padding: 0;
    width: 100%
}

.tm-navigation-filters__list {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 8px 0 0;
    max-width: 100%;
    overflow: auto;
    padding: 0 16px
}

.tm-navigation-filters__tabs {
    margin: 8px 0 0
}

.tm-navigation-filters__list-label {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.125rem;
    padding: 16px 16px 0;
    color: var(--mine-shaft)
}

.tm-navigation-filters__option {
    box-sizing: border-box
}

.tm-navigation-filters__option-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 1px solid var(--horizon);
    border-radius: 3px;
    box-sizing: border-box;
    color: var(--horizon);
    background-color: transparent;
    cursor: pointer;
    font-size: .75rem;
    line-height: 1em;
    margin-right: 8px;
    padding: 8px 9px;
    white-space: nowrap
}

.tm-navigation-filters__option-button:hover,
.tm-navigation-filters__option-button_active {
    background-color: var(--horizon);
    color: var(--romance)
}

.icon_dropdown-arrow {
    color: inherit;
    height: 24px;
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    width: 24px;
    will-change: transform
}

.icon_dropdown-arrow-rotated {
    transform: rotate(180deg);
    will-change: transform
}

.tm-navigation-filters__apply {
    background-color: var(--christi);
    border-color: var(--christi);
    color: var(--romance);
    cursor: pointer;
    margin: 32px 16px 16px
}

.tm-navigation-filters__apply:focus,
.tm-navigation-filters__apply:hover {
    background-color: var(--vida-loca);
    border: 1px solid transparent;
    color: var(--romance)
}

@media (min-width:1024px) {

    .tm-navigation-filters__list,
    .tm-navigation-filters__list-label {
        padding-right: 20px;
        padding-left: 20px
    }

    .tm-navigation-filters__apply {
        margin-left: 20px
    }
}

.tm-navigation-search__input .tm-input-text-decorated__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--romance);
    border: 1px solid var(--loblolly);
    box-sizing: border-box;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0;
    min-height: 40px;
    outline: 0;
    padding: 0 14px;
    transition: border-color .2s linear, box-shadow .2s linear;
    width: 100%;
    border-radius: 4px;
    border: 0;
    min-height: 48px;
    padding-right: 36px
}

.tm-navigation-search__input .tm-input-text-decorated__input:focus {
    border-color: #a3c4e2;
    box-shadow: none
}

.tm-navigation-search__input .tm-input-text-decorated__input:disabled {
    background-color: #f8f8f8;
    border-color: #d5dddf;
    color: #888;
    cursor: not-allowed
}

.tm-search__icon {
    align-items: center;
    color: var(--gull-gray);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 12px
}

.tm-search__icon .tm-svg-icon {
    height: 24px;
    width: 24px
}

@media (min-width:1024px) {
    .tm-navigation-search__input .tm-input-text-decorated {
        display: flex;
        margin: 12px;
        padding-bottom: 12px
    }

    .tm-navigation-search__input .tm-input-text-decorated__input {
        background: var(--romance);
        border: 1px solid var(--loblolly);
        border-radius: 3px;
        box-sizing: border-box;
        flex: 1;
        line-height: 2.5rem;
        margin: 0;
        min-height: 40px
    }

    .tm-navigation-search__input .tm-search__icon {
        cursor: pointer;
        height: 40px;
        line-height: 2.5rem
    }
}

.tm-section-name {
    align-items: center;
    background: var(--romance);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    white-space: nowrap;
    overflow: hidden
}

@media(max-width:767px) {
    .tm-section-name.tm-events__header {
        flex-wrap: wrap
    }
}

.tm-section-name__back {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-left: -10px;
    overflow: hidden
}

.icon_arrow-back_section {
    margin-right: 4px;
    min-width: 24px
}

.tm-section-name__link,
.tm-section-name__text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--mine-shaft);
    font-size: 1.24375rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis
}

.tm-section-name__link {
    text-decoration: none
}

@media (min-width:1024px) {
    .tm-section-name {
        padding: 14px 20px;
        width: 100%
    }
}

.tm-section-name__placeholder {
    width: 200px;
    --line-placeholder-line-height: 28px;
    --line-placeholder-font-size: 20px
}

.tm-flow__rss {
    margin-left: auto
}

:lang(en) {
    quotes: "“" "”"
}

:lang(ru) {
    quotes: "«" "»"
}

.blacklist-article-placeholder {
    background: transparent;
    display: flex;
    align-items: center;
    padding: 4px 20px;
    color: var(--mountain-mist);
    font-size: .9375rem;
    line-height: 1.375rem;
    margin-bottom: 12px
}

.blacklist-article-placeholder a {
    color: var(--horizon);
    text-decoration: none
}

.blacklist-article-placeholder a:hover {
    color: var(--horizon);
    text-decoration: underline
}

.tm-megapost-snippet {
    margin-bottom: 20px
}

.tm-megapost-snippet__body {
    margin-top: 20px
}

.tm-megapost-snippet__link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: var(--romance);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none
}

.tm-megapost-snippet__link:hover {
    color: var(--romance)
}

.tm-megapost-snippet__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.tm-megapost-snippet__company-blog {
    font-weight: 700
}

.tm-megapost-snippet__date {
    margin-left: auto
}

.tm-megapost-snippet__wrapper {
    box-sizing: border-box
}

.tm-megapost-snippet__tint {
    padding: 14px 20px 20px;
    box-sizing: border-box;
    background: rgba(var(--asphalt-rgb), .5);
    height: 100%
}

.tm-megapost-snippet__card {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 244px;
    justify-content: center;
    padding: 16px 0;
    text-decoration: none;
    z-index: 10
}

.tm-megapost-snippet__card:visited {
    color: var(--horizon)
}

.tm-megapost-snippet__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--romance);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    overflow-x: auto;
    word-break: break-word
}

.tm-megapost-snippet__tags {
    margin-top: 13px
}

.tm-megapost-snippet__tags-item {
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--romance);
    display: inline-block;
    font-size: .75rem;
    line-height: 1.2;
    margin-right: 8px;
    padding: 4px 8px
}

.tm-megapost-snippet__hubs {
    list-style: none;
    padding: 0;
    margin: 0
}

.tm-megapost-snippet__hub {
    display: inline-block
}

.tm-megapost-snippet__hub:not(:last-child):after {
    content: ",";
    margin-right: 5px;
    color: var(--romance)
}

.tm-megapost-snippet__readmore {
    background-color: transparent;
    border: 1px solid var(--horizon);
    border-radius: 3px;
    color: var(--horizon);
    cursor: pointer;
    display: inline-block;
    font-size: .8125rem;
    height: 36px;
    line-height: 2.25rem;
    margin-top: 18px;
    padding: 0 13px;
    text-decoration: none
}

.tm-megapost-snippet__readmore:hover {
    background-color: var(--astral);
    border: 1px solid transparent;
    color: var(--romance)
}

@media (min-width:1024px) {
    .tm-megapost-snippet__card {
        height: 396px
    }

    .tm-megapost-snippet__title {
        font-size: 1.5rem;
        line-height: 1.3
    }
}

.tm-pagination {
    background-color: var(--romance);
    box-sizing: border-box;
    display: flex;
    height: 49px;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0 2px
}

.tm-pagination__pages {
    overflow: auto
}

.tm-pagination__page,
.tm-pagination__page-group,
.tm-pagination__pages {
    align-items: center;
    display: flex
}

.tm-pagination__page {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    color: var(--mine-shaft);
    flex: none;
    font-size: .9375rem;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 1.125rem;
    min-width: 24px;
    padding: 0 4px;
    text-decoration: none
}

.tm-pagination__page_current {
    box-shadow: inset 0 0 0 1px;
    color: var(--horizon)
}

.tm-pagination__page_skip {
    color: var(--mountain-mist);
    min-width: auto
}

.tm-pagination__navigation-link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    color: var(--silver);
    display: flex;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.25rem;
    position: relative;
    text-decoration: none;
    vertical-align: middle
}

.tm-pagination__navigation-link:first-child:after,
.tm-pagination__navigation-link:last-child:before {
    background-image: linear-gradient(to right, var(--romance), rgba(var(--romance-rgb), 0));
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 8px
}

.tm-pagination__navigation-link:first-child:after {
    right: -8px
}

.tm-pagination__navigation-link:last-child:before {
    background-image: linear-gradient(to left, var(--romance), rgba(var(--romance-rgb), 0));
    left: -8px
}

.tm-pagination__navigation-link_active {
    color: var(--horizon)
}

.tm-pagination__navigation-link_active:hover {
    color: var(--horizon)
}

.tm-pagination__navigation-link-title {
    display: none
}

@media (min-width:1024px) {
    .tm-pagination__navigation-link-title {
        display: inline
    }
}

.tm-pagination__arrow {
    fill: var(--gull-gray);
    padding: 8px 0 8px 8px
}

@media (min-width:1024px) {
    .tm-pagination__arrow {
        padding: 8px
    }
}

.tm-pagination__arrow_next {
    padding: 8px;
    transform: scaleX(-1)
}

.publication-type-label {
    background-color: var(--romance);
    box-sizing: border-box;
    margin-bottom: 16px
}

.publication-type-label_type-voice {
    margin-bottom: 8px
}

.publication-type-label__label {
    color: var(--dodger-blue);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-decoration: none
}

.publication-type-label__label_type-news {
    color: var(--apple)
}

.publication-type-label__label_type-post {
    color: var(--scarlet)
}

.publication-type-label__label_type-voice {
    color: var(--mountain-mist)
}

.tm-voice-article__body {
    color: var(--sorbus);
    font-size: 1.375rem;
    word-break: break-word
}

.tm-voice-article__body a {
    color: var(--horizon)
}

.tm-voice-article__delete-voice {
    color: rgba(var(--fuzzy-wuzzy-brown-rgb), .3)
}

.tm-voice-article__delete-voice:focus,
.tm-voice-article__delete-voice:hover {
    color: var(--fuzzy-wuzzy-brown)
}

.tm-voice-article__edit-voice {
    color: rgba(var(--horizon-rgb), .3)
}

.tm-voice-article__edit-voice:focus,
.tm-voice-article__edit-voice:hover {
    color: var(--horizon)
}

.tm-voice-article__voice-control {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    margin-left: 12px;
    cursor: pointer
}

.tm-voice-article__voice-control:not(:focus-visible) {
    outline: none
}

.tm-voice-article__voice-controls {
    float: right;
    display: flex;
    align-items: center
}

@media (min-width:1024px) {
    .tm-voice-article__body {
        font-size: 2rem
    }
}

.tm-articles-list__item {
    background-color: var(--romance);
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 16px
}

.tm-articles-list__item:last-child {
    margin-bottom: 0
}

.tm-articles-list__item_no-padding {
    padding: 0
}

.tm-articles-list__item_voice_and_type {
    padding-top: 8px
}

.tm-articles-list__after-article {
    margin-bottom: 12px
}

.tm-articles-list__after-articles {
    margin-top: 8px
}

@media (min-width:1024px) {
    .tm-articles-list__item_voice {
        font-size: 2rem
    }

    .tm-articles-list__item {
        margin-bottom: 12px;
        padding: 16px 20px
    }

    .tm-articles-list__item_no-padding {
        padding: 0
    }

    .tm-articles-list__item_voice_and_type {
        padding-top: 8px
    }

    .tm-articles-list__promo-block {
        margin-bottom: 12px
    }

    .tm-articles-list__after-articles {
        margin-top: 12px
    }

    .tm-promo-block {
        box-sizing: border-box;
        display: block;
        margin-bottom: 12px;
        padding: 16px 20px 20px;
        width: 100%
    }

    .tm-promo-block.tm-projects-blocks {
        border-bottom: 0;
        display: block
    }
}

.tm-select__container {
    display: inline-block;
    position: relative
}

.tm-select__container:before {
    border: 2px solid var(--horizon);
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 6px;
    position: absolute;
    right: 16px;
    top: 16px;
    transform: rotate(-45deg);
    width: 6px;
    z-index: 4
}

.tm-subscription {
    background: url(https://assets.habr.com/habr-web/img/subscription.f93c8b7e.png) no-repeat 100% 100%;
    background-color: #336388;
    background-size: 50%;
    color: #fff;
    line-height: 120%;
    overflow: hidden;
    padding: 16px 42px 16px 16px;
    position: relative;
    z-index: 1
}

.tm-subscription .tm-select__container:before {
    border-color: #fff
}

.tm-subscription__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 115%;
    margin: 0
}

.tm-subscription__close {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    right: 16px;
    top: 16px
}

.tm-subscription__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--romance);
    border: 1px solid var(--loblolly);
    box-sizing: border-box;
    color: var(--mine-shaft);
    display: block;
    font-size: .875rem;
    margin: 0;
    outline: 0;
    width: 100%;
    background: #336388;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #fff;
    height: 40px;
    padding: 0 32px 0 14px;
    width: 220px
}

.tm-subscription__select:disabled {
    background-color: var(--aqua-haze);
    border-color: var(--loblolly)
}

.tm-subscription__select:disabled {
    background: #336388;
    border: 1px solid #d9d9d9;
    color: #fff;
    opacity: .5
}

.tm-subscription__button {
    background: #fdb833;
    border: 0;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    font-size: .875rem;
    width: 220px
}

.tm-subscription__button:focus,
.tm-subscription__button:hover {
    background: #ffad0d;
    color: #333
}

.tm-subscription__form,
.tm-subscription__thanks {
    display: inline-flex;
    flex-direction: column;
    height: 90px;
    justify-content: flex-end
}

.tm-subscription__thanks {
    font-weight: 700
}

.tm-subscription__close-icon {
    height: 100%;
    min-width: 42%;
    width: auto
}

.tm-subscription__button-container {
    margin-top: 7px
}

.tm-news-block-item {
    display: block;
    margin-bottom: 21px;
    text-decoration: none
}

.tm-news-block-item__separator {
    margin: 0 4px
}

.tm-news-block-item__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Fira Sans, sans-serif;
    color: var(--mine-shaft);
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    word-break: break-word
}

.tm-news-block-item__title-link {
    text-decoration: none
}

.tm-news-block-item__title-link:hover {
    color: var(--horizon)
}

.tm-news-block-item__title-link:visited {
    color: var(--horizon)
}

.tm-news-block-item__meta {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin-top: 3px;
    color: var(--rolling-stone);
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1
}

.tm-news-block-item__date {
    color: var(--rolling-stone);
    text-decoration: none
}

.tm-news-block-item__comments {
    display: flex;
    align-items: center;
    font-size: .8125rem;
    font-weight: 700
}

.tm-news-block-item__comments-icon {
    fill: var(--loblolly)
}

.tm-news-block-item__comments-link {
    margin-left: 16px;
    color: var(--rolling-stone);
    text-decoration: none
}

.tm-news-block-item__comments-link:hover {
    color: var(--horizon)
}

.tm-news-block-item__comments_unread {
    color: var(--christi);
    margin-left: 4px
}

.news-block-item-placeholder {
    overflow: hidden
}

.news-block-item-placeholder__header,
.news-block-item-placeholder__meta {
    max-width: 100%;
    background-color: var(--seashell);
    border-radius: 3px
}

.news-block-item-placeholder__header {
    height: 16px;
    margin: 4px 0 14px
}

.news-block-item-placeholder__meta {
    height: 12px;
    margin-bottom: 4px
}

.tm-news-block-layout__item {
    display: block;
    margin-bottom: 21px
}

.tm-news-block-layout__items {
    list-style: none;
    margin: 0;
    padding: 0
}

.tm-news-block-layout__footer {
    margin-top: 10px
}

.tm-news-block__all {
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--horizon);
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    text-decoration: none
}

.tm-news-block__all:not(:focus-visible) {
    outline: none
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tm-options-switch {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.tm-options-switch__item {
    border: none;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #4d80aa;
    border-bottom: 1px dashed var(--horizon);
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500
}

.tm-options-switch__item_active {
    color: var(--mountain-mist);
    border-bottom: 1px solid transparent;
    cursor: default
}

/*# sourceMappingURL=app.711f2a67.css.map*/