

/* Start:/local/templates/aft/components/bitrix/news/agroproject/bitrix/news.list/.default/style.css?17645921206813*/
.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/agroproject/bitrix/news.list/.default/style.css?17645921206813 */
