.callback {
  background: #FFFFFF;
}
.callback .form-block{
    padding: 25px;
}
.callback .cb-title {
  color: #ffffff;
padding: 10px 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
text-transform: uppercase;

    text-align: center;
    background: #D75032;

}
.callback .tel{
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
border-bottom: 2px solid #F6F6F6;
display: block;
padding: 15px 50px;
}
.callback_title{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #000000;
    padding: 5px 0;
    text-transform: uppercase;
}
.callback_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 34px;
    border-bottom: 2px solid #F6F6F6;
}
.callback_btn > a{
    font-family: Montserrat;
    border: 1px solid #FE4329;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 115px;
    height: 115px;

}
.callback_btn > div span{
    max-width: 86px;
    white-space: normal; /* Разрешает переносы */
    overflow-wrap: break-word; /* Переносит слова при переполнении */
    word-break: break-word; /* Совместимость с более старыми браузерами */
}
.callback input {
    border: 1px solid #FE4329;
    max-width: 273px;
  background: #ffffff;
  height: 27px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #000000;
    margin-bottom: 17px;
    padding: 0 16px 4px 16px;
    width: 100%;
}
.callback textarea:focus,
.callback input:focus {
  outline: 0;
  box-shadow: none;
}
.callback textarea {
    border: 1px solid #FE4329;
    max-width: 273px;    width: 100%;
    background: #ffffff;
    height:56px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #000000;
    margin-bottom: 17px;
    padding: 0 16px 4px 16px;
    resize: none;
}
.callback .fcallback {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
    border: 1px solid #FE4329;
    border-radius: 5px;
    padding: 5px 30px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #F6F6F6;
max-width: 143px;
    cursor: pointer;
}
.callback .ok-message {
  text-align: center;
  color: #000000;
  margin-top: 12px;
  font-size: 14px;
}
@media (max-width: 767px) {
    .callback .cb-title{
        padding: 10px;
    }
    .callback .tel{
        padding: 15px;
    }
}

#ModalPhone .modal-header{
  display: none;
}
#ModalPhone .modal-body {

  padding:0;
}
#ModalPhone .modal-content {
   background-color: transparent;
   border: 0;
   border-radius: 0;
   outline: 0;
 }
#ModalPhone button.close{
    color: white;
    font-size: 35px;
    margin-top: -3px;
    opacity: 1;
}