:root {
  --background-color: #F6F1E4;
  --basic-color: #391A06;
  --basic-color-50: #391A0680;
  --white-color: #FFFFFF;
  --green-color: #A6AB8A;
  --black-color: #000000;
  --yellow-color: #FFFF33;
}

.product-card {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-card {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.product-card__content > p, .product-card__content > ul, .product-card__content > ol, .product-card__content > .gallery {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product-card__content > p, .product-card__content > ul, .product-card__content > ol, .product-card__content > .gallery {
    margin-bottom: 16px;
  }
}
.product-card__content ul {
  list-style: disc;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .product-card__content ul {
    padding-left: 20px;
  }
}
.product-card__content ol {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .product-card__content ol {
    padding-left: 20px;
  }
}
.product-card__title {
  margin-bottom: 20px;
}
.product-card__image {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}
.product-card__image img {
  max-height: 400px;
}
.product-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-packaging-development {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-packaging-development {
    margin-bottom: 40px;
  }
}
.section-packaging-development ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .section-packaging-development ol {
    gap: 26px;
  }
}
.section-packaging-development ol li {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .section-packaging-development ol li {
    gap: 26px;
  }
}
.section-packaging-development ol li:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: var(--green-color);
  font-family: "Gilroy Semibold", serif;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .section-packaging-development ol li:before {
    font-size: 70px;
  }
}
.section-packaging-development ol li > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .section-packaging-development ol li > div {
    gap: 8px;
    padding-top: 12px;
  }
}
.section-packaging-development ol li > div span:first-child {
  font-family: "Gilroy Semibold", serif;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .section-packaging-development ol li > div span:first-child {
    font-size: 18px;
  }
}

.section-benefits {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-benefits {
    margin-bottom: 40px;
  }
}
.section-benefits ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section-benefits ul {
    gap: 10px;
  }
}
.section-benefits ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white-color);
  padding: 22px 22px 24px 10px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .section-benefits ul li {
    flex-direction: column;
    gap: 13px;
    padding: 10px 20px 15px;
  }
}
.section-benefits ul li:before {
  content: "";
  flex-shrink: 0;
  width: 128px;
  height: 121px;
  background: url("/wp-content/themes/vk-theme/images/other/hexagon-arrow.svg") 50% 50% no-repeat;
  background-size: 128px 121px;
}
@media screen and (max-width: 768px) {
  .section-benefits ul li:before {
    width: 42px;
    height: 40px;
    background-size: 42px 40px;
  }
}
.section-benefits ul li > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .section-benefits ul li > div {
    gap: 8px;
    text-align: center;
  }
}
.section-benefits ul li > div span:first-child {
  font-family: "Gilroy Semibold", serif;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .section-benefits ul li > div span:first-child {
    font-size: 18px;
  }
}

/*# sourceMappingURL=product.css.map */
