  
  
  /*скругление блока синего*/
[data-record-type="841"] {
    margin:40px!important;
    border-radius: 40px!important;
}



#custom_button:disabled{
    cursor: not-allowed;
    opacity: 50%;
} 

.custom_text_form{
    display:flex;
    justify-content:center;
    align-items:center;
}

.custom_link{
 margin-left:8px;
}



/*выравнивание кнопок в обложке на МВ по центру*/
@media screen and (max-width: 768px) {
    .t997__buttons {
  justify-content: center;
  }
  }
  
