

/* Start:/local/templates/parade/components/bitrix/news.detail/news_detail/style.css?17591340535907*/
.product-detailed__tabs p,
.product-detailed__tabs li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.typing-content__paragraph, .typing-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}


/* AUTHOR styles START */

.author-info {
    display: flex;
    gap: 5px;
    padding: 10px 21px 10px 24px;
    background: #F2F2F2;
    border-radius: 12px;
    width: 159px;
    flex-direction: column;
}
  
.author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 22px;
    flex-shrink: 0;
}
  
.author-label {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}
  
.author-name {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}
  
.logo-image {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}
  
.logo-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* AUTHOR styles END */
  


.typing-content_item {
    flex-direction: row;
    display: flex;
    gap: 20px;
}  

.typing-content_item img {
    width: 16px;
    height: 16px;
}


.typing-content_item span {
    display: flex;
    align-content: center;
    align-items: center;
}

.typing-content__block_top-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* TOC styles START */

.toc-container {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.toc-title {
    font-size: 1.3rem;
    margin-bottom: 10px!important;
    color: #1d3557;
}

.toc-list {
    list-style: none;
    padding: 0;
}

.toc-item {
    margin-bottom: 0px!important;
    line-height: 1.4;
    padding-left: 0px!important;
}

.toc-item::before {
    width: 0px!important;
}

.toc-link {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
    position: relative;
    padding-left: 0px;
    border: 0px!important;
}

.toc-link::before {
    content: "";
}

.toc-link:hover {
    color: #e63946;
}

.toc-link:hover::before {
    background-color: #e63946;
}

.toc-item-h3 {
    margin-left: 20px;
    font-size: 0.95em;
}

.toc-item-h3 .toc-link::before {
    background-color: #a8dadc;
}

/* TOC styles END */

/* table styles START */

table {
  width: 100%;
  display: table!important;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0;
  table-layout: fixed!important;
  border-radius: 10px!important;
  border-collapse: separate!important;
  border-spacing: 0!important;
  margin: 20px 0;
  table-layout: fixed;
  overflow: hidden!important;
  box-shadow: 0 0 0 1px #ddd!important;
}

table th,
table td {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #ddd;
   word-wrap: break-word;
   background-color: inherit!important;
   font-family: Montserrat!important;
   font-size: 15px!important;
}

table td {
    border: 1px solid #DCDDDF!important;
    text-align: center!important;
    color: #000000!important;
    font-weight: 400!important;
    vertical-align: baseline!important;
    font-size: 14px!important;
}

table th {
    background-color: #5D5D5D!important;
    color: white!important;
    text-transform: none!important;
    font-weight: 600!important;
    padding-top:26px!important;
    padding-bottom:26px!important;
    border-top: none;
}

.table thead tr th:first-child {
    border-left: none;
}

.table thead tr th:last-child {
    border-right: 0px;
}

table tr:nth-child(odd) {
  background-color: #F2F2F2!important;
}

table tr:nth-child(even) {
  background-color: #ffffff!important;
}

table tr:hover {
  background-color: #f1f1f1;
}

/* table styles END */

/* quote styles START */

.quote-block {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px 20px;
    margin: 30px 0;
}

.quote-block div {
    position: relative;
    padding-left: 91px;
}

.quote-block img {
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 40px;
    opacity: 0.7;
}

.quote-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-weight: bold;
}

blockquote {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px 50px 25px 91px;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-weight: bold;
    border: none;
    quotes: none;
    position: relative;
}

blockquote::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 25px;
    width: 51px;
    height: 40px;
    background-image: url('/images/quote.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* quote styles END */

@media (max-width: 768px) {

    .table {
        display: block!important;
        overflow-x: auto!important;
/*        white-space: nowrap!important;*/
    }

    table th {
        font-size: 13px!important;
        min-width: 100px;
        display: table-cell;
        max-width: 150px;
    }

    table td {
        font-size: 12px!important;
        min-width: 100px;
        display: table-cell;
        max-width: 150px;
    }

    blockquote {
        font-size: 14px;
        padding: 20px 21px 22px 91px;
    }

}

@media (max-width: 480px) {
    .author-block {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
}
/* End */
/* /local/templates/parade/components/bitrix/news.detail/news_detail/style.css?17591340535907 */
