

/* Start:/local/templates/aft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17446335083942*/
.news-item__header {
    margin-top: 2.7rem;
    text-align: center;
}
.news-item__header .h2 {
    margin: 0 0 1.8rem;
}
.news-item .news-item__section a {
    color: var(--color-app__text_50);
}
.news-item .news-item__section a:hover {
    color: var(--color-app__text_50);
}
.news-item__date {
    font-weight: 100;
    margin-top: 1.8rem;
}
.news-item__tags.cloud {
    flex-wrap: nowrap;
    margin: 4.5rem 0 0;
    overflow: scroll;
    padding: 0;
    scrollbar-color: transparent;
    scrollbar-width: none;
}
.news-item__tags.cloud::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}
.news-item__tags.cloud .cloud__link {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 0 3.2rem;
    padding: 10px;
}
.news-item__tags.cloud .cloud__link:last-child {
    margin-right: 3.2rem;
}
.news-item__gallery {
    background-position: 50%;
    background-size: cover;
    border-radius: 2.5rem;
    height: 40rem;
    margin-top: 6rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.news-item__gallery .app-icon {
    background: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 4rem;
    height: 4rem;
}
.news-item__gallery .app-icon svg {
    width: 2rem;
    height: 1.6rem;
}
.news-item__text {
    margin-top: 6rem;
}
.news-item__text p {
    margin: 0 0 1em;
    max-width: 30ch;
}
.news-item__text ul, .news-item__text ol {
    list-style: initial;
    margin-top: 1em;
    margin-bottom: 2.5em;
    padding-left: 1em;
}
.news-item__text ul li, .news-item__text ol li {
    position: relative;
    padding-left: 0.1em;
    margin-bottom: 0.8em;
}
@media (min-width: 576px) {
    .news-item .container {
        padding: 0 12rem;
    }
    .news-item__tags.cloud .cloud__link {
        font-size: 4.8rem;
        padding: 0.0815em 0.75em 0.2815em;
    }
    .news-item__tags.cloud .cloud__link:first-child {
        margin-left: calc((100% - 90rem) / 2);
    }
    .news-item__tags.cloud .cloud__link:last-child {
        margin-right: calc((100% - 90rem) / 2);
    }
    .news-item__gallery {
        margin-top: 8.1rem;
    }
    .news-item__text p {
        max-width: none;
    }
}
.news-gallery .gallery__carousel {
    border-radius: 2rem;
}
.news-gallery .gallery__carousel .swiper-slide {
    aspect-ratio: 1.66666667;
    overflow: hidden;
}
.news-gallery .gallery__carousel .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.news-gallery__download {
    display: none;
    position: relative;
}
.news-gallery__download::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 28rem;
    background: linear-gradient(180deg,transparent 25%,rgba(0,0,0,.9) 90%);
    z-index: -1;
}
.news-gallery__size {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .news-gallery__download {
        display: flex;
        align-items: center;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 4rem 4.8rem;
        z-index: 10;
    }
    .news-gallery__download .app-icon {
        color: inherit;
        width: 5rem;
        height: 5rem;
        line-height: 2;
        margin-right: 1.6rem;
        text-align: center;
    }
    .news-gallery__title {
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
    }
}
.news-nav {
    text-align: center;
}
.news-nav__caption {
    color: var(--color-grey_50);
    margin-bottom: 2.8rem;
}
.news-nav__list {
    margin: 0;
}
.news-nav__list li {
    margin: 0 0 1rem;
}
.news-nav__list li:last-child {
    margin-bottom: 0;
}
.news-nav .news-nav__list a {
    color: inherit;
}
.news-nav .news-nav__list a:hover {
    color: inherit;
}

/* End */


/* Start:/local/components/aft/form.subscribe/templates/.default/style.css?17579444321467*/
.subscribe {
    margin: 11.9rem auto 12.9rem;
    padding: 5.2rem 0;
    border-radius: 4.5rem;
    background-color: var(--color-orange);
    max-width: 1366px;
}
.subscribe .container {
    padding-bottom: 2.7rem;
    padding-top: 2.7rem;
    position: relative;
}
.subscribe .container::before {
    border-radius: 50%;
    background-color: var(--color-white);
    content: '';
    height: 23.8rem;
    left: 10rem;
    position: absolute;
    top: 1rem;
    width: 23.8rem;
}
.subscribe__caption {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.subscribe__desc {
    font-size: 16px;
    margin: 1.6rem 0 8rem;
    padding: 0 5%;
    text-align: center;
    width: 100%;
}
@media (min-width: 576px) {
    .subscribe .container::before {
        height: 28.8rem;
        left: 0;
        top: 0;
        width: 28.8rem;
    }
    .subscribe .form__item {
        margin-bottom: 0;
    }
    .subscribe .form__input {
        font-family: inherit;
        font-size: inherit;
        margin-bottom: 0.8rem;
        line-height: 2.3;
        padding: 1rem 0;
    }
    .subscribe .button.form__btn {
        margin-top: 0;
    }
    .subscribe__caption {
        font-size: 8rem;
        line-height: 10rem;
        margin-bottom: 0;
        text-align: left;
    }
    .subscribe__desc {
        font-size: 2.4rem;
        margin-bottom: 12rem;
        text-align: left;
        padding: 0;
    }
}

/* End */
/* /local/templates/aft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17446335083942 */
/* /local/components/aft/form.subscribe/templates/.default/style.css?17579444321467 */
