
/*/ds-comf/ds-form/css/callme.css*/
#callme {
  width: 300px;
  margin: 20px 0;
  padding: 0 20px;
  background: #E3E3E3;
  border-radius: 0px;
}
#callme .form-head {
  color: #86A416;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #86A416;
  text-align: center;
}
#callme label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#callme input[type="text"] {
  width: 100%;
  padding: 5px;
  font-size: 15px;
  color: #3B3A57;
  border: 1px solid #86A416;
  border-radius: 0px;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#callme textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  resize: none;
  font-size: 15px;
  color: #3B3A57;
  border: 1px solid #86A416;
  border-radius: 0px;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#callme input[type="submit"] {
    background: #86a416 none repeat scroll 0 0;
    border: 1px solid #86a416;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
}
#callme input[type="submit"]:hover {
  background: #a1bf31;
  cursor: pointer;
}
#callme select {
  background: none;
  height: 30px;
  color: #444444;
}
#callme .labelcall {
  height: 30px;
}
#callme .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#callme .scall label,
#callme .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#callme .labelcall,
#callme .scall,
#callme .docall {
  display: inline-block;
  margin: 0;
}
#callme .zpole,
#callme .buttonform {
  text-align: center;
}
#callme .error_form ul {
  border: 1px solid #86A416;
}
#callme .error-report {
  color: #444;
}

#callme .info {
  font-size: 12px;
  text-align: center;
}

#callme .error_form ul li {
  font-size: 12px;
  text-align: left;
}

#callme .text-report a {
   color: #86A416;
}
/*/ds-comf/ds-form/css/checkout.css*/
#checkout {
    margin: 20px 0;
    padding: 20px;
    width: 300px !important;
    border: 1px solid #105A8C;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#checkout .form-head {
  color: #105A8C;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #105A8C;
  text-align: left;
}
#checkout label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#checkout input[type="text"] {
  width: 100%;
  padding: 5px;
  font-size: 15px;
  border: 1px solid #105A8C;
      -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#checkout textarea {
  width: 100%;
  height: 125px;
  resize: none;
  font-size: 15px;
  border: 1px solid #105A8C;
      -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#checkout input[type="submit"] {
  width: 100px;
  height: 30px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  border: 1px solid #105A8C;
  background: #105A8C;
      -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#checkout input[type="submit"]:hover {
  cursor: pointer;
}
#checkout .buttonform {
  text-align: right;
}
#checkout .error_form ul {
  border-top: 1px solid #eeeeee;
}
#checkout .error-report {
  color: #444;
}

.checkout:hover {
    cursor: pointer;
    opacity: 0.8;
}
/*/ds-comf/ds-form/css/dscallme.css*/
#dscallme {
  width: 300px;
  margin: 20px 0;
  padding: 0 20px;
}
#dscallme .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;
}
#dscallme label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dscallme input[type="text"] {
  width: 300px;
  height: 31px;
  padding: 2px 5px;
}
#dscallme textarea {
  width: 300px;
  height: 80px;
  resize: none;
  padding: 2px 5px;
}
#dscallme input[type="submit"] {
  height: 30px;
  text-transform: uppercase;
  color: #444444;
}
#dscallme input[type="submit"]:hover {
  cursor: pointer;
}
#dscallme select {
  background: none;
  height: 30px;
  color: #444444;
}
#dscallme .labelcall {
  height: 30px;
}
#dscallme .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dscallme .scall label,
#dscallme .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dscallme .labelcall,
#dscallme .scall,
#dscallme .docall {
  display: inline-block;
  margin: 0;
}
#dscallme .zpole,
#dscallme .buttonform {
  text-align: center;
}
#dscallme .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dscallme .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/faq.css*/
#faq {
    margin: 0 auto;
    padding: 0 20px;
    width: 530px;
}
#faq a {
  color: #000;
}
#faq .zpole {
  color:#fff; font-size:13px;
}
#faq .form-head {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #588CCA;
  text-align: center;
}
#faq label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#faq input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 7px;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box;
  border: 1px solid #588CCA;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
#faq textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 7px;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box;
  border: 1px solid #588CCA;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
#faq input[type="submit"] {
    background: #588CCA none repeat scroll 0 0;
    border: 1px solid #588CCA;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
#faq input[type="submit"]:hover {
    background: #6da1df none repeat scroll 0 0;
}
#faq select {
  background: none;
  height: 30px;
  color: #444444;
}
#faq .labelcall {
  height: 30px;
}
#faq .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#faq .scall label,
#faq .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#faq .labelcall,
#faq .scall,
#faq .docall {
  display: inline-block;
  margin: 0;
}
#faq .buttonform {
  text-align: center;
}
#faq .info {
  text-align: center;
  color: #444444;
}
#faq .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#faq .error-report {
  color: #444;
}

#faq .error-form {
  margin: 0 0 15px 0;
}

#faq .error-report .text-report p {
  text-align: center;
}
/*/ds-comf/ds-form/css/feedback.css*/
#feedback {
    margin: 0 auto;
    padding: 0 20px;
    width: 530px;
}
#feedback a {
  color: #000;
}
#feedback .zpole {
  color:#fff; font-size:13px;
}
#feedback .form-head {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #588CCA;
  text-align: center;
}
#feedback label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#feedback input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 7px;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box;
  border: 1px solid #588CCA;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
#feedback textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 7px;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box;
  border: 1px solid #588CCA;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
#feedback input[type="submit"] {
    background: #588CCA none repeat scroll 0 0;
    border: 1px solid #588CCA;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
#feedback input[type="submit"]:hover {
    background: #6da1df none repeat scroll 0 0;
}
#feedback select {
  background: none;
  height: 30px;
  color: #444444;
}
#feedback .labelcall {
  height: 30px;
}
#feedback .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#feedback .scall label,
#feedback .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#feedback .labelcall,
#feedback .scall,
#feedback .docall {
  display: inline-block;
  margin: 0;
}
#feedback .buttonform {
  text-align: center;
}
#feedback .info {
  text-align: center;
  color: #444444;
}
#feedback .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#feedback .error-report {
  color: #444;
}

#feedback .error-form {
  margin: 0 0 15px 0;
}

#feedback .error-report .text-report p {
  text-align: center;
}
/*/ds-comf/ds-form/css/indexfaq.css*/
#indexfaq {
  width: 300px;
  margin: -40px auto 0;
  padding: 10px 20px;
  background: #0D3564;
  color: #FFF;
  border-radius: 0px;
  height: 460px !important;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#indexfaq .form-head {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}

#indexfaq .form-head-info {
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}


#indexfaq label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#indexfaq input[type="text"] {
  width: 100%; height: 35px;
  padding: 5px;
  font-size: 15px;
  color: #3B3A57;
  border: 1px solid #3061A9;
  border-radius: 0px;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#indexfaq textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  resize: none;
  font-size: 15px;
  color: #3B3A57;
  border: 1px solid #3061A9;
  border-radius: 0px;
   margin-bottom: 10px;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#indexfaq input[type="submit"] {
    width: 100%;
    background: #3061A9 none repeat scroll 0 0;
    border: 1px solid #3061A9;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
#indexfaq input[type="submit"]:hover {
  background: #a1bf31;
  cursor: pointer;
}
#indexfaq select {
  background: none;
  height: 30px;
  color: #444444;
}
#indexfaq .labelcall {
  height: 30px;
}
#indexfaq .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#indexfaq .scall label,
#indexfaq .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#indexfaq .labelcall,
#indexfaq .scall,
#indexfaq .docall {
  display: inline-block;
  margin: 0;
}
#indexfaq .zpole,
#indexfaq .buttonform {
  text-align: center;
}
#indexfaq .error_form ul {
  border: 1px solid #3061A9;
}

#indexfaq .error-report {
  margin-top: 155px;
}

#indexfaq .error-report,
#indexfaq .error-report p {
    color: #FFF;
    padding: 0;
    text-align: center;
}

#indexfaq .info {
  font-size: 15px;
  text-align: left;
  margin-top: 15px;
}

#indexfaq .error_form ul li {
  font-size: 12px;
  text-align: left;
}

#indexfaq .text-report a {
   color: #3061A9;
}

#indexfaq .error_form {
    background: #3061a9 none repeat scroll 0 0;
    border: 1px solid #3061a9;
    position: fixed;
    right: 35px;
    top: 35px;
}

#indexfaq .error_form li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 5px 10px;
}

#indexfaq .field-6 { 
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
/*/ds-comf/ds-form/css/order.css*/
#order {
    margin: 0 auto;
    padding: 0 20px;
    width: 530px;
}
#order a {
  color: #000;
}
#order .zpole {
  color:#fff; font-size:13px;
}
#order .form-head {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #588CCA;
  text-align: center;
}
#order label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#order input[type="text"] {
  width: 100%;
  height: 31px;
  padding: 7px;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box;
  border: 1px solid #588CCA;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
#order textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 7px;
  -moz-box-sizing: border-box; /* Для Firefox */  
  box-sizing: border-box;
  border: 1px solid #588CCA;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
#order input[type="submit"] {
    background: #588CCA none repeat scroll 0 0;
    border: 1px solid #588CCA;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
#order input[type="submit"]:hover {
    background: #6da1df none repeat scroll 0 0;
}
#order select {
  background: none;
  height: 30px;
  color: #444444;
}
#order .labelcall {
  height: 30px;
}
#order .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#order .scall label,
#order .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#order .labelcall,
#order .scall,
#order .docall {
  display: inline-block;
  margin: 0;
}
#order .buttonform {
  text-align: center;
}
#order .info {
  text-align: center;
  color: #444444;
}
#order .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#order .error-report {
  color: #444;
}

#order .error-form {
  margin: 0 0 15px 0;
}

#order .error-report .text-report p {
  text-align: center;
}