
/*/ds-comf/ds-form/css/dsagent.css*/
#dsagent {
  width: 400px;
  margin: 20px 0;
  padding: 0 20px;
}
#dsagent .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dsagent label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dsagent input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsagent textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsagent input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dsagent input[type="submit"]:hover {
  cursor: pointer;
}
#dsagent select {
  background: none;
  height: 30px;
  color: #444444;
}
#dsagent .labelcall {
  height: 30px;
}
#dsagent .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dsagent .scall label,
#dsagent .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dsagent .labelcall,
#dsagent .scall,
#dsagent .docall {
  display: inline-block;
  margin: 0;
}
#dsagent .zpole,
#dsagent .buttonform {
  text-align: center;
}
#dsagent .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dsagent .error-report {
  color: #444;
}
/*/ds-comf/ds-form/css/dsforms.css*/
/*  --------------------------------------------------
  Global style
  -------------------------------------------------- */
form > div[class^="field"] {
  margin: 15px 0;
}
form div[class^="field"] .focusout {
  box-shadow: 0 0 5px #A0C2F9;
  border-color: #A0C2F9;
}
form div[class^="field"] .alert {
  box-shadow: 0 0 5px red;
  border-color: red;
}
form div[class^="field"] label .required {
  color: red;
}
.error-report {
  text-align: center;
  padding: 20px;
}
.error-report .head-report {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.error-report .text-report {
  margin-top: 20px;
  font-size: 18px;
}
.error-report .text-report p {
  margin: 5px 0;
}
.error_form ul {
  padding: 5px;
  list-style-position: inside;
  margin: 0;
}
.error_form ul li {
  list-style-type: none;
  padding: 2px;
  color: red;
}
.loadform {
  display: none;
  margin: 0 10px;
}
/*	--------------------------------------------------
	Style dsReveal Modals
	-------------------------------------------------- */
.dspopup-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}
.dspopup-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.dspopup-modal.small {
  width: 200px;
  margin-left: -140px;
}
.dspopup-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.dspopup-modal.large {
  width: 600px;
  margin-left: -340px;
}
.dspopup-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.dspopup-modal .close-dspopup-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(images/close_circle.png) no-repeat;
  /*background: url(images/close_square.png) no-repeat;*/

}
.dspopup-modal .close-dspopup-modal:hover {
  background-position: 0 100%;
}
.ds-form.dspopup-modal {
  overflow: hidden;
}
/*  --------------------------------------------------
  Forms Styles
  -------------------------------------------------- */
/*/ds-comf/ds-form/css/dsmypopup.css*/
#dsmypopup {
  width: 400px;
  max-width: 100%;
  margin: 20px 0;
  padding: 0 20px;
}
#dsmypopup .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dsmypopup label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dsmypopup input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsmypopup textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsmypopup input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dsmypopup input[type="submit"]:hover {
  cursor: pointer;
}
#dsmypopup select {
  background: none;
  height: 30px;
  color: #444444;
}
#dsmypopup .labelcall {
  height: 30px;
}
#dsmypopup .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dsmypopup .scall label,
#dsmypopup .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dsmypopup .labelcall,
#dsmypopup .scall,
#dsmypopup .docall {
  display: inline-block;
  margin: 0;
}
#dsmypopup .zpole,
#dsmypopup .buttonform {
  text-align: center;
}
#dsmypopup .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dsmypopup .error-report {
  color: #444;
}
.no_time_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.notime_phone {
    font-weight: bold;
    font-size: 20px;
}

.notime_phone:hover {
    text-decoration: underline;
}
.no_time_mail {
    font-weight: bold;
    font-size: 18px;
}
.form-under-head {
    text-align: center;
    
      border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;
}
/*/ds-comf/ds-form/css/dsorder.css*/
#dsorder {
  width: 400px;
  max-width: 100%;
  margin: 20px 0;
  padding: 0 20px;
}
#dsorder .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dsorder label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dsorder input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsorder textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsorder input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dsorder input[type="submit"]:hover {
  cursor: pointer;
}
#dsorder select {
  background: none;
  height: 30px;
  color: #444444;
}
#dsorder .labelcall {
  height: 30px;
}
#dsorder .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dsorder .scall label,
#dsorder .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dsorder .labelcall,
#dsorder .scall,
#dsorder .docall {
  display: inline-block;
  margin: 0;
}
#dsorder .zpole,
#dsorder .buttonform {
  text-align: center;
}
#dsorder .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dsorder .error-report {
  color: #444;
}
/*/ds-comf/ds-form/css/dsorderflat.css*/
#dsorder {
  width: 400px;
  margin: 20px 0;
  padding: 0 20px;
}
#dsorder .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dsorder label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dsorder input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsorder textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsorder input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dsorder input[type="submit"]:hover {
  cursor: pointer;
}
#dsorder select {
  background: none;
  height: 30px;
  color: #444444;
}
#dsorder .labelcall {
  height: 30px;
}
#dsorder .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dsorder .scall label,
#dsorder .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dsorder .labelcall,
#dsorder .scall,
#dsorder .docall {
  display: inline-block;
  margin: 0;
}
#dsorder .zpole,
#dsorder .buttonform {
  text-align: center;
}
#dsorder .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dsorder .error-report {
  color: #444;
}
/*/ds-comf/ds-form/css/dspodpis.css*/
#dspodpis {
  width: 400px;
  margin: 20px 0;
  padding: 0 20px;
}
#dspodpis .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dspodpis label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dspodpis input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dspodpis textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dspodpis input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dspodpis input[type="submit"]:hover {
  cursor: pointer;
}
#dspodpis select {
  background: none;
  height: 30px;
  color: #444444;
}
#dspodpis .labelcall {
  height: 30px;
}
#dspodpis .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dspodpis .scall label,
#dspodpis .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dspodpis .labelcall,
#dspodpis .scall,
#dspodpis .docall {
  display: inline-block;
  margin: 0;
}
#dspodpis .zpole,
#dspodpis .buttonform {
  text-align: center;
}
#dspodpis .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dspodpis .error-report {
  color: #444;
}
/*/ds-comf/ds-form/css/dsvopros.css*/
#dsvopros {
  width: 400px;
  margin: 20px 0;
  padding: 0 20px;
}
#dsvopros .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dsvopros label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dsvopros input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsvopros textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dsvopros input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dsvopros input[type="submit"]:hover {
  cursor: pointer;
}
#dsvopros select {
  background: none;
  height: 30px;
  color: #444444;
}
#dsvopros .labelcall {
  height: 30px;
}
#dsvopros .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dsvopros .scall label,
#dsvopros .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dsvopros .labelcall,
#dsvopros .scall,
#dsvopros .docall {
  display: inline-block;
  margin: 0;
}
#dsvopros .zpole,
#dsvopros .buttonform {
  text-align: center;
}
#dsvopros .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dsvopros .error-report {
  color: #444;
}
/*/ds-comf/ds-form/css/dswrite.css*/
#dswrite {
  width: 400px;
  margin: 20px 0;
  padding: 0 20px;
}
#dswrite .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dswrite label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dswrite input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dswrite textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 2px 5px;
  border: 1px solid #fecc00;
}
#dswrite input[type="submit"] {
  text-transform: uppercase;
  color: #444444;
  background-color: #fecc00;
  border: none;
  padding: 5px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#dswrite input[type="submit"]:hover {
  cursor: pointer;
}
#dswrite select {
  background: none;
  height: 30px;
  color: #444444;
}
#dswrite .labelcall {
  height: 30px;
}
#dswrite .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dswrite .scall label,
#dswrite .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dswrite .labelcall,
#dswrite .scall,
#dswrite .docall {
  display: inline-block;
  margin: 0;
}
#dswrite .zpole,
#dswrite .buttonform {
  text-align: center;
}
#dswrite .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dswrite .error-report {
  color: #444;
}