@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#form-out {
  position: relative;
  min-height: 100px;
}
#form-out .loader {
  height: 50px;
  width: 50px;
  border: #ccc 5px solid;
  border-right: #f00 5px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  animation: rotating 2s linear infinite;
}
.sp-form {
  width: 100%;
  padding: 0;
}
.sp-form .sp-field {
  min-width: auto;
}
.sp-form .sp-field span {
  font-size: 17px;
  font-weight: 300;
}
.sp-form .sp-field .sp-checkbox-option > label {
  display: flex;
  width: 100%;
  align-items: center;
}
.sp-form .sp-field .sp-checkbox-option > label span {
  flex: 1;
}
.sp-form .custom-wrapper,
.sp-form .simple-checkbox,
.sp-form .sp-button-container {
  margin-left: auto;
}
.sp-form .sp-field .jq-checkbox {
  top: 0;
  width: 73px;
  height: 40px;
  background: url("https://mmkc.su/bitrix/templates/mmkc/img/custom-cbx.png") 0 -40px
    no-repeat;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 60px;
}
.sp-form .sp-field .jq-checkbox.checked {
  background-position: 0 0;
}
.sp-form .sp-field .jq-checkbox.checked div.jq-checkbox__div {
  display: none;
}
.sp-form .sp-field:nth-child(9) {
  margin-bottom: 70px;
}
.sp-form .sp-field.custom-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  margin-bottom: 22px;
  padding: 0;
}
.sp-form .sp-field.custom-wrapper input {
  border-radius: 12px;
  border: #f69800 1px solid;
  padding: 30px;
}
.intl-tel-input.separate-dial-code .selected-flag {
  border-radius: 12px 0 0 12px;
}
.sp-form .sp-field.custom-wrapper label {
  display: none;
}
.sp-form .sp-field.custom-wrapper:nth-child(odd) {
  margin-left: 12px;
}
.sp-form .sp-field.custom-wrapper:nth-child(even) {
  margin-right: 12px;
}
.sp-form .sp-field.simple-checkbox .jq-checkbox {
  top: 4px;
  width: 14px;
  height: 12px;
  background: url("https://mmkc.su/bitrix/templates/mmkc/img/mf-cbx.png") 0 -12px
    no-repeat;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 30px;
}
.sp-form .sp-field.simple-checkbox .jq-checkbox.checked {
  background-position: 0 0;
}
.sp-form .sp-field.simple-checkbox label {
  display: flex;
  width: 100%;
  align-items: normal;
}
.sp-form .sp-field.simple-checkbox label span {
  font-size: 16px;
}
.sp-form .sp-field.simple-checkbox label span:last-child {
  display: none;
}
.sp-form .sp-field.simple-checkbox .sp-tip {
  display: none;
}
.sp-form .sp-field.sp-button-container {
  text-align: center;
}
.sp-form .sp-field.sp-button-container button {
  width: 100%;
  height: auto;
  font-weight: 300;
  color: #333;
  font-size: 18px;
  max-width: 460px;
  margin: 30px auto 46px;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  border: #f69800 1px solid;
  background-color: #f69800;
  cursor: pointer;
}

.sp-form .sp-field.sp-button-container button.disabled {
  cursor: default;
  pointer-events: none;
}
.text-block-wrapper {
  margin-bottom: 40px;
}

.sp-force-hide {
  display: none;
}
.sp-form[sp-id="129104"] {
  display: block;
  background: #ffffff;
  padding: 15px;
  width: 450px;
  max-width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.sp-form[sp-id="129104"] input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.sp-form[sp-id="129104"] .sp-form-fields-wrapper {
  margin: 0 auto;
  width: 420px;
}
.sp-form[sp-id="129104"] .sp-form-control {
  background: #ffffff;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  padding-left: 8.75px;
  padding-right: 8.75px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 35px;
  width: 100%;
}
.sp-form[sp-id="129104"] .sp-field label {
  color: #444444;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}
.sp-form[sp-id="129104"] .sp-button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #0089bf;
  color: #ffffff;
  width: auto;
  font-weight: 700;
  font-style: normal;
  font-family: Arial, sans-serif;
}
.sp-form[sp-id="129104"] .sp-button-container {
  text-align: left;
}
@media all and (max-width: 950px) {
  .sp-form .sp-field.custom-wrapper,
  .sp-form .sp-field.custom-wrapper:nth-child(odd),
  .sp-form .sp-field.custom-wrapper:nth-child(even) {
    display: block;
    margin: 0 auto 20px !important;
  }
  .sp-form .sp-field {
    margin-left: 0;
  }
}

@media all and (max-width: 400px) {
  .sp-form .sp-field .sp-checkbox-option > label div.jq-checkbox {
    margin-right: 10px;
  }
}
