#override .o-input__label {
  float: none;
  width: 245px;
  margin: 0;
  line-height: 48px;
  font-size: 15px;
}

#override .o-input__label {
  font-weight: bold;
}

#override .o-input {
  display: flex;
  margin: 0;
}

#override .o-input_textarea {
  margin-bottom: 20px;
}

#override .o-input__input-wrapper {
  width: auto;
  flex-grow: 1;
  min-height: 70px;
}

#override .o-input__input {
  width: 100%;
  height: 48px;
  padding: 0;
  padding-left: 20px;
  line-height: 48px;
  box-sizing: border-box;
}

#override .input__error {
  font-size: 12px;
  line-height: 14px;
  color: #cd1010;
}

#override .input_phone .input__wrapper {
  width: 100%;
  margin-left: 1px;
}

#override .country__code {
  display: inline;
  float: none;
}

#override .o-input__input_textarea {
  float: none;
  height: 75px;
  padding: 10px 20px;
  line-height: 18px;
}

#override .jq-selectbox {
  width: 100%;
}

#override .jq-selectbox__select {
  width: 100%;
}

@media (min-width: 975px) {
  #override .jq-selectbox__select {
    width: calc(100% - 31px);
  }
}

#override .o-input_index .o-input__input {
  width: 200px;
}

#override .o-input__input-wrapper_promo {
  display: flex;
}

#override .o-input__input-wrapper_promo button {
  background-color: #0060af;
  height: 48px;
}

#override .o-input__input-wrapper_promo .o-input__input {
  height: 48px;
}

#override .order__bonuses {
  margin-top: 50px;
}

#override .order-bonuses {
  position: relative;
  display: flex;
  font-size: 15px;
  line-height: 18px;
}

#override .order-bonuses__label {
  float: none;
  width: 245px;
  margin: 0;
  font-weight: bold;
}

#override .order-bonuses__text {
  margin-bottom: 10px;
}

#override .order-bonuses__value {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}

#override .order-bonuses__apply {
  margin-bottom: 10px;
  display: inline-block;
}

#override .order-bonuses__message {
  font-size: 12px;
  line-height: 14px;
  padding-left: 25px;
}

.order-bonuses__message_error {
  color: #cd1010;
  background-image: url('/bitrix/templates/oldi_new/images/input_alert.png');
  background-position: 0 -1px;
  background-repeat: no-repeat;
}

.order-bonuses__message_success {
  color: #71B919;
  background-image: url("/local/templates/oldi/static/img/general/success.png");
  background-size: 15px 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#override .order-bonuses__checkbox {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 23px;
}

#override .order-bonuses__checkbox .jq-checkbox {
  float: none;
}

#override .order__total {
  padding-top: 20px;
  font-size: 15px;
  line-height: 18px;
}

.new_auth_login_field .country span {
  display: inline;
  float: none;
}

.new_auth_login_field span.input__error {
  float: none;
  width: auto;
}

#override .styled-checkbox .sp-reviews-sort-selector {
  display: none;
}

#override .styled-checkbox span {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 18px;
}

#override .styled-checkbox span:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  margin-left: 10px;
  background: url('/bitrix/templates/oldi_new/images/checkbox.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#override .styled-checkbox .sp-reviews-sort-selector:checked ~ span:after {
  background-position: 0 bottom;
}