

/* Start:/local/components/losevod/company.detail/templates/.default/style.css?17473179335180*/
/*Шапка компании*/
.company_header {
    border-bottom: 1px solid var(--gray-5);
    padding: 20px 0 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.fix-head.fixed .company_header{
    padding: 20px 10px 12px;
}

.company_header .logo_wrp img {
    width: 54px;
    height: 54px;
    max-width: 54px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.company_header .company_info_wrp {
    margin-left: 10px;
}

.company_header .company_title {
    margin-bottom: 8px;
    word-break: break-all;
}

.company_header .company_title .title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1;
    color: var(--black);
    margin-bottom: 8px;
}

.company_header .company_shares_wrp {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 390px) {
    /*.company_header .company_shares_wrp {*/
    /*    align-items: flex-start;*/
    /*    flex-direction: column;*/
    /*}*/
}

.company_header .company_shares_wrp .company_ticker {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.7rem;
    color: var(--gray);
    margin: 0 5px 8px 0;
    white-space: nowrap;
}

.company_header .company_shares_wrp .company_price {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 0.7rem;
    margin-bottom: 8px;
}

.company_header .company_shares_wrp .company_price .price_up {
    color: var(--black);
    margin-right: 5px;
}

.company_header .company_shares_wrp .company_price .price_up_percent {
    color: var(--green);
    margin-right: 5px;
}

.company_header .company_shares_wrp .company_price .separator {
    color: var(--gray);
    margin-right: 5px;
}

.company_header .company_shares_wrp .company_price .price_fall {
    color: var(--black);
    margin-right: 5px;
}

.company_header .company_shares_wrp .company_price .price_fall_percent {
    color: var(--red);
    margin-right: 5px;
}

.company_header .company_shares_wrp .company_price .date {
    font-weight: 400;
    color: var(--gray);
}

.pagination_wrp {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
}

.pagination_wrp .nums {
    display: flex;
    align-items: center;
}

.pagination_wrp .nums a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: var(--gray);
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

.pagination_wrp .nums a.cur {
    padding: 5px 9px;
    border: 1px solid var(--gray-3);
    border-radius: 4px;
    width: 8px;
    height: 12px;
    max-height: 12px;
    max-width: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--black);
}

.pagination_wrp .nums a:first-child {
    margin-left: 10px;
}

.pagination_wrp .nums a:last-child {
    margin-right: 10px;
}

.pagination_wrp .start_page, .pagination_wrp .final_page {
    display: flex;
    cursor: pointer;
}

.pagination_wrp .prev_page, .pagination_wrp .next_page {
    display: flex;
    cursor: pointer;
}

.pagination_wrp .prev_page {
    margin-left: 10px;
}

.pagination_wrp .next_page {
    margin-right: 10px;
}

.comment_wrp {
    padding-bottom: 20px;
}

.comment_wrp .comment_types_wrp {
    display: flex;
    justify-content: space-between;
}

.comment_wrp .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--black);
    margin-bottom: 15px;
}

.comment_wrp .comment_type {
    display: flex;
}

.comment_wrp .comment_type.ordinary_comment {
    background: var(--blue);
}

.comment_wrp .comment_type.authors_comment {
    background: var(--brown);
}

.comment_wrp .comment_type span {
    margin: auto 10px;
    color: var(--gray);
}

.container .download_messages_btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.container .download_messages_btn .new_messages_count {
    border-radius: 15px;
    width: 24px;
    height: 24px;
    background: var(--green);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .download_messages_btn:hover {
    cursor: pointer;
}

.fix-head {
    background: var(--white);
}

@media (max-width: 470px) {
    .quoted_message_wrp.closed .quoted_message {
        max-height: 60px;
    }
}
.comment_orientation{
    padding: 0 5px;
    cursor: pointer;
    display: flex;
}

.comment_orientation svg{
    width: 25px;
    height: 25px;
}
.comment_orientation.DESC svg{
    transform: rotate(180deg);
}
/* End */


/* Start:/local/components/losevod/comments/templates/.default/style.css?1747317933741*/
.modal-feedback__reason {
  margin-bottom: 15px;
}

.deleted-message {
  text-align: center;
  color: #8E8E93;
  font-size: 0.75rem;
  font-weight: 400;
}
.deleted-message .username {
  text-decoration: none;
}

blockquote {
  display: block;
  position: relative;
  color: #b9bdc7;
  padding: 12px 12px 12px 36px;
  background-color: #2d3236;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
}
blockquote:after {
  position: absolute;
  left: 12px;
  top: 16px;
  display: block;
  content: "";
  background-image: url(/local/components/losevod/comments/templates/.default/quote.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 14px;
  width: 20px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/losevod/company.detail/templates/.default/style.css?17473179335180 */
/* /local/components/losevod/comments/templates/.default/style.css?1747317933741 */
