.order_block-animation-price * {
  box-sizing: border-box;
}
.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0;
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.elementor-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block;
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
  z-index: 1;
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}

.elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: elementor-headline-dash 10s infinite;
  animation: elementor-headline-dash 10s infinite;
}

@-webkit-keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}

@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}

.elementor-headline-text-wrapper {
  vertical-align: bottom;
}

.elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.elementor-headline-dynamic-wrapper
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  position: relative;
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  opacity: 0;
}

.e--pointer-double-line.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-double-line.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-overline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-underline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  height: 0;
  width: 0;
  left: 50%;
}

.e--pointer-double-line.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-underline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  top: 10px;
}

.e--pointer-double-line.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-overline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after {
  bottom: 10px;
}

.e--pointer-double-line.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-underline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  top: -10px;
}

.e--pointer-double-line.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-overline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after {
  bottom: -10px;
}

.e--pointer-double-line.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
.e--pointer-overline.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  width: 10px;
  left: -20px;
}

.e--pointer-double-line.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.e--pointer-underline.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after {
  width: 10px;
  left: calc(100% + 20px);
}

.e--pointer-framed.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.e--pointer-framed.e--animation-shrink
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.e--pointer-background.e--animation-shrink
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.e--pointer-background.e--animation-sweep-left
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  left: 100%;
}

.e--pointer-background.e--animation-sweep-right
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  right: 100%;
}

.e--pointer-background.e--animation-sweep-up
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  top: 100%;
}

.e--pointer-background.e--animation-sweep-down
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  bottom: 100%;
}

.e--pointer-background.e--animation-shutter-out-vertical
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  bottom: 50%;
  top: 50%;
}

.e--pointer-background.e--animation-shutter-out-horizontal
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  right: 50%;
  left: 50%;
}
.order_block-animation-price {
  padding: 20px;
  border: #ea021a 2px dashed !important;
  border-radius: 20px !important;
}

.order_block-animation-price {
  /* display: none; */
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  max-width: 860px;
  font-family: sans-serif;
  background-color: #fff;
}

.order_block-animation-price img {
  max-width: 320px;
  max-height: 270px;
  margin: 1rem 0;
}

.order_block-animation-price h3 {
  font: bold 18px Arial !important;
}

.order_block-animation-price a {
  text-decoration: none;
  color: #8f0661;
}

.custom-button {
  display: block;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  border-radius: 20px;
  padding: 20px;
  background-image: linear-gradient(180deg, #fceb4e 0%, #f7ca44 100%);
  width: 100%;
  max-width: 450px;
  text-align: center;
  font-size: 22px;
  color: #000 !important;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 0.3px black;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
}

.custom-button:hover {
  transform: scale(1.05);
  /* Легкое увеличение при наведении */
}

.custom-button:active {
  transform: scale(0.98);
  /* Легкое уменьшение при нажатии */
}

.elementor-headline-dynamic-text {
  font-size: 40px !important;
}

.price-wrapper {
  display: flex;
  margin: auto;
  gap: 3rem;
  justify-content: center;
}

@media screen and (min-width: 431px) {
  .order_block-animation-price img {
    max-height: unset;
    max-width: 360px;
  }
}