.hd_listkontakt {
  margin-left: 20px;
}

@media (max-width: 540px){
  .hd_listkontakt{
    margin-left: 0;
  }
}

@media (max-width: 510px){
  .hd_listkontakt{
    display: none;
  }
}
.hd_callback--forms {
  width: 410px;
  background: rgba(256,256,256,0.2);
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  opacity: 1;
  transition: none !important;
  visibility: visible;
  z-index: 1;
  padding: 0 0 0 20px;
  height: 41px;
  position: static;
  float: right;
  margin-top: 3px;
  -webkit-transition: 0 width;
  -o-transition: 0 width;
  -moz-transition: 0 width;
  transition: 0 width;
}
.header #hd_callback--cls {
  display: none
}
.hd_calc--wrap, #hd_callback {
  display: none;
}
.hd_callback--forms .btn {
  background-color: #EBA655;
  color: #fff;
}
.js_form--act .hd_callback--forms {
	transition: none !important;
}
.js_form--act .hd_callback--forms .btn {
	transition: none !important;
}
 
#hd_callback {
	display: none !important;
}

.hd_callback--forms input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.hd_callback--wrap {
  width: 100%;
}
.header .ds-form input[type="tel"].not-valid:focus,.header .ds-form input[type="tel"].not-valid, .header .ds-form input[type="tel"]
, .header .ds-form input[type="tel"]:focus {
  color: #fff !important;
  border-bottom: none !important;
}
.header .report-message .form-head {
  color: #fff;
  white-space: nowrap;
  padding: 5px 30px 5px 0;
  font-weight: 700;
  font-size: 18px;
}
@media(max-width: 1024px) {
  .hd_callback--forms {
    width: auto;
  }
}
#hd_callback-mobile {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  #dscallback-form input[type="tel"] {
    max-width: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .hd_callback--forms input[type="tel"]::placeholder {
    font-size: 11px !important;
  }
  .hd_callback--forms {
    padding-left: 10px;
  }
  #dscallback-form input[type="tel"] {
    width: 125px !important;
    font-size: 11px !important;
  }
  .hd_tel {
    font-size: 16px;
  }
  .hd_callback--forms {
    margin-top: 0;
  }
  .hd_btns--wrap .btn[type="submit"] {
    margin-bottom: 0;
  }

}
#hd_callback_foot, #foot_hd_callback--cls {
  display: none !important;
}
.upper-footer .hd_callback--forms .btn {
  font-size: 11px !important;
}
.upper-footer .form-head.h4 {
  font-size: 12px;
  padding-right: 20px;
}
.header .hd_callback--wrap .ds-form .buttonform {
  margin-left: 10px;
}
.hd_callback--forms {
  min-height: 41px;
}