.api-form1 * {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
.blg {
  outline: none;
  max-width: 100%;
  font-style: normal;
  box-sizing: border-box;
  line-height: 1.5;
  position: static;
  height: auto;
  box-shadow: none;
  text-align: center;
  clear: both;
  font-weight: 700;
  border: 0;
  background: #388e3c;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 35px;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 15px 0 0;
  text-transform: none;
}
.api-form1 *:before,
.api-form1 *:after {
  content: none;
}
.api-form1 .footnote1 {
  line-height: 15px;
  text-indent: 0;
  font-size: 10px;
  margin: 10px 0 0;
  text-align: center;
  padding: 0;
  color: #888;
  border-bottom: none;
}
.timer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1b8f2f;
  margin-top: 10px;
}
.timer__unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.timer__separator {
  font-weight: 700;
  font-size: 22px;
}
.timer__label {
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
}
.api-form1 .text {
  border: none;
  text-align: center;
  color: #222;
  padding: 0;
  font-size: 18px;
  width: 100%;
  float: none;
  line-height: 25px;
  font-weight: 700;
  margin: 10px 0;
}
.api-form1 form {
  padding: 0;
  background: 0 0;
  margin: 15px auto 0;
  border: none;
}
.api-form1 .form-body .text .offer-name {
  font: 700 18px/1.7 sans-serif;
  color: #ca2d2d;
}
.api-form1 {
  background: #fff;
  box-sizing: border-box;
  max-width: 465px;
  position: relative;
  margin: 0px auto;
  text-align: center;
  border: 2.5px dashed #ddd;
  border-radius: 2.5px;
  padding: 30px;
  clear: both;
}
.api-form1 .deadline1 {
  font: 700 15px/1.7 sans-serif;
  color: #222;
  text-align: center;
  margin: 0;
}
.time_remains {
  font: 700 1.1em/1.5 sans-serif;
  color: red;
}
.api-form1 .name:invalid, .api-form1 .phone:invalid, .api-form1 .name, .api-form1 .phone, .api-form1 select {
  font-style: normal;
  transition: 0.25s;
  line-height: 20px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  background: 0 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #f2f2f2;
  outline: none;
  box-sizing: border-box;
  border: 2.5px solid #ddd;
  border-radius: 35px;
  padding: 15px;
  margin: 0 0 15px;
}
.api-form1 .phone:focus {
  border: 2.5px solid #aaa;
}
.api-form1 {
  padding: 15px;
}
.api-form1 .cta-form1 {
  margin: 0;
}
.product-image1 {
  position: relative;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  max-width: 300px;
}
.product-image1 img {
  margin: 0px auto 0px auto;
  border: none;
  padding: 0;
  width: 71%;
  z-index: 0;
  position: static;
}
.product-banner-text1 {
  font-size: 12px;
}
.product-banner1 {
  width: 117px;
  height: 117px;
}
.product-banner1 {
  opacity: 0.9;
  display: table;
  width: 117px;
  height: 117px;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: url(../img/product-banner.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
.product-banner-text1 {
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #f2f2f2;
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
}
.product-banner-text1:after {
  position: relative;
  top: -5px;
  left: -2.5px;
}
.product-banner-text1 {
  font-size: 16px;
}
.api-form1 .phone:invalid {
  text-align: center;
  margin: 15px auto;
}
@media (max-width: 768px) {
  .api-form1 .deadline1 {
    font-size: 10px;
  }
  .api-form1 .text {
    font-size: 15px;
  }
  .api-form1 .name:invalid,
  .api-form1 .phone:invalid,
  .api-form1 .name,
  .api-form1 .phone {
    padding: 10px;
    margin: 0 0 10px;
  }
  .blg {
    margin: 10px 0 0;
    font-size: 18px;
    padding: 10px 25px;
  }
  .api-form1 .footnote1 {
    font-size: 8px;
  }
}

.api-form1 .form_control_vik_group {
  margin: 0px 0px 15px 0px;
}
.form_control_vik_group input.form_control_vik.name, .form_control_vik_group input.form_control_vik.phone, select {
  margin: 0px;
  text-align: left;
}

.shakingbutton {
  animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
  0% {
    transform: translateX(0);
  }

  46% {
    transform: translateX(0);
  }

  48% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }

  52% {
    transform: translateX(-10px);
  }

  54% {
    transform: translateX(10px);
  }

  56% {
    transform: translateX(-5px);
  }

  58% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.blg {
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0px 10px 0px;
  line-height: 40.85px;
  border-radius: 25px;
  border: 2px solid #80309c;
  box-shadow: 0px 2px 4px 0px #00000040;
  background: linear-gradient(
    0deg,
    #da71ff 0%,
    #b254d3 25%,
    #953fb3 50%,
    #b254d3 75%,
    #ebb3ff 100%
  );
}

.api-form1 * {
  font-family: sans-serif;
}

.api-form1 {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  max-width: 900px;
  border: none;
}

.product-image1 img {
  max-width: 100%;
  width: 100%;
}

.api-form1 .form-body {
  max-width: 494px;
  margin: 0px auto 0px auto;
}

.api-form1 .form-body .text {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.24px;
  text-align: center;
  color: #222222;
}

.api-form1 .form-body .text .offer-name {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.24px;
  color: #ff396f;
}

.api-form1 .form-body .text .offer-name {
  color: #ff396f;
}

.api-form1 .form-body .text .special_text {
  font-size: 40px;
  font-weight: 700;
  line-height: 54.47px;
  text-align: center;
  text-transform: uppercase;
}

.api-form1 .deadline1 {
  font-size: 18px;
  line-height: 24.51px;
  font-weight: 400;
}

.time_remains {
  font-size: 24px;
  font-weight: 700;
  line-height: 22.68px;
  color: #ff396f;
}

.api-form1 form {
  margin: 20px auto 0;
}

.form_control_vik_group input.form_control_vik.name, .form_control_vik_group input.form_control_vik.phone, .orderForm select {
  background: #ededed;
  box-shadow: 0px 2px 4px 0px #00000040;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.51px;
  text-align: left;
  border-width: 1px;
  border-radius: 20px;
  color: #1c1818;
}

.api-form1 .form_control_vik_group {
  margin: 0px 0px 20px 0px;
}

.blg {
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0px 10px 0px;
  line-height: 40.85px;
  background: #13a61a;
  border-radius: 20px;
  box-shadow: 0px 2px 4px 0px #00000040;
}

.api-form1 .footnote1 {
  font-size: 12px;
}

.api-form1 .cta-form1 {
  padding-right: 20px;
}

@media (max-width: 768px) {
  .api-form1 {
    display: block;
    align-items: center;
    max-width: 346px;
  }

  .api-form1 .form-body {
    max-width: 300px;
    margin: 0px auto 0px auto;
  }

  .product-image1 img {
    max-width: 100%;
    width: 71%;
  }

  .api-form1 .form-body .text {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
    color: #222222;
  }

  .api-form1 .form-body .text .offer-name {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    color: #ff396f;
  }

  .api-form1 .form-body .text .offer-name {
    color: #ff396f;
  }

  .api-form1 .form-body .text .special_text {
    font-size: 36px;
    font-weight: 700;
    line-height: 49.03px;
    text-align: center;
    text-transform: uppercase;
  }

  .api-form1 .deadline1 {
    margin: auto;
    max-width: 300px;
    font-size: 14px;
    line-height: 19.51px;
    font-weight: 400;
  }

  .api-form1 .ftimer {
    display: block;
    text-align: center;
  }

  .api-form1 .msbr {
    display: block;
    text-align: center;
  }

  .time_remains {
    font-size: 20px;
    font-weight: 700;
    line-height: 22.68px;
    color: #ff396f;
  }

  .api-form1 form {
    margin: 20px auto 0;
  }

  .form_control_vik_group input.form_control_vik.name,
  .form_control_vik_group input.form_control_vik.phone {
    background: #ededed;
    box-shadow: 0px 2px 4px 0px #00000040;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.51px;
    text-align: left;
    border-width: 1px;
    border-radius: 20px;
  }

  .api-form1 .form_control_vik_group {
    margin: 0px 0px 20px 0px;
  }

  .blg {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    line-height: 30.85px;
    background: #13a61a;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px #00000040;
  }

  .api-form1 .footnote1 {
    font-size: 8px;
  }

  .api-form1 .cta-form1 {
    padding-right: 0px;
  }
}
