.mobile-block-slider{
    width: 355px;
  }
  .faq-item__question{
    font-family: "InterTight" !important;
  }
  .faq-item__content{
    font-family: "InterTight" !important;
  }
  .mobile-block-slider-second{
    width: 355px;
  }
  .input-group.check-group label {
    /* font-size: 15px !important; */
    line-height: 21px !important;
  }
  .section-reviews__title{
    font-family: "RFDewi";
    margin-bottom: 20px;
    
  }
  .input-group.check-group label span:before {
    top: 1px !important;
    left: 20px !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid black !important;
    border-radius: 2px !important;
    font-size: 21px !important;
  }
   
  .curses-modal-btn[disabled] {
    opacity: 0.5;
  }
  .breadcrumb{
    padding-top: 30px !important;
  }
  .curses-modal-btn[disabled]:hover {
    opacity: 0.7;
  }

  .curses-modal-btn:hover {
    background: #f05784;
  }

  .input-group.check-group label.black-style a,
  .input-group.check-group label.black-style input:checked+span:before {
    color: #5789D4 !important
  }

  .black-style {
    font-family: "InterTight" !important;
  }

  .section-faq__header{
      font-family: "RFDewi" !important;
  }


  /* .breadcrumb__list {
    z-index: 111;
  } */

  .input-group.check-group label span {
    padding-left: 50px !important;
  }
  .specific-form .input-group.check-group label span:before {
border: 1px solid white !important;

}
.specific-form .input-group.check-group label.black-style a, .specific-form .input-group.check-group label.black-style input:checked+span:before {
color: white !important;
}
.specific-form .input-group.check-group label.black-style {
color: white !important;
}



@media(max-width: 649px){
.breadcrumb{
  padding-top: 20px !important;
}
}
 @media (max-width: 424px){
  .form-button {
    padding-top: 25px;
  }
  .form-button button {
    border-radius: 16px !important;
  }
 }

 .white-background {
  background-color: #fff !important;  /* Измените цвет на белый по вашему выбору */
}
.form-active-btn{
  background-color: #35bd6b !important;
  color: white !important;
}
.form-active-btn:hover {
  background: #49a26d !important;
}
