

/* 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/templates/aft/components/bitrix/news/agroproject/bitrix/news.list/.default/style.css?17446335086813*/
.factoid {
    margin: 60px 0 80px;
    overflow: hidden;
}
.factoid__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    overflow-x: scroll;
    padding-left: calc((100% - 1140px) / 2 + 3.2rem / 2);
    width: 100%;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: grab;
    scrollbar-color: transparent;
    scrollbar-width: none;
}
.factoid__list::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}
.factoid__item {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    border: 1px solid var(--color-app__text);
    border-radius: 50%;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    height: 36rem;
    margin-left: 6rem;
    overflow: hidden;
    padding: 3rem;
    text-align: center;
    width: 36rem;
}
.factoid__item:first-child {
    margin-left: 0;
}
.factoid__item .h4 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 5rem;
    margin-bottom: 1.5rem;
}
.factoid__text {
    font-size: 0.9em;
    max-width: 100%;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .factoid {
        margin: 80px 0 120px;
    }
    .factoid__item {
        width: 43.4rem;
        height: 43.4rem;
    }
    .factoid__item .h4 {
        font-size: 8.4rem;
        line-height: 6rem;
        margin-bottom: 2rem;
        margin-top: 29px;
    }
}
@media (min-width: 768px) {
    .factoid__text {
        font-size: 1.3em;
    }
}
.agroproj .page-caption {
    margin-bottom: 3.2rem;
}
.agroproj .block {
    margin-top: 0;
}
.agroproj .lead {
    line-height: 26px;
    margin-top: 0;
}
.agroproj .lead p {
    max-width: 30ch;
}
.agroproj .block .offset-100 {
    line-height: 20px;
    font-size: 16px;
    padding-left: 40px;
    margin: 0;
    max-width: 30ch;
}
.agroproj .offset-100 p {
    max-width: 30ch;
}
.agroproj__items {
    margin-bottom: 80px;
    overflow: hidden;
}
.agroproj__items h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 25px;
    max-width: 70%;
    text-align: left;
}
.agroproj__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.agroproj__item {
    margin-bottom: 6rem;
    width: calc(50% - 1.6rem);
}
.agroproj .agroproj__item a {
    color: inherit;
    display: block;
}
.agroproj .agroproj__item a:hover {
    color: inherit;
}
.agroproj__img {
    aspect-ratio: 1;
    display: block;
    width: 100%;
}
.agroproj__img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.agroproj__name {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 6rem;
    margin: 15px 0 5px;
}
.agroproj__place {
    display: block;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.6rem;
}
.agroproj__more.button {
    width: 100%;
}
.agroproj__info {
    margin: 80px 0;
}
.agroproj__info:last-child {
    margin-bottom: 0;
}
.agroproj__info h2 {
    hyphens: auto;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 4.8rem;
    margin-bottom: 30px;
    max-width: 70%;
}
.agroproj__info-preview {
    position: relative;
}
.agroproj__info-img {
    overflow: hidden;
    position: relative;
}
.agroproj__info-img img {
    display: block;
    height: auto;
    width: 100%;
}
.agroproj__info-img .agroproj__info-label {
    color: #fff;
    z-index: auto;
}
.agroproj__info-label {
    bottom: -18px;
    font-size: 8rem;
    font-weight: 700;
    margin: 0;
    max-width: calc(100% - 20px);
    line-height: 1;
    left: 20px;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    z-index: -1;
}
.agroproj__info-text {
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 4.6rem;
    margin: 30px 20px 0 20px;
}
.agroproj__info-wrap {
    overflow: hidden;
    width: 100%;
}
.agroproj__more:hover .icon-arrow-wrp .icon-arrow {
    width: clamp(40px,4.15em,83px);
}
@media (min-width: 576px) {
    .agroproj .lead {
        font-size: 36px;
        line-height: 45px;
    }
    .agroproj .lead p {
        max-width: none;
    }
    .agroproj .block .offset-100 {
        font-size: 24px;
        line-height: 34px;
        margin: 60px 200px 0;
        padding: 0;
        max-width: none;
    }
    .agroproj .offset-100 p {
        max-width: none;
    }
    .agroproj__items {
        margin-bottom: 120px;
        overflow: visible;
    }
    .agroproj__items h2 {
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 70px;
    }
    .agroproj__name {
        font-size: 3.6rem;
        margin: 15px 0 0;
    }
    .agroproj__info {
        margin: 120px 0;
    }
    .agroproj__info h2 {
        hyphens: none;
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 70px;
    }
    .agroproj__info-label {
        bottom: -70px;
        font-size: 19.2rem;
        left: 90px;
        max-width: calc(100% - 90px);
    }
    .agroproj__info-text {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 80px;
    }
    .agroproj__more .icon-arrow-wrp {
        margin-bottom: -0.1rem;
    }
}
@media (min-width: 768px) {
    .agroproj__items h2 {
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 70px;
    }
}
.subscribe {
    margin: 8rem auto 11.9rem;
    padding: 5.2rem 0;
    border-radius: 4.5rem;
    background-color: var(--color-orange);
    max-width: 1366px;
}
.subscribe div {
    position: relative;
    z-index: 10;
}
.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: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.subscribe__desc {
    font-size: 16px;
    line-height: 1.8;
    margin: 1.6rem 0 0;
    padding: 0 5%;
    text-align: center;
    width: 100%;
}
@media (min-width: 576px) {
    .agroproj .factoid {
        margin-bottom: 70px;
    }
    .subscribe .container::before {
        height: 28.8rem;
        left: 0;
        top: 0;
        width: 28.8rem;
    }
    .subscribe__caption {
        font-size: 5rem;
        margin-bottom: 0;
        text-align: left;
    }
    .subscribe__desc {
        font-size: 2.4rem;
        text-align: left;
        padding: 0;
    }
}

/* End */
/* /local/templates/aft/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17446335083942 */
/* /local/templates/aft/components/bitrix/news/agroproject/bitrix/news.list/.default/style.css?17446335086813 */
