
body.index2 {
    background: #f7f8fa;
    font-family: 'TildaSans' !important;
}
.header.new-header {
    background: #f7f8fa;
}
.new-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.new-header .top-panel {
        display: none;
    }
.new-header__inner-right {
    display: flex;
    flex-direction: column;
}
.new-header__inner-right .header-contacts {
    text-align: end;
    margin-left: auto;
}
.new-header__inner-left .cities {
    margin-bottom: 13px;
}
.new-header__inner-left .logo {
    margin-top: 20px;
}
.header-email {
    text-align: left;
}
.new-header .header-phone {
    color: #000;
}
.new-header .header-email a {
    font-size: 16px;
    line-height: auto;
    color: #000;
}
.new-header .header-nav a {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 1px 12px 2px;
    border-radius: 10px;
}
.new-header .header-nav ul li ul {
    z-index: 100;
    max-width: 380px;
    width: max-content;
    display: none;
}
.new-header .header-nav li:hover > ul{
    display: block;
}
.new-header .header-nav > ul {
    margin-right: 0px;
    margin-top: 10px;
}
.new-header .header-nav li:hover {
    background: #68A82E;
    color: #fff;
    border-radius: 30px;
}
.new-header .header-nav li:hover a {
    color: #fff;
    text-decoration: underline;
}
.new-header .header-nav li.submenu_wrap {
        padding: 0 4px;
}
.new-header .header-nav li.submenu_wrap:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.index2 .custom-slider-block {
     --custom-max-w: auto; 
     --custom-h: auto;
}
.index2 .custom-slider-wrap {
    width: 100%;
}
.index2 .custom-slide-content {
    display: none;
}
.index2 .custom-slider {
    box-shadow: unset;
}

.new-header .header-nav ul ul ul {
    top: -2px;
    left: 100%;
}

.new-header .header-nav ul ul ul::before {
    content: "";
    
    position: absolute;
    top: 0;
    bottom: 0;
    
    left: -30px;
    width: 35px;
}


.main-info__inner {
    position: relative;
        margin-bottom: -80px;
}
.main-info__top {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 45px 32px 80px 44px;
    border-radius: 24px;
    background: #3C7C27;
    background: linear-gradient(90deg,rgba(60, 124, 39, 1) 0%, rgba(74, 162, 18, 1) 100%);
    max-width: 1215px;
    /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
    position: relative;
    margin: auto;
        top: -40px;
}
.main-info__top-title {
    text-align: center;
    font-size: 48px;
    line-height: 73px;
    color: #fff;
    font-weight: 700;
}
.main-info__top-href a{
    font-size: 18px;
    line-height: 144%;
    color: #F7F8FA;
    font-weight: 400;
    
    padding: 8px 30px;
    border-radius: 20px;
    background: #165723;
}
/* .main-info__bottom {
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    font-weight: 100;
    padding: 25px 45px 25px 60px;
    border-radius: 24px;
    background: #165723;
    max-width: 1030px;
    
    position: relative;
    top: -80px;
    margin: auto;
} */




.main-info__bottom {
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    font-weight: 100;
    padding: 25px 45px 25px 60px;
    border-radius: 24px;
    background: #165723;
    max-width: 1030px;
    margin: auto;

    overflow: hidden;
    transition: height 0.4s ease;
    position: relative;
    top: -80px;
    margin: auto;
}

/* свернуто */
.main-info__bottom.is-collapsed {
    height: 120px;
}

.main-info__bottom.is-collapsed::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;

    background: linear-gradient(
        to bottom,
        rgba(22, 87, 35, 0) 0%,
        rgba(22, 87, 35, 0.25) 40%,
        rgba(22, 87, 35, 0.8) 75%,
        rgba(22, 87, 35, 1) 100%
    );

    pointer-events: none;
}
/* при раскрытии убираем эффект */
.main-info__bottom:not(.is-collapsed)::after {
    opacity: 0;
    height: 1px;
}





.cat__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
    max-width: 1215px;
    margin: auto;
    position: relative;
    bottom: -60px;
}
.cat__inner-item {
    width: 33%;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0 25px;
    gap: 30px;
    justify-content: flex-end;
}
.cat__inner-item:hover {
    background: #dcdcdc;
}
.cat__inner-item:hover svg path {
    fill: #F8CF67;
}
.cat__inner-title {
    font-size: 30px;
    line-height: 53px;
    color: #165723;
    font-weight: 700;
    text-align: center;
}

.main-features-section {
    background: #165723;
    padding: 125px 0 70px;
}
.main-features__item-title {
    font-size: 16px;
    line-height: 144%;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.main-features__item-text {
    font-size: 15px;
    line-height: 113%;
    color: #ededed;
    font-weight: 400;
    text-align: center;
    max-width: 200px;
}
.main-features__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 780px;
    margin: auto;
}
.main-features__item {
    width: calc(33% - 50px);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.main-about-section {
    padding: 75px 0 65px;
}
.main-about-row {
    max-width: 680px;
    padding: 30px 15px 23px 23px;
    background: #fff;
    border-radius: 16px;
}
.main-about-row-title {
    font-size: 50px;
    line-height: 56px;
    color: #114435;
    font-weight: 700;
}
.main-about-row-text {
    margin: 30px 0 60px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}
.main-about-row-btn a{
    font-size: 20px;
    line-height: 144%;
    color: #F7F8FA;
    font-weight: 400;
    
    padding: 10px 50px;
    background: #479917;
    border-radius: 34px;
}
.main-about-row-title-right {
    margin-left: 100px;
}


.main-video__inner {
   display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

.main-video__inner-item {
    width: calc(33% - 18px);
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-video__inner-title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #114435;
    font-weight: 500;
}
.main-video__inner-item-left {
    width: calc(50% - 45px);
    flex-direction: column;
    display: flex;
}
.main-video__inner-item:nth-child(2n) .main-video__inner-item-left {
    order: 2;
}
.main-video__inner-item-left__title {
    font-size: 40px;
    line-height: 40px;
    color: #114435;
    font-weight: 700;
}

.main-video__inner-item-left__text {
    margin: 6px 0 21px;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    font-weight: 300;
    max-width: 535px;
}

.main-video__inner-item-left__btn a{
    font-size: 16px;
    line-height: 144%;
    color: #F7F8FA;
    font-weight: 400;
    
    padding: 10px 27px;
    background: #479917;
    border-radius: 56px;
}
.main-video__inner-item-right {
    width: calc(50% - 45px);
    height: 100%;
}
.black-bg {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #000;
    border-radius: 16px;
}




.main-news-section {
    background: linear-gradient(90deg,rgba(60, 124, 39, 1) 0%, rgba(74, 162, 18, 1) 100%);
    padding: 40px 0;
}

.main-news__inner {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    align-items: stretch;
}
.main-news__inner-item {
    background: #fff;
    border-radius: 16px;
    
    
    width: calc(33% - 32px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
}
.main-news__inner-item-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main-news__inner-item img{
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
    height: 237px;
}
.main-news__inner-item__title {
    font-size: 25px;
    line-height: 30px;
    color: #114435;
    font-weight: 700;
    padding: 0 37px 0 18px;
}
.main-news__inner-item__text {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    padding: 0 37px 0 18px;
}
.main-news__inner-item__btn {
    margin-top: 10px;
    text-align: right;
    padding-right: 30px;
}
.main-news__inner-item__btn a{
    font-size: 17px;
    color: #68A82E;
    font-weight: 400;
    
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.main-news-section-title {
    font-size: 40px;
    line-height: 40px;
    color: #F7F8FA;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.main-news-section-btn {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.main-news-section-btn a{
    
    font-size: 16px;
    line-height: 144%;
    color: #F7F8FA;
    font-weight: 400;
    
    padding: 13px 50px;
    background: #165723;
    border-radius: 56px;
}


.main-otzov-section {
    margin-top: 40px;
}
.main-otzov-section-title {
    font-size: 40px;
    line-height: 56px;
    color: #165723;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.main-otzov__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 70px;
    max-width: 1030px;
    margin: auto;
}
.main-otzov__inner-item {
    display: flex;
    width: calc(50% - 35px);
    background: linear-gradient(90deg, rgba(60, 124, 39, 1) 0%, rgba(74, 162, 18, 1) 100%);
    padding: 40px 20px 80px;
    border-radius: 16px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.main-otzov__inner-item__title {
    font-size: 25px;
    line-height: 30px;
    color: #F7F8FA;
    font-weight: 700;
    min-height: 60px;
}
.main-otzov__inner-item__text {
    font-size: 17px;
    line-height: 25px;
    color: #F7F8FA;
    font-weight: 300;
}
.main-otzov__inner-item__top {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px
}
.main-otzov-section-btn a{
    
    font-size: 16px;
    line-height: 144%;
    color: #F7F8FA;
    font-weight: 400;
    
    padding: 13px 50px;
    background: #165723;
    border-radius: 56px;
}

.main-otzov-section-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.main-otzov__inner-item img{
    border-radius: 16px;
}

.new-header .header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

.footer2 {
    margin-top: 100px;
}


.index2 .custom-dots {
    bottom: 65px;
}

.product-new .product-page-first-section .right-part {
    width: calc(100% - 430px);
    padding-left: 70px;
}
.product-new .product-page-first-section .left-part {
    width: 430px;
}
.product-new .product-gallery .slick-slide {
    text-align: center;
}

.product-new .right-part h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}
.product-new .products-page-article {
    width: fit-content;
    font-size: 12px;
    line-height: 132.2%;
    background: #68A82E;
    color: #fff;
    border-radius: 30px;
    padding: 4px 12px;
    margin-bottom: 18px;
}
.product-new .product-features {
    background: #F8F7F7;
    padding: 10px 6px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.product-new .content {
    font-size: 15px;
    line-height: 170%;
    font-weight: 400;
}
.product-new .content {
    font-size: 15px;
    line-height: 170%;
    font-weight: 500;
    word-wrap: break-word;
}
.product-new .content.content-sizes {
    font-weight: 400;
}
.product-new .content ul>li:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 8px;
    left: 10px;
    background: #000;
    border-radius: 50%;
}

.product-new .product-video{
    width: 100%;
    margin-top: 30px;
}

.product-new .product-video-item {
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: #D9D9D9;
}
.product-new .content-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 177%;
}

.product-advantages {
    margin-top: 35px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
.product-advantages-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
    width: 20%;
}
.product-new .products-page-price {
    margin-bottom: 0;
}
.product-new .product-application-panel .left-col {
    width: auto;
}
.product-new .product-application-panel {
    justify-content: flex-start;
    width: fit-content;
}

.product-new .product-application-panel-buttons {
        background: #68A82E;
}

.product-new .item-description {
    margin-top: 25px;
    background: #68A82E;
    color: #fff;
    border-radius: 13px;
    padding: 15px;
    font-size: 15px;
    text-align: center;
}
.product-new .item-description a {
    color: #fff;
    font-size: 15px;
}
.product-new .products-page-price-value {
    font-weight: 400;
}
.product-new .item-feedback-btn {
    text-align: center;
}
.product-new .item-feedback-btn a, .catalog .item-feedback-btn a.btn{
    background: #f8d05d;
    color: #000;
    margin-bottom: 0;
}




@media (max-width: 1440px) {
    .custom-slide img {
        object-fit: cover;
    }
    .new-header .header-nav a {
        font-size: 14px;
    padding: 1px 8px 2px;
    }
}

@media (max-width: 991px) {

.main-video__inner-item {
    width: calc(50% - 15px);
}
.main-video__inner-title {
    font-size: 18px;
    line-height: 26px;
}
    .new-header .header-nav {
        display: none;
    }
    .product-page-first-section .right-part {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .product-advantages {
    flex-wrap: wrap;
    justify-content: center;
    }
    .product-advantages-item {
        width: calc(50% - 10px);
    }
    .product-new .product-page-first-section .right-part {
        width: 100%;
        padding-left: 0;
    }
    .product-new .product-page-first-section .left-part {
    width: 100%;
}
}

@media (max-width: 768px) {
    .new-header__inner {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-info__top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 30px 10px 85px 10px;
        flex-direction: column;
        position: unset;
    }
    .main-info__top-title {
        text-align: center;
        font-size: 30px;
        line-height: normal;
        margin-bottom: 25px;
    }
    .main-info__bottom {
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        font-weight: 100;
        padding: 25px 10px 25px 10px;
        top: -40px;
    }
    .cat__inner {
        gap: 30px;
        bottom: 0;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .cat__inner-item {
        width: 100%;
    }
    .main-features-section {
        padding: 60px 0;
    }
    .main-features__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }
    .main-features__item {
        width: calc(50% - 10px);
    }
    .main-about-row-title {
        font-size: 30px;
        line-height: 32px;
    }
    .main-about-row-title-right {
        margin-left: 0;
    }
    .main-about-row-text {
        margin: 20px 0 40px;
        font-size: 18px;
        line-height: 28px;
    }
    .main-about-row-btn {
        text-align: center;
    }
    .main-video__inner {
        gap: 50px;
    }
    .main-video__inner-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-video__inner-item-left {
        width: 100%;
        flex-direction: column;
        display: flex;
    }
    .main-video__inner-item-right {
        width: 100%;
        height: 200px;
    }
    .main-video__inner-item:nth-child(2n) .main-video__inner-item-left {
        order: inherit;
    }
    .main-video__inner-item-left__title {
        text-align: center;
    }
    .main-video__inner-item-left__btn {
        text-align: center;
    }
    .main-news__inner {
        gap: 40px;
        flex-wrap: wrap;
    }
    .main-news__inner-item {
        width: 100%;
        gap: 20px;
    }
    .main-news__inner-item__btn {
        margin-top: 30px;
    }
    .main-otzov__inner {
        gap: 40px;
    }
    .main-otzov__inner-item {
        width: 100%;
        padding: 30px 15px;
    }
    .main-otzov__inner-item__text {
    font-size: 16px;
    }
    .main-otzov__inner-item__top {
        gap: 20px;
    }
    .index2 .custom-slider-block {
        display: none;
    }
    .new-header {
       padding-top: 15px;
       margin-bottom: 15px;
   } 
    .new-header .top-panel {
        display: block;
        background: linear-gradient(90deg, rgba(60, 124, 39, 1) 0%, rgba(74, 162, 18, 1) 100%);
    }
    .main-video__inner-item-left__title {
        font-size: 25px;
        line-height: 25px;
    }
    .main-info__inner {
        margin-bottom: 0;
    }
    .new-header__inner-left .logo {
        margin-top: 0;
    }
    .product-new .product-page-first-section .right-part {
        width: 100%;
        padding-left: 0;
    }
}


