body {
  min-width: 480px;
}
.selectric .label {
  margin: 0 25px 0 10px;
}
.order-page .contentCenter {
  margin: 0;
}
#order_form {
  max-width: 660px;
  width: 100%;
  margin: 73px 0 0;
}
.order-page .baseWidthCenter {
  position: relative;
}
#order_form td {
  position: relative;
}
#order_form .cost_per_page__new td.label{
  line-height: 20px;
  padding-top: 10px;
}

#order_form #row_numpages td.label {
    padding-left: 45px;
    padding-top: 7px;
}

.validation-error textarea#details {
  border: 1px solid #e26261 !important;
}
.total-row {
  display: block;
  position: absolute;
/*  top: 87px;*/
  width: 310px;
  border: 1px solid #d7d8d8;
  border-radius: 7px;
  background: #f8f9f9;
  overflow: hidden;
  left: 50%;
  margin-left: 190px;
}
.total-row.static{
  top: 87px;
}

.total-row.activeScroll {
  position: fixed;
  top: 20px;
}
.total-row.stopScroll{
  bottom:262px;
}

#order_form .total-row td,
#order_form .total-row th {
  display: block !important;
  padding: 0;
  width: 100%;
}
#order_form .total-row .form_el_container {
  width: 84%;
  margin: 0 auto;
  display: block;
}
.mem_discount {
  position: static;
  font-style: italic;
  width: auto;
  color: #3e7b84;
  font-size: 12px;
  display: block;
  padding: 0 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
  margin: 10px auto;
}
.pro_b {
  width: 155px;
  padding-left: 45px;
  margin-top: 0;
  font-size: 16px;
  height: 50px;
  padding-top: 15px;
  background-size: 6px;
  background-position: 75% 54%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pro_b:hover {
  background-position: 77% 54%;
}
#order_form .total-row td.label {
  text-align: center;
  padding: 0;
  font-weight: bold;
}
#order_form .form_el_container {
  float: none;
  max-width: 440px;
  width: 100%;
}
.total-row #promo {
  width: 100% !important;
  right: 0;
  margin: 0 auto;
  display: block;
}
#order_form div#order_total_block {
  border: none;
  border-top: 1px solid #cdd5c8;
  border-radius: 0;
}
#order_total_block #linear-select-curr a,
#order_total_block #linear-select-wrlevel a,
.preview_curr {
  padding: 10px 15px;
  margin-right: 0;
}
#order_total_block:after {
  content: none;
}
#row_phone2 + .separator {
  display: none;
}
#terms_cond {
  margin-top: 20px;
}
#accept_container {
  float: left;
  text-align: left;
  margin-top: 10px;
  font-size: 13px;
  margin-left: 20px;
  width: 55%;
}
#accept_container a {
  color: #1683e0;
}
#accept_container a:hover {
  text-decoration: none;
}
#accept + label:before {
  content: '';
  width: 26px !important;
  height: 26px !important;
  background: #fff !important;
  border-radius: 5px;
  border: 1px solid #4ebace;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 9px;
}
#accept:checked + label:before {
  background: #4ebace url(/images/order_form_new/checkboxes-hover.png) center no-repeat !important;
}
.buttons_container {
  float: right;
  margin-top: 20px;
  margin-right: 50px;
  margin-bottom: 20px;
}
#order_form td.label {
  padding: 2px 5px 0 12px;
}
.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 660px;
  margin-bottom: -60px;
  margin-top: 10px;
}
.steps p {
  opacity: .6;
  font-size: 14px;
  position: relative;
}
.steps p:after {
  content: url(/images/order_form_new/arr-right.png);
  position: absolute;
  right: -43px;
  top: 0px;
  display: block;
}
.steps p:last-child:after {
  content: none;
}
.steps p.active {
  opacity: 1;
}
.steps span {
  font-weight: bold;
  color: #5aae2c;
}
.order_header {
  margin-bottom: 0px !important;
}
#order_form th .order_title {
  font-size: 14px;
  padding-left: 20px;
  color: #002e35;
}
.order_title:before,
.preview_counter:before {
  content: none;
}
.selectric,
#order_form textarea {
  width: 100% !important;
  background: #fff !important;
  font-size: 14px;
}
#order_details input {
  width: 100%;
  background: #fff !important;
  font-size: 14px;
  color: #002e35;
}
.selectric .label {
  font-size: 14px;
  color: #002e35;
}
#order_table {
  width: 100%;
  display: block;
}
.feature_tr .label {
  padding-left: 5px!important;
}
#order_form div#order_total_block {
  padding-top: 0px;
}
#label_total {
  font-size: 30px;
}
#discount_percent,
.gr-discount,
#discount {
  color: #5aae2c;
  font-weight: bold;
}
#order_total_block span#linear-select-curr {
  display: inline-block;
  height: auto;
  margin-top: 15px;
  margin: 10px auto 30px;
  border: 1px solid #23c1d4;
  border-radius: 7px;
  overflow: hidden;
}
#order_total_block #linear-select-curr a,
#order_total_block #linear-select-wrlevel a,
.preview_curr {
  display: inline-block;
  width: auto;
  border: none !important;
  border-radius: 0;
  padding: 8px 18px;
}
#row_topic .form_el_container {
  width: 100%;
}
.selectric .button {
  background: url(/images/order_form_new/arrow.png) center no-repeat !important;
  margin: 0 10px 0 0;
  height: 39px!important;
  width: 10px;
}
#row_wrlevel .linear-select,
.linear-select,
#linear-select-langstyle,
#linear-select-o_interval {
  width: auto;
  height: auto;
  border: 1px solid #23c1d4;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding-top: 0;
}
#row_wrlevel .linear-select a,
#row_academic_level .linear-select a,
#linear-select-langstyle a,
#linear-select-o_interval a {
  margin-right: 0px!important;
  width: auto !important;
  display: inline-block;
  border: none !important;
  border-radius: 0;
  padding: 8px 18px;
  height: auto;
}
#row_academic_level .linear-select a {
  padding: 8px 5px;
  width: 25% !important;
  text-align: center;
}
#order_form #row_numpages .form_el_container,
#row_numpages .selectric {
  max-width: 180px !important;
  margin-right: 10px;
}
#order_form #row_numpages .form_el_container,
#row_numpages .form_subel_container {
  vertical-align: top;
  margin-top: 0;
}
.inserted_label {
  left: -254px;
}
#row_numpages .inserted_label {
  display: none;
}
#row_numpages .form_el_container {
  float: left;
}
#linear-select-langstyle,
#linear-select-o_interval {
  margin-top: 2px;
}
#linear-select-langstyle a.selected,
#linear-select-langstyle a:hover,
#linear-select-o_interval a.selected,
#linear-select-o_interval a:hover {
  font-weight: normal;
}
#linear-select-langstyle a,
#linear-select-o_interval a {
  padding: 8px 15px;
}
.linear-select a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main_column {
  position: relative;
}
#order_form #row_numberOfSources #phone_order_hint,
#order_form #row_style #phone_order_hint,
#order_form #row_quiz_login #phone_order_hint,
#order_form #row_doctype #phone_order_hint {
  position: absolute;
  left: 92%;
  top: 16px;
}
#order_form #row_quiz_login #phone_order_hint,
#order_form #row_doctype #phone_order_hint {
  left: 91%;
}
.arrow_grey span {
  background: none;
}
/***********************/
.upload_files__new,
#row_will_upload_files {
  display: none !important;
}
/*************************/
.can-upload-text {
  color: #9eabad;
  margin: -5px 0px 10px 0px;
  font-size: 14px;
  font-weight: 300;
}
div.validation_error {
  font-size: 13px;
}
#order_details .validation-error input,
#order_details .validation-error .selectric,
tbody#personal_info .validation-error input,
tbody#personal_info .selectric.error_field,
tbody#personal_info input.validation_error {
  border: 1px solid #e26261 !important;
}
/******* vases **********/
.vas-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.vas-wrapper-flex .feature_tr {
  -webkit-flex-basis: 327px;
      -ms-flex-preferred-size: 327px;
          flex-basis: 327px;
  margin-bottom: 10px;
}
#row_preff_wr_id {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  -webkit-flex-basis: 380px;
      -ms-flex-preferred-size: 380px;
          flex-basis: 380px;
}
#row_additional_147 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  -webkit-flex-basis: 327px;
      -ms-flex-preferred-size: 327px;
          flex-basis: 327px;
}
label[for=preff_wr_id] span {
  margin-left: 0;
  font-size: 12px;
  color: #979797;
}
#order_form ul.prefflist input {
  width: 140px;
}
#order_form ul.prefflist {
  width: 190px;
  position: relative;
}
#order_form ul.prefflist li{
  overflow: hidden;
}
#row_preff_wr_id .form_el_container #phone_order_hint {
  left: 175px;
  top: 12px;
}
.vases td {
  padding: 0 !important;
  background: #f0f8fa;
}
.feature_tr,
.vas_title {
  background: #f0f8fa !important;
}
.feature_tr td.label {
  width: 150px;
}
.feature_tr td {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#row_additional_147 td.label {
  width: 150px;
}
.feature_tr .label {
  font-weight: 500 !important;
}
.foreign_column {
  position: relative;
}
.feature_tr #phone_order_hint,
#row_additional_151 #phone_order_hint {
  position: absolute;
  left: 135px;
}
#order_form #phone_order_hint {
  top: 7px;
}
#phone_order_hint .field_hint {
  opacity: 0;
}
#order_form #phone_order_hint:before {
  content: 'i';
  border: 1px solid;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #4ebace;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  z-index: 0;
}
#order_form #phone_order_hint img {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.prefflist li:first-child img.delete {
  display: none;
}
.sweet-checkbox a {
  width: 26px !important;
  height: 26px !important;
  background: #fff !important;
  border-radius: 5px;
  border: 1px solid #4ebace;
}
.sweet-checkbox a:hover {
  background: #fff url(/images/order_form_new/checkboxes-hover.png) center no-repeat !important;
}
.sweet-checkbox a.checked {
  background: #4ebace url(/images/order_form_new/checkboxes-hover.png) center no-repeat !important;
}
#order_form ul.prefflist img.add,
#order_form ul.prefflist img.delete {
  width: 10px;
  margin-top: 12px;
  padding: 3px;
  border: 1px solid transparent;
}
#order_form ul.prefflist img.delete{
  margin-right: 5px;
  margin-left: 5px;
}

#order_form ul.prefflist img.delete + img.add
{
  right: 10px;
}
#order_form ul.prefflist input {
  border: 1px solid #4ebace;
}
.vas_price {
  font-weight: bold;
  font-size: 16px;
}
.cost_conteiner {
  left: -25px;
}
/****** customer profile *********/
.left-field,
.right-field {
  display: inline-block;
  width: 100%;
  max-width: 213px;
  vertical-align: top;
}
.left-field {
  margin-right: 10px;
}
tbody#personal_info input {
  width: 100%;
  background: #fff !important;
  max-width: 440px;
  color: #333 !important;
}
#row_promo {
  height: 0px !important;
}
#row_phone1 .left-field {
  max-width: 140px;
}
#row_phone1 .right-field {
  max-width: 330px;
}
.phone_conteiner #phone1_number {
  width: 212px!important;
}
#order_form .phone_conteiner #phone_order_hint {
  top: 13px;
  right: 45px;
}
.phone_conteiner #phone1_area,
.phone_conteiner #phone1_number {
  display: inline-block !important;
}
.phone_conteiner #phone1_number::-ms-clear {
  display: none !important;
}
.validation-error #error_phone1 {
  width: auto;
  /*display: block !important;*/
}
/****** preview *********/
.preview td {
  text-align: right;
  border-bottom: 1px solid #d7d8d8;
  width: 80%;
  padding-bottom: 20px;
}
.preview #order_details tr th {
  border-bottom: none;
  width: 24%;
  text-align: right;
}
.preview-page #order_form {
  margin-top: 0;
}
.preview-page .total-row {
  /*top: 46px;*/
  padding: 15px 0;
}
.preview-page .total-row.static{
  top: 46px;
}
.total-price,
#paypal_enable,
.preview .total-price,
.preview #paypal_enable {
  width: 100%;
  display: block;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin: 20px auto 25px;
  text-align: center;
  font-size: 30px;
}
.preview .form_preview {
  width: 100%;
}
.preview .order-form-item-content {
  padding-left: 0;
  margin-bottom: 20px;
  border: 1px solid #d7d8d8;
  border-radius: 7px;
  background: #f4f6f6;
  padding-bottom: 20px;
}
.preview .order-form-item {
  background: none;
}
.preview #value_promo {
  display: block;
  margin: 10px auto 0px;
  text-align: center;
}
.preview .total-row td {
  border: none;
}
.preview #accept_container,
#accept_container-2 {
  float: none;
  text-align: center;
  margin: 20px auto 10px;
  line-height: 1.2;
  font-size: 13px;
  color: #5ba0aa;
}
.preview #paypal_enabled {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.preview #paypal_enabled ul {
  display: block;
  position: relative;
  top: 0px;
  padding-left: 0;
}
.preview #paypal_enabled ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.preview .total-row th {
  font-size: 14px;
  color: #333;
}
.preview .total-row td {
  font-style: italic;
}
.edit_order_prev,
.edit_order_proceed {
  cursor: pointer;
}
.edit_order_prev {
  color: #89a38d;
  font-size: 14px;
}
.edit_order_prev:hover {
  text-decoration: none;
}
#paypal_enabled input[type=radio] + label span,
#paypal_enabled input[type=radio]:checked + label span {
  vertical-align: middle;
  margin-right: 5px;
}
.edit_order_proceed {
  font-size: 16px;
  padding-left: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.edit_order_proceed:hover {
  background-position: 93%;
}
.order-form-item-header,
.green-form-header .text {
  padding-left: 20px;
  width: 100%;
  border-bottom: 0;
  color: #002e35;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 0;
}
.preview #order_details,
.preview #personal_info {
  width: 100%;
  max-width: 600px;
  margin-left: 10px;
  margin-top: 0px;
}
.preview #order_details tr th,
.preview #order_details tr td span {
  font-size: 14px;
}
.preview #order_details th span,
.preview #personal_info label {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
}
.preview #personal_info th {
  text-align: right;
  border-bottom: none;
}
.preview #personal_info label {
  display: inline;
  padding-right: 5px;
}
.preview_value {
  display: block;
  height: auto;
}
#value_doctype {
  width: 100%;
  display: block;
  word-wrap: inherit;
  position: relative !important;
}
label[for=numberOfSources],
td #value_details {
  max-width: 100%;
  line-height: 1.5;
  display: inline;
  overflow: visible;
  white-space: normal;
  font-style: normal;
}
td #value_details {
  display: block;
  top: 12px;
}
.preview #row_details td {
  padding-top: 12px;
  padding-bottom: 10px;
}
.preview #personal_info td span,
.preview #personal_info tr td:nth-child(2) {
  font-weight: normal;
  font-size: 14px;
  top: 10px;
}
.preview #row_firstname .preview_value {
  display: block;
  top: 0px;
}
.order-form-item-content_extras,
.form-row,
.green-form-header {
  background: #f0f8fa;
}
.form-label label {
  font-weight: 500;
}
.order-form-item-content_extras:last-child .form-row {
  padding-bottom: 10px;
}
.green-form-header {
  margin-top: 5px;
  border-bottom: none;
  padding-left: 0;
}
.form-row,
.green-form-header {
  width: 100%;
}
#order_form.preview #phone_order_hint {
  top: 6px;
  position: relative;
  left: 5px;
}
.order-form-item-content_extras {
  margin-bottom: 0;
}
#personal_info input {
  color: #9eabad !important;
  font-size: 14px;
}
#accept_container-2 {
  display: none;
}
#order_form:not(.preview) .total-row .arrow_grey {
  display: none;
}
.arrow_grey {
  width: 100%;
}
.arrow_grey::after {
  right: -2px;
}
#row_order_category div.validation_error {
  display: none !important;
}
#row_order_category.validation-error div.validation_error {
  display: block !important;
}
#prefwriter_urgency_attention {
  width: 180px;
}
.promo-block #resubmit_readonly_field {
  float: none;
  margin: 0 auto;
  width: 84%;
}
#order_form.preview .previous_value {
  display: block;
  margin-top: 10px;
  position: static;
  color: red;
}
#order_form.preview .total-price .previous_value:not(.show-old-price) {
  display: none;
}
#row_input_deadline .previous_value {
  margin-bottom: -15px;
}
#order_form.preview span#value_promo {
  display: block;
  margin: 10px auto 0px;
  /*text-align: right;*/
}
.selectric-hide-select select#operational_system {
  display: block;
  position: relative;
  left: 0;
  height: 100px;
  background: #fff !important;
}
#operational_system option {
  padding: 10px 0;
  font-size: 14px;
  background: #fff;
}
#row_operational_system .selectric {
  display: none;
}
#row_wrlevel .form_el_container .linear-select .linear-last-opt,
#row_wrlevel .form_el_container .linear-select a {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
#order_form #row_numpages.long-select .form_el_container,
#row_numpages.long-select .selectric {
  max-width: 440px !important;
}
.promo-block #resubmit_readonly_field {
  text-align: center;
}
.promo-block.hidden{
  display: none;
}
.vas-wrapper-flex #resubmit_readonly_field {
  color: green;
  padding-top: 3px;
}
#phone1_country {
  display: initial !important;
}
.preview #order_details tr#row_doctype td span{
  word-wrap:break-word;
}
#resubmit_readonly_field .selectric-wrapper{
  display: none;
}

.preview #row_details .label_comment{
  margin-top: -15px;
  margin-bottom: 10px;
}
.preview #order_details th span.required_star {
  display: none;
}

#error_phone1{
  width: auto ;
}
#row_preff_wr_id #resubmit_readonly_field{
  margin-top: 0px !important;
}
#error_accept {
  padding: 5px;
  border-radius: 4px;
  color: rgba(255,76,57,0.82);
  background: rgba(255,121,112,0.23);
  border: 1px solid rgba(255,76,57,0.56);
  border-collapse: initial;
  display: none;
}
#accept_container a {
  display: inline-block;
}
#sweet-checkbox-accept a {
  position: relative;
  bottom: 4px;
}
/*////////////*/

@media (max-width: 1224px) {
  .order-page .contentCenter {
    margin: 0 auto;
  }
  .order-page .baseWidthCenter {
    padding: 0px 20px;
  }
  .orderform {
    width: 100%;
    margin: 0 auto;
  }
  #order_form {
    max-width: 100%;
    margin: 73px auto 0;
  }
  .wrapper-total-bl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .total-row {
    display: table-row;
    position: static;
    border: none;
  }
  #order_form .total-row > td,
  #order_form .total-row > th {
    display: table-cell !important;
  }
  .total-row td .wrapper-total-bl > div {
    display: inline-block;
    vertical-align: top;
  }
  .promo-block {
    width: 45%;
  }
  #order_form div#order_total_block {
    width: 100% !important;
    max-width: 55%;
  }
  #order_form tr:not(.vases) td.label {
    width: 190px;
  }
  #order_form tr.vases td.label {
    width: 145px;
  }
  .cost_conteiner {
    left: 0px;
  }
  .vas-wrapper-flex .feature_tr,
  #row_preff_wr_id,
  #row_additional_147 {
    -webkit-flex-basis: 360px;
        -ms-flex-preferred-size: 360px;
            flex-basis: 360px;
  }
  #order_form #row_numberOfSources #phone_order_hint,
  #order_form #row_style #phone_order_hint {
    position: absolute;
    left: 460px;
  }
  #order_form .promo-block td.label {
    width: 100% !important;
  }
  #order_form .total-row .form_el_container {
    margin: 20px auto 0;
  }
  #order_form div#order_total_block {
    margin-top: 0px !important;
    border-top: 0;
    border-left: 1px solid #cdd5c8;
  }
  .arrow_grey {
    height: 25px;
  }
  .buttons_container {
    margin-right: 90px;
  }
  /* preview */
  .preview .total-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    border: 1px solid #d7d8d8;
  }
  .preview #order_details,
  .preview #personal_info {
    margin: 0 auto;
  }
  .form-row {
    padding-left: 140px;
  }
  #accept_container-2 {
    display: block;
  }
  .preview #accept_container {
    display: none;
  }
  .wrap-block-pay {
    width: 50%;
  }
  .preview .total-price {
    width: 50%;
    margin: 0;
    border: 0;
    border-right: 1px solid #d7d8d8;
  }
  .total-price:after {
    bottom: -43%;
    left: 100%;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    margin-left: -15px;
  }
  #paypal_enabled {
    margin: 10px auto 10px;
  }
  .preview #paypal_enabled ul {
    margin: 10px auto 0;
  }
  .block-payment + div {
    padding-top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edit_order_prev,
  .edit_order_proceed {
    display: block;
  }
  .edit_order_proceed {
    margin: 5px auto 15px;
  }
  .edit_order_prev {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .total-price .inc {
    color: #5ba0aa;
    font-size: 14px;
  }
  .total-row {
    margin: 0 auto;
  }

}
@media (max-width: 767px) {
  .total-row{
    left: 0;
    margin: 0;
  }
  #order_form #row_numberOfSources #phone_order_hint,
  #order_form #row_style #phone_order_hint,
  #order_form #row_quiz_login #phone_order_hint,
  #order_form #row_doctype #phone_order_hint {
    left: 95.5%;
  }
  .order_header {
    line-height: 1.5;
    text-align: left;
    font-size: 30px!important;
    padding-bottom: 0px;
  }
  .steps p {
    width: 34%;
    text-align: center;
  }
  .steps p:after {
    right: 0%;
  }
  .steps p {
    overflow: hidden;
    height: 30px;
    font-size: 18px;
  }
  .steps p span {
    display: block;
    padding-bottom: 20px;
  }
  tr td:nth-child(2) {
    padding-left: 0 !important;
  }
  tbody#order_details input {
    width: 100%;
    height: 42px;
  }
  #order_form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #order_form .form_el_container {
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
  }
  #order_form th .order_title {
    padding-left: 0;
    margin: 0px 0;
  }
  #order_form tr:not(.vases) td.label {
    margin-top: 10px;
    padding-left: 25px !important;
    width: 100%;
  }
  #order_form #row_numpages .form_el_container,
  #row_numpages .selectric {
    max-width: 100% !important;
    margin-right: auto;
  }
  #row_numpages .form_el_container,
  .form_subel_container {
    float: none;
  }
  #row_wrlevel .linear-select,
  .linear-select,
  #linear-select-langstyle,
  #linear-select-o_interval {
    margin: 0 auto;
  }
  #row_numpages .form_subel_container {
    margin-top: 15px;
  }
  #linear-select-o_interval {
    width: 80%;
  }
  #linear-select-langstyle a,
  #linear-select-o_interval a {
    width: 100% !important;
  }
  #row_numpages .inserted_label {
    left: 25px;
    top: -76px;
  }
  #row_numpages .form_subel_container {
    margin-top: 20px;
  }
  #order_table p.label {
    line-height: 2.5 !important;
  }
  .can-upload-text {
    text-align: center;
  }
  #order_form tr.vases td.label {
    width: 45%;
    text-align: right;
    margin-top: 0;
  }
  #order_form tr#row_preff_wr_id td {
    display: inline-block;
    width: 45%;
  }
  #order_form ul.prefflist,
  #order_form ul.radiolist {
    margin-top: 0px;
  }
  .vas-wrapper-flex .feature_tr {
    margin-bottom: 20px;
  }
  label[for=preff_wr_id] span {
    margin-bottom: 0px;
  }
  #order_form ul.prefflist input {
    width: 100px;
  }
  #row_preff_wr_id .form_el_container #phone_order_hint {
    top: 12px;
  }
  .vas-wrapper-flex #row_preff_wr_id {
    margin-bottom: 0;
  }
  .wrapper-total-bl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .total-row td .wrapper-total-bl > div {
    display: block;
    width: 100%;
  }
  #order_form div#order_total_block {
    max-width: 100%;
  }
  .linear-first-opt,
  .linear-last-opt {
    width: auto !important;
  }
  #order_form div#order_total_block {
    border: none;
    border-top: 1px solid #cdd5c8;
  }
  .left-field,
  .right-field {
    display: block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
  }
  .left-field {
    margin-right: 0;
    margin-bottom: 15px;
  }
  tbody#personal_info input {
    width: 90%;
    background: #fff !important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 40px;
    float: none;
  }
  tbody#personal_info tr:not(.vases) td.label {
    margin-top: 0px;
  }
  #row_phone1 .left-field {
    max-width: 90%;
    margin: 0 auto;
  }
  #row_preff_wr_id .form_el_container #phone_order_hint {
    left: 126px;
  }
  .country_code .selectric {
    width: 80% !important;
  }
  .phone_conteiner #phone1_country {
    position: absolute;
    top: -40px;
    right: 0px;
  }
  .phone_conteiner #phone1_country.validation_error {
    top: -60px;
  }
  .phone_conteiner {
    width: 90% !important;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #row_phone1 .right-field {
    max-width: 100%;
  }
  tbody#personal_info #row_phone1 input {
    margin: 0;
  }
  .validation-error #error_phone1 {
    width: 100%;
    margin-left: 0px !important;
    position: absolute;
    left: 0;
    top: 55px;
    line-height: 1;
  }
  #personal_info .validation_error {
    margin-left: 25px;
  }
  #personal_info  #error_country{
    margin-left: 0px;
  }
  .phone_conteiner #phone1_area {
    margin-right: 10px !important;
  }
  .phone_conteiner #phone1_area,
  .phone_conteiner #phone1_number {
    margin-top: 10px !important;
  }
  .phone_conteiner #phone1_number {
    width: 100%!important;
  }
  #order_form .phone_conteiner #phone_order_hint {
    top: 22px;
    right: 0px !important;
  }
  #row_retype_email td:nth-of-type(2) br {
    display: none;
  }
  #accept_container {
    float: none;
    margin: 0px auto;
    text-align: center;
  }
  .buttons_container {
    margin-right: auto;
    float: none;
  }
  /*preview*/
  .preview #order_details tr th,
  .preview #personal_info tr th {
    padding-right: 40px;
    width: 47%;
  }
  .preview .order-preview-table {
    padding: 0 20px;
  }
  .preview #order_details th span {
    left: -5px;
  }
  .preview #row_details th span {
    overflow-y: visible;
  }
  .preview #row_details td {
    max-width: initial;
    display: table-cell;
  }
  .preview td #value_details {
    min-width: initial;
  }
  .preview #row_details th {
    display: table-cell;
  }
  .preview .form-row {
    padding-left: 40px;
  }
  .preview .total-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -10px;
  }
  .preview .total-price,
  .preview .wrap-block-pay {
    width: 100%;
  }
  .preview .total-price {
    border-right: none;
    border-bottom: 1px solid #d7d8d8;
    padding-top: 20px;
  }
  .preview #accept_container-2 {
    display: none;
  }
  .preview #accept_container,
  .preview #accept_container a {
    display: block;
  }
  .preview #paypal_enabled {
    padding-left: 0px;
  }
  .preview .wrap-block-pay {
    padding-bottom: 10px;
  }
  .tooltipster-arrow {
    left: 0px !important;
  }
  .tooltipster-base {
    max-width: 275px !important;
  }
  .tooltipster-base {
    left: 120px !important;
  }
  .resubmit_conteiner .vas_price {
    padding-top: 5px;
  }
  #input_deadline .extent_deadline_timezone {
    top: 11px;
  }
  .preview #order_details th span.required_star {
    display: none;
  }
  #order_form.preview span#value_promo {
    display: initial;
    margin: 0;
  }
  .preview #order_details td span {
    position: relative !important;
    top: 7px !important;
  }
  .preview td {
    padding-bottom: 16px;
  }
  .preview #row_details th span {
    top: -5px;
  }
  .preview #row_details td span {
    top: 8px !important;
  }
  .preview .total-price:after{
    content: none;
  }
  .preview #row_details .label_comment {
    margin-top: 0px;
  }

  body .order-details__td-1, .order-details__td-2.order-details__vas-ppt {
    padding-left: 25px !important;
    width: 100%;
  }
    .order-details__label {
        text-align: left !important;
    }
    .ppt-wrapper__create, .ppt-wrapper__resubmit {
        padding-left: 15px !important;
    }
}
@media (orientation: landscape) and (max-width: 767px) {
  .country_code .selectric {
    width: 87% !important;
  }
  #order_form .form_el_container,
  tbody#personal_info input,
  #row_phone1 .left-field,
  .phone_conteiner {
    width: 93% !important;
    max-width: 100%;
  }
  .vas-wrapper-flex .feature_tr,
  #row_preff_wr_id,
  #row_additional_147 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  label[for=preff_wr_id] span {
    text-align: right;
  }

  #order_form ul.prefflist img.add,
  #order_form ul.prefflist img.delete {
    padding: 0 5px;
  }
  #order_form #row_numberOfSources #phone_order_hint,
  #order_form #row_style #phone_order_hint,
  #order_form #row_quiz_login #phone_order_hint,
  #order_form #row_doctype #phone_order_hint {
    left: 97%;
  }
}

/*# sourceMappingURL=styles_order_new.css.map */
.payment__order-title {
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding-left: 20px;
  color: #002e35;
  line-height: 20px;
  font-weight: 700;
  padding-top: 19px;
}

.payment__order-list {
    display: flex;
    flex-direction: row;
  justify-content: center;
}

.wrapper-butt-preview {
    display: block !important;
}

.payment__order-list-item {
  padding-right: 15px;
}

.ppt-container {
  display: flex;
  align-items: center;
}
.ppt-wrapper {
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.vas_price {
  width: 95px;
}

.order-details-wrapper {
    display: flex;
    align-items: baseline;
}

.order-details__label {
  font-size: 14px;
  text-align: right;
}

.select-wrap {
    padding-left: 5px;
}

#row_additional_303 .selectric {
  width: 102px !important;
}

.feature-result {
  padding-right: 17px;
  padding-left: 7px;
}
