

/* Start:/bitrix/templates/oflomi/styles.css?17579517304759*/
.page-footer__creator {
    width: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-footer__creator>a:last-child {
    margin-top: 10px;
}

/* Khadis 01.08.23 - 02.08.23 */

.article-card__title {
    margin-bottom: 0.8rem;
    min-height: 6.1rem;
}

.article-card__bottom {
    display: flex;
    flex-direction: column;
}

.article-card__bottom > div {
    margin-bottom: 0.8rem;
}

.article-card__bottom > div:last-child {
    margin-bottom: 0;
}

.article-card__extra-text {
    font-size: 1.4rem;
    opacity: 0.6;
}

.article-card__time {
    margin-top: auto;
}

.disclaimer {
    transition: transform 0.3s, opacity 0.3s;
}

.disclaimer.js-inactive {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .article-card {
        width: 100%;
        max-width: 540px;
    }
}

@media (max-width: 1279px) {
    .article-card__bottom {
        padding: 1.6rem;
    }
}

@media (min-width: 768px) {
    .articles__list {
        align-items: stretch;
    }

    .article-card__bottom {
        flex-grow: 1;
    }
}

@media (min-width: 1280px) {
    .article-card__extra-text {
        font-size: 1.6rem;
    }
}

.icon-wrapper {
    position: relative;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page__text>div[class]:before,
.page__text>div[class]:after {
    content: none;
}

.page__text > .article__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3rem;
}

.article__info-wrapper {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
}

.article__time-icon {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
}

.article__time {
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    margin-bottom: 1.4rem;
}

.l-wrapper--visible {
    overflow: visible;
}

.article__contents {
    z-index: 1;
    margin-bottom: 3.2rem;
}

.article__contents-list {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
    margin-right: -5vw;
}

.article__contents-item {
    flex-shrink: 0;
    max-width: 32rem;
    margin-right: 2rem;
}

.article__contents-item:last-child {
    margin-right: 0;
}

.article__contents-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}

.article__contents-link.js-active {
    color: white;
}

.article__contents-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    font-weight: 700;
}

.articles__title-wrapper .articles__title {
    margin-bottom: 0;
}

.articles__title-wrapper .articles__button {
    margin-top: 1.6rem;
}

.articles__title-wrapper {
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .article + .articles .articles__item:not(:first-child) {
        display: none;
    }

    .articles__button-wrapper--desk {
        display: none;
    }

    .articles__list + .articles__button-wrapper .articles__button {
        margin-top: 2.4rem;
    }
}

/* @media (max-width: 1023px) {
    .article__contents {
        background-color: #4C66E0;
        position: sticky;
        top: 0;
        padding-top: 1.2rem;
    }
} */

@media (min-width: 768px) {
    .articles__title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4rem;
    }

    .articles__button-wrapper--mob {
        display: none;
    }
}

@media (min-width: 1280px) {
    h1 {
        margin-bottom: 2.8rem;
    }

    .page__text > .article__header {
        width: 46.6875%;
        margin-bottom: 2.3rem;
    }

    .page__text-left.page__text-image, .page [align=left].page__text-image {
        margin-bottom: 3.2rem;
    }

    .article__contents-list {
        display: block;
        margin-right: 0;
        overflow: visible;
    }

    .article__contents-item {
        flex-shrink: 1;
        max-width: none;
        margin-right: 0;
    }    

    .article__contents {
        position: sticky;
        top: 4rem;
        width: 20%;
        margin-bottom: 0;
    }

    .article__main {
        display: flex;
        align-items: flex-start;
    }

    .article__content {
        width: 74.5625%;
        margin-left: auto;
    }

    .article__contents-title {
        margin-bottom: 2rem;
        font-size: 4rem;
    }
}


/* End */
/* /bitrix/templates/oflomi/styles.css?17579517304759 */
