.products-carousel {
  padding: 48px 0;
  background: #eef8ee;
  margin: 50px 0;
}
.products-carousel .container {
  max-width: 1240px;
}
.products-carousel .product-card {
  border: none;
}
.products-carousel .slick-list {
  padding: 10px 0;
}
.products-carousel__head {
  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: 24px;
  margin-bottom: 28px;
}
.products-carousel__title {
  margin: 0;
  font-size: 48px;
  line-height: 0.95;
  font-weight: 700;
  text-transform: uppercase;
  color: #17353b;
}
.products-carousel__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products-carousel__arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #b7c8bf;
  background: transparent;
  color: #17353b;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.products-carousel__arrow:hover {
  background: #2FB95D;
  border-color: #2FB95D;
  color: #fff;
}
.products-carousel__arrow.slick-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.products-carousel__arrow span {
  font-size: 26px;
  line-height: 1;
}
.products-carousel__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.products-carousel__tab {
  border: 1px solid #c8d8cf;
  background: transparent;
  color: #17353b;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.products-carousel__tab:hover, .products-carousel__tab.is-active {
  background: #2FB95D;
  border-color: #2FB95D;
  color: #fff;
}
.products-carousel__slider {
  margin: 0 -14px;
}
.products-carousel__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.products-carousel__slider .slick-slide {
  height: inherit !important;
}
.products-carousel__slider .slick-slide > div {
  height: 100%;
}
.products-carousel__slide {
  padding: 0 14px;
  height: 100%;
}

.product-card {
  height: 100%;
}
.product-card__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 26px 30px 28px;
  border: 1px solid #c8d8cf;
  border-radius: 32px;
  text-decoration: none;
  background: #eef8ee;
  overflow: hidden;
  height: 90%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product-card__link:hover {
  border-color: #2FB95D;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.product-card__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #ff6474;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.product-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 360px;
  margin-bottom: 22px;
}
.product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 320px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-card__title {
  margin: 0 0 10px;
  color: #17353b;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}
.product-card__category {
  margin-bottom: 18px;
  color: #17353b;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}
.product-card__excerpt {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d8e4db;
  color: #17353b;
  font-size: 18px;
  line-height: 1.5;
}
.product-card__button {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 16px;
  min-height: 64px;
  padding: 14px 22px;
  border: 2px solid #2FB95D;
  border-radius: 16px;
  color: #17353b;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.product-card__button-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2FB95D;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1399px) {
  .products-carousel__title {
    font-size: 56px;
  }
  .product-card__image {
    min-height: 300px;
  }
  .product-card__image img {
    max-height: 260px;
  }
  .product-card__title {
    font-size: 28px;
  }
  .product-card__category {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .products-carousel {
    padding: 36px 0;
  }
  .products-carousel__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-carousel__title {
    font-size: 42px;
  }
  .products-carousel__arrow {
    width: 52px;
    height: 52px;
  }
  .product-card__link {
    padding: 22px;
    border-radius: 24px;
  }
  .product-card__image {
    min-height: 240px;
  }
  .product-card__image img {
    max-height: 220px;
  }
  .product-card__title {
    font-size: 24px;
  }
  .product-card__category {
    font-size: 18px;
  }
  .product-card__excerpt {
    font-size: 16px;
  }
  .product-card__button {
    min-height: 56px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .products-carousel__title {
    font-size: 34px;
  }
  .products-carousel__tabs {
    gap: 8px;
    margin-bottom: 24px;
  }
  .products-carousel__tab {
    padding: 8px 14px;
    font-size: 14px;
  }
  .products-carousel__slider {
    margin: 0 -8px;
  }
  .products-carousel__slide {
    padding: 0 8px;
  }
  .product-card__badge {
    top: 18px;
    left: 18px;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 13px;
  }
  .product-card__link {
    padding: 18px;
  }
  .product-card__image {
    min-height: 200px;
  }
  .product-card__image img {
    max-height: 180px;
  }
  .product-card__title {
    font-size: 22px;
  }
  .product-card__category {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .product-card__excerpt {
    margin-top: 14px;
    padding-top: 14px;
  }
  .product-card__button {
    min-height: 52px;
    padding: 12px 16px;
    font-size: 16px;
  }
}