.product__image-order img {
	object-fit: contain;
}
.product__item {
	margin-bottom: 25px;
}
.product__image {
	height: 240px;
}
.hero__content-image {
	max-height: 100%;
}
.taste__wrapper:after {
	backdrop-filter: unset;
}

.formats__text {
	text-transform: unset;
}
.formats__text-secondary {
	text-transform: unset;
}
@media (max-width: 1200px) {
  .hero__indentation {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .product__image-bg {
    height: 270px;
  }
  .hero__content {
    margin-bottom: 25px;
  }
}

/* Form */

.pathMark {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.pathMark.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.pathMark.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.pathMark.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.formats-image--decor:after {
  display: none;
}
.formats-image--decor:before {
  display: none;
}
.formats__image-secondary:after {
  display: none;
}
.formats__image:after {
  display: none;
}
.formats__item:nth-child(even) .formats__image:after {
  display: none;
}