

/* Start:/local/templates/aft/components/bitrix/news/agroproject/bitrix/news.detail/.default/style.css?17446335082706*/
.agro-factory__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2.8rem 0 0;
}
.agro-factory__item {
    animation: slideRight 0.3s ease-in-out forwards;
    animation-delay: calc(0.12s * var(--i));
    font-size: 2.4rem;
    margin-top: 5rem;
    opacity: 0;
    width: calc(50% - 1.6rem);
}
.agro-factory__number {
    font-size: 6rem;
    line-height: 7.2rem;
}
.agro-factory__content {
    margin-top: 6.9rem;
}
.agro-factory__img {
    width: 100%;
}
.agro-factory__img img {
    display: block;
    height: auto;
    width: 100%;
}
.agro-factory__text {
    margin: 40px 0 0;
}
.agro-factory__text p:not([class]) {
    max-width: 30ch;
}
.agro-factory__legend {
    font-size: 3.6rem;
    line-height: 4.5rem;
    margin-bottom: 40px;
}
@media (min-width: 576px) {
    .agro-factory__number {
        font-size: 8rem;
    }
    .agro-factory__text {
        margin: 60px 0 0 200px;
    }
    .agro-factory__text p:not([class]) {
        max-width: none;
    }
    .agro-factory__legend {
        margin-bottom: 60px;
    }
}
@media (min-width: 768px) {
    .agro-factory__list {
        justify-content: flex-start;
        margin-left: -1.6rem;
        margin-right: -1.6rem;
    }
    .agro-factory__item {
        padding: 0 1.6rem;
        width: 33.333%;
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.graph {
    overflow: hidden;
    width: 100%;
}
.graph__legend {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 2rem;
    overflow-x: scroll;
    width: 100%;
    scrollbar-color: transparent;
    scrollbar-width: none;
}
.graph__legend::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}
.graph__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    margin: 0 0 2.8rem 3.6rem;
}
.graph__label:first-child {
    margin-left: 0;
}
.graph__color {
    display: block;
    border-radius: 50%;
    margin-right: 1.5rem;
    height: 2.2rem;
    width: 2.2rem;
}
.graph__label-name {
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 2.6rem;
    white-space: nowrap;
}
.graph__stripe {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 28px;
    position: relative;
    overflow: hidden;
}
.graph__stripe-item {
    height: 100%;
    flex-shrink: 0;
}
@media (min-width: 576px) {
    .graph__legend {
        flex-wrap: wrap;
        justify-content: center;
    }
}

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