.cpa_wr {
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-family: system-ui, sans-serif, Arial, Helvetica;
  border-radius: 20px;
}
.cpa_form-wr {
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000b8;
  max-width: 660px;
  min-width: 320px;
  width: 100%;
 background:linear-gradient(45deg,#3C3B3F,#605C3C,#ffffff);
   animation: gradient 5s infinite linear;
  background-size: 700% 700%;

}
@keyframes gradient {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    
	}
.cpa_img-block {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
.cpa_prod-img {
  min-width: 300px;
  max-width: 660px;
  max-height: 200px;
  object-fit: contain;
}
.cpa_hr-dotted-border {
  position: relative;
  display: inline-block;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: rgb(0, 0, 0);
  margin: 0;
}
.cpa_hr-dotted-border::after {
  content: '..................................';
  position: absolute;
  top: -40px;
  color: goldenrod;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2vw;
}
.cpa_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
}
.cpa_form-title {
  display: inline-block;
  color: gold;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.cpa_price-pcs,
.cpa_old-price {
  color: #fff;
  text-align: center;
}
.cpa_price-pcs-title {
  font-size: 18px;
}
.cpa_pcs {
  color: gold;
  font-weight: 600;
}
.cpa_old-price {
  text-decoration: line-through;
  font-size: 24px;
  font-weight: 600;
}
.cpa_new-price {
  color: gold;
  margin: 20px auto 0;
  text-align: center;
  border: 3px solid gold;
  border-radius: 10px;
  padding: 5px 10px;
  width: fit-content;
}
.cpa_new-title {
  font-size: 12px;
}
.cpa_new-cost {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.cpa_timer {
  padding: 20px 0;
  text-align: center;
}
.cpa_timer-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.cpa_timer-clock {
  color: #fff;
  padding: 10px;
  font-size: 28px;
}
.cpa_timer-item {
  color: #fff;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(0, 0, 0) 43%);
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #fff;
}
.cpa_hours,
.cpa_minutes,
.cpa_seconds {
  box-sizing: content-box;
  line-height: 1.1;
  margin-right: 6px;
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
}
.cpa_hours::before {
  content: 'Hours';
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: 13.5px;
}
.cpa_minutes::before {
  content: 'Minutes';
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: 6.5px;
}
.cpa_seconds::before {
  content: 'Seconds';
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: 3px;
}
.cpa_input-label {
  display: block;
  position: relative;
  font-size: 12px;
  width: 100%;
  max-width: 300px;
}
.cpa_input-label-txt {
  display: block;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.cpa_input-label:nth-of-type(2) {
  padding-top: 15px;
}
.cpa_input-label:nth-of-type(1)::before {
  position: absolute;
  content: '';
  background-image: url(imgs/avatar.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  bottom: 4px;
  left: 10px;
}
.cpa_input-label:nth-of-type(2)::before {
  position: absolute;
  content: '';
  background-image: url(imgs/smartphone-call.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  bottom: 4px;
  left: 10px;
}
.cpa_input {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  height: 2rem;
  border-radius: 3px;
  border-width: 0.5px;
  border-color: #fef4e6;
  outline: 0;
  padding-left: 40px !important;
}
.cpa_submit-btn {
  margin: 15px 0;
  padding: 10px;
  background-color: red;
  border: 0;
  border-radius: 3px;
  width: 100%;
  max-width: 300px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  word-wrap: break-word;
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, #239470 43%);
  border-radius: 13px;
  padding: 5px;
  border: 1px solid #fff;
}
