

/* Start:/local/templates/lit-uv/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17631072985214*/
.article-info {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
}

.article-info__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-block__inner {
    display: flex;
    align-items: center;
}

.author-block-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    display: flex;
}

.author-block-img img {
    max-width: 100%;
    height: auto;
}

.author-block__title {
    font-weight: 600;
    font-size: 18px;
    color: #152051;
    margin-bottom: 4px;
}

.author-block__author {
    font-weight: 400;
    font-size: 18px;
    color: #475074;
}

.article-info__text-item-inner {
    display: flex;
    align-items: center;
}

.article-info__text-item:not(:last-child) {
    margin-right: 48px;
}

.article-info__text {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.article-info__text-title {
    font-weight: 600;
    font-size: 18px;
    color: #152051;
}

.article-info__text-val {
    font-weight: 400;
    font-size: 18px;
    color: #475074;
}

.article-info__text-ico {
    margin-right: 8px;
    display: flex;
}

@media (max-width: 768px) {
    .article-info__inner {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .author-block {
        margin-bottom: 29px;
    }

    .article-info__text-item:not(:last-child) {
        margin-right: 16px;
    }

    .author-block-img {
        width: 60px;
        height: 60px;
    }

    .author-block__author {
        font-size: 15px;
    }

    .author-block__title {
        font-size: 14px;
    }

    .article-info__text-title, .article-info__text-val {
        font-size: 14px;
    }

.article-info__text {
  flex-wrap: wrap;
  display: flex;
  column-gap: 10px;
justify-content: flex-start;
}
  .article-info__text-item {
    margin-right: 0 !important;
    max-width: 50%;
  }
}

.soderjanie {
    max-width: 100%;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 24px;
}

.soderjanie {
    margin-bottom: 32px;
}

.soderjanie__title {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    color: #152051;
    position: relative;
}

.soderjanie__items {
   padding-left: 0;
}

ul:not([id*=bx_]) > li.soderjanie__item {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

ul.soderjanie__items:not([id*=bx_]) {
    margin-bottom: 0px;
    margin-top: 30px;
}

ul.soderjanie__items:not([id*=bx_]) > li.soderjanie__item a {
    font-size: 20px;
    font-weight: 300;
    color: #475074;
}
ul.soderjanie__items:not([id*=bx_]) > li.soderjanie__item {
    color: #475074;
    font-size: 18px;
}

ul.soderjanie__items:not([id*=bx_]) > li.soderjanie__item:not(:last-child) {
    /*margin-bottom:24px;*/
    margin-bottom: 15px;
}

ul.soderjanie__subitems:not([id*=bx_]) > li.soderjanie__item a {
    font-size: 18px;
    font-weight: 300;
    color: #475074;
}

ul.soderjanie__subitems:not([id*=bx_]) > li.soderjanie__item {
    list-style-type: none;
    position: relative;
}

ul.soderjanie__subitems:not([id*=bx_]) > li.soderjanie__item:not(:last-child) {
    /*margin-bottom: 27px;*/
    margin-bottom: 12px;
}

ul.soderjanie__items:not([id*=bx_]) > li.soderjanie__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #475074;
  top: 5px;
  left: 0;
}

@media (max-width: 768px) {
    .soderjanie {
        padding: 0;
    }
    
    .soderjanie__title {
        display: block;
        padding: 20px 15px;
        border-radius: 8px;
        position: relative;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        color: #152051;
        cursor: pointer;
    }

    .soderjanie__title.active {
        border-radius: 8px 8px 0 0;
        border-bottom: 1px solid #ededed;
    }

    .soderjanie__items {
        display: none; /* Изначально скрыт */
        padding-left: 0;
        margin-top: 0 !important;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
    }

    .soderjanie__title::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease;
    width: 12px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L6 1L1 6' stroke='%23878888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}

    .soderjanie__title.active:after {
        transform: translateY(-50%) rotate(180deg);
    }

    ul.soderjanie__items:not([id*="bx_"]) > li.soderjanie__item:not(:last-child) {
        border-bottom: 1px solid #ededed;
        margin: 0;
    }

    ul.soderjanie__items:not([id*="bx_"]) > li.soderjanie__item::before {
        display: none;
    }

    ul.soderjanie__items:not([id*="bx_"]) > li.soderjanie__item {
        margin: 0;
        padding: 20px 12px 20px 12px;
    }

    ul.soderjanie__items:not([id*="bx_"]) > li.soderjanie__item a {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/lit-uv/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17631072985214 */
