* {
  box-sizing: border-box;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

body.new-home-page {
  margin: 0;
    font-family: 'PFDinDisplayPro-Reg', sans-serif;
  color: #363837;
  background: #fff;
  text-align: left;
}

/* Стили только для новой главной */
.new-home-page .new-main-categories {
  padding: 0;
}

.new-home-page .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

.new-home-page .new-main-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.new-home-page .new-main-categories__item {
  position: relative;
  height: 200px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #363837;
  background-color: var(--bg);
  background-image: var(--image);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  isolation: isolate;
}

.new-home-page .new-main-categories__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 42%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity .35s ease, transform .35s ease;
}

.new-home-page .new-main-categories__content {
  position: relative;
  z-index: 2;
  display: block;
  padding: 16px 7px 20px 105px;
  text-align: left;
}

.new-home-page .new-main-categories__title {
  display: block;
 font-family: 'PFDinDisplayPro-Med';
  font-weight: 500;
  font-style: Medium;
  font-size: 21px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 3px;
    text-transform: uppercase;
}

.new-home-page .new-main-categories__text {
  display: block;
  font-family: 'PFDinDisplayPro-Reg';
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;


}

.new-home-page .new-main-categories__arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #027337;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s ease, transform .3s ease;
}

.new-home-page .new-main-categories__arrow svg {
  transition: transform .3s ease;
}

.new-home-page .new-main-categories__item:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.new-home-page .new-main-categories__item:hover .new-main-categories__arrow {
  background-color: #027337;
}

.new-home-page .new-main-categories__item:hover .new-main-categories__arrow svg {
}

@media (max-width: 991px) {
  .new-home-page .new-main-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .new-home-page .new-main-categories__grid {
    grid-template-columns: 1fr;
  }

  .new-home-page .new-main-categories__content {
    padding-left: 120px;
  }
}

.new-main-advantages {
    padding: 38px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-advantages .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.new-main-advantages__item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    align-items: center;
    padding-left: 32px;
    text-align: left;
}

.new-main-advantages__item:first-child {
  padding-left: 0;
}

.new-main-advantages__item:last-child {
  padding-right: 0;
}

.new-main-advantages__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ececec;
}

.new-main-advantages__icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    object-fit: contain;
}

.new-main-advantages__title {
    margin-bottom: 7px;
    font-family: 'PFDinDisplayPro-med';
    font-weight: 500;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0%;
    min-width: 288px;

    color: #363837;
}

.new-main-advantages__text {
    font-family: 'PFDinDisplayPro-Reg';
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;

    color: #363837;
}

@media (max-width: 991px) {
    .new-main-advantages__item {
        padding: 0 22px;
    }
}

@media (max-width: 767px) {
    .new-main-advantages__list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .new-main-advantages__item {
        padding: 0;
    }

    .new-main-advantages__item:not(:last-child)::after {
        display: none;
    }
}
.new-main-season {
    padding: 40px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-season .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-season__grid {
    display: grid;
    grid-template-columns: 1.08fr repeat(3, 1fr);
    gap: 25px 32px;
}

.new-main-season__intro {
    min-height: 197px;
}

.new-main-season__intro h2 {
    margin: 0 0 18px;
    font-size: 35px;
    line-height: 1.12;
    font-weight: 500;
    color: #3b3b3b;
    font-family: 'PFDinDisplayPro-med';
}

.new-main-season__intro p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 300;
    color: #4f4f4f;
    text-align: left;
}

.new-main-season__card {
    position: relative;
    padding: 12px 19px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 4px;
    background: #F8F8F8;
    text-decoration: none;
    color: #333;
    transition: transform .25s ease, box-shadow .25s ease;

    height: 256px;
    text-align: left;
}

.new-main-season__card:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.new-main-season__title {
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    font-family: 'PFDinDisplayPro-med';
    font-weight: 500;
    font-size: 23px;
    line-height: 120%;
    color:#027337;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.new-main-season__subtitle {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    font-family: 'PFDinDisplayPro-Reg';
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;

    color: #363837;
}

.new-main-season__card img {
    max-width: 100%;
    object-fit: contain;
    margin: auto auto 0;
    transition: transform .25s ease;
    position: absolute;
}

.new-main-season__links {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: auto;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #007a3d;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: 'PFDinDisplayPro-med';
}

@media (max-width: 991px) {
    .new-main-season__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-main-season__intro {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .new-main-season__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .new-main-season__intro h2 {
        font-size: 24px;
    }
}

.new-main-promo {
    padding: 30px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-promo .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-promo__inner {
    min-height: 78px;
    padding: 15px 30px;
    border-radius: 6px;
    background: #027337;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
}

.new-main-promo__label {
    margin-bottom: 4px;
    font-family: 'PFDinDisplayPro-Reg';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
  color: #fff;
}

.new-main-promo__title {
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;

    color: #fff;
}

.new-main-promo__btn {
    flex-shrink: 0;
    min-width: 208px;
    height: 54px;
    padding: 0 18px;
    border-radius: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    line-height: 110.00000000000001%;

    color: #027337;
    text-decoration: none;

    transition: all .25s ease;
}

.new-main-promo__btn:hover {
    background: #f4f4f4;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .new-main-promo__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-main-promo__btn {
        width: 100%;
    }
}

.new-main-reviews {
    padding: 70px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-reviews .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-reviews__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
    text-align: left;
}

.new-main-reviews__title {
    margin: 0 0 12px;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
    color: #363837;
}

.new-main-reviews__desc {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.6;
    color: #363837;
}

.new-main-reviews__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-prev,
.reviews-next {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    transition: .3s;
}

.reviews-prev {
    background: #e5e5e5;
}

.reviews-next {
    background: #027337;
    color: #fff;
}

.review-card {
    height: 100%;
    padding: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

.review-card__author {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.review-card__author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card__name {
    font-weight: 500;
}

.review-card__source {
    font-size: 13px;
    color: #027337;
    text-decoration: underline;
}

.review-card__rating {
    margin-bottom: 15px;
    color: #ffbf00;
    font-size: 18px;
}

.review-card__rating span {
    margin-left: 8px;
    font-size: 16px;
    color: #7D7D7D;
}

.review-card__text {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-card__gallery {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.review-card__gallery a {
    display: block;
    width: calc(33.333% - 6px);
}

.review-card__gallery img {
    width: 100%;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
    transition: .3s;
}

.review-card__gallery img:hover {
    transform: scale(1.05);
}

.review-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 46px;
    padding: 0 24px;
    border-radius: 30px;
    background: #027337;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

.review-card__btn:hover {
    background: #00622b;
}

@media (max-width: 767px) {

    .new-main-reviews__head {
        flex-direction: column;
    }

    .new-main-reviews__title {
        font-size: 34px;
    }
}

.new-main-reviews {
    padding: 70px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-reviews .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-reviews__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.new-main-reviews__title {
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-size: 35px;
    line-height: 160%;
    letter-spacing: 0%;
    color:#363837;
    margin-bottom: 0;
}

.new-main-reviews__desc {
    max-width: 580px;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    color:#363837;
}

.new-main-reviews__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-prev,
.reviews-next,
.advice-next, 
.advice-prev,
.products-next,
.products-prev {
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
}

.reviews-prev, .advice-prev,.products-prev {
    background: #027337;
    color: #fff;
    transform: rotate(180deg);
}

.reviews-next,
.advice-next,
.products-next {
    background: #027337;
    color: #fff;
}

.reviews-prev:hover, .reviews-next:hover, .advice-next:hover, .advice-prev:hover,.products-next:hover,.products-prev:hover {
    background: #D8D8D8;
}
.new-main-reviews__slider {
    margin: 0 -16px;
}

.review-slide {
    padding: 0 16px;
}

.new-main-reviews .slick-track {
    display: flex;
}

.new-main-reviews .slick-slide {
    height: inherit;
}

.new-main-reviews .slick-slide > div {
    height: 100%;
}

.review-card {
    height: 100%;
    min-height: 320px;
    padding: 18px 16px;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.review-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.review-card__author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card__name {
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;

}

.review-card__source {
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #027337;
    text-decoration: underline;
}

.review-card__rating {
    margin-bottom: 12px;
    color: #FFCC00;
    font-size: 17px;
}

.review-card__rating span {
    margin-left: 8px;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
}

.review-card__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}
.review-card__text a {
    color: #027337;
}

.review-card__gallery {
    display: flex;
    gap: 11px;
    margin-bottom: 22px;
}

.review-card__gallery a {
    width: 106px;
    height: 85px;
    display: block;
    object-fit: cover;
}

.review-card__gallery img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.review-card__btn {
    margin-top: auto;
    width: max-content;
    min-width: 180px;
    height: 52px;
    padding: 0 24px;
    border-radius: 30px;
    background: #027337;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'PFDinDisplayPro-Med';

}

@media (max-width: 767px) {
    .new-main-reviews__head {
        flex-direction: column;
    }

    .new-main-reviews__title {
        font-size: 26px;
    }
}

.new-main-seedlings {
    padding: 48px 0;
    font-family: 'PFDinDisplayPro-Reg';
    background:
        url("/wa-data/public/shop/products/10/webp/data/public/site/themes/semenagavrish_v_2/img/new-home/seedlings-bg.jpg") left center / auto 100% no-repeat,
        #f7f7f4;
}

.new-main-seedlings .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-seedlings__inner {
    min-height: 430px;
    display: grid;
    grid-template-columns: 1fr 510px;
    align-items: center;
    gap: 70px;
    margin: 0 auto;
    text-align: left;
}

.new-main-seedlings__content h2 {
    margin: 0 0 9px;
    font-weight: 500;
    font-size: 35px;
    line-height: 1.6;
    color: #363837;
}

.new-main-seedlings__content p {
    max-width: 590px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #363837;
}

.new-main-seedlings__note {
    max-width: 590px;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    color: #363837;

}

.new-main-seedlings__form {
    max-width: 590px;
}

.new-main-seedlings__field {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.new-main-seedlings__icon {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #027337;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-main-seedlings__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.new-main-seedlings__field input {
    width: 100%;
    height: 51px;
    padding: 0 16px 0 70px;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    background: transparent;
    font-size: 18px;
    font-weight: 300;
    color: #6A6A6A;
    outline: none;
}

.new-main-seedlings__field input:focus {
    border-color: #027337;
}

.new-main-seedlings__bottom {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 26px;
}

.new-main-seedlings__bottom button {
    flex-shrink: 0;
    height: 54px;
    padding: 0 27px;
    border: 0;
    border-radius: 30px;
    background: #027337;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';

    cursor: pointer;
    transition: .25s ease;
}

.new-main-seedlings__bottom button:hover {
    background: #00622b;
}

.new-main-seedlings__privacy {
    max-width: 415px;
    font-size: 14px;
    line-height: 1.6;
    color: #6D6A6A;
}

.new-main-seedlings__image img {
    max-width: 100%;
    display: block;
}

@media (max-width: 991px) {
    .new-main-seedlings {
        background:
            url("img/seedlings-bg-left.png") left center / auto 100% no-repeat,
            #f7f7f4;
    }

    .new-main-seedlings__inner {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 35px;
    }

    .new-main-seedlings__image {
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .new-main-seedlings {
        padding: 36px 0;
        background: #f7f7f4;
    }

    .new-main-seedlings__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-main-seedlings__bottom button {
        width: 100%;
    }
}

.new-main-advice {
    padding: 60px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-advice .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-advice__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
    text-align: left;
    line-height: 1.15;
}

.new-main-advice__title {
    font-size: 35px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-med';
    color: #363837;
}

.new-main-advice__desc {
    font-size: 18px;
    line-height: 1.6;
    color: #363837;
}

.new-main-advice__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.advice-prev,
.advice-next {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    transition: .25s ease;
}

.advice-prev {
    color: #fff;
}

.advice-next {
    color: #fff;
}

.new-main-advice__slider {
    margin: 0 -16px;
}

.advice-slide {
    padding: 0 16px;
}

.advice-card {
    text-align: left;
}

.advice-card__image {
    position: relative;
    display: block;
    height: 185px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 4px;
}

.advice-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.advice-card:hover .advice-card__image img {
    transform: scale(1.04);
}

.advice-card__play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
}

.advice-card__play::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 12px;
    border-left: 12px solid #363837;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.advice-card__title {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.35;
    font-family: 'PFDinDisplayPro-med';
    font-weight: 500;
    text-transform: uppercase;
    color: #363837;
}

.advice-card__meta {
    margin-bottom: 11px;
    font-size: 14px;
    color: #777;
}

.advice-card__meta a,
.advice-card__text a {
    color: #027337;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-med';
    text-decoration: underline;
}

.advice-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #363837;
}

@media (max-width: 767px) {
    .new-main-advice__head {
        flex-direction: column;
    }

    .new-main-advice__title {
        font-size: 26px;
    }
}

.new-footer {
    padding-top: 34px;
    background: #DFDFDF3B;
    font-family: 'PFDinDisplayPro-Reg';
    color: #3b3b3b;
}

.new-footer .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-footer__top {
    display: grid;
    grid-template-columns: 280px 130px 120px 140px 1fr;
    gap: 45px;
    text-align: left;
}

.new-footer__logo img {
    max-width: 250px;
    display: block;
    margin-bottom: 18px;
}

.new-footer__desc {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.40;
}

.new-footer a {
    color: inherit;
}

.new-footer__desc a,
.new-footer__email {
    color: #027337;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
    font-size: 16px;
}

.new-footer__info {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
}

.new-footer__info b,
.new-footer__phone span,
.new-footer__qr span {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
}

.new-footer__info b,
.new-footer__phone span {
    font-family: 'PFDinDisplayPro-Med';
    font-size: 18px;
    line-height: 1.2;
}

.new-footer__phone {
    margin-bottom: 18px;
    font-size: 14px;
}

.new-footer__phone a {
    display: inline-block;
    margin-top: 4px;
    font-size: 35px;
    line-height: 1;
    text-decoration: none;
}

.new-footer__qr img {
    width: 158px;
    display: block;
    margin-top: 8px;
}

.new-footer__title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
    text-transform: uppercase;
}

.new-footer__col a {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

.new-footer__col a:hover,
.new-footer__links a:hover {
    color: #027337;
}

.new-footer__company p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.25;
}

.new-footer__email-title {
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
    text-transform: uppercase;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.new-footer__email {
    display: inline-block;
    font-size: 18px !important;
    font-family: 'PFDinDisplayPro-Med';
    margin-bottom: 18px !important;
}

.new-footer__socials {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.new-footer__socials a,
.new-footer__socials img {
    width: 34px;
    height: 34px;
    display: block;
}

.new-footer__rating {
    font-size: 14px;
}

.new-footer__rating span:last-of-type {
    margin-left: 12px;
    color: #ffbf00;
    letter-spacing: 2px;
}

.new-footer__rating small {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    color: #777;
}

.new-footer__banners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0 34px;
}

.new-footer__banners a {
    height: 126px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

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

.new-footer__bottom {
    background: #e5e5e5;
    padding: 16px 0;
}

.new-footer__bottom .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.new-footer__copy,
.new-footer__links a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
}

.new-footer__links {
    display: flex;
    gap: 28px;
}

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

    .new-footer__banners {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-footer__bottom .wrapper {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .new-footer__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .new-footer__banners {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .new-footer__links {
        flex-direction: column;
        gap: 10px;
    }

    .new-footer__phone a {
        font-size: 26px;
    }
}

.new-main-products {
    padding: 40px 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-products .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-products__head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 26px;
    text-align: left;
    
}

.new-main-products__title {
    margin: 0 0 8px;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 500;
    color: #363837;
    font-family: 'PFDinDisplayPro-Med';
}

.new-main-products__subtitle {
    font-size: 18px;
    color: #363837;
}

.new-main-products__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}






.new-main-products__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 28px;
}

.new-main-products__tab {
    min-width: 74px;
    height: 34px;
    padding: 0 26px;
    border: 0;
    border-radius: 30px;
    background: #F4F6F6;
    color: #363837;
    font-size: 18px;
    font-weight: 500;
    font-family: 'PFDinDisplayPro-Med';
    cursor: pointer;
}

.new-main-products__tab.active {
    background: #027337;
    color: #fff;
}

.new-main-products__content {
    display: none;
}

.new-main-products__content.active {
    display: block;
}

.new-main-products__slider {
    margin: 0 -12px;
}

.product-slide {
    padding: 0 12px;
}

.product-card {
    position: relative;
    min-height: 360px;
    padding: 25px 15px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.product-card__image {
    position: relative;
    height: 235px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.product-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-card__label {
    position: absolute;
    left: -15px;
    top: -25px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.product-card__fav,
.product-card__compare {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #333;
}

.product-card__fav img,
.product-card__compare img {
    max-width: 28px;
}

.product-card__fav {
    top: 0;
}

.product-card__compare {
    top: 38px;
}

.product-card__category {
    margin-bottom: 6px;
    font-family: 'PFDinDisplayPro-Reg';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.product-card__name {
    min-height: 54px;
    margin-bottom: 10px;
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #363837;
}

.product-card__price {
    margin-top: auto;
    margin-bottom: 12px;
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 137%;
    letter-spacing: 0%;

    color: #027337;
}

.product-card__price span {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    text-decoration: line-through;
}

.product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-card__qty {
    display: flex;
    align-items: center;
    height: 28px;
}

.product-card__qty button,
.product-card__qty input {
    width: 24px;
    height: 24px;
    border: 0;
    background: #f4f4f4;
    text-align: center;
    font-size: 16px;
}

.product-card__qty input {
    background: #fff;
}

.product-card__btn {
    height: 42px;
    padding: 0 27px;
    border: 0;
    border-radius: 30px;
    background: #027337;
    color: #fff;
    font-size: 16px;
    font-family: 'PFDinDisplayPro-Med';
    font-weight: 500;
    cursor: pointer;
}

@media (max-width: 767px) {
    .new-main-products__head {
        flex-direction: column;
    }

    .new-main-products__tabs {
        gap: 10px;
    }
}

.new-main-hero {
    padding: 0;
    font-family: 'PFDinDisplayPro-Reg';
}

.new-main-hero .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-main-hero__slider {
    overflow: hidden;
    border-radius: 4px;
}

.new-main-hero__slide {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-main-hero__slide::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 50%;
    background: rgba(18, 88, 72, .86);
}

.new-main-hero__content {
    position: relative;
    z-index: 3;
    width: 50%;
    min-height: 400px;
    padding: 46px 16px 28px 30px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.new-main-hero__content h1,
.new-main-hero__content h2 {
    margin: 0 0 18px;
    font-size: 35px;
    line-height: 1.18;
    font-weight: 500;
    color: #fff;
}

.new-main-hero__content p {
    max-width: 100%;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
    text-align: left;
}

.new-main-hero__btn {
    width: max-content;
    height: 54px;
    padding: 0 30px;
    border-radius: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #027337;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: .25s ease;
    font-family: 'PFDinDisplayPro-med';
}

.new-main-hero__btn:hover {
    transform: translateY(-2px);
    background: #f2f2f2;
}

.new-main-hero__note {
    margin-top: auto;
    font-size: 16px;
    color: rgba(255,255,255,.9);
    text-align: left;
}

.new-main-hero__person {
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 2;
    width: 360px;
}

.new-main-hero__person img {
    width: 100%;
    display: block;
}

.new-main-hero .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    list-style: none;
    transform: translateX(-50%);
    z-index: 5;
}

.new-main-hero .slick-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    opacity: .7;
    cursor: pointer;
}

.new-main-hero .slick-dots .slick-active button {
    width: 32px;
    border-radius: 20px;
    opacity: 1;
}

@media (max-width: 991px) {
    .new-main-hero__slide::before {
        width: 60%;
    }

    .new-main-hero__content {
        width: 60%;
    }

    .new-main-hero__person {
        right: 10px;
        width: 310px;
    }
}

@media (max-width: 767px) {
    .new-main-hero__slide {
        min-height: auto;
    }

    .new-main-hero__slide::before {
        width: 100%;
    }

    .new-main-hero__content {
        width: 100%;
        min-height: 320px;
        padding: 32px 24px;
    }

    .new-main-hero__person {
        display: none;
    }

    .new-main-hero__content h1,
    .new-main-hero__content h2 {
        font-size: 24px;
    }
}

.new-main-menu {
    font-family: 'PFDinDisplayPro-Reg';
    margin-top: 50px;
    background: #f3f3f3;
    margin-bottom: 14px;
}

.new-main-menu .wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: stretch;
}

.new-main-menu__catalog {
    flex-shrink: 0;
    width: 300px !important;
    height: 65px !important;
    background: #027337;
    border-radius: 9px 9px 0 0;

    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;


    color: #fff;
    text-decoration: none;
    font-family: 'PFDinDisplayPro-med';
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

    margin-top: -15px;


    transition: .25s ease;
}

.new-main-menu .new-main-menu__catalog-list {
    width: 330px !important;
}

.new-main-menu__catalog:hover {
    background: #006b2e;
}

.new-main-menu__catalog svg {
    width: 18px;
    height: 18px;
}

.new-main-menu__list {
    display: flex;
    align-items: center;
    gap: 23px;

    margin: 0;
    padding: 0 0 0 24px;
    list-style: none;
}

.new-main-menu .new-main-menu__list li {
    margin: 0;
    padding: 0;
    color: #027337 !important;
    font-family: 'PFDinDisplayPro-Med' !important;
}

.new-main-menu__list li.newcatalogmenuli a {
    color: #027337 !important;
    font-family: 'PFDinDisplayPro-Med' !important;
}

.new-main-menu ul li a:hover {
    background: transparent !important;
    text-decoration: none !important;
    color: #027337 !important;
}
.new-main-menu ul li a:hover span {
    border-bottom: none !important;
}

.new-main-menu__list .newcatalogmenuli ul {
    width: 240px !important;
    top: -11px !important;
    left: 316px !important;
    display: flex;
    flex-direction: column;
}

.new-main-menu .sub-category {
    background: transparent;
    border: none;
}

.new-main-menu__list .new-main-menu__submenu {

}

.new-main-menu__list a {
    position: relative;

    color: #363837 !important;
    font-family: 'PFDinDisplayPro-Reg' !important;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 100%;
    text-decoration: none;

    transition: color .25s ease;
}

.new-main-menu__list a:hover,
.new-main-menu__list a.active {
    color: #027337;
    
}
.new-main-menu__list a.active  {
    font-family: 'PFDinDisplayPro-Med';
}



@media (max-width: 991px) {

    .new-main-menu .wrapper {
        flex-direction: column;
        padding: 0;
    }

    .new-main-menu__catalog {
        width: 100%;
        border-radius: 0;
    }

    .new-main-menu__list {
        overflow-x: auto;
        gap: 24px;
        padding: 15px;
        white-space: nowrap;

        scrollbar-width: none;
    }

    .new-main-menu__list::-webkit-scrollbar {
        display: none;
    }
}

.product-card__fav-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

.product-card__fav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__fav img {
    display: block;
}

.product-card__fav-wrapper.is-favorite img,
.product-card__fav.remove img {
    filter: none;
}

.product-card__fav.is-loading {
    pointer-events: none;
    opacity: 0.5;
}

.-b-:before {
    display: none;
}
.-b- {
    width: 88px;
}
.-b-.badge-hit:before {
    content: "Хит";
    display: block;
}

.new-main-seedlings__honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.advice-card__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
}

.advice-card__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.advice-card__title a {
    color: inherit;
    text-decoration: none;
}

.advice-card__title a:hover {
    color: #125848;
}

.new-main-menu {
    position: relative;
    z-index: 100;
}

.new-main-menu > .wrapper {
    display: flex;
    align-items: stretch;
}

.new-main-menu__catalog-wrap {
    position: relative;
    flex: 0 0 auto;
}

.new-main-menu__catalog {
    height: 100%;
}

.new-main-menu__list {
    display: flex;
    align-items: stretch;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-main-menu__item {
    position: relative;
    margin: 0;
    padding: 0;
}

.new-main-menu__link {
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.new-main-menu__link:hover,
.new-main-menu__link.active,
.new-main-menu__item:hover > .new-main-menu__link,
.new-main-menu__item.is-open > .new-main-menu__link {
    color: #125848;
}

.new-main-menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    min-width: 210px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.new-main-menu__submenu li {
    margin: 0;
}

.new-main-menu__submenu a {
    display: block;
    padding: 8px 18px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.new-main-menu__submenu a:hover {
    color: #125848;
    background: #f4f7f6;
}

.new-main-menu__item--dropdown:hover > .new-main-menu__submenu,
.new-main-menu__item--dropdown.is-open > .new-main-menu__submenu {
    display: block;
}


/* Выпадающий каталог */

.new-main-menu__catalog-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 60;
    display: none;
}

.new-main-menu__catalog-wrap:hover > .new-main-menu__catalog-dropdown,
.new-main-menu__catalog-wrap.is-open > .new-main-menu__catalog-dropdown {
    display: block;
}


/* На случай, если shopCategoriesMenu выводит category-info */

.new-main-menu__catalog-dropdown .category-info {
    position: relative;
    top: auto;
    left: auto;
    display: block;
}


/* Мобильная версия */

@media (max-width: 991px) {
    .new-main-menu > .wrapper {
        display: block;
    }

    .new-main-menu__list {
        display: block;
    }

    .new-main-menu__submenu,
    .new-main-menu__catalog-dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .new-main-menu__item--dropdown:hover > .new-main-menu__submenu,
    .new-main-menu__catalog-wrap:hover > .new-main-menu__catalog-dropdown {
        display: none;
    }

    .new-main-menu__item--dropdown.is-open > .new-main-menu__submenu,
    .new-main-menu__catalog-wrap.is-open > .new-main-menu__catalog-dropdown {
        display: block;
    }
}

.new-main-menu__submenu--novelties {
    min-width: 220px;
    padding: 12px 0;
}

.new-main-menu__submenu--novelties > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-main-menu__submenu--novelties li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-main-menu__submenu--novelties a {
    display: block;
    padding: 9px 18px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.new-main-menu__submenu--novelties a:hover {
    color: #125848;
    background: #f4f7f6;
}