.buy-one-click-form-wrTwo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.58);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.buy-one-click-form-wrTwo:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.buy-one-click-form-wrTwo.active {
  opacity: 1;
  visibility: visible;
}
.buy-one-click-form-wrTwo .buy-one-click-form-in {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 320px;
  margin: 20px;
  text-align: left;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 499px) {
  .buy-one-click-form-wrTwo .buy-one-click-form-in {
    width: 374px;
    margin: 10px;
  }
}
@media screen and (max-width: 410px) {
  .buy-one-click-form-wrTwo .buy-one-click-form-in {
    width: 280px;
    margin: 10px;
  }
}
.buy-one-click-form-wrTwo .buy-one-click-form-in .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2354493b%22%20d%3D%22M7.944%2C6.483%20L12.689%2C11.228%20C13.092%2C11.631%2013.092%2C12.285%2012.689%2C12.688%20C12.286%2C13.091%2011.633%2C13.091%2011.230%2C12.688%20L6.485%2C7.943%20L1.740%2C12.688%20C1.337%2C13.091%200.683%2C13.091%200.280%2C12.688%20C-0.123%2C12.285%20-0.123%2C11.631%200.280%2C11.228%20L5.025%2C6.483%20L0.281%2C1.739%20C-0.122%2C1.336%20-0.122%2C0.683%200.281%2C0.279%20C0.684%2C-0.124%201.337%2C-0.124%201.741%2C0.279%20L6.485%2C5.023%20L11.229%2C0.279%20C11.632%2C-0.124%2012.285%2C-0.124%2012.688%2C0.279%20C13.092%2C0.683%2013.092%2C1.336%2012.688%2C1.739%20L7.944%2C6.483%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.buy-one-click-form-wrTwo .form_bl_title {
  color: #54493b;
  font: 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 0 20px;
}
@media screen and (max-width: 499px) {
  .buy-one-click-form-wrTwo .form_bl_title {
    font-size: 23px;
  }
}
.buy-one-click-form-wrTwo .tpl-anketa .field-title {
  margin: 0 0 7px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field {
  display: block;
  margin: 0 0 10px;
  text-align: left;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.field-error input[type="text"], .buy-one-click-form-wrTwo .tpl-anketa .tpl-field.field-error input[type="email"], .buy-one-click-form-wrTwo .tpl-anketa .tpl-field.field-error input[type="phone"], .buy-one-click-form-wrTwo .tpl-anketa .tpl-field.field-error textarea, .buy-one-click-form-wrTwo .tpl-anketa .tpl-field.field-error .jq-selectbox__select {
  -moz-box-shadow: inset 0 0 0 1px #f5441a !important;
  -webkit-box-shadow: inset 0 0 0 1px #f5441a !important;
  box-shadow: inset 0 0 0 1px #f5441a !important;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field:last-child {
  margin-bottom: 0;
  padding-top: 10px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-calendar_interval .field-title {
  display: none;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-calendar_interval .field-value {
  font-size: 0;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-calendar_interval .calendar-label {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
@media screen and (max-width: 499px) {
  .buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-calendar_interval .calendar-label {
    display: block;
    width: auto;
  }
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-calendar_interval .calendar-label.firstLabel {
  margin-right: 2%;
}
@media screen and (max-width: 499px) {
  .buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-calendar_interval .calendar-label.firstLabel {
    margin: 0 0 10px;
  }
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-multi_select select {
  background: #faf9f7;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  color: #8c8171;
  height: auto;
  padding: 16px 25px 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li {
  margin-bottom: 6px;
  font-size: 0;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li span {
  display: inline-block;
  vertical-align: top;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li span:hover .jq-radio {
  -moz-box-shadow: inset 0 0 0 1px #ffb20f;
  -webkit-box-shadow: inset 0 0 0 1px #ffb20f;
  box-shadow: inset 0 0 0 1px #ffb20f;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li span:hover .jq-radio.checked {
  -moz-box-shadow: inset 0 0 0 7px #ffb20f;
  -webkit-box-shadow: inset 0 0 0 7px #ffb20f;
  box-shadow: inset 0 0 0 7px #ffb20f;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li .jq-radio {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: inset 0 0 0 1px #e1ddd3;
  -webkit-box-shadow: inset 0 0 0 1px #e1ddd3;
  box-shadow: inset 0 0 0 1px #e1ddd3;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li .jq-radio.checked {
  -moz-box-shadow: inset 0 0 0 7px #ffb20f;
  -webkit-box-shadow: inset 0 0 0 7px #ffb20f;
  box-shadow: inset 0 0 0 7px #ffb20f;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-radio_group ul li label {
  display: inline-block;
  vertical-align: top;
  font: 16px "fsr", Arial, Helvetica, sans-serif;
  padding: 4px 0 0 10px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .field_error {
  font-size: 14px;
  color: #f5441a;
  padding: 0 0 10px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-upload {
  font-size: 14px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-checkbox ul li {
  margin-bottom: 6px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-checkbox label {
  display: inline-block;
  vertical-align: middle;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-multi_checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-multi_checkbox ul li {
  margin-bottom: 6px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field.type-multi_checkbox label {
  display: inline-block;
  vertical-align: middle;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field input[type="text"], .buy-one-click-form-wrTwo .tpl-anketa .tpl-field input[type="email"], .buy-one-click-form-wrTwo .tpl-anketa .tpl-field input[type="phone"] {
  background: #faf9f7;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  color: #8c8171;
  height: 53px;
  padding: 16px 25px 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field input[type="text"]:focus, .buy-one-click-form-wrTwo .tpl-anketa .tpl-field input[type="email"]:focus, .buy-one-click-form-wrTwo .tpl-anketa .tpl-field input[type="phone"]:focus {
  background: #fff;
  -moz-box-shadow: inset 0 0 0 1px #ffb20f !important;
  -webkit-box-shadow: inset 0 0 0 1px #ffb20f !important;
  box-shadow: inset 0 0 0 1px #ffb20f !important;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field textarea {
  background: #faf9f7;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  color: #8c8171;
  height: 130px;
  padding: 16px 25px 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field textarea:focus {
  background: #fff;
  -moz-box-shadow: inset 0 0 0 1px #ffb20f !important;
  -webkit-box-shadow: inset 0 0 0 1px #ffb20f !important;
  box-shadow: inset 0 0 0 1px #ffb20f !important;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jq-checkbox {
  width: 26px;
  height: 26px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: inset 0 0 0 1px #e1ddd3;
  -webkit-box-shadow: inset 0 0 0 1px #e1ddd3;
  box-shadow: inset 0 0 0 1px #e1ddd3;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jq-checkbox:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2012%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.619%2C2.013%20L5.785%2C7.603%20C5.448%2C7.927%204.966%2C8.011%204.540%2C7.882%20C4.091%2C8.062%203.554%2C7.979%203.188%2C7.628%20L0.355%2C5.038%20C-0.128%2C4.575%20-0.128%2C3.823%200.355%2C3.359%20C0.838%2C2.896%201.622%2C2.896%202.105%2C3.359%20L4.463%2C5.515%20L9.868%2C0.335%20C10.352%2C-0.129%2011.136%2C-0.129%2011.619%2C0.335%20C12.102%2C0.798%2012.102%2C1.550%2011.619%2C2.013%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jq-checkbox.checked {
  background: #ffb20f;
  -moz-box-shadow: inset 0 0 0 1px #ffb20f !important;
  -webkit-box-shadow: inset 0 0 0 1px #ffb20f !important;
  box-shadow: inset 0 0 0 1px #ffb20f !important;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jq-checkbox.checked:before {
  opacity: 1;
  visibility: visible;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect {
  display: block !important;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect.dropup .jq-selectbox__select {
  z-index: 1;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 13px;
  height: 7px;
  z-index: 1;
  margin-top: -3px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2013%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d4cbc0%22%20d%3D%22M12.619%2C2.013%20L7.785%2C6.603%20C7.448%2C6.927%206.966%2C7.011%206.540%2C6.882%20C6.091%2C7.062%205.554%2C6.979%205.188%2C6.628%20L0.355%2C2.038%20C-0.128%2C1.575%20-0.128%2C0.823%200.355%2C0.359%20C0.838%2C-0.104%201.622%2C-0.104%202.105%2C0.359%20L6.474%2C4.508%20L10.868%2C0.335%20C11.352%2C-0.129%2012.135%2C-0.129%2012.619%2C0.335%20C13.102%2C0.798%2013.102%2C1.550%2012.619%2C2.013%20Z%22%20%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect.opened:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect.opened .jq-selectbox__select {
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect .jq-selectbox__select {
  background: #f9f6f1;
  font: 17px "fsr", Arial, Helvetica, sans-serif;
  color: #746b5f;
  height: 47px;
  padding: 13px 20px 14px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown {
  background: #fff;
  width: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul li {
  color: #746b5f;
  font: 17px "fsr", Arial, Helvetica, sans-serif;
  padding: 15px 0 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #faf9f8;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul li:first-child {
  border: none;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul li:hover {
  color: #ffb20f;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-form-button {
  display: block;
  width: 100%;
  color: #451801;
  font: 20px "fsm", Arial, Helvetica, sans-serif;
  padding: 14px 25px 15px 25px;
  text-align: center;
  outline: none;
  border: none;
  background: #ffb20f;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.buy-one-click-form-wrTwo .tpl-anketa .tpl-form-button:hover {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(115, 60, 68, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 7px 15px 0px rgba(115, 60, 68, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 7px 15px 0px rgba(115, 60, 68, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 7px 15px 0px rgba(115, 60, 68, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7px 15px 0px rgba(115, 60, 68, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
}
.buy-one-click-form-wrTwo + .back_button {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .buy-one-click-form-wrTwo + .back_button {
    margin-bottom: 10px;
  }
}
.callback {
  display: inline-block;
  padding: 12px 27px 12px 27px;
  margin-top: 5px;
  font-size: 22px;
  background: #ffb20f;
  color: #451801;
  border-radius: 6px;
  line-height: 1.1;
  text-shadow: none;
  transition: 0.3s;
}
.callback:hover {
  background: #e28706;
  color: #ffe6c3;
}
.type-checkbox li {
  display: flex;
  align-items: flex-start;
}
