.news-detail__content .detail-img img {
    width: 100%;
    height: auto;
}

.news-detail__content img {
    height: auto;
}


.card__consist-item.not-before:before {
    content: "";
    display: none;
}

.sticky-pagination {
    position: relative !important;
}

.sticky-pagination.is-sticky {
    position: fixed !important;
    top: 2px !important;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.js-tab-content:not(.is-active) .sticky-pagination {
    display: none !important;
}

.pagination {
    min-width: 300px !important;
    width: auto !important;
}

.card__tile-head {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 16px;
}

.card__tile {
    padding: 24px 24px 24px;
}

.card__tile-head .card__tile-subtitle {
    margin-bottom: 0;
}

.h-catalog__goods .r-card__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.h-catalog__goods {
    min-height: 330px;
    position: relative;
}

.h-catalog__items {
    min-height: 250px;
}

@media (max-width: 991px) {
    .card__tile-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 23px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .card__tile-head .btn {
        width: 100%;
        margin-top: 0;
        position: relative;
    }

    .card__tile-head .btn::after {
        position: absolute;
        top: 4px;
        bottom: 4px;
        right: 4px;
    }
}

.search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-clear:hover {
    color: #333;
}

.r-input__field {
    padding-right: 35px !important;
}


.success-modal__icon {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #254640;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto 2rem;
}

.success-modal__icon svg {
    width: 50%;
}

.fancybox__slide .modal.success-modal {
    text-align: center;
    padding: 60px 40px;
    background-image: none !important;
}

.fancybox__slide .modal.success-modal .modal__inner {
    align-items: center;
}


@media (max-width: 767px) {
    .fancybox__slide .modal.success-modal {
        padding: 40px 20px;
    }
}

.region.active .region_map_svg path {
    fill: #e1e2ea;
}

.map-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    max-height: 1240px;
    margin-top: -200px;
}

.map-container svg {
    display: block;
    width: 100%;
    height: 100%;
}

.map-container .region {
    fill: rgb(241, 242, 246);
    stroke: white;
    transition: fill 0.3s;
    cursor: pointer;
}

.map-container .region:hover {
    fill: #e1e2ea;
}

.map-container .region.highlighted {
    fill: rgb(3, 55, 111);
    stroke: rgb(3, 55, 111);
}

.map-container .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
}

.map-container .controls {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 1;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    transform: translateY(-50%);
}

.map-container .controls button {
    border: 1px solid #1a1f23;
    border-radius: 100px;
    position: relative;
    background: var(--white);
    color: #2f2f2f;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
}

.map-container .controls button:hover {
    background: #e7e7e7;
}

.map-container .label-group {
    pointer-events: none;
    user-select: none;
    transform-box: fill-box;
    transform-origin: center;
}

.map-container .region-point {
    fill: rgb(3, 55, 111);
    r: 6;
}

.map-container .region-name-text {
    font-weight: 500;
    fill: #333;
    font-size: 12px;
    text-anchor: start;
    pointer-events: none;
    line-height: 1.1;
    dominant-baseline: middle;
}

#fMapModal {
    display: none;
    position: absolute;
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 400px;
    z-index: 10001;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 296px;
    padding: 8px 8px 20px;
}

.map-container .crop-icon-group {
    cursor: pointer;
    pointer-events: all;
}

#modalSwiperWrapper {
    padding-bottom: 25px;
}


@media (max-width: 991px) {
    .map-container .controls {
        right: 16px;
    }

    .map-container svg {
        display: block;
        width: 100%;
        height: 70%;
    }

    .map-container {
        margin-top: -50%;
    }
}

#fMapModal .fancybox__content {
    padding: 0;
}

.hero__content {
    width: 100%;
    /*max-width: 1392px;*/
    margin: 0 auto;
}

.fancybox__container {
    --modal-max-width: 1620px;
    --modal-max-height: 911px;
    --modal-padding: 20px;
}

.responsive-video-modal .fancybox__content {
    width: 90vw !important;
    height: 50.625vw !important;
    max-width: var(--modal-max-width) !important;
    max-height: var(--modal-max-height) !important;
    padding: 0 !important;
    margin: auto !important;
    transition: all 0.3s ease !important;
    border-radius: var(--border-radius-big);
    overflow: hidden;
    background: transparent;

}

.responsive-video-modal .fancybox__content iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: var(--border-radius-big);
    overflow: hidden;
}

@media (max-width: 1800px) {
    .responsive-video-modal .fancybox__content {
        width: 85vw !important;
        height: 47.8125vw !important;
    }
}

@media (max-width: 1400px) {
    .responsive-video-modal .fancybox__content {
        width: 92vw !important;
        height: 51.75vw !important;
    }
}

@media (max-width: 1024px) {
    .responsive-video-modal .fancybox__content {
        width: 95vw !important;
        height: 53.4375vw !important;
        max-height: 80vh !important;
    }
}

@media (max-width: 768px) {
    .responsive-video-modal .fancybox__content {
        width: 98vw !important;
        height: 55.125vw !important;
        max-height: 70vh !important;
        border-radius: var(--border-radius-small);
    }

    .responsive-video-modal .fancybox__content iframe {
        border-radius: var(--border-radius-small);
    }
}

@media (max-width: 480px) {
    .responsive-video-modal .fancybox__content {
        width: 100vw !important;
        height: 56.25vw !important;
        max-height: 60vh !important;
        border-radius: 0 !important;
    }

    .fancybox__container {
        --modal-padding: 0;
    }
}

.responsive-doc-modal .fancybox__content {
    width: 90vw !important;
    height: 85vh !important;
    max-width: var(--modal-max-width) !important;
    padding: 0 !important;
    margin: auto !important;
    transition: all 0.3s ease !important;
    border-radius: var(--border-radius-big);
    overflow: hidden;
    background: transparent;

}

.responsive-doc-modal .fancybox__content iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: var(--border-radius-big);
    overflow: hidden;
}

@media (max-width: 1800px) {
    .responsive-doc-modal .fancybox__content {
        width: 85vw !important;
    }
}

@media (max-width: 1400px) {
    .responsive-doc-modal .fancybox__content {
        width: 92vw !important;
    }
}

@media (max-width: 1024px) {
    .responsive-doc-modal .fancybox__content {
        width: 95vw !important;
    }
}

@media (max-width: 768px) {
    .responsive-doc-modal .fancybox__content {
        width: 98vw !important;
        border-radius: var(--border-radius-small);
    }

    .responsive-doc-modal .fancybox__content iframe {
        border-radius: var(--border-radius-small);
    }
}

@media (max-width: 480px) {

    .fancybox__container {
        --modal-padding: 0;
    }
}

/*.field-exp__content p:has(img) img {*/
/*    max-width: calc(50% - 12px);*/
/*    height: auto;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .field-exp__content p:has(img) img {*/
/*        max-width: 100%;*/
/*        height: auto;*/
/*    }*/
/*}*/

.field-exp__content p:has(img) img {
    height: auto;
}

.grid-two {
    max-width: calc(50% - 12px) !important;
    height: auto !important;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}

.grid-two:nth-of-type(2n) {
    margin-right: 0;
    float: right;
}

.grid-three {
    max-width: calc(33.333% - 12px) !important;
    height: auto !important;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.grid-three:nth-of-type(3n) {
    margin-right: 0;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    float: none;
    clear: both;
}

@media (max-width: 768px) {
    .grid-two,
    .grid-three {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
        margin-bottom: 16px !important;
    }
}

.field-exp__content p img.grid-two {
    max-width: calc(50% - 12px) !important;
    height: auto !important;
}

.field-exp__content::after {
    content: '';
    display: table;
    clear: both;
}

.map-modal-slide {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 296px;
    background-image: none;
}

.default__img {
    border-radius: 20px;
    overflow: hidden;
}

.default__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.schemes__nav ul {
    max-height: 70vh;
    overflow-y: auto;
}

.default__content {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.default__content h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}


.home-catalog__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    position: relative;
}

.agroknow__section-slider .swiper-slide.is-short-banner.short-banner-col-1 {
    width: 350px;
}

.agroknow__section-slider .swiper-slide.is-short-banner.short-banner-col-3 {
    width: 842px;
}

.agroknow__section-slider .swiper-slide.is-short-banner.short-banner-min .agroknow__card {
    height: 200px;
}

.swiper-slide.is-short-banner.short-banner-min.short-banner-col-3, .swiper-slide.is-short-banner.short-banner-min.short-banner-col-2 {
    width: 350px;
}

.schemes__imgs {
    min-height: 100%;
}

.home-catalog__ctg {
    cursor: pointer;
}

.pres__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 991px) {
    .pres__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .pres__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 465px) {
    .pres__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pres__list .presentations a {
    height: 320px;
    border-radius: var(--border-radius-big);
}

.home-tile:nth-child(3) {
    -ms-grid-row-span: 4;
    grid-row: span 4;
    padding: 0;
}

.home-tile:nth-child(3) .home-tile__slider a {
    padding: 16px 16px 9px;
    display: flex;
    height: 100%;
}

.home-tile:nth-child(3):hover .home-tile__img img {
    transform: scale(1);
}

.home-tile:nth-child(3) .home-tile__slider:hover .home-tile__img img {
    transform: scale(1.05);
}

.home-tile__img, .home-tile__media {
    overflow: hidden;
}

.js-tile-slider2 .swiper-pagination {
    top: 16px !important;
    bottom: auto;
}

.js-tile-slider2 .swiper-arrow--prev {
    left: 16px;
}

.js-tile-slider2 .swiper-arrow--next {
    right: 16px;
}

.js-tile-slider2 .swiper-arrow {
    background-color: rgba(255, 255, 255, 0.16);
    color: var(--white);
}

.product-formula__img {
    top: auto;
    height: 100%;
}

.product-fertigation__tiles {
    flex-wrap: wrap;
}

.product-optimization__img img {
    display: block;
}

.header__search {
    padding: 9px 12px;
    background: linear-gradient(204.82deg, #053868 31.63%, #00B0F0 96.58%);
    color: var(--white);
    border-radius: 50px;
}

.header__search:hover {
    background: linear-gradient(204.82deg, #053868 51.63%, #00B0F0 76.58%);
}

.header__search img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.header__search img.h-search-right {
    width: auto;
    height: 19px;
}

.header__search-box {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 991px) {
    .header__right .header__search .header__search-box {
        display: none;
    }
}

@media (max-width: 991px) {
    /*.header__search-box {*/
    /*    display: none;*/
    /*}*/

    .header__search {
        padding: 6px;
        border-radius: 50%;
        width: 40px;
    }
}

.agroknow__head-decor {
    background: linear-gradient(204.82deg, #053868 31.63%, #00B0F0 96.58%);
}


.skeleton-card {
    pointer-events: none;
    background: #fff;
}

.skeleton-img {
    background: linear-gradient(90deg, #f8f8f8 25%, #e0e0e0 50%, #f8f8f8 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: var(--border-radius-big);
    height: 200px;
    width: 100%;
}

.skeleton-text {
    padding: 16px;
}

.skeleton-line {
    height: 16px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #f8f8f8 25%, #e0e0e0 50%, #f8f8f8 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line:last-child {
    width: 60%;
    margin-bottom: 0;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.search-results-slider.is-loading {
    opacity: 0.8;
}

.search-results-slider.is-loading .swiper-slide {
    cursor: wait;
}

.agroknow__card.skeleton-card {
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.agroknow__card.skeleton-card .agroknow__card-img.skeleton-img {
    flex-shrink: 0;
}

.error__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 600px;
    align-items: center;
}

.error__head h1 {
    font-size: clamp(32px, 5vw, 80px);
    line-height: 1.16667;
}

.error__head-desc {
    font-size: clamp(18px, 5vw, 24px);
    text-align: center;
}

.error .agroknow_botton {
    background: linear-gradient(204.82deg, #053868 31.63%, #00B0F0 96.58%);
    color: var(--white);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 9px 12px;
    margin-top: 32px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.agroknow_botton-box {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 600;
}

.error .agroknow_botton img.h-search-right {
    width: auto;
    height: 19px;
}


.contact__head {
    margin-top: 48px;
}

.contact-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    padding-top: 2px;
    white-space: nowrap;
}

.contact-tabs__item.is-active {
    border-color: #1a1f23;
    background: var(--white);
}

.contact-tabs__item {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 15px 10px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    font-size: 16px;
    line-height: 1.25;
    background: var(--white);
    color: #2f2f2f;
    border-radius: 100px;
}

.contact-tabs__content {
    margin-top: 40px;
}

.contact-tabs__content-item-box {
    display: flex;
    background: var(--gray);
    border-radius: var(--border-radius-small);
    padding: 20px 24px;
    flex-direction: column;
}

.contact-tabs__content-item {
    display: none;
    position: relative;
    overflow: hidden;
}

.contact-tabs__content-item.is-active {
    display: block;
}

.contact-tabs--top-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 24px;
}

.contact-tabs--title {
    font-size: clamp(20px, 5vw, 48px);
    font-weight: 600;
    line-height: 1.3;
}

.contact-tabs--top-row .contact-tabs--info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.contact-tabs--info > div > span {
    font-size: 14px;
    color: #1A1F2366;
}

.contact-tabs--info > div > div {
    font-size: clamp(16px, 2vw, 26px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1.5px;
}

.contact-tabs--bottom-row {
    margin-top: 24px;
}

.contact-tabs--bottom-row .contact-tabs--info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 24px;
}

.contact-tabs--left-row {
    width: 100%;
    grid-column: span 2;
}

.contact-tabs--bottom-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact-map {
    height: 620px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}


.contact-tabs__content-item {
    display: none;
}

.contact-tabs__content-item.is-active {
    display: block;
}

.contact-tabs__map {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 40px;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .contact-tabs__map {
        flex-direction: column;
    }
}
.contact-tabs__map-list {
    display: flex;
    width: 457px;
    flex-direction: column;
    height: 620px;
    overflow-y: scroll;
    border-radius: 10px;
    gap: 24px;
    padding-right: 10px;
    padding-top: 32px;
}

.contact-tabs__map-list-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 0;
}
@media screen and (max-width: 991px) {
    .contact-tabs__map-list {
        flex-direction: column;
        height: 320px;
        width: 100%;
        padding: 20px 24px;
    }
}
.contact-tabs__map-list-item strong {
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1.5px;
}

.contact-tabs__map-list-item > span {
    font-size: 14px;
    color: #1A1F2366;
}

.contact-tabs__map-list-item > a {
    font-size: 14px;
    color: #03376F;
}

.contact-map {
    width: 100%;
    height: 620px;
    min-height: 620px;
    position: relative;
}

.desktop-balloon {
    position: relative;
    background: white;
    border-radius: 24px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 32px;
    min-width: 476px;
    max-width: 476px;
}

.desktop-balloon .balloon-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.desktop-balloon .balloon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: none;
    background-position: center;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiMxMzFhMjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTUgNSAxMCAxMG0wLTEwTDUgMTUiLz48L3N2Zz4=);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.desktop-balloon .balloon-close:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.desktop-balloon .contact-section {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.desktop-balloon .contact-text {
    flex: 1;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.desktop-balloon .contact-text span {
    font-size: 14px;
    color: #1A1F2366;
    letter-spacing: 0;
}

.desktop-balloon .contact-text a {
    color: var(--black);
    text-decoration: none;
    transition: color 0.3s;
}

.desktop-balloon .contact-text a:hover {
    text-decoration: underline;
}

.desktop-balloon .balloon-actions {
    text-align: center;
}

.desktop-balloon .balloon-actions .btn.btn--arrow {
    width: 100%;
    justify-content: space-between;
}

.desktop-balloon {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-balloon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
    padding: 32px 20px;
    z-index: 1;
    animation: slideUp 0.3s ease-out;
    max-height: 80%;
    overflow-y: auto;
}

.mobile-balloon-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-balloon-close {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 300;
    z-index: 2001;
    transition: all 0.2s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiMxMzFhMjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTUgNSAxMCAxMG0wLTEwTDUgMTUiLz48L3N2Zz4=);
}

.mobile-balloon-close:hover {
    transform: scale(1.1);
}

.mobile-balloon .contact-section {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.mobile-balloon .contact-text {
    flex: 1;
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-balloon .contact-text span {
    font-size: 13px;
    color: #1A1F2366;
    letter-spacing: 0;
    font-weight: normal;
}

.mobile-balloon .contact-text a {
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    word-break: break-word;
}

.mobile-balloon .balloon-actions {
    text-align: center;
    margin-top: 10px;
}

.mobile-balloon .balloon-actions .btn.btn--arrow {
    width: 100%;
    justify-content: space-between;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.ymaps-2-1-79-balloon__close-button {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .mobile-balloon {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .ymaps-2-1-79-balloon {
        display: none !important;
    }

    .desktop-balloon {
        display: none !important;
    }

    .mobile-balloon {
        padding: 20px 32px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
    }

    .mobile-balloon-close {
        top: -10px;
        right: -10px;
    }

    .mobile-balloon .contact-text {
        font-size: 20px;
    }

    .mobile-balloon .contact-text a {
        font-size: 15px;
    }
    .contact-map {
        height: 540px;
        min-height: 540px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-balloon {
        padding: 20px 32px;
    }

    .mobile-balloon .contact-text {
        font-size: 16px;
        letter-spacing: -0.3px;
        gap: 0px;
    }

    .mobile-balloon .contact-text span {
        font-size: 12px;
    }

    .mobile-balloon .contact-text a {
        font-size: 14px;
    }

    .mobile-balloon .balloon-actions .btn.btn--arrow {
        font-size: 14px;
    }

    .mobile-balloon-content {
        gap: 10px;
    }
}



@media (max-width: 991px) {
    .contact-tabs--info > div > div {
        letter-spacing: -0.5px;
    }

    .contact-tabs--top-row .contact-tabs--info {
        gap: 16px;
        margin-top: 20px;
    }

    .contact-tabs--top-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-tabs--bottom-row .contact-tabs--info {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        margin-top: 24px;
    }
}


.custom-balloon-content {
    position: relative;
}

/*header:not(.header--scrolled) .header__search.main-search {*/
/*    background: white;*/
/*    color: var(--blue);*/
/*}*/

.schemes__main {
    position: relative;
}

.schemes__main .card__scheme-link {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.hero__product-line-box {
    overflow: visible;
    width: fit-content;
    position: absolute;
    right: 60px;
    bottom: 34px;
}

.hero__product-line {
    width: fit-content;
    display: flex;
    justify-content: left;
    perspective: 2000px;
    perspective-origin: 50% 50%;
}

.hero__product-line .swiper-wrapper {
    display: flex;
    align-items: center;
    width: 226px;
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.hero__product-line .swiper-slide {
    height: 217px;
    width: 226px;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: end;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}


.hero__product-line .swiper-slide:not(.swiper-slide-active) {
    filter: blur(3px);
    transition: filter 0.3s ease;
    transform: translate3d(0px, 0px, -1400px) scale(1.4) !important;
    z-index: 1;
}


.hero__product-line .swiper-slide-active {
    filter: blur(0);
    transform: translate3d(0px, 0px, 0px) scale(1);
    z-index: 10;
}





.hero__product-line-item-info {
    display: flex;
    gap: 23px;
    align-items: end;
    position: relative;
    z-index: 1;
}

.hero__product-line-item-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
}

.hero__product-line-item-desc {
    font-size: 14px;
    font-weight: 400;
}

.hero__product-line-item-link {
    position: relative;
    width: fit-content;
}
.hero__product-line-item-link:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nMzInIHZpZXdCb3g9JzAgMCAzMiAzMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB3aWR0aD0nMzInIGhlaWdodD0nMzInIHJ4PScxNicgZmlsbD0nd2hpdGUnLz48ZyBjbGlwLXBhdGg9J3VybCgjY2xpcDBfMjkxMl8xODE5NyknPjxwYXRoIGQ9J00xMi45MjU5IDEyLjA2MjJDMTIuNjQ5OCAxMi4wNjg5IDEyLjQzMTUgMTIuMjk4MiAxMi40MzgyIDEyLjU3NDJDMTIuNDQ0OSAxMi44NTAzIDEyLjY3NDEgMTMuMDY4NiAxMi45NTAyIDEzLjA2MTlMMTguNzA0MSAxMi45MjJMMTEuNzU4NCAxOS44Njc3QzExLjU2MzEgMjAuMDYzIDExLjU2MzIgMjAuMzc5NiAxMS43NTg0IDIwLjU3NDhDMTEuOTUzNyAyMC43NzAxIDEyLjI3MDMgMjAuNzcwMSAxMi40NjU1IDIwLjU3NDhMMTkuNDExMyAxMy42MjlMMTkuMjcxNCAxOS4zODMxQzE5LjI2NDcgMTkuNjU5MiAxOS40ODMgMTkuODg4NCAxOS43NTkxIDE5Ljg5NTFDMjAuMDM1MSAxOS45MDE4IDIwLjI2NDQgMTkuNjgzNSAyMC4yNzExIDE5LjQwNzRMMjAuNDM3MiAxMi41Nzg5QzIwLjQ0MDkgMTIuNDIzNCAyMC4zOTEzIDEyLjI3OTUgMjAuMzA1MyAxMi4xNjQzQzIwLjI4NzYgMTIuMTM3OSAyMC4yNjcgMTIuMTEyOSAyMC4yNDM3IDEyLjA4OTVDMjAuMjIwNCAxMi4wNjYyIDIwLjE5NTIgMTIuMDQ1NiAyMC4xNjg4IDEyLjAyNzhDMjAuMDUzNyAxMS45NDE5IDE5LjkwOTggMTEuODkyNCAxOS43NTQ1IDExLjg5NjJMMTIuOTI1OSAxMi4wNjIyWicgZmlsbD0nYmxhY2snLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwMF8yOTEyXzE4MTk3Jz48cmVjdCB4PSc4JyB5PSc4JyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHJ4PSc4JyBmaWxsPSd3aGl0ZScvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.hero__product-line-item::after {
    content: '';
    width: 60%;
    height: 60%;
    backdrop-filter: blur(3px);
    position: absolute;
    filter: blur(6px);
    bottom: -30%;
    left: -15%;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .hero__product-line {
        position: relative;
        right: inherit;
        top: inherit;
        transform: inherit;
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-right: 16px;
        margin-top: 28px;
        margin-bottom: 24px;
    }
    .hero__product-line .swiper-wrapper {
        flex-direction: row;
    }
    .hero__product-line .swiper-scrollbar {
        opacity: 1 !important;
        transition-duration: 400ms;
        bottom: -25px;
        background: rgba(255, 255, 255, 0.3);
        height: 2px;
    }
    .hero__product-line .swiper-scrollbar-drag {
        background: #fff;
    }

    .hero__product-line-item-title {
        font-size: 14px;
    }
    .hero__product-line-item-desc {
        font-size: 12px;
    }
}

.home-catalog__item-media video {
    object-position: 43% 65%;
}

@media (max-width: 430px) {
    .hero__product-line-item {
        height: 160px;
        min-width: 220px;
    }
}



.responsive-video-modal-vertically {
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive-video-modal-vertically .fancybox__content {
    width: auto !important;
    height: 80vh !important;
    max-width: 100vw;
    max-height: 100vh;
    aspect-ratio: 9/16;
    background: transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
}

.responsive-video-modal-vertically .fancybox__iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
    object-fit: contain;
}

.responsive-video-modal-vertically .is-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.home-expertise__images .swiper-creative .swiper-slide {
    overflow: visible;
}

.home-expertise__slider .swiper-slide.is-active .home-expertise__slide img {
    box-shadow: 0 0 46px #0000001c;
}

.home-expertise__images .swiper {
    overflow: visible;
}

.home-tile__slider .home-agronomy__item-ctg {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
}
@media (max-width: 991px) {
    .home-tile:nth-child(2) .home-tile__media {
        margin-top: 0;
    }
}

.h-catalog__btn {
    display: flex;
    gap: 8px;
    margin-top: 48px;
}

.btn-gray {
    background: #F1F2F2;
}

.btn-gray:hover {
    background: #F1F2F2;
}

.btn-blue {
    background: var(--blue);
    color: white;
}

.btn-blue:hover {
    background: var(--blue);
    color: white;
}
@media (max-width: 991px) {
    .h-catalog__btn {
        gap: 10px;
        margin-top: 25px;
        flex-direction: column;
    }
    .btn-blue {
        font-size: 14px;
        font-weight: 600;
    }
    .btn-gray {
        font-size: 14px;
        font-weight: 600;
    }
}

.agroknow__form-dropdown-group-bg {
    background: #03376F;
    background-image: url("../img/popular_bg.webp");
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 95% bottom;
}

@media (max-width: 991px) {
    .agroknow__form-dropdown-group-bg {
        padding: 16px;
    }
    .agroknow__form::before {
        content: "";
        background: url("../img/h-search-new.webp") no-repeat center/contain;
    }
}

#catalog__banner {
    min-height: 276px;
}

.agroknow__section-slider .swiper-slide.is-goods .catalog__card {
    height: 320px;
}

.agroknow__section-slider .swiper-slide.is-goods .catalog__card-img {
    max-height: 210px;
}

.agroknow__form-field {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.js-agroknow-search-input {
    position: relative;
    z-index: 2;
    background: transparent;
    height: 100%;
    line-height: normal;
    vertical-align: middle;
}

.search-input-suggestion {
    position: absolute;
    color: #bebebe;
    pointer-events: none;
    white-space: pre;
    z-index: 1;
    display: none;
    line-height: inherit;
    vertical-align: middle;
    transition: left 0.05s ease;
}

.home-agronomy__item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 31, 35, 0) 0%, #1A1F23 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.section-head.full h2 {
    max-width: 1080px;
}
.home-expertise__desc.full {
    max-width: 700px;
}

.catalog__filter-title {
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.catalog__filter-title span {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.9226 12.5149C4.15273 12.745 4.52585 12.745 4.75598 12.5149L10.0357 7.23518L15.3155 12.5149C15.5457 12.745 15.9187 12.745 16.1488 12.5149C16.379 12.2848 16.379 11.9117 16.1488 11.6815L10.4524 5.9851C10.2223 5.75497 9.8492 5.75497 9.61907 5.9851L3.9226 11.6815C3.69247 11.9117 3.69247 12.2848 3.9226 12.5149Z' fill='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    color: #1A1F23;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.catalog__filter-title span.rotated {
    transform: rotate(180deg);
}

.catalog__filter-fieldset {
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: 1000px;
}

.catalog__filter-fieldset.collapsed {
    max-height: 0;
}

.catalog__filter-group {
    transition: margin-bottom 0.3s ease-in-out;
}

.catalog__filter-group.catalog__filter-group--collapsed {
    margin-bottom: 0;
}

.catalog__main .sticky-pagination {
    display: none;
}

.r-checkbox.disabled {
    opacity: 0.4;
    cursor: default;
}

.r-checkbox.disabled .r-checkbox__label::before {
    border-color: #bebebe;
}
.catalog__banners {
    overflow: hidden;
    margin-bottom: 24px;
}

.h-catalog__inner {
    /*max-width: 1392px;*/
    margin: 0 auto;
}

.schemes__desc {
    margin-bottom: 40px;
}

.schemes__desc a {
    color:var(--blue);
}

.schemes__nav ul a {
    color: var(--black);
}

.schemes__nav ul a:hover {
    color:var(--blue);
}

.schemes__nav {
    font-size: 18px;
}

.schemes__nav ul a.is-active {
    border-left: 1px solid #053868;
    color: var(--blue);
    font-weight: 600;
    background: var(--gray);
}

.schemes__sidebar .r-input__field {
    padding-left: 41px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjYmViZWJlIiBkPSJNMy43NSA4LjMzM2E0LjU4MyA0LjU4MyAwIDEgMSA5LjE2NyAwIDQuNTgzIDQuNTgzIDAgMCAxLTkuMTY3IDBNOC4zMzMgMi41YTUuODMzIDUuODMzIDAgMSAwIDMuNjYgMTAuMzc3bDQuNDQgNC40NGEuNjI1LjYyNSAwIDEgMCAuODg0LS44ODRsLTQuNDQtNC40NEE1LjgzMyA1LjgzMyAwIDAgMCA4LjMzNCAyLjUiLz48L3N2Zz4=);
}

@media (max-width: 991px) {
    .schemes__imgs {
        padding: 121px 10px;
    }
}

.swiper-slide.presentations {
    width: auto !important;
}

.swiper-slide.presentations a {
    width: 238px;
    height: 320px;
    border-radius: var(--border-radius-big);
}

.swiper-slide.presentations.display-horizontal a {
    width: 493px;
}

@media (max-width: 991px) {
    .agroknow__section-slider .swiper-slide.presentations .agroknow__card {
        height: 293px;
        width: 215px;
    }

}

.card__features-items.no_advantage_img {
    flex-direction: row;
    flex-wrap: wrap;
}

.card__features-items.no_advantage_img .card__feature {
    flex: 0 0 calc(50% - 10px);
}

@media (max-width: 991px) {
    .card__features-items.no_advantage_img .card__feature {
        flex: 0 0 calc(100% - 10px);
    }
}

.display-horizon {
    grid-column: span 2;
}

.webinars__item-name .news-item {
    border-bottom: none;
    padding: 0;
    gap: 0 16px;
    color: var(--black);
}

.webinars__item-name .news-item:hover .news-item__img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.webinars__item-name a:hover {
    opacity: 1;
}

.webinars__tile-tag,.tag-img {
    gap: 6px;
}

.webinars__tile-tag > img,.tag-img > img {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .hero__arrows {
        display: none;
    }
}
.inv path.inv_1 {
    fill: var(--white)
}

.inv path.inv_2 {
    fill: var(--blue)
}

.agroknow__form-ctgs-btn-icon {
    width: 28px;
    height: 28px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: url("../img/h-search-new.webp") no-repeat center/contain;
    display: none;
}

@media (max-width: 991px) {
    .agroknow__form-ctgs-btn-icon {
        display: block;
    }
}

.home-catalog .swiper-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.home-catalog .swiper-arrow, .h-catalog__goods .swiper-arrow {
    background-color: #F5F5F5;
}



.home-catalog__slider-box {
    position: relative;
    margin-bottom: 40px;
}

.home-catalog .swiper-arrows .js-catalog-slider-next {
    margin-right: -20px;
}

.home-catalog .swiper-arrows .js-catalog-slider-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: -20px;
}

.h-catalog__goods .swiper-arrows .js-h-catalog-slider-next {
    margin-right: 0;
}

.h-catalog__goods .custom-swiper-next {
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1;
}

.h-catalog__goods .custom-swiper-prev {
    position: absolute;
    top: 135px;
    transform: scaleX(-1);
    left: -20px;
    z-index: 1;
}

.home-catalog .swiper-arrow.swiper-button-disabled, .h-catalog__goods .swiper-arrow.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 991px) {
    .home-catalog .swiper-arrows .js-catalog-slider-next {
        margin-right: 0;
    }
    .home-catalog .swiper-arrows .js-catalog-slider-prev {
        margin-left: 5px;
    }
}

.stack-slider {
    position: absolute;
    right: 75px;
    bottom: 34px;
    width: 226px;
    height: 217px;
    z-index: 100;
}

.stack-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.stack-card {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.stack-card.active {
    transform: translateX(0) scale(1);
    z-index: 10;
    opacity: 1;
    filter: blur(0);
}

.stack-card:not(.active) {
    transform: translateX(80px) scale(0.75);
    z-index: 5;
    opacity: 1;
    filter: blur(3px);
}

.card-content {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 118%;
    letter-spacing: -4%;
}
.hero__product-line-item-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.stack-next {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    backdrop-filter: blur(24px);
    background-color: rgba(255, 255, 255, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjMWExZjIzIiBkPSJNOC44NDUgMy4xMzhhLjUuNSAwIDAgMC0uNjkuNzI0bDQuMTY4IDMuOTdIMi41YS41LjUgMCAwIDAgMCAxaDkuODIzbC00LjE2OCAzLjk3YS41LjUgMCAwIDAgLjY5LjcyNGw0Ljk0Ni00LjcxMWEuNjYzLjY2MyAwIDAgMCAwLS45NjZ6Ii8+PC9zdmc+);
    outline: none !important;
    position: absolute;
    top: 50%;
    z-index: 10;
    right: -20px;
    transform: translateY(-50%);
    box-shadow: 0 0 40px #00000059;
}

.stack-next:hover {
    transform: translateY(-50%) scale(1.05);
}

@media (max-width: 768px) {
    .stack-slider {
        right: 50px;
        bottom: 20px;
    }

    .stack-card:not(.active) {
        transform: translateX(60px) scale(0.75);
    }
}

@media (max-width: 767px) {
    .stack-slider {
        display: none;
    }
}

.pres__list .presentations a {
    padding: 16px;
    justify-content: space-between;
    background: linear-gradient(62.32deg, #053868 28.56%, #00B0F0 148.43%);
}

.agroknow__card-title-box {
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 46px);
}
.agroknow__card-title-box strong {
    font-weight: 700;
    font-size: 32px;
    line-height: 95%;
    letter-spacing: -3%;
    vertical-align: middle;
    margin-bottom: 9px;
    display: block;
}

.agroknow__card-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 95%;
    letter-spacing: -2%;
    vertical-align: middle;
}

.pres__list .presentations.display-horizon-not .agroknow__card-title-box {
    position: relative;
    top: inherit;
    left: 0;
    width: 100%;
}

.pres__list .presentations.display-horizon-not .agroknow__card-img {
    width: 100%;
    height: 215px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.presentations.white-text .agroknow__card-title-box strong {
    color: #143B64;
}

.presentations.white-text .agroknow__card-title-box {
    color: #404040;
}

.pres__list .presentations.white-text a {
    background: #fff;
}


@media (max-width: 991px) {
    .agroknow__card-title-box strong {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .agroknow__card-title-box strong {
        font-size: 24px;
    }
}

@media (max-width: 465px) {
    .agroknow__card-title-box strong {
        font-size: 18px;
    }
}

.agroknow__section-slider  .presentations a {
    padding: 24px;
    justify-content: space-between;
    background: linear-gradient(62.32deg, #053868 28.56%, #00B0F0 148.43%);
}

.agroknow__section-slider .presentations.display-horizontal .agroknow__card-title-box {
    position: relative;
    top: inherit;
    left: 0;
    width: 100%;
}

.agroknow__section-slider .presentations.display-horizontal .agroknow__card-img {
    width: 100%;
    height: 210px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.agroknow__section-slider .presentations.white-text a {
    background: #fff;
}

.agroknow__section-slider .presentations.display-horizontal .agroknow__card-subtitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 95%;
    letter-spacing: -2%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .agroknow__section-slider  .presentations a {
        padding: 16px;
    }
    .agroknow__section-slider .presentations.display-horizontal .agroknow__card-subtitle {
        font-size: 16px;
    }
    .agroknow__section-slider .presentations.display-horizontal .agroknow__card-img {
        height: 185px;
    }
}

.catalog__card-img {
    min-height: 0;
}

.catalog__card-img {
    margin: 0 auto;
    width: auto;
    height: auto;
}

.header__box.has-open-overlay .header__search {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header__search {
    transition: all 0.3s ease;
}

.header__box.has-open-overlay .header__search {
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 1420px) {
    .r-banner__img {
      max-width: 50%;
      height: calc(100% - 32px);
      border-radius: 10px;
      overflow: hidden;
    }
    
    .r-banner__img img {
      object-position: bottom left;
    }
    
    .r-banner__content {
      max-width: 50%;
    }
}

@media (max-width: 992px) {
    .r-banner__img {
      max-width: inherit;
      height: inherit;
      border-radius: 10px;
      overflow: hidden;
    }
    
    .r-banner__img img {
      object-position: inherit;
    }
    
    .r-banner__content {
      max-width: inherit;
    }
}

.home-expertise__slider .swiper-slide:not(.swiper-slide-active):not(.is-next):not(.is-prev) .home-expertise__slide img {
  transform: scale(0.6);
  filter: blur(10px);
  opacity: 0.7;
}

/* .home-expertise__slider .swiper-slide.is-next .home-expertise__slide::before,
.home-expertise__slider .swiper-slide.is-prev .home-expertise__slide::before,
.home-expertise__slider .swiper-slide:not(.is-active):not(.is-next):not(.is-prev) .home-expertise__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  z-index: 2;
} */


.home-expertise__slider .swiper-slide.swiper-slide-active .home-expertise__slide img {
  box-shadow: 0 0 46px #0000001c;
}
.home-expertise__slider .swiper-slide.swiper-slide-active .home-expertise__slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  z-index: 3;
}


/* ═══════════════════════════════════════════════════════════
   AVRORA — страница продукта (ресурс 215, шаблон avrora.tpl)
   ═══════════════════════════════════════════════════════════ */

/* Общая типографика секций */
.avr-title {
  margin: 0;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--black);
}

.avr-lead {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--black);
}

@media (max-width: 991px) {
  .avr-title {
    font-size: 28px;
    line-height: 1.14;
  }
  .avr-title br {
    display: none;
  }
  .avr-lead {
    font-size: 18px;
  }
}

/* ── Секция 1. Баланс элементов ── */
.avr-balance {
  margin-top: 48px;
}

.avr-balance__head {
  margin-bottom: 40px;
}

.avr-balance__head .avr-lead {
  max-width: 640px;
  margin-top: 24px;
}

.avr-balance__diagram img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .avr-balance {
    margin-top: 24px;
  }
  .avr-balance__head {
    margin-bottom: 24px;
  }
  .avr-balance__head .avr-lead {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .avr-balance__diagram img {
    max-width: 360px;
    margin: 0 auto;
  }
}

/* ── Секция 2. AVRORA для твоих задач (десктоп — табы, мобайл — аккордеон) ── */
.avr-tasks {
  margin-top: 80px;
}

.avr-tasks .avr-title {
  margin-bottom: 40px;
}

.avr-tasks__box {
  padding: 32px;
  border-radius: var(--border-radius-big);
  background: #f5f5f5;
}

.avr-tasks__nav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 8px 18px 0;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: var(--black);
  cursor: pointer;
}

.avr-tasks__nav-btn::after {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: center / contain no-repeat
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHJva2U9IiMxYTFmMjMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik00IDEyaDE1bS02LTYgNiA2LTYgNiIvPjwvc3ZnPg==);
  transition: 0.3s;
}

.avr-tasks__nav-btn:not(.is-active) {
  color: #b3b3b3;
}

.avr-tasks__nav-btn:not(.is-active)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHJva2U9IiNiM2IzYjMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik00IDEyaDE1bS02LTYgNiA2LTYgNiIvPjwvc3ZnPg==);
}

.avr-tasks__nav-btn:hover:not(.is-active) {
  color: #7d7d7d;
}

/* мобайл-аккордеон: плавное раскрытие высоты (0fr→1fr) + fade */
.avr-tasks__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.45s ease, opacity 0.4s ease;
}

.avr-tasks__panel.is-active {
  grid-template-rows: 1fr;
  opacity: 1;
}

.avr-tasks__panel-inner {
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 20px;
}

.avr-tasks__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avr-tasks__media img {
  width: auto;
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
}

.avr-tasks__content {
  display: flex;
  flex-direction: column;
}

.avr-tasks__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.avr-tasks__desc {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.4;
  color: #5a5a5a;
}

.avr-tasks__cultures {
  margin-top: 24px;
}

.avr-tasks__cultures-label {
  font-size: 16px;
  line-height: 1.4;
  color: #9d9d9d;
}

.avr-tasks__cultures-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.avr-npk {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 24px;
  padding: 16px 24px;
  border-radius: var(--border-radius);
  background: var(--white);
}

.avr-npk__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.avr-npk__val {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  padding: 5px 13px;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.avr-npk__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.avr-npk__name sub {
  font-size: 0.65em;
}

.avr-crop {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 100px;
  background: var(--white);
  font-size: 16px;
  line-height: 1.2;
}

.avr-crop img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Десктоп ≥992: табы — названия в левую колонку, активная панель справа во всю высоту */
@media (min-width: 992px) {
  .avr-tasks__box {
    display: grid;
    grid-template-columns: 360px 1fr;
    column-gap: 56px;
    align-items: start;
  }
  .avr-tasks__item {
    display: contents;
  }
  .avr-tasks__nav-btn {
    grid-column: 1;
    align-self: start;
  }
  .avr-tasks__item:first-child .avr-tasks__nav-btn {
    padding-top: 0;
  }
  /* Все панели наложены в правой колонке: высота блока стабильна (= самая высокая
     вкладка), навигация не «прыгает», переключение — плавный fade */
  .avr-tasks__panel {
    display: block;
    grid-column: 2;
    grid-row: 1 / span 99;
    align-self: start;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .avr-tasks__panel.is-active {
    visibility: visible;
    opacity: 1;
  }
  .avr-tasks__panel-inner {
    overflow: visible;
    grid-template-columns: minmax(0, 0.85fr) 1fr;
    gap: 40px;
    align-items: start;
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .avr-tasks__box {
    grid-template-columns: 320px 1fr;
    column-gap: 32px;
  }
}

/* Мобайл/планшет ≤991: аккордеон — панель раскрывается под своим названием */
@media (max-width: 991px) {
  .avr-tasks .avr-title {
    margin-bottom: 24px;
  }
  .avr-tasks__box {
    padding: 16px;
  }
  .avr-tasks__nav-btn {
    font-size: 18px;
    padding: 14px 4px 14px 0;
  }
  .avr-tasks__nav-btn:not(.is-active) {
    color: var(--black);
  }
  /* плюс→крестик: единый паттерн сайта (см. about__factor на «О компании») */
  .avr-tasks__nav-btn::after,
  .avr-tasks__nav-btn:not(.is-active)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cGF0aCBmaWxsPSIjMTMxYTI5IiBkPSJNMTIuMDY0IDBhLjc1Ljc1IDAgMCAxIC43NS43NXYxMC41NjRoMTAuNTYzYS43NS43NSAwIDAgMSAwIDEuNUgxMi44MTR2MTAuNTYzYS43NS43NSAwIDAgMS0xLjUgMFYxMi44MTRILjc1YS43NS43NSAwIDAgMSAwLTEuNWgxMC41NjRWLjc1YS43NS43NSAwIDAgMSAuNzUtLjc1Ii8+PC9zdmc+);
    background-size: 22px;
    opacity: 0.4;
  }
  .avr-tasks__nav-btn.is-active::after {
    rotate: -45deg;
    opacity: 1;
  }
  .avr-tasks__media img {
    max-height: 320px;
  }
  .avr-tasks__subtitle {
    font-size: 20px;
  }
  .avr-tasks__desc {
    font-size: 16px;
  }
  .avr-npk {
    padding: 14px 16px;
  }
  .avr-npk__val {
    height: 27px;
    padding: 4px 10px;
    font-size: 14px;
  }
  .avr-npk__name {
    font-size: 14px;
  }
  .avr-crop {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .avr-tasks__cultures-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Hero (главный экран). Фон — чёрная заглушка под html+css+js анимацию ── */
.avr-hero {
  margin-top: 16px;
}

.avr-hero__box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  padding: 24px;
  border-radius: var(--border-radius-big);
  overflow: hidden;
  color: var(--white);
}

.avr-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000;
}

/* iframe-анимация гранулы во всю площадь hero; получает скролл/свайп для
   переключения слайдов (оверлеи crumbs/content пропускают события сквозь себя) */
.avr-hero__frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.avr-hero__crumbs {
  position: relative;
  z-index: 2;
  padding: 0;
  /* контейнер пропускает скролл/свайп к iframe; кликабельны только ссылки ниже */
  pointer-events: none;
}

.avr-hero__crumbs a {
  pointer-events: auto;
}

.avr-hero__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  /* контейнер пропускает скролл/свайп к iframe; кликабельна только кнопка */
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

/* при уходе с 1-го слайда сцены прячем заголовок/текст/кнопку (класс ставит JS) */
.avr-hero.is-scene-active .avr-hero__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.avr-hero__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.avr-hero__title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--white);
}

.avr-hero__subtitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  color: var(--white);
}

.avr-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 4px 4px 4px 20px;
  border: 1px solid #e1e7ef;
  border-radius: 100px;
  background: var(--white);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #1a1f23;
  transition: 0.3s;
  pointer-events: auto;
}

.avr-hero__btn:hover {
  background: #f1f1f1;
}

.avr-hero__btn-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #1a1f23 center / 20px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M10 4v12m0 0 5-5m-5 5-5-5'/%3E%3C/svg%3E");
}

/* крошки на тёмном фоне — белые (механизм list/back глобальный: путь на десктопе, «Назад» на ≤991) */
.avr-hero .breadcrumbs {
  color: rgba(255, 255, 255, 0.6);
}

.avr-hero .breadcrumbs__link,
.avr-hero .breadcrumbs__current {
  color: rgba(255, 255, 255, 0.9);
}

.avr-hero .breadcrumbs__item:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.5);
}

.avr-hero .breadcrumbs__back {
  color: var(--white);
  opacity: 1;
}

.avr-hero .breadcrumbs__back::before {
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .avr-hero__box {
    min-height: 595px;
    padding: 16px;
  }
  .avr-hero__content {
    gap: 24px;
  }
  .avr-hero__text {
    gap: 12px;
  }
  .avr-hero__title {
    font-size: 36px;
  }
  .avr-hero__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .avr-hero__title {
    font-size: 34px;
  }
  .avr-hero__btn {
    width: 100%;
    justify-content: space-between;
  }
}

/* ── Секция 3. avr-video (десктоп — пилюли-вкладки, мобайл — селект) ── */
.avr-video {
  margin-top: 80px;
}

.avr-video .avr-title {
  margin-bottom: 32px;
}

.avr-video__tabs {
  position: relative;
  margin-bottom: 24px;
}

.avr-video__current {
  display: none;
}

.avr-video__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.avr-video__panel {
  display: none;
}

.avr-video__panel.is-active {
  display: block;
}

.avr-video__player {
  display: block;
  aspect-ratio: 1392 / 367;
  border-radius: var(--border-radius-big);
  overflow: hidden;
  background: linear-gradient(85deg, #010321 0%, #0b0c28 100%);
}

@media (max-width: 991px) {
  .avr-video {
    margin-top: 40px;
  }
  .avr-video .avr-title {
    margin-bottom: 24px;
  }
  /* control — активная вкладка на всю ширину со стрелкой */
  .avr-video__current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 100px;
    background: #fff;
    font-size: 16px;
    line-height: 1.25;
    color: #1a1f23;
    text-align: left;
    cursor: pointer;
  }
  .avr-video__current::after {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: center / contain no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%231a1f23' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='m5 8 5 5 5-5'/%3E%3C/svg%3E");
    transition: transform 0.3s;
  }
  .avr-video__box.is-open .avr-video__current::after {
    transform: rotate(180deg);
  }
  /* список — выпадающий */
  .avr-video__list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 10;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.25s ease;
  }
  .avr-video__box.is-open .avr-video__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .avr-video__list .news__ctg {
    width: 100%;
    border-color: transparent;
  }
  .avr-video__list .news__ctg.is-active {
    border-color: transparent;
    background: #f5f5f5;
  }
  .avr-video__player {
    aspect-ratio: 16 / 9;
  }
}

/* ── Секция 4. avr-absorption (аккордеоны элементов; JS — готовый initAccordions) ── */
.avr-absorption {
  margin-top: 80px;
}

.avr-absorption .avr-title {
  margin-bottom: 16px;
}

.avr-accordion {
  border-bottom: 1px solid #e1e1e1;
}

.avr-accordion__head {
  display: grid;
  grid-template-columns: 444px 1fr 32px;
  grid-template-areas: 'name short toggle';
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
}

.avr-accordion__name {
  grid-area: name;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.14;
  color: var(--black);
}

.avr-accordion__name span {
  color: #8a8a8a;
}

.avr-accordion__name sub {
  font-size: 0.6em;
}

.avr-accordion__short {
  grid-area: short;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--black);
}

/* плюс→крестик: единый паттерн сайта (см. about__factor на «О компании») —
   иконка-плюс поворачивается на -45° и меняет прозрачность 0.4→1 */
.avr-accordion__toggle {
  grid-area: toggle;
  width: 32px;
  height: 32px;
  background: center / 25px no-repeat
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cGF0aCBmaWxsPSIjMTMxYTI5IiBkPSJNMTIuMDY0IDBhLjc1Ljc1IDAgMCAxIC43NS43NXYxMC41NjRoMTAuNTYzYS43NS43NSAwIDAgMSAwIDEuNUgxMi44MTR2MTAuNTYzYS43NS43NSAwIDAgMS0xLjUgMFYxMi44MTRILjc1YS43NS43NSAwIDAgMSAwLTEuNWgxMC41NjRWLjc1YS43NS43NSAwIDAgMSAuNzUtLjc1Ii8+PC9zdmc+);
  opacity: 0.4;
  transition: 0.3s;
}

.avr-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.avr-accordion__inner {
  overflow: hidden;
}

.avr-accordion.active .avr-accordion__toggle {
  rotate: -45deg;
  opacity: 1;
}

.avr-accordion.active .avr-accordion__body {
  grid-template-rows: 1fr;
}

.avr-accordion__text {
  margin: 0;
  padding-left: 468px;
  font-size: 20px;
  line-height: 1.4;
  color: #6a6a6a;
}

.avr-accordion__media {
  margin: 24px 0 32px 468px;
  max-width: 534px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.avr-accordion__media img {
  display: block;
  width: 100%;
}

@media (max-width: 1199px) {
  .avr-accordion__head {
    grid-template-columns: 340px 1fr 32px;
  }
  .avr-accordion__name {
    font-size: 34px;
  }
  .avr-accordion__short {
    font-size: 20px;
  }
  .avr-accordion__text {
    padding-left: 364px;
    font-size: 18px;
  }
  .avr-accordion__media {
    margin-left: 364px;
  }
}

@media (max-width: 991px) {
  .avr-absorption {
    margin-top: 40px;
  }
  .avr-absorption .avr-title {
    margin-bottom: 8px;
  }
  .avr-accordion__head {
    grid-template-columns: 1fr 24px;
    grid-template-areas:
      'name toggle'
      'short short';
    gap: 8px 16px;
    padding: 20px 0;
    align-items: start;
  }
  .avr-accordion__name {
    font-size: 22px;
  }
  .avr-accordion__short {
    font-size: 15px;
  }
  .avr-accordion__toggle {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    background-size: 22px;
  }
  .avr-accordion__text {
    padding-left: 0;
    font-size: 15px;
  }
  .avr-accordion__media {
    margin: 16px 0 8px;
    max-width: 100%;
  }
}

/* ── Секция 5. avr-granule (десктоп — список + картинка справа, мобайл — аккордеон) ── */
.avr-granule {
  margin-top: 80px;
}

.avr-granule .avr-title {
  margin-bottom: 32px;
}

.avr-granule__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e1e1e1;
  background: none;
  text-align: left;
  cursor: pointer;
}

.avr-granule__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--black);
  transition: 0.3s;
}

.avr-granule__item:not(.is-active):hover .avr-granule__name {
  color: #6a6a6a;
}

.avr-granule__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23b3b3b3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M5 12h14m-6-6 6 6-6 6'/%3E%3C/svg%3E");
  transition: 0.3s;
}

.avr-granule__item.is-active .avr-granule__arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%231a1f23' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M5 12h14m-6-6 6 6-6 6'/%3E%3C/svg%3E");
}

.avr-granule__body {
  font-size: 20px;
  line-height: 1.4;
  color: #6a6a6a;
}

.avr-granule__body p {
  margin: 0;
}

.avr-granule__body ul {
  margin: 0;
  padding-left: 22px;
}

.avr-granule__body li {
  margin-bottom: 8px;
}

.avr-granule__img {
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}

.avr-granule__img img {
  display: block;
  width: 100%;
}

.avr-granule__caption {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #8a8a8a;
}

/* слайдер во 2-й вкладке */
.avr-granule__slider {
  position: relative;
}

.avr-granule__slider .swiper-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.avr-granule__slider .swiper-arrow--prev {
  left: 12px;
  transform: translateY(-50%) scaleX(-1);
}

.avr-granule__slider .swiper-arrow--next {
  right: 12px;
}

/* Десктоп: список слева (заголовок + раскрытый подтекст), картинка справа (наложены) */
@media (min-width: 992px) {
  .avr-granule__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    column-gap: 56px;
    align-items: start;
  }
  .avr-granule__item {
    display: contents;
  }
  .avr-granule__head {
    grid-column: 1;
  }
  .avr-granule__item.is-active .avr-granule__head {
    border-bottom-color: transparent;
  }
  .avr-granule__body {
    grid-column: 1;
    display: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
  }
  .avr-granule__item.is-active .avr-granule__body {
    display: block;
  }
  .avr-granule__visual {
    grid-column: 2;
    grid-row: 1 / span 99;
    align-self: start;
    display: none;
  }
  .avr-granule__item.is-active .avr-granule__visual {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .avr-granule__inner {
    grid-template-columns: minmax(0, 1fr) 460px;
    column-gap: 40px;
  }
}

/* Мобайл: аккордеон — картинка раскрывается под свойством */
@media (max-width: 991px) {
  .avr-granule {
    margin-top: 40px;
  }
  .avr-granule .avr-title {
    margin-bottom: 20px;
  }
  .avr-granule__head {
    padding: 18px 0;
  }
  .avr-granule__name {
    font-size: 18px;
  }
  /* плюс→крестик: единый паттерн сайта (см. about__factor на «О компании») */
  .avr-granule__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cGF0aCBmaWxsPSIjMTMxYTI5IiBkPSJNMTIuMDY0IDBhLjc1Ljc1IDAgMCAxIC43NS43NXYxMC41NjRoMTAuNTYzYS43NS43NSAwIDAgMSAwIDEuNUgxMi44MTR2MTAuNTYzYS43NS43NSAwIDAgMS0xLjUgMFYxMi44MTRILjc1YS43NS43NSAwIDAgMSAwLTEuNWgxMC41NjRWLjc1YS43NS43NSAwIDAgMSAuNzUtLjc1Ii8+PC9zdmc+);
    background-size: 22px;
    opacity: 0.4;
  }
  .avr-granule__item.is-active .avr-granule__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDI1Ij48cGF0aCBmaWxsPSIjMTMxYTI5IiBkPSJNMTIuMDY0IDBhLjc1Ljc1IDAgMCAxIC43NS43NXYxMC41NjRoMTAuNTYzYS43NS43NSAwIDAgMSAwIDEuNUgxMi44MTR2MTAuNTYzYS43NS43NSAwIDAgMS0xLjUgMFYxMi44MTRILjc1YS43NS43NSAwIDAgMSAwLTEuNWgxMC41NjRWLjc1YS43NS43NSAwIDAgMSAuNzUtLjc1Ii8+PC9zdmc+);
    rotate: -45deg;
    opacity: 1;
  }
  .avr-granule__body {
    display: none;
    padding-top: 16px;
    font-size: 16px;
  }
  .avr-granule__item.is-active .avr-granule__body {
    display: block;
  }
  .avr-granule__visual {
    display: none;
    padding: 16px 0 20px;
  }
  .avr-granule__item.is-active .avr-granule__visual {
    display: block;
  }
}

/* ── Секция 6. avr-economy (картинка-сравнение + преимущества + блок экономии) ── */
.avr-economy {
  margin-top: 80px;
}

.avr-economy .avr-title {
  margin-bottom: 32px;
}

.avr-economy__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.avr-economy__compare {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: var(--border-radius-big);
  background: #f8f8f8;
}

.avr-economy__compare img {
  display: block;
  width: 100%;
  max-width: 637px;
}

.avr-economy__benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: var(--border-radius-big);
  background: #f8f8f8;
}

.avr-economy__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.avr-economy__row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: var(--border-radius);
  background: var(--white);
}

.avr-economy__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.avr-economy__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.avr-economy__text {
  font-size: 20px;
  line-height: 1.3;
  color: var(--black);
}

.avr-economy__arrow {
  align-self: center;
  width: 29px;
  height: 29px;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none'%3E%3Cpath stroke='%231a1f23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14.5 6v17m0 0 7-7m-7 7-7-7'/%3E%3C/svg%3E");
}

.avr-economy__savings {
  padding: 16px;
  border-radius: var(--border-radius);
  background: var(--blue);
  color: var(--white);
}

.avr-economy__savings-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.avr-economy__savings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.avr-economy__saving {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avr-economy__saving-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
}

.avr-economy__saving-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avr-economy__saving-text {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .avr-economy {
    margin-top: 40px;
  }
  .avr-economy .avr-title {
    margin-bottom: 20px;
  }
  .avr-economy__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .avr-economy__icon {
    width: 60px;
    height: 60px;
  }
  .avr-economy__text {
    font-size: 16px;
  }
  .avr-economy__savings-title {
    font-size: 18px;
  }
  .avr-economy__saving {
    gap: 12px;
  }
  .avr-economy__saving-icon {
    width: 60px;
    height: 60px;
  }
  .avr-economy__saving-text {
    font-size: 14px;
  }
}

/* ── Секция 7. avr-experience (опыт и экспертиза — коллаж статистики + фото) ── */
.avr-experience {
  margin-top: 80px;
}

.avr-experience__lead {
  max-width: 1200px;
  margin-top: 24px;
}

/* Десктоп: две колонки с вертикальным разделителем.
   Слева — фото комбайна с выемкой под «10 000» + ряд «>200»/бурение,
   справа — «52%» + фото-девушка. */
.avr-experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 805fr) minmax(0, 555fr);
  align-items: stretch;
  margin-top: 40px;
}

.avr-experience__main,
.avr-experience__side {
  box-sizing: border-box;
  display: grid;
  min-width: 0;
}

.avr-experience__main {
  grid-template-rows: auto auto;
  row-gap: 24px;
  padding-right: 40px;
  border-right: 1px solid #e1e1e1;
}

.avr-experience__side {
  grid-template-rows: auto 1fr;
  row-gap: 24px;
  padding-left: 40px;
}

/* hero: фото комбайна + белая выемка под «10 000» в правом-нижнем углу */
.avr-experience__hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-big);
}

.avr-experience__hero-img {
  display: block;
  width: 100%;
  aspect-ratio: 805 / 343;
  object-fit: cover;
}

.avr-experience__stat--n10000 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 24px 0 24px 40px;
  background: var(--white);
  border-top-left-radius: var(--border-radius-big);
}

.avr-experience__stat--n10000 .avr-experience__cap {
  max-width: 300px;
}

/* нижний ряд левой колонки: «>200» (слева) + фото бурения (справа) */
.avr-experience__sub {
  display: grid;
  grid-template-columns: minmax(0, 426fr) minmax(0, 336fr);
  column-gap: 40px;
  align-items: start;
  padding-top: 32px;
  border-top: 1px solid #e1e1e1;
}

.avr-experience__stat--n200 {
  grid-column: 1;
  grid-row: 1;
}

.avr-experience__media--potatoes {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 335 / 246;
}

/* правая колонка */
.avr-experience__stat--n52 {
  grid-row: 1;
}

.avr-experience__media--woman {
  grid-row: 2;
  align-self: stretch;
  min-height: 360px;
}

/* медиа-контейнеры (бурение, девушка) */
.avr-experience__media {
  border-radius: var(--border-radius-big);
  overflow: hidden;
  background: #f5f5f5;
}

.avr-experience__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* числа и подписи */
.avr-experience__num {
  font-weight: 600;
  font-size: 68px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--black);
}

.avr-experience__cap {
  max-width: 426px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.3;
  color: var(--black);
}

/* «52%»: число + иконка-источник; текст сноски раскрывается при наведении/фокусе */
.avr-experience__stat--n52 .avr-experience__num {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
}

.avr-experience__src {
  position: relative;
  display: inline-flex;
  margin-top: 8px;
  color: var(--black);
  cursor: pointer;
  outline: none;
}

.avr-experience__src-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.avr-experience__note {
  position: absolute;
  top: -3px;
  left: calc(100% + 12px);
  width: 250px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.34;
  letter-spacing: 0;
  color: rgba(23, 23, 23, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.avr-experience__src:hover .avr-experience__note,
.avr-experience__src:focus-visible .avr-experience__note {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .avr-experience__num {
    font-size: 52px;
  }
  .avr-experience__cap {
    font-size: 20px;
  }
  .avr-experience__stat--n10000 .avr-experience__cap {
    max-width: 260px;
  }
}

/* Мобайл: строки «мини-фото + число + текст» */
@media (max-width: 991px) {
  .avr-experience {
    margin-top: 40px;
  }
  .avr-experience__lead {
    margin-top: 12px;
  }
  .avr-experience__grid {
    grid-template-columns: 64px 1fr;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 24px;
  }
  /* раскрываем вложенные обёртки в единую сетку */
  .avr-experience__main,
  .avr-experience__side,
  .avr-experience__hero,
  .avr-experience__sub {
    display: contents;
  }
  /* сбрасываем десктопные привязки к ячейкам */
  .avr-experience__stat,
  .avr-experience__media,
  .avr-experience__hero-img {
    grid-column: auto;
    grid-row: auto;
    align-self: start;
  }
  /* фото-миниатюры 64×64 */
  .avr-experience__hero-img,
  .avr-experience__media {
    width: 64px;
    height: 64px;
    min-height: 0;
    aspect-ratio: 1;
    border-radius: var(--border-radius-small, 12px);
    overflow: hidden;
  }
  .avr-experience__hero-img {
    object-fit: cover;
  }
  /* статистика — обычные строки с разделителем */
  .avr-experience__stat {
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
  }
  .avr-experience__stat--n10000 {
    position: static;
    padding: 0 0 16px;
    background: none;
    border-top-left-radius: 0;
  }
  .avr-experience__num {
    font-size: 30px;
  }
  .avr-experience__cap,
  .avr-experience__stat--n10000 .avr-experience__cap {
    max-width: none;
    margin-top: 6px;
    font-size: 16px;
  }
  /* скрываем сноску-источник у «52%» */
  .avr-experience__stat--n52 .avr-experience__num {
    display: block;
  }
  .avr-experience__src {
    display: none;
  }
}

/* ── Эффективные решения для урожая (слайдер видео + промо) ──────────── */
/* Переиспользует компонент solution-card / solutions-slider из блока
   about__solutions (стр. «О компании»): JS initAgrotechSlider (main.js)
   и стили .solution-card* / .solutions-slider уже есть на проде —
   здесь задаём только ритм секции и радиус промо-карточки. */
.avr-solutions {
  margin-top: 80px;
}
.avr-solutions .avr-title {
  margin-bottom: 32px;
}
/* промо-карточка по макету скруглена так же, как видео (24px) */
.avr-solutions .solution-card__banner {
  border-radius: var(--border-radius-big);
}
@media (max-width: 991px) {
  .avr-solutions {
    margin-top: 40px;
  }
  .avr-solutions .avr-title {
    margin-bottom: 20px;
  }
}

/* ── Качество гарантировано производством (вкладки + слайдеры карточек) ── */
/* Переключение вкладок — initScopedTabs (.js-tabs). На мобайле вкладки сворачиваются
   в дропдаун (initQualitySelect — паттерн как у avr-video). В первой вкладке у каждой
   карточки свой слайдер из 2 фото (initQualitySliders, по одному Swiper на карточку);
   стрелки — готовые .swiper-arrow. */
.avr-quality {
  margin-top: 80px;
}
.avr-quality .avr-title {
  margin-bottom: 32px;
}
.avr-quality__tabs {
  position: relative;
  margin-bottom: 28px;
}
.avr-quality__current {
  display: none;
}
.avr-quality__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.avr-quality__lead {
  max-width: 900px;
  margin-bottom: 32px;
}
.avr-quality__panel {
  display: none;
}
.avr-quality__panel.is-active {
  display: block;
}
.avr-quality__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.avr-quality__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.avr-quality__col-text {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.4;
  color: #5a5a5a;
}
.avr-quality__col-img {
  border-radius: var(--border-radius);
  overflow: hidden;
  aspect-ratio: 676 / 320;
}
.avr-quality__col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avr-quality__log-box {
  padding: 18px;
  border-radius: var(--border-radius);
  background: #f5f5f5;
}
.avr-quality__log-text {
  max-width: 850px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #6a6a6a;
}
.avr-quality__logistics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.avr-quality__log-img {
  border-radius: var(--border-radius);
  overflow: hidden;
  aspect-ratio: 442 / 294;
}
.avr-quality__log-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avr-qcard {
  display: flex;
  flex-direction: column;
  min-width: 0; /* чтобы Swiper в grid-колонке считал ширину от трека, а не распирал её */
  padding: 18px;
  border-radius: var(--border-radius-big);
  background: #f5f5f5;
}
.avr-qcard__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}
.avr-qcard__desc {
  margin: 0;
  min-height: calc(16px * 1.4 * 3); /* ~3 строки — фото на одном уровне у всех карточек */
  font-size: 16px;
  line-height: 1.4;
  color: #6a6a6a;
}
.avr-qcard__slider {
  width: 100%; /* явная ширина — иначе Swiper в flex-колонке распирает контейнер */
  min-width: 0;
  margin-top: 12px;
}
.avr-qcard__slider .avr-qcard__img {
  margin-top: 16px; /* отступ между текстом и фото внутри слайда */
}
.avr-qcard__img {
  border-radius: var(--border-radius);
  overflow: hidden;
  aspect-ratio: 417 / 218;
}
.avr-qcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avr-qcard__caption {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
}
.avr-qcard__arrows {
  margin-top: 16px;
}
/* фото-карточки (вкладка «Контроль качества»): текст прижат к верху, фото — к низу,
   чтобы у всех карточек ряда текст начинался на одном уровне, а фото были на одном
   уровне независимо от числа строк текста (без «лесенки») */
.avr-qcard--photo .avr-qcard__desc {
  min-height: 0;
  margin-bottom: 16px; /* гарантированный отступ текст↔фото (не схлопывается под margin-top:auto) */
}
.avr-qcard--photo .avr-qcard__img {
  margin-top: auto;
}

@media (max-width: 991px) {
  .avr-quality {
    margin-top: 40px;
  }
  .avr-quality .avr-title {
    margin-bottom: 24px;
  }
  /* вкладки → выпадающий список */
  .avr-quality__current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #1a1f23;
    border-radius: 100px;
    background: #fff;
    font-size: 16px;
    line-height: 1.25;
    color: #1a1f23;
    text-align: left;
    cursor: pointer;
  }
  .avr-quality__current::after {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: center / contain no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%231a1f23' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='m5 8 5 5 5-5'/%3E%3C/svg%3E");
    transition: transform 0.3s;
  }
  .avr-quality__box.is-open .avr-quality__current::after {
    transform: rotate(180deg);
  }
  .avr-quality__list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 10;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.25s ease;
  }
  .avr-quality__box.is-open .avr-quality__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .avr-quality__list .news__ctg {
    width: 100%;
    border-color: transparent;
  }
  .avr-quality__list .news__ctg.is-active {
    border-color: transparent;
    background: #f5f5f5;
  }
  .avr-quality__lead {
    margin-bottom: 20px;
  }
  /* карточки — горизонтальный скролл */
  .avr-quality__cards {
    grid-auto-flow: column;
    grid-auto-columns: 85%;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .avr-quality__cards::-webkit-scrollbar {
    display: none;
  }
  .avr-quality__cards > .avr-qcard {
    scroll-snap-align: start;
  }
  /* на мобайле карточка показывает одно фото, стрелки скрыты */
  .avr-qcard__arrows {
    display: none;
  }
  /* вкладка «Высококачественное сырьё»: карточки со слайдерами не уходят
     в горизонтальный скролл, а встают в 1 колонку; слайдер фото внутри
     остаётся рабочим — стрелки видны (+ свайп, см. initQualitySliders) */
  .avr-quality__cards.avr-quality__cards--sliders {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .avr-quality__cards--sliders .avr-qcard__arrows {
    display: flex;
  }
  .avr-qcard__name {
    font-size: 20px;
  }
  .avr-quality__cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .avr-quality__col-text {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .avr-quality__logistics {
    grid-template-columns: 1fr;
  }
  .avr-qcard__caption {
    font-size: 16px;
  }
}

/* ── Вперед за зарей: история AVRORA (слайдер-таймлайн) + видеоролики ── */
/* Левая колонка — серая карточка со слайдером вех (год + текст), стрелки внизу
   (initHistorySlider, Swiper). Правая — 3 видеоролика на готовом .solution-card
   (без подписи). На мобайле — одна колонка, ролики скроллятся горизонтально. */
.avr-history {
  margin-top: 80px;
}
.avr-history .avr-title {
  margin-bottom: 32px;
}
.avr-history__inner {
  display: grid;
  /* левая колонка уже, правая шире — чтобы вместить 3 видео по 238px (как в макете) */
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 24px;
  align-items: start;
}
.avr-history__col {
  min-width: 0;
}
.avr-history__label {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  color: var(--black);
}
.avr-history__card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  border-radius: var(--border-radius);
  background: #f5f5f5;
}
.avr-history__track {
  width: 100%; /* явная ширина — Swiper во flex-колонке иначе распирает контейнер */
}
.avr-history__num {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--black);
}
.avr-history__text {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.4;
  color: #6a6a6a;
}
.avr-history__arrows {
  margin-top: auto; /* прижимаем стрелки к низу карточки */
  padding-top: 20px;
}
/* видеоролики используют готовый компонент .solutions-slider / .solution-card
   (238×320, Swiper) — как в avr-solutions, поэтому отдельных стилей не требуют */

@media (max-width: 991px) {
  .avr-history {
    margin-top: 40px;
  }
  .avr-history .avr-title {
    margin-bottom: 24px;
  }
  .avr-history__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .avr-history__label {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
