button[type="submit"]:disabled {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    cursor: default;
}
.ded-moroz {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 200px;              /* базовый размер на десктопе */
  z-index: 9999;
  pointer-events: none;
}

.ded-moroz img {
  width: 100%;
  height: auto;
  display: block;
}
