

/* Start:/local/templates/aft/components/bitrix/news/agroanalysis/bitrix/news.list/.default/style.css?17645921204943*/
.agro {
    overflow: hidden;
}
.agro p {
    max-width: 30ch;
}
.agro ~ .app-block {
    margin: 8rem 0 10rem;
}
.agro__lead {
    font-weight: 100;
    font-size: 16px;
    line-height: 125%;
    margin: 25px 0 3.6rem;
}
.agro__drop {
    min-height: 58rem;
    margin: 8rem 0 10rem;
    position: relative;
}
.agro__drop-img {
    aspect-ratio: 1;
    border-radius: 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2rem;
    width: 54.4rem;
    max-width: 100%;
    overflow: hidden;
}
.agro__drop-img video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.agro__labs {
    margin-bottom: 16rem;
}
.agro__labs .container {
    position: relative;
}
.agro__labs .container::before {
    background-image: linear-gradient(112deg, #00b5e2 14%, #78be20 92%);
    border-radius: 50%;
    content: '';
    left: 0;
    position: absolute;
    padding-top: 100%;
    right: 0;
    top: -35px;
    z-index: -1;
}
.agro__labs h2 {
    font-weight: 700;
    margin-bottom: 4.1rem;
}
.agro__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.agro__item {
    margin-bottom: 40px;
    width: calc(50% - 1.6rem);
}
.agro__item:first-child {
    width: 100%;
}
.agro__link > span {
    display: block;
}
.agro__item-img {
    aspect-ratio: 1;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;
}
.agro__item-img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.agro__item-name {
    font-size: 21px;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.agro__item-desc {
    font-size: 12px;
    margin-top: 6px;
}
.agro__more {
    background-color: var(--color-app__text);
    color: var(--color-white);
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 2.8rem 4.6rem;
    text-align: center;
    width: 100%;
}
.agro__countires {
    padding-bottom: 4rem;
}
.agro__countires .container {
    position: relative;
}
.agro__countires .container::before {
    background-color: #ffd414;
    border-radius: 50%;
    content: '';
    position: absolute;
    padding-top: 100vw;
    top: -4rem;
    left: 0;
    width: 100vw;
    z-index: -1;
}
.agro__countires h2 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4.1rem;
}
.agro__countires-list {
    margin: 0;
}
.agro__countiry {
    border-radius: 4.5rem;
    background-color: var(--color-white);
    padding: 4.8rem;
    margin-bottom: 3.7rem;
    width: 100%;
}
.agro__countiry .h4 {
    margin-bottom: 1.2rem;
}
.agro__countiry-name {
    font-weight: 500;
}
.agro__countiry-prop {
    margin-top: 15px;
}
.agro__label {
    font-size: 1.8rem;
    margin: 0;
    opacity: 0.5;
}
.agro__value {
    font-weight: 300;
    margin: 0;
}
.agro .agro__value a {
    color: inherit;
}
.agro .agro__value a:hover {
    color: inherit;
}
.agro__more:hover .icon-arrow-wrp .icon-arrow {
    width: clamp(40px,4.15em,83px);
}
@media (min-width: 576px) {
    .agro p {
        max-width: none;
    }
    .agro__lead {
        font-size: 3.6rem;
    }
    .agro__labs .container::before {
        left: -60px;
        padding-top: calc(100% + 120px);
        right: -60px;
        top: -80px;
    }
    .agro__item {
        margin-bottom: 5rem;
    }
    .agro__item-img {
        aspect-ratio: initial;
        height: 70rem;
    }
    .agro__item-name {
        font-size: 3.6rem;
        font-weight: 500;
        -webkit-hyphens: none;
        hyphens: none;
    }
    .agro__item-desc {
        font-size: 2.4rem;
        margin-top: 1.4rem;
    }
    .agro__countires .container::before {
        top: -6rem;
        left: -8rem;
        padding-top: calc(100% - 6rem);
        width: calc(100% - 6rem);
    }
    .agro__countiry-prop {
        margin-top: 1.2rem;
    }
    .agro__label {
        margin-bottom: 1.2rem;
    }
    .agro__countires h2 {
        margin-bottom: 10.2rem;
    }
}
@media (min-width: 768px) {
    .agro__labs h2 {
        padding-top: 25px;
    }
    .agro__drop-img {
        bottom: 0;
        margin: 0;
        position: absolute;
        right: 0;
    }
    .agro__countires-list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .agro__countiry {
        width: calc(50% - 1.6rem);
    }
    .agro__more .icon-arrow-wrp {
        margin-bottom: -0.1rem;
    }
    .agro__labs .container::before {
        aspect-ratio: 1;
        left: -170px;
        padding-top: calc(100% + 96px);
        right: auto;
        top: -50px;
    }
}
@media (min-width: 992px) {
    .agro__labs .container::before {
        left: -185px;
        top: -100px;
    }
}
@media (min-width: 1200px) {
    .agro__countires .container::before {
        top: 17rem;
    }
}

/* End */
/* /local/templates/aft/components/bitrix/news/agroanalysis/bitrix/news.list/.default/style.css?17645921204943 */
