/* Order form */

#order-form-section h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat-Bold";
  font-size: 24px;
  margin-bottom: 40px;
}

#order-form-section .form-group-wrapper {
  display: inline-block;
  width: 49.5%;
}

@media only screen and (max-width: 768px) {
  #order-form-section .form-group-wrapper {
    width: 100%;
  }
}

#order-form-section .form-group-wrapper:last-child {
  float: right;
}

#order-form-section .form-group-wrapper input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#order-form-section .main-fields-block * {
  background-color: transparent;
  border-color: #ffffff;
}

#order-form-section .main-fields-block .form-group .form-control {
  color: #ffffff;
}

#order-form-section .main-fields-block .form-group * {
  border-radius: 10px;
}

#order-form-section .main-fields-block .form-group input {
  height: 40px;
}

#order-form-section .main-fields-block .form-group span {
  height: 40px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: #ffffff;
  font-size: 25px;
}

#order-form-section .main-fields-block .form-group span i.netpeak-email {
  font-size: 20px;
}

#order-form-section .main-fields-block .form-group textarea {
  height: 100px;
}

#order-form-section .main-fields-block .form-group textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#order-form-section .main-fields-block .form-group input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#order-form-section .main-fields-block .form-group .input-group-addon {
  background-color: unset;
}

#order-form-section .main-fields-block .form-group .input-group-addon.email-i {
  padding-right: 18px;
}

#order-form-section .main-fields-block .form-group .input-group-addon.domains-i {
  padding-right: 9px;
}

#order-form-section .main-fields-block .form-group.has-error input, #order-form-section .main-fields-block .form-group.has-error span {
  color: #ff8686;
}

#order-form-section .so-bottom .btn.request-btn, #order-form-section .so-bottom .btn.request {
  font-size: 15px;
}

/* Domains */

#order-form-section .main-fields-block .form-group .tag-editor * {
  border-radius: 0;
}

#sof_ds + .tag-editor {
  font-family: "Montserrat-Regular", sans-serif;
  padding: 4px 0 4px 4px;
}

#sof_ds + .tag-editor input {
  color: #fff;
}

#sof_ds + .tag-editor .tag-editor-tag {
  color: #46525f;
  background: #fff;
  border-radius: 3px 0 0 3px !important;
  padding: 2px 6px;
}

#sof_ds + .tag-editor .placeholder {
  padding: 2px 3px;
  color: #a2a2a2;
}

#sof_ds + .tag-editor .tag-editor-spacer {
  width: 8px;
}

#sof_ds +.tag-editor .tag-editor-delete {
  background: #eaeef1;
  border-radius: 0 3px 3px 0 !important;
  padding: 2px 6px;
}

#sof_ds +.tag-editor .tag-editor-delete i {
  border-radius: 0 !important;
}

#sof_ds +.tag-editor .tag-editor-delete i:before {
  color: #46525f;
}

#sof_ds +.tag-editor .tag-editor-delete:hover i:before {
  color: red;
}

/* Domains modal */

.modal-dialog .main-fields-block .form-group .tag-editor * {
  border-radius: 0;
}

#sof_ds_modal + .tag-editor {
  font-family: "Montserrat-Regular", sans-serif;
  padding: 4px 0 4px 4px;
  border-radius: 10px !important;
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#sof_ds_modal + .tag-editor input {
  color: #788a94;
}

#sof_ds_modal + .tag-editor .tag-editor-tag {
  color: #46525f;
  background: #f5f9fc;
  border-radius: 3px 0 0 3px !important;
  padding: 2px 6px;
}

#sof_ds_modal + .tag-editor .placeholder {
  padding: 2px 3px;
  color: #a2a2a2;
}

#sof_ds_modal + .tag-editor .tag-editor-spacer {
  width: 8px;
}

#sof_ds_modal +.tag-editor .tag-editor-delete {
  background: #eaeef1;
  border-radius: 0 3px 3px 0 !important;
  padding: 2px 6px;
}

#sof_ds_modal +.tag-editor .tag-editor-delete i {
  border-radius: 0 !important;
}

#sof_ds_modal +.tag-editor .tag-editor-delete i:before {
  color: #46525f;
}

#sof_ds_modal +.tag-editor .tag-editor-delete:hover i:before {
  color: red;
}

.rngst_phone_button {
  display: none !important;
}

.privacy_input {
  color: #999999;
  opacity: 1;
}

.privacy_input.has-error {
  color: #ff8686;
}
.privacy-ordered-list {
  font-size: 24px;
  font-weight: bold;
}

.privacy-ordered-list > li p, .privacy-ordered-list ul {
  font-size: 14px;
  font-weight: normal;
}

.privacy-footer-link a:focus, .privacy-footer-link a:hover {
  color: #788a94;
  background-color: unset;
}

.privacy-footer-link a {
  font-family: "Montserrat-Regular";
  font-size: 10px;
  color: #46525f;
  text-align: right;
  margin-top: 9px;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer p, .privacy-footer-link a {
    text-align: center;
  }
}
.g-recaptcha > div {
  margin: 10px auto;
  border: 1px solid #fff;
}

.g-recaptcha > div.has-error {
  border: 1px solid red;
}

.grecaptcha-badge {
  width: 1px !important;
}

.width-100 {
  width: 100%;
}

#order-form-section .main-fields-block .orm-group-wrapper .form-group .order-phone {
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.has-error {
  color: #ff8686 !important;
  border-color: #ff8686 !important;
}
