@import url('../fonts/DINPro/DINPro.css');

:root {
    --font-family: "Raleway", sans-serif;
    /* --title-family: "DINPro", sans-serif; */
    --title-family: "Raleway", sans-serif;
    --font3: "Inter", sans-serif;
    --font-roboto:"Roboto", sans-serif;

    --theme-color: #E96227;
    --body-bg: #ffffff;
    --body-color: #474747;
    --btn-color: #ffffff;

    --border-color: #cfcfcf;
}


body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
}
.btn {
    font-family: var(--font-family);    
}
button {
    cursor: pointer;
}
a {transition: all linear 300ms;}

strong {
    font-weight: bold;
}

.navigation .menu>.menu-item, .navigation .menu>.page_item {
    font-family: var(--font-family);  
    font-weight: bold;
}

.w-100 {
    width: 100%;
}


h1,h2,h3,h4,h5,h6,p {margin-top: 0;font-family: var(--font-family);}
.h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.04em;
    /* text-transform: capitalize; */
    color: #000;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .h2 {
        font-size: 40px;
    }
}
@media (max-width: 1024px) {
    .h2 {
        font-size: 36px;
    }
}
@media (max-width: 880px) {
    .h2 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .h2 {
        font-size: 28px;
    }
}
.h3 {
    font-family: var(--title-family);
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #737373;
    margin-top: 0;
}
.h3-sub {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #000;
}
@media (max-width: 1200px) {
    .h3, .h3-sub {
        font-size: 28px;
    }
}
@media (max-width: 1024px) {
    .h3, .h3-sub {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .h3, .h3-sub {
        font-size: 20px;
    }
}

.h4 {
    font-family: var(--title-family);
    font-weight: 600;
    font-size: 22px; 
    line-height: 1.45455;
    letter-spacing: 0.01em;
    color: #1f1f1f;
}
@media (max-width: 1200px) {
    .h4 {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .h4 {
        font-size: 18px;
    }
}
.h5 {
    font-family: var(--title-family);
    font-weight: 600;
    font-size: 20px; 
    line-height: 1.1;
    color: #000;
}
@media (max-width: 767px) {
    .h5 {
        font-size: 16px;
    }
}

.bg-light-gray {
    background-color: #f9f9f9;
}
.color-black {
    color: #000 !important;
}
.color-accent {
    color: var(--theme-color) !important;
}
.color-gray {
    color: #717171 !important;
}
.color-white {
    color: #fff !important;
}
.uppercase {
    text-transform: uppercase !important;
}

.f-din {
    font-family: 'DINPro', sans-serif;
}
.f-roboto {
    /* font-family: var(--font-roboto); */
    font-family: var(--title-family);
}

.pt-70 {padding-top: 70px}
.pt-80 {padding-top: 80px}
.pb-80 {padding-bottom: 80px}
.pt-100 {padding-top: 100px}
.pb-100 {padding-bottom: 100px}
.pt-130 {padding-top: 130px}
.pb-130 {padding-bottom: 130px}
.pb-140 {padding-bottom: 140px}
.pt-160 {padding-top: 160px}
.pb-160 {padding-bottom: 160px}

.mg-0 {margin: 0}
.mb-10 {margin-bottom: 10px}
.mb-15 {margin-bottom: 15px}
.mb-16 {margin-bottom: 16px}
.mb-20 {margin-bottom: 20px}
.mb-24 {margin-bottom: 24px}
/* .mb-30 {margin-bottom: 30px} */
.mb-40 {margin-bottom: 40px}
.mb-50 {margin-bottom: 50px}
.mb-60 {margin-bottom: 60px}
.mb-80 {margin-bottom: 80px}
.mb-100 { margin-bottom: 100px}
.mb-140 {margin-bottom: 140px}
.mb-160 { margin-bottom: 160px}

@media (max-width: 1200px) {
    .mb-60 {
        margin-bottom: 40px;
    }
    .mb-80 {
        margin-bottom: 60px
    }
    .title-secton.mb-100 {
        margin-bottom: 40px;
    }
}
@media (max-width: 1024px) {
    .mb-140, .mb-160 {
        margin-bottom: 100px;
    }
}
@media (max-width: 880px) {
    .pt-160 {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .pt-160 {
        padding-top: 90px;
    }
}

.fw-400 {font-weight: 400}
.fw-500 {font-weight: 500}
.fw-600 {font-weight: 600}
.fw-700 {font-weight: 700}
.hidden {
    display: none;
}


.hero-video__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    object-fit: cover;
}
.hero-video__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
}
.hero-video__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-fade__title {
    font-family: var(--font-family);
    line-height: 1.2;
}
.slider-fade__title small {
    font-size: 68%;
}
.slider-fade__descr {
    font-family: var(--font-family);
    font-weight: 600;
}
.slide-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.hero-video__logo {
    margin-bottom: 20px;
    line-height: 0;
}
.hero-video__logo img {
    margin: 0 auto;
}


/* .slider-fade__title {
    font-size: 58px;
}
.slider-fade__descr {
    font-size: 28px;
} */
/* @media (min-width: 1921px) { */
    .slider-fade__title {
        font-size: 64px;
    }
    .slider-fade__descr {
        font-size: 28px;
    }  
/* } */
@media (max-width: 1200px) {
    .slider-fade__title {
        font-size: 50px;
    }
    .slider-fade__descr {
        font-size: 24px;
    }  
    .hero-video__logo img {
        max-width: 300px;
        max-height: 100px;
    }
}
@media (max-width: 991px) {
    .slider-fade__title {
        font-size: 40px;
    }
    .slider-fade__descr {
        font-size: 20px;
    }  
    
    .hero-video__logo {
        /* margin-bottom: 20px; */
    }
}
@media (max-width: 767px) {
    .slider-fade__title {
        font-size: 32px;
    }
    .slider-fade__descr {
        font-size: 16px;
    }  
    .hero-video__logo img {
        /* height: 50px; */
    }
}



.equipment-category__icon {
    width: 40px;
    border-radius: 50%;
}
.equipment-category__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.equipment-container {
    display: flex;
    gap: 24px;
}
.equipment-column {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 991px) {
    .equipment-container {
        flex-direction: column;
    }
    .equipment-column {
        max-width: 100%;
    }
}
.equipment-category .equipment .equipment__item {
    width: 100%;
}





.cycle__wrap {
    justify-content: center;
}
.cycle__attachment {
    flex: 0 0 29%;
    max-width: 29%;
}
.cycle__h2 {
    font-size: 32px;
}
/* .cycle__attachment {
    flex: 0 0 230px;
    max-width: 230px;
} */
@media (max-width: 1024px) {
    .cycle__attachment {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


a.equipment__link {
    gap: 8px;
}
.equipment__header {
    /* display: flex;
    align-items: center; */
    gap: 8px;
    font-weight: 600;
}
.equipment__title {
    display: inline;
    vertical-align: bottom; 
    white-space: nowrap;   
}

.equipment__link-subtitle {
    flex-direction: column;
    align-items: flex-start;
}
.equipment__link-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.cycle-button.cycle__title {
    background-color: var(--theme-color);
    color: #fff;
}
.cycle-button.cycle__title:hover {
    background-color: #005894;
    border-color: #005894;
}
.cycle-button.cycle__subtitle {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
}
.cycle-button.cycle__subtitle:hover, .cycle-button.cycle__title:hover {
    color: #fff;
}
.equipment-category__title {
    font-size: 18px;
    font-weight: 500;
    color: #228B22;
}
@media (min-width: 1200px) {
    .cycle-button.cycle__title {
        font-size: 38px;
    }  
    .cycle-button.cycle__subtitle {
        font-size: 30px;
    } 
}
@media (max-width: 1024px) {
    .cycle-button.cycle__title {
        font-size: 30px;
    }
}
@media (max-width: 880px) {
    .cycle-button.cycle__title {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .equipment-category__title {
        font-size: 18px;
    }
    .equipment__header {
        font-size: 14px;
    }
    .equipment__link-bottom {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .equal svg {
        width: 30px;
        height: 30px;
    }
    .cycle .mb-40 {
        margin-bottom: 24px;
    }
    .equipment-category__title {
        font-size: 16px;
    }
    .cycle-button.cycle__title {
        font-size: 20px;
    }
    .cycle {
        padding: 0 16px;
    }
    .cycle__wrap {
        padding: 0;
    }
}
@media (max-width: 480px) {
    .equipment__header {
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .equipment__header .h5 {
        font-size: 14px;
    }
    .equipment__link-bottom {
        font-size: 12px;
    }
}


/* Accordion Container */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 991px) {
    .accordion.accordion--col2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.accordion.no-gap {
    gap: 0;
}
.accordion__item {
    overflow: hidden;
}

.accordion__header {
    font-family: var(--font-family);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    border-radius: 10px;
    background: #000;
    height: 100%;
    padding: 16px 16px;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    transition: allease-in-out 300ms;
}

.accordion__question {
    padding: 24px 15px 24px 0;
    cursor: pointer;
    border-radius: 0;
    background: transparent;
    color: #000;
    border: none;
    border-top: 1px solid var(--border-color);
}
.accordion__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45455;
    letter-spacing: 0.01em;
    color: #1f1f1f;
    margin: 0;
}
@media (max-width: 1200px) {
    .accordion__title {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .accordion__title {
        font-size: 18px;
    }
}
@media (max-width: 880px) {
    .accordion__title {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .accordion__header {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .accordion__header {
        font-size: 16px;
    }
}
.accordion__header:hover {
    border-color: var(--theme-color);    
}
.accordion__arrow {
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.accordion__icon {
    transition: transform 0.3s;
    flex: 0 0 20px;
    line-height: 0;
}
.accordion__header.active {
    background: var(--theme-color);
    color: #fff;
}
.accordion__header.active .accordion__arrow {
    transform: rotate(0deg);
    filter: brightness(0) invert(1);
}
.accordion__header.active .accordion__icon {
    transform: rotate(90deg);
}
.accordion__question:hover {
    border-color: var(--border-color);
}
.accordion__question.active {
    background: transparent;
}


.accordion__content {
    padding: 40px 16px;
    overflow: hidden;
    display: none;
}


.accordion-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.accordion-gallery__item {
    line-height: 0;
}
.accordion-gallery__item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.slider-item .video {
    width: 100%;
}


.product__gallery {
    padding: 0 100px;
}
@media (max-width: 480px) {
    .product__gallery {
        padding: 0 60px;
    }
}
.product-gallery {
    max-width: 600px;
    margin: 0 auto;
}
.product-gallery .gallery .thumbnail {
    padding: 0;
}
.product-gallery .gallery .owl-item .thumbnail,
.product-gallery .gallery .owl-item .video {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.product-gallery .gallery img {
    aspect-ratio: 16 / 9;
}
.product-gallery .gallery .owl-item.active .video,
.product-gallery .gallery .owl-item.active .thumbnail {
    transform: scale(1.1);
}


.single-specifications .btn-back {
    margin-top: 40px;
}
@media (min-width: 881px) {
    .top-nav {
        padding-top: 120px;
    }
}
@media (max-width: 480px) {
    .top-nav {
        padding-top: 20px;
    }
}
.nav-list {
    list-style: none;
    gap: 10px;
    /* overflow: auto; */
    white-space: nowrap;
    flex-wrap: wrap;
}
.nav-list__logo {
    flex: 0 0 105px;
    max-width: 105px;
}
@media (max-width: 767px) {
    .nav-list__logo {
        flex: 0 0 70px;
        max-width: 70px;
        margin: 0 !important;
    }
    
}
.nav-list .cycle-button {
    padding: 12px 18px;
    border-color: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    color: #2D2B2D;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family);
}

.nav-list .cycle-button:hover {
    color: #fff;
}
.nav-list  li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family);
}
.nav-list-wrap {
    gap: 10px;
}


.spec-info__footer .btn-small {
    padding: 6px 10px;
    font-size: 12px;
}
.spec-info__footer .btn-small svg {
    width: 18px;
}
.product .descr p {
    margin-bottom: 1rem;
}
.product__image img {
    width: 100%;
}
@media (max-width: 767px) {
    .nav-list {
        gap: 5px 10px;
    }
    .nav-list .cycle-button {
        padding: 6px 10px;
        font-size: 12px;
    }
    .nav-list .cycle-button svg {
        display: none;
    }
    .nav-list li {
        font-size: 12px;
    }

    .spec-section.product {
        padding-top: 40px;
    }
    .product__image {
        line-height: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 550px) {
    .nav-list-wrap {
        gap: 25px;
    }
    .nav-list li:last-child {
        /* flex: 0 0 100%;
        padding-left: 130px; */
        display: none;
    }    
}




.agro-card {
    padding: 0 106px;
}
@media (max-width: 991px) {
    .agro-card {
        padding: 0;
    }
}
.agro__descr {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #717171;
    max-width: 1077px;
    margin-left: auto;
    margin-right: auto;
}
.agro-card__inner {
    display: flex;
    gap: 57px;
}
.agro-card__content {
    max-width: 363px;
}
@media (max-width: 1024px) {
    .agro-card__inner {
        flex-direction: column;
    }
    .agro-card__image {
        margin: 0 auto;
    }
    .agro-card__content {
        max-width: 100%;
        text-align: center;
    }
}
.agro-card__number {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.04em;
    color: #bebebe;
}
.agro-card__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #737373;
}
.agro-card__description {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #717171;
}
.agro-card__description p:not(:last-child) {
    margin-bottom: 1rem;
}
.agro-card__image {
    max-width: 492px;
}
.agro-card__image-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}
.image-nav__name {
    font-size: 13px;
    line-height: 1.69231;
    letter-spacing: 0.01em;
    color: #000;
}

.features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
}
.feature__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0
}
.features__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.features__text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #737373;
}
@media (max-width: 1024px) {
    .features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 40px;
    }
}
@media (max-width: 480px) {
    .features {
        gap: 20px 0;
    }
    .features .features__item {
        width: 50%;
        gap: 6px;
        justify-content: flex-start;
    }
    .features .features__icon {
        flex: 0 0 30px;
        height: 30px;
    }
    .features__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .features .features__text {
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        text-align: left;
    }
}

.equipment-section__content {
    max-width: 1444px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.equipment-section__content::after {
    content: '';
    background: linear-gradient(90deg, #fff 1.11%, rgba(255, 255, 255, 0) 12.5%, rgba(255, 255, 255, 0) 85%, #fff 98.86%);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.equipment-section.mg-0 {
    margin: 0;
}
.equipment-section .equipment-item {
    width: 182px;
}

.equipment-item {
    position: relative;
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
    transition: all linear 300ms;
}
.equipment-item img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
.equipment-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(4px);
    background: #e96227c9;
    transform: scale(0);
    transition: all linear 300ms;
}
.equipment-item__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.equipment-item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    /* .equipment-item:hover {
        transform: translateY(-40px);
    } */
    .equipment-item:hover .equipment-item__overlay {
        transform: scale(1);
    }
}




.farming__descr {
    font-size: 20px;
    line-height: 1.15;
    color: #333;
}
.farming__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}
@media (max-width: 1024px) {
    .farming .h5, .farming__descr {
        font-size: 18px;
    }
    .farming__grid {
        gap: 24px;
    }
}
@media (max-width: 880px) {
    .farming .h5, .farming__descr {
        font-size: 16px;
    }
    .farming__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.farming__grid-line {
    height: 2px;
    width: 100%;
    background-color: var(--border-color);
}
.farming__grid-descr {
    line-height: 1.5;
    color: #5c5c5c;
}

.farming__image img {
    width: 100%;
    height: 565px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 880px) {
    .farming__image img {
        height: 365px;
    }
}
@media (max-width: 765px) {
    .farming__image img {
        height: 265px;
    }
}
@media (max-width: 480px) {
    .farming__image img {
        height: 165px;
    }
}

@media (max-width: 1200px) {
    .farming__inner {
        margin-bottom: 90px;
    }
    .farming.pb-100 {
        padding-bottom: 0;
    }
}
.farming__inner-item {
    max-width: 285px;
}
.farming__inner-descr {
    font-size: 13px;
    line-height: 1.23077;
    letter-spacing: 0.01em;
    color: #374151;
}
.farming__inner-title {
    line-height: 1.04545;
}



.feature {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.features__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.feature__icon {
    line-height: 0;
}
.solution-slider .swiper-button-prev.swiper-prev, .solution-slider .swiper-button-next.swiper-next  {
    width: 47px;
}
.solution-slider .swiper-button-prev:after, .solution-slider .swiper-button-next:after {
    display: none;
}
.solution-slider .swiper-slider-pagination {
    display: none;
}
.solution-slider .swiper-next:hover path, .solution-slider .swiper-prev:hover path {
    stroke: #000;
}


.navigation__info {
    gap: 10px;
    font-weight: 500;
}
.navigation__mail, .navigation__phone, .contact-item {
    font-weight: bold;
}
.navigation__mail, .navigation__phone,.navigation__address, .contact-item {
    padding-left: 36px;
    position: relative;
    color: #fff;
}
.navigation__mail:before, .contact-item.email:before {
    content: '';
    display: block;
    background-size: 35px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-image: url(/wp-content/uploads/2025/03/E_mail_icona_orange.png);
    background-position: center; 
}
.navigation__phone:before, .contact-item.phone:before {
    content: '';
    display: block;
    background-size: 35px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background-image: url(/wp-content/uploads/2025/03/Phone_icon_orange.png);
    background-position: center;
}
.navigation__address:before {
    content: '';
    display: block;
    background-size: 40px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2025/03/Location_icon_orange.png);
    background-position: center;
}
.navigation__hr {
    margin: 12px 0;
    border-top: 1px solid var(--theme-color);
    width: 80px;
}

.footer__contacts {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 767px) {
    .footer__contacts {
        font-size: 16px;
    }
}


.pagepiling-wrap {
    height: 100vh;
    height: calc(calc(var(--vh, 1vh)* 100));
    position: relative;
}

.page #pp-nav.right {
    right: 40px;
}
@media (min-width: 1675px) {
    .page #pp-nav.right {
        right: 123px;
    }
}
@media (max-width: 576px) {
    .page #pp-nav.right {
        display: none !important;
    }
}
.page #pp-nav ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.page #pp-nav ul li {
    margin: 0;
    width: auto;
    height: auto;
}
#pp-nav li span.pp-number {
    position: static;
}
#pp-nav li span.pp-number {
    width: auto;
    position: static;
    height: auto;
    border: none;
    background: transparent;
    border-radius: 0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.page #pp-nav ul li:nth-child(1) {
    display: none;
}
.page #pp-nav li a {
    /* width: 9px;
    height: 9px; */
    width: 44px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    padding: 4px;
    border-radius: 90px;
    color: #000;
}
.page #pp-nav li a.active {
    background: rgba(148, 148, 148, 0.15);
}
.page #pp-nav a>span:not(.pp-number) {
    position: relative;
    width: 9px;
    height: 9px;
    display: block;
    top: auto;
    left: auto;
}
.page #pp-nav li .active span:not(.pp-number) {
    background: var(--theme-color);
    border-color: var(--theme-color) !important;
}
.page #pp-nav li .active span.pp-number {
    background-color: transparent !important;
}
.page #pp-nav.cover-active a {
    color: #fff;
}
.page #pp-nav.cover-active li a.active {
    background: rgb(250 250 250 / 15%);
}




.hero-section {
    background-position: center;
}
.hero-section__content {
    max-width: 900px;
    padding: 0 20px;
}
.hero-section__overlay {
    height: 100%;
}
.hero-section__wrap {
    top: 50%;
}


.pp-section .hero-section__content .h2, .pp-section .hero-section__content .h4 {
    opacity: 0;
}
.pp-section.active .hero-section__content .h2, .pp-section.active .hero-section__content .h4{
    animation: fade-up 1300ms forwards;
}
.pp-section.active .hero-section__content .h4 {
    animation-delay: 1000ms;
}

.attachment__container {
    max-width: 1230px;
    margin: 0 auto;

    /* border: 3px solid #228B22;
    border-radius: 40px; */
    padding: 20px 0px 30px;
    position: relative;
}
.attachment__container::before {
    content: '';
    border: 3px solid #228B22;
    border-radius: 40px;
    display: block;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
}
.attachment__inner {
    position: relative;
    margin-bottom: 40px;

}
.attachment__inner::before {
    /* content: ''; */
    /* width: 66%; */
    border: 3px solid #228B22;
    border-radius: 40px;
    display: block;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    /* z-index: -1; */
}
.attachment__operator.equal svg {
    /* transform: translateX(40px); */
}
.attachment__title {
    margin-right: 400px;
    margin-bottom: 20px;
}
.attachment__visual {
    display: flex;
    align-items: center;
    gap: 20px;    
}
.attachment__options {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.attachment__item {
    flex: 0 0 340px;
    max-width: 340px;
    text-align: center;
}
.attachment__option {
    flex: 0 0 340px;
    max-width: 340px;
    text-align: center;
}
.attachment__description a {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    transition: alllinear 300ms;
}
.attachment__description a:hover {
    filter: contrast(200%) grayscale(100%);
}



.agrocycle-image {
    position: relative;
}
.agrocycle-image img {
    /* width: 118px;
    height: 118px; */
    width: 135px;
    height: 135px;
    object-fit: cover;
    object-position: center center;
    border: 3px solid #fff;
    border-radius: 100px 100px 100px 100px;
    position: relative;
}
.agrocycle-image__decor {
    /* width: 165px;
    height: 165px; */
    width: 185px;
    height: 185px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-top: -82.5px;
    margin-left: -82.5px; */
    margin-top: -92.5px;
    margin-left: -92.5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: top 2px center;
    background-size: 160px;
    background-color: #ec6b33;
    -webkit-animation: rotating 13s linear infinite;
    -moz-animation: rotating 13s linear infinite;
    -ms-animation: rotating 13s linear infinite;
    -o-animation: rotating 13s linear infinite;
    animation: rotating 13s linear infinite;
    transition: all linear 300ms;
    background-size: contain;
}
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1289px) {
    .attachment__item, .attachment__option {
        flex: 0 0 240px;
        max-width: 240px;
        text-align: center;
    }
    .attachment__container {
        max-width: 930px;
    }
    .attachment__inner::before {
        width: 69%;
    }
    .attachment__operator.equal svg {
        /* transform: translateX(30px); */
    }
    .attachment__title {
        margin-right: 300px;
    }
}
@media (max-width: 991px) {
    .attachment__container {
        max-width: 600px;
    }
    .attachment__inner::before {
        right: -20px;
        width: auto;
    }
    .attachment__options {
        flex-wrap: wrap;
    }
    .attachment__option.full-cycle {
        flex: 0 0 340px;
        max-width: 340px;
        margin: 40px auto 0;
    }
    .attachment__option.full-cycle .equal {
        margin-bottom: 40px;
    }
    .agrocycle-image {
        margin-bottom: 40px;
    }
    .attachment__title {
        margin-right: 0;
    }
}
@media (max-width: 767px) {    
    .hero-section {
        height: 100vh;
    }
    .attachment {
        padding: 0 80px;
    }
    .attachment__options {
        gap: 20px;
    }
    .attachment__option {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .attachment__option.full-cycle {        
        margin: 0px auto;
    }
    .attachment__description {
        max-width: 340px;
        margin: 0 auto;
    }

    .attachment__visual {
        flex-wrap: wrap;
    }
    .attachment__item, .attachment__operator {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .attachment__image {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .attachment__operator.plus svg {
        width: 50px;
        height: 50px;
    }
    .attachment {
        padding: 0 20px;
    }
    .attachment__option.full-cycle {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.video.w-100 {
    width: 100%;
}
.circle-link {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    transition: alllinear 300ms;
}
.video-card__title {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .options-list__title,.video-card__title {
        font-size: 18px;
    }  
}



.style2 .accordion__header {
    position: relative;
    padding-left: 65px;
}
.accordion__header .accordion__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    object-fit: contain;
}



.gap-20.row {
    gap: 20px 0;
}

.agro-cycle {
    padding: 1px 40px 40px;
    border: 3px solid var(--theme-color);
    border-radius: 30px;
}
@media (max-width: 768px) {
    .agro-cycle {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 480px) {
    .agro-cycle {
        border-width: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.agro-cycle__logo {
    position: relative;
    display: inline-flex;
    margin: -50px auto 60px;
    padding: 0 30px;
    background: #fff;
}
.agro-cycle__title a {
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.agro-cycle__title rect, .agro-cycle__title path {
    transition: all linear 200ms;
}
.agro-cycle__title a:hover rect, .agro-cycle__title a:hover path {
    stroke: #000;
}

.agro-cycle .options__content {
    margin: 0;
    background: transparent;
}
.agro-cycle .options-list__inner {
    align-items: center;
}

.section-default__video.mb-0 {
    margin-bottom: 0;
}
.line {
    margin: 40px 0;
    height: 1px;
    background: #000;
}
@media (max-width: 1200px) {
    .agro-cycle .farming__inner {
        margin-bottom: 0px;
    }
}



.cover-banner {
    background-color: #5c5c5c;
    height: 480px;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1200px) {
    .cover-banner {
        height: 380px;
    }
}
@media (max-width: 991px) {
    .cover-banner {
        height: 280px;
    }
}

.image-map-container {
    position: relative;
}



.gallery-grid .thumbnail {
    padding: 10px;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .specifications .equipment-section .equipment-item {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .spec-section.pt-100 {
        padding-top: 40px;
    }    
}




@media (min-width: 1400px) {
    .cycle-section {
        margin: 0 -100px;
    }
}
.cycle-section__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cycle-section__image {
    width: 48%;
}
.cycle-section__list {
    list-style: none;
    position: relative;
    padding: 30px 0 30px 67px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.cycle-section__list:before {
    content: '';
    width: 4px;
    height: 100%;
    /* background: linear-gradient(180deg, #FBDC76 0%, #D86331 50%, #184853 95%); */
    background-image: url(/wp-content/uploads/2025/03/line-dash.svg);
    position: absolute;
    left: 16px;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cycle-section__category strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}
.cycle-section__category ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.cycle-section__category ul a {
    color: inherit;
    position: relative;
}
.cycle-section__category ul a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.cycle-section__category ul a {
    position: relative;
}
.cycle-section__category ul a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Толщина линии */
    background-color: currentColor; /* Использует цвет текста */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.cycle-section__category ul a:hover {
    color: var(--theme-color);
}
.cycle-section__category ul a:hover::after {
    width: 100%;
}
.cycle-section__category ul a:not(:hover)::after {
    width: 0;
    transition: width 0.3s ease-in-out 0.1s; /* Задержка, чтобы убрать вправо */
}


.cycle-section__category strong::before {
    content: '';
    width: 30px;
    height: 30px;
    border: 7px solid #D9D9D9;
    position: absolute;
    border-radius: 50%;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}
.cycle-section__category--yellow strong {
    color: #fac056;
}
.cycle-section__category--yellow strong::before {
    background-color: #fac056;
}
.cycle-section__category--orange strong {
    color: #ef8236;
}
.cycle-section__category--orange strong::before {
    background-color: #ef8236;
}
.cycle-section__category--brown strong {
    color: #9c5433;
}
.cycle-section__category--brown strong::before {
    background-color: #9c5433;
}
.cycle-section__category--dark strong {
    color: #494740;
}
.cycle-section__category--dark strong::before {
    background-color: #494740;
}
.cycle-section__category--blue strong {
    color: #184f5b;
}
.cycle-section__category--blue strong::before {
    background-color: #184f5b;
}
.cycle-section__category--black strong {
    color: #2c4245;
}
.cycle-section__category--black strong::before {
    background-color: #2c4245;
}
@media (max-width: 991px) {
    .cycle-section__container {
        flex-wrap: wrap;
    }
    .cycle-section__image {
        width: 100%;
    }
    .cycle-section__circle img {
        transform: scaleX(-1);
    }
}
@media (max-width: 767px) {
    .cycle-section__category strong {
        font-size: 18px;
    }
    .cycle-section__list {
        padding-left: 40px;
    }
    .cycle-section__category strong::before {
        width: 20px;
        height: 20px;
        border: 4px solid #D9D9D9;
        left: -33px;
    }
}

.fesibility-btn {
    font-weight: 700;
    text-transform: uppercase;
}
.fesibility-btn.cycle-button:hover {
    color: var(--theme-color);
    background: transparent;
}
@media (min-width: 1201px) {
    .fesibility-btn {
        font-size: 30px;
    } 
}


.section-default__descr .descr>ul {
    padding-left: 40px;
}


.benefits {
    margin: 0 auto;
}
.benefits__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    text-align: center;
    color: #fff;
    gap: 30px;
}
.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.benefit-card__icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.benefit-card__text {
    line-height: 1.4;
}
@media (min-width: 992px) {
   .benefit-card__text {
        font-size: 20px;
    }
 
}

@media (max-width: 767px) {
    .benefits {
        margin: 0;
    }
    .benefit-card__icon img {
        width: 40px;
        height: 40px;
    }
    .benefits__list {
        grid-template-columns: repeat(1, 1fr);
        text-align: left;
        gap: 10px;
    }
    .benefit-card {
        flex-direction: row;
    }
    .benefit-card__text br {
        display: none;
    }
    .benefit-card__icon {
        flex: 0 0 40px;
    }
}
@media (max-width: 576px) {
    .benefit-card {
        font-size: 14px;
    }
}