

/* Start:/local/templates/blog/components/bitrix/news/journal.authors/bitrix/news.detail/.default/style.css?17377161133256*/
.author {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.author-info {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    column-gap: 20px;
    border-radius: 10px;
    background: #F2F2F5;
    padding: 32px 30px;
    margin-bottom: 56px;
}

.author-info__pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
}

.author-info__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info__content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: calc(100% - 120px);
}

.author-info__title {
    width: 100%;
    display: flex;
    align-items: center;
}

.author-info__name {
    color: #1F1F1F;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
}

.author-info__email {
    color: #1F1F1F;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    display: inline-block;
    margin-left: 20px;
    padding-left: 24px;
    position: relative;
}

.author-info__email span {
    border-bottom: 1px solid #E1E5EE;
}

.author-info__email:hover span {
    border-color: transparent;
}

.author-info__email::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMy41SDE1QzE1LjgyNSAzLjUgMTYuNSA0LjE3NSAxNi41IDVWMTRDMTYuNSAxNC44MjUgMTUuODI1IDE1LjUgMTUgMTUuNUgzQzIuMTc1IDE1LjUgMS41IDE0LjgyNSAxLjUgMTRWNUMxLjUgNC4xNzUgMi4xNzUgMy41IDMgMy41WiIgc3Ryb2tlPSIjMUYxRjFGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2LjUgNUw5IDEwLjI1TDEuNSA1IiBzdHJva2U9IiMxRjFGMUYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - (18px/2));
}

.author-info__descr {
    width: 100%;
    display: inline-block;
    color: #1F1F1F;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.author-info__descr  span {
    display: inline-block;
    margin-right: 3px;
    color: #676B77;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.author-info__descr a {
    border-bottom: 1px solid #E1E5EE;
}
.author-info__descr:hover a {
    border-color: transparent;
}
.author .article-time, .author .article-time {
    color: #fff;
}

.author .article-time svg, .author .article-time svg {
    stroke: #fff;
}

@media (max-width: 767.98px) {
    .author-info {
        padding: 15px;
    }
    .author-info {
        column-gap: 0;
    }

    .author-info__email {
        margin: 8px 0 4px;
    }
    .author-info__content {
        flex-flow: row wrap;
    }

    .author-info__title {
        flex-flow: row wrap;
    }

    .author-info__name {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/blog/components/bitrix/system.pagenavigation/pagination/style.css?1633592867124*/
.pagenation {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.pagenation .button {
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/blog/components/bitrix/news.list/blog.item/style.css?17587100683972*/
.square-img .catalog-item {
    border-radius: 25px;

}

.-big.square-img a img {
    height: 100%;
    width: auto;
    max-width: 430px;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0 25px 25px 0;
}

.catalog-row .catalog-col.-small.square-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 260px;
    top: 0;
    right: 0;
    left: 0;
}

.square-img .catalog-item-content a {
    pointer-events: auto;
}

@media (max-width: 1129px) {
    .catalog-row .catalog-col.-small.square-img a img {
        max-height: 202px;
    }
}

@media (max-width: 991px) {
    .-big.square-img a img {
        height: 100%;
        width: 100%;
        max-height: 260px;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 25px;
        max-width: 100%;
        opacity: 0.6;
    }

    .catalog-col.-big .catalog-item-text {
        padding-bottom: 28px;
    }

    .catalog .catalog-col.-big .catalog-item-text .article-params {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .catalog-row .catalog-col.-small.square-img a img {
        max-height: 260px;
    }

    .catalog-col.-big .catalog-item .catalog-item-content:has(.article-author-info) .article-author-info {
        opacity: 0;
        position: absolute;
        bottom: 60px;
        transition: .4s ease;
    }

    .catalog-col.-big .catalog-item .catalog-item-content:has(.article-author-info) .catalog-item-text {
        height: auto;
        padding-bottom: 0;
    }

    .catalog-col.-big .catalog-item:hover .catalog-item-content:has(.article-author-info)::before {
        opacity: 1;
    }

    .catalog-col.-big .catalog-item:hover .catalog-item-content:has(.article-author-info) .catalog-item-text {
        padding-top: 0;
        transform: translateY(-194px);
    }

    .catalog-col.-big .catalog-item:hover .catalog-item-content:has(.article-author-info) .article-author-info {
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog .catalog-row .catalog-col .catalog-item-title {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 1.1;
    }
}
@media (max-width: 767px) {

    .catalog-col.-big.square-img .catalog-item, .catalog-item {
        flex-direction: column !important;
    }

    .catalog-col.square-img .catalog-item picture img {
        max-height: none;
        min-height: 180px;
    }

    .square-img .catalog-item-section {
        position: absolute;
        top: 17px;
        left: 15px;
    }

    .catalog-col.-small.-brand.square-img .catalog-item-text, .catalog-col.-middle.-brand.square-img .catalog-item-text, .catalog-col.-big.-brand.square-img .catalog-item-text {
        padding-top: 0;
    }

    .catalog .catalog-row .catalog-col .catalog-item-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .catalog .catalog-col.-middle.-brand .article-about .article-params, .catalog .catalog-col.-big.-brand .article-about .article-params {
        display: none;
    }

    .catalog-row .catalog-col.-small.square-img a img {
        max-height: none;
        min-height: 180px;
    }

    .catalog-row .catalog-col.-small.square-img .catalog-item picture img {
        min-height: 100px;
    }

    .square-img .catalog-item-content {
        position: static;
    }

    .catalog-col.-small.square-img .catalog-item-section {
        position: absolute;
    }
}

@media (max-width: 575px) {

    .catalog-col.square-img .catalog-item picture img {
        max-height: none;
        min-height: 160px;
        opacity: 0.8;
    }

    .catalog-col.square-img .catalog-item .catalog-item-text {
        padding-top: 0;
    }

    .catalog-row .catalog-col.-small.square-img a img {
        max-height: none;
        min-height: 160px;
    }

    .catalog .catalog-row .catalog-col .catalog-item-title {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }
}
/* End */
/* /local/templates/blog/components/bitrix/news/journal.authors/bitrix/news.detail/.default/style.css?17377161133256 */
/* /local/templates/blog/components/bitrix/system.pagenavigation/pagination/style.css?1633592867124 */
/* /local/templates/blog/components/bitrix/news.list/blog.item/style.css?17587100683972 */
