body footer, footer ul, footer ol, footer table, footer blockquote {
    color: var(--text);
    font-family: 'Roboto';
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    display: none !important;
  
}




@media (max-width: 768px)
.ba-form-field-item .ba-form-checkbox-wrapper {
    width: 50%!important;
  flex-grow: 2!important;
}



.flare-button {
  width: 100%;
  max-width: 373px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  margin-bottom: 30px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
 
  
  cursor: pointer;
  text-decoration: none;
 
  /* Важные стили для анимации */
  position: relative;
  overflow: hidden;
}

.flare-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}



.ba-form-1 .ba-form-page .ba-form-page-break-button[data-action="next"] {
  width: 100%;
  max-width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 50px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #35404a;
  background: #ffc700!important;
  
 
  
  cursor: pointer;
  text-decoration: none;
 
  /* Важные стили для анимации */
  position: relative;
  overflow: hidden;
  
}

.ba-form-1 .ba-form-page .ba-form-page-break-button[data-action="next"]:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.ba-form-1 .ba-form-page .ba-form-page-break-button[data-action="next"]:hover {
background:#0098d8 !important;
  }









.ba-form-poll-field .ba-form-checkbox-wrapper .ba-form-radio span:before, .ba-cart-row-content .ba-form-radio span:before, .ba-form-radio-field .ba-form-checkbox-wrapper .ba-form-radio span:before {
    border: 1px solid #35404a!important;
}
.ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span {
    border-radius: .25em;
    border: 1px solid #35404a!important;
}
  


element.style {
    width: 25px !important;
}
.ba-form-acceptance-field label.ba-form-checkbox > span, .ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span {
    background: rgb(239 23 23 / 40%);
    border-radius: .25em;
    border: 2px solid #35404a!important;
  }
  
  
  