/* Фон кнопки закрытия при наведении */
.hystmodal__close:hover {
  background-color: #FF9800;
}

/* Обводка кнопки закрытия при нажатии  */
.hystmodal__close:focus {
    outline: 2px dotted #FF9800;
}

/* Границы поля ввода при наведении */
.baitek-popup-input:hover {
  border:none;
  border-top: 1px #FF9800 dotted;
  border-bottom: 1px #FF9800 dotted;
}

/* Границы поля ввода при вводе данных */
.baitek-popup-input:focus {
  border:none;
  border-top: 1px #FF9800 solid;
  border-bottom: 1px #FF9800 solid;
}

/* Высота линии для текста кнопки */
.baitek-popup-button { 
  line-height: 28px;
}

/* Цвет активной кнопки */
.baitek-button-active {
    background-color: #FF9800!important;
  color: #000000!important;
}

/* Цвет активной кнопки при наведении */
.baitek-button-active:hover {
  background-color: #ffc063!important;
  color: #FFFFFF!important;
}

/* Настройки шрифтов */
.baitek-popup-content h1 {
  font-size: 20px;
  margin: 0px 10px 20px 10px;
}
.baitek-popup-content p {
  font-size: 16px;
  margin: 5px 5px 20px 5px;
}


.baitek-popup-content div {
  transition: 0.6s ease all;
}
.baitek-popup-content input {
  transition: 0.6s ease all;
}
.baitek-popup-content a {
  transition: 0.6s ease all;
}

.hystmodal__window {
  width: 400px;
  max-width: 90%;
}
.hystmodal__close:focus {
    outline-offset: 2px
}
.baitek-popup-content {
  margin: 20px 10px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

#callback-form {
  width: 90%;
}
.baitek-popup-input {
  margin: 10px 5px;
  width: 100%;
  height: 40px;
  border:none;
  border-top: 1px grey dotted;
  border-bottom: 1px grey dotted;
}

.baitek-popup-button {
    background-color:#9e9e9e;
    border-radius:10px;
    color:#FFF;
    font-size: 16px;
    padding: 5px 20px;
    width: 90%;
    text-decoration: none;
}
#baitek-callback-result {
  display: none;
}
