<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stage_callme {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9998; }

.callme {
  background: #f9f8f8;
  position: absolute;
  display: none;
  z-index: 9999;
  border: none;
 }

.callme * {
  box-sizing: border-box; }

.callme .form_title {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 12px 0 11px 10px;
  margin-bottom: 0;
  background: #333;
  color: #fff; }

.callme .form_title i {
  color: #fff; }

.callme .form_title .close_form {
  height: 20px;
  width: 20px;
  font-size: 13px;
  padding: 1px 3px 3px;
  float: right;
  display: inline;
  color: #fff;
  text-shadow: none;
  margin: -1px 9px 0 0;
  cursor: pointer;
  text-decoration: none; }

.callme .form_title .close_form:link, .callme .form_title .close_form:visited, .callme .form_title .close_form:active {
  text-decoration: none; }

.callme .form_errors {
  margin: 7px 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f2dede;
  border: 1px solid #a94442;
  color: #a94442;
  text-shadow: none; }

.callme .form_errors ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.callme .form_body {
  padding: 7px 10px 0;
  padding-bottom: 7px; }

.callme label {
  text-align: left; }

.callme .form_body .field_row input {
  border: 1px solid #c0cad5;
  width: 100%;
  border-radius: 1px;
  color: #000;
  font-size: 13px;
  padding: 5px 3px !important;
  outline: 0;
  background: #fff; }

.form_body label:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 20px;
  font-size: 12px;
  color: #333;
  padding-right: 5px; }

.form_body label.phone:before {
  content: "\f095"; }

.form_body label.user:before {
  content: "\f007"; }

.callme .form_body.form_success {
  background: #78c46e;
  color: #FFFFFF;
  font-size: 16px; }

.callme .form_body.form_default + .form_footer {
  display: none; }

.callme .form_body.loading {
  position: relative; }

.callme .form_body.loading:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 999;
  border-radius: 5px; }

.callme .form_body.loading:before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 9999;
}

.callme .form_footer {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center; }

.callme .form_footer:after {
  content: '';
  clear: both;
  display: block; }

.callme .submitCallMe {
  padding: 5px 7px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  min-width: 180px;
  outline: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  box-shadow: 0 -1px 0 #333;
  background: -webkit-linear-gradient(top, #819fbd 0%, #577fa7 100%);
  background: linear-gradient(to bottom, #424242 0%, black 100%);
  border-radius: 2px; }


 
/* /button */
.newton_callback_phone {
  width: 100% !important;
  height: 100% !important;
  z-index: 10000 !important;
  cursor: pointer !important;
  transform-origin: center center 0 !important; }

.newton-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.newton-ring {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url('/img/call_image.png'); }

.newton-track {
  border: 3px solid #acaaa6;
  width: 111px;
  height: 111px;
  opacity: 0.1;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 }

.newton-back-circle {
  width: 80px;
  height: 80px;
  opacity: 0.1;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #acaaa6; }

.newton-circle {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #acaaa6; }

.newton-handset {
  z-index: 100000;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url('/img/call_image.png'); }

.newton_callback_phone:hover {
  opacity: 1 !important; }

.newton_callback_phone:hover .newton-wrapper {
  }

.newton_callback_phone:hover .newton-circle,
.newton_callback_phone:hover .newton-back-circle {
}

.link_show_callme {
  position: fixed;
  right: 0px;
  top: 200px;
  margin-top: -33px; }

.form_body label {
  font-size: 12px;
  display: block;
  margin: 0px -3px 0px;
  padding: 10px 3px 5px;
  font-weight: bold;
  text-shadow: none; }

.callme {
  box-shadow: 0 2px 20px #333;
  border-radius: 3px;
  border: 0px solid #c0cad5;
  background: #f7f7f7;
  font-family: "Tahoma";
  font-size: 13px;
  position: absolute;
  width: 305px;
  overflow: hidden;
  color: #444; }

button.submitCallMe:hover,
a.close_form:hover {
  opacity: 0.8; }

@media (max-width: 767px) {
  .newton_callback_phone {
    width: 78px !important;
    height: 78px !important; }

  .newton-ring {
    background-size: 78px; }

  .newton-track {
    width: 71px;
    height: 71px;
 }

  .newton-back-circle {
    width: 60px;
    height: 60px;
 }

  .newton-circle {
    width: 44px;
    height: 44px;
 }

  .newton-handset {
    width: 100%;
    height: 100%; }

  .link_show_callme {
    top: auto;
    bottom: 20px; } }
/*   clockPicker   */
.clockpicker .input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4; }
.clockpicker .glyphicon-time:before {
  font-family: "FontAwesome";
  content: "\f017"; }

.clockpicker-popover {
  z-index: 10000; }

@media (max-width: 767px) {
  .clockpicker-popover {
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important; }

  .clockpicker-align-top.popover &gt; .arrow {
    display: none; } }
/*# sourceMappingURL=front.css.map */

/*@ sourceMappingURL=front.css.map */</pre></body></html>