

/* Start:/local/templates/duogynal/components/bitrix/news.detail/blog-detail/style.css?1770209230155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/duogynal/article/article.css?17702092303673*/
/* Обнуление стилей */
html, body {
    margin: 0;
    padding: 0;
}

/* Переменные */
:root {
    --dark-color: #313940;
    --gray-color: #727272;
    --highlight-color: #C77897;
    
    --container-width: 1240px;
    --container-padding: 16px;
}

i {
    font-size: inherit !important;
}

/* Контейнер */
.a-container {
    margin: 0 auto;
    max-width: var(--container-width);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

/* Стили для блока со статьей */
.a-article {
    margin-top: 44px;
}

.a-article * {
    margin: 0;
    padding: 0;
    color: var(--dark-color);
    font-family: Inter;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
    font-weight: 400;
}

.a-article sup{
	color: unset;
	opacity: 1;
	font-size: 14px;
}

#article_lit .spoller__body *{
	font-size: 14px;
}

.a-article__title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.a-article__img { 
    margin-top: 44px;
    position: relative;
    width: 100%;
    padding-bottom: 41%;
    border-radius: 24px;
    overflow: hidden;
}

.a-article__img img { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.a-article__content { 
    margin-top: 44px;
    display: flex;
}

.a-article__anchors { 
    align-self: start;
    position: sticky;
    top: 148px;
    margin-right: 42px;
    flex-shrink: 0;
    flex-basis: 252px;
}

/* Стили для содержания статьи */
.a-article__text { 
    flex-grow: 1;
}

.a-article__text [data-article-section] { 
    padding-top: 128px;
    margin-top: -128px;
}

.a-article__text [data-article-section]:not(:first-child) { 
    padding-top: 168px;
    margin-top: -128px;
}

.a-article__text h2 { 
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.a-article__text p { 
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.a-article__text ul { 
    margin-top: 12px;
    margin-left: 18px;
    list-style: disc;
}

.a-article__text li { 
    line-height: 28px;
}

.a-article__text ul li:not(:last-child) { 
    /* margin-bottom: 4px; */
}

.a-article__text a { 
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    color: var(--highlight-color);
    text-decoration: underline;
}

.a-article__text img { 
    width: 100%;
}


/* Меня якорных ссылок */
.anchors { }

.anchors__title {
    color: #615B5B;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.anchors__list {
    margin-top: 20px;
    list-style: none;
}

.anchors__link {
    padding-left: 10px;
    display: block;
    color: var(--gray-color);
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    border-left: 1px solid var(--gray-color);
    transition: color 0.2s ease, border 0.2s ease;
    animation: FadeInAnimation 0.3s ease 0s 1 backwards;
}

.anchors__link:not(.anchors__link--active):hover {
    color: var(--dark-color);
}

.anchors__link--active {
    color: var(--highlight-color);
    border-left: 5px solid var(--highlight-color);
}

.anchors__list li:not(:last-child) .anchors__link {
    padding-bottom: 20px;
}

/* Класс для выделения текста */
.highlight {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500 !important;
    color: var(--highlight-color) !important;
}

@keyframes FadeInAnimation {
    from {
        opacity: 0;
        transform: translateX(24px);    
    } 
    to {
        opacity: 1;
        transform: translateX(0px);    
    }
}
/* End */


/* Start:/local/templates/duogynal/article/article-media.css?17702092301873*/
@media (max-width: 1869px) {
    .a-article__text [data-article-section] { 
        padding-top: 104px;
        margin-top: -104px;
    }
    
    .a-article__text [data-article-section]:not(:first-child) { 
        padding-top: 144px;
        margin-top: -104px;
    }
    
    .a-article__anchors {
        top: 124px;
    }
}

@media (max-width: 1365px) {
    .a-article__text [data-article-section] { 
        padding-top: 88px;
        margin-top: -88px;
    }
    
    .a-article__text [data-article-section]:not(:first-child) { 
        padding-top: 128px;
        margin-top: -88px;
    }
    
    .a-article__anchors {
        top: 108px;
    }
}

@media (max-width: 1024px) {
    .a-article__content {
        display: block;   
    }
    
    .a-article__anchors {
        margin-right: 0;
        margin-bottom: 40px;
        position: static;
        flex-basis: unset;
    }
}

@media (max-width: 768px) {
    .a-article__title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    :root {
        --container-padding: 8px;
    }
    
    .a-article__title {
        font-size: 20px;
        text-align: left;
    }
    
    .a-article__img {
        margin-top: 16px;
        padding-bottom: 108%;
        width: 100vw;
        position: relative;
        right: var(--container-padding);
        border-radius: 0;
    }
    
    .anchors__title {
        color: var(--highlight-color);
    }
    
    .a-article__text h2 { 
        font-size: 18px;
        line-height: 22px;
    }
    
    .a-article__text p { 
        font-size: 14px;
        line-height: 22px;
    }
    
    .a-article__text li { 
        font-size: 14px;
        line-height: 22px;
    }
    
    .anchors__link {
        font-size: 14px;
        line-height: 140%;
    }
    
    .anchors__list li:not(:last-child) .anchors__link {
        padding-bottom: 14px;
    }
}
/* End */


/* Start:/local/templates/duogynal/components/bitrix/news.list/blog-list-detail/style.css?1770209230150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/duogynal/components/bitrix/news.detail/blog-detail/style.css?1770209230155 */
/* /local/templates/duogynal/article/article.css?17702092303673 */
/* /local/templates/duogynal/article/article-media.css?17702092301873 */
/* /local/templates/duogynal/components/bitrix/news.list/blog-list-detail/style.css?1770209230150 */
