

/* Start:/local/components/dev/media.person/templates/.default/style.css?17742666293939*/
/* Основной контейнер для слайдера */
.swiper-container,
.swiper-author-container {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

/* Слайды */
.swiper-author-container .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-author-container .swiper-slide,
.awards-slider .swiper-slide {
    display: block;
    max-width: 350px; /* Установите ширину слайдов */
    height: auto;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-sizing: border-box;
}




/* Стрелки навигации */
.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
}


.media-author-wrap .name-auth {
    margin-bottom: 16px;
}

.name-auth-tag{
    padding: 4px 16px;
    background: rgba(236, 244, 252, 1);
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Заголовок */
.author-articles h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Карточка статьи */
.article-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 860px;
    position: relative;
    margin-bottom: 20px;
}

.article-card.article-card-hidden {
    display: none;
}

.article-icons{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Текст статьи */
.article-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    padding-right: 60px;
}

.article-text a {
    color: #333;
}

/* Футер статьи */
.article-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding-right: 65px;
    gap: 10px;
    position: relative;
}

/* Категория статьи */
.article-category {
    font-weight: 400;
    background: rgba(248, 250, 253, 1);
    color: rgba(36, 39, 49, 1);
    padding: 4px 10px;
    border-radius: 34px;

}

/* Информация о статье */
.article-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
}

/* Количество просмотров */
.article-views {
    color: #888;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Дата */
.article-date {
    color: #888;
}

/* Ссылка "Читать" */
.author-articles .read-more {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.author-articles .read-more:hover {
    text-decoration: underline;
}

.article-icons img,
.article-views img {
    width: 16px;
}


.content-blog{
    padding-bottom: 40px;
    margin-bottom: 0 !important;
}

body .media-author-wrap{
    padding-top: 20px;
    padding-bottom: 0;
}

.article-info.mobile{
    font-size: 15px;
    margin-bottom: 16px;
}

.mobile{
    display: none;
}
.desktop{
    display: flex;
}

@media screen and (max-width: 768px){
    .mobile{
        display: flex;
    }
    .desktop{
        display: none;
    }
}

.award-image img,
.media-author-wrap .img-auth>img,
.mini-gallery .swiper-slide img {
    display: block !important;
    cursor: pointer;
}


/* Стили для fancybox */
body .fancybox-slide img {
    max-height: 100vh;
    display: block !important;
}

body .fancybox-content {
    padding: 0;
}

.gray-back.media-publications-wrapper{
    padding-top: 20px;
}

body .publication-text{
    padding-bottom: 0;
}

.author-articles-more-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
}

.author-articles-more {
    border: 1px solid rgba(0, 123, 255, 1);
    background: #fff;
    color: rgba(0, 123, 255, 1);
    border-radius: 24px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/rtf2024/components/mx/mx.html/media.author.publications/style.css?1745937532687*/
.publication-logo img{
    max-width: 100%;
    margin-right: 20px;
    height: 100%;
    width: auto;
}

.publication-logo{
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.publication-text{
    padding-bottom: 40px;
}

/* Описание публикации */
.publication-text p {
    flex-grow: 1;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}


.publication-card .read-more {
    position: relative;
}

.publication-card .read-more {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.read-more:hover {
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/rtf2024/components/mx/mx.html/media.author.awards/style.css?1745937532687*/
.publication-logo img{
    max-width: 100%;
    margin-right: 20px;
    height: 100%;
    width: auto;
}

.publication-logo{
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.publication-text{
    padding-bottom: 40px;
}

/* Описание публикации */
.publication-text p {
    flex-grow: 1;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}


.publication-card .read-more {
    position: relative;
}

.publication-card .read-more {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.read-more:hover {
    text-decoration: underline;
}
/* End */
/* /local/components/dev/media.person/templates/.default/style.css?17742666293939 */
/* /local/templates/rtf2024/components/mx/mx.html/media.author.publications/style.css?1745937532687 */
/* /local/templates/rtf2024/components/mx/mx.html/media.author.awards/style.css?1745937532687 */
