.div__popup-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900000;
  cursor: pointer;
}

.popup-form {
  background-color: white;
  overflow: auto;
  width: 90%;
  max-width: 700px;
  max-height: 90%;
  cursor: default;
  padding: 10px;
  border-radius: 10px;
  animation: animPopupForm 0.5s ease forwards;
}

.popup-form__btn-close {
  position: absolute;
  right: 2%;
  top: 3%;
  z-index: 1;
  font-size: 64px;
  cursor: pointer;
  color: rgb(172, 172, 172);
  transition: 0.3s ease;
  line-height: 1px;
  font-family: sans-serif;
}


.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; */
  z-index: 0;
}

.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;
  font-weight: 800;
}

.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 {
  /* display: none; */
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 860px;
  font-family: sans-serif;
  padding: 20px;
  border: #ea021a 2px dashed !important;
  border-radius: 20px !important;
background-color: #fff;
gap: 1.2rem;
}

.order_block-animation-price img {
  max-width: 350px;
 
  /* margin: 1rem 0; */
}

.order_block-animation-price h3 {
  font: 800 1.5rem !important;
  margin: 0 auto;
}

.order_block-animation-price b {
  font: 800 1.8rem Arial !important;
  color: #282828;
}

.order_block-animation-price a {
  text-decoration: none;
  color: red;
  font-weight: 800;
}

.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: #282828 !important;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 0.3px black;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
  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;
}
.form-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #303030;
  color: #fff;
}

.offer-count-container {
  color: red;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  font-style: italic;
}

.offer-count-container p {
  margin: 0 auto;
  padding: 0;
}
#botonAgregarAlCarrito {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  margin: 0px;
}

#botonAgregarAlCarrito a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #0340B9;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: 0;
  border: none;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 480px) {
  .order_block-animation-price img {
    max-width: 210px;
}
.elementor-headline-dynamic-text {
  font-size: 30px !important;
}
}