h2{
  display: inline-block;
  border-bottom: 4px solid var(--primary); 
}
.img-price:before{
  content:"";
  display: block;
  margin-bottom: -100px;
  border-radius: 8px;
  background: var(--secondary); 
  width: 60px;
  height: 100px;
}
.img-price img{
  padding-left:5px;
}
.fab.fa-telegram-plane.ba-btn-transition{
  background-color: #0077ff!important;
}

/*form*/
.soglasie-chek{
  margin:0!important;
}

@media (max-width: 768px) {
    form .ba-form-page {
        padding: 0px !important;
        width: 100% !important;
    }
}