html,
body {
  font-family: RobotoLight, Tahoma;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f9fbfc;
  color: #000;
  font-size: 16px;
}
::selection {
  display: inline-block;
  background: #ffedcb;
}
::-moz-selection {
  display: inline-block;
  background: #ffedcb;
}
::-webkit-scrollbar {
  width: 8px;
  background: #ebeff0;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #a92029;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 35px;
  font-weight: normal;
  margin: 0 0 17px;
  padding: 0;
}
h2,
.h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 21px;
  padding: 0;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: RobotoRegular, Tahoma;
}
h4,
.h5 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #9aa0a4;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: #a92029;
  text-decoration: underline;
}
a.link_reverse {
  text-decoration: none;
}
a.link_reverse:hover {
  text-decoration: underline;
}
a:hover {
  color: #a92029;
  text-decoration: none;
}
.bs {
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  background: #f5943f;
  border-radius: 5px;
  height: 40px;
  padding: 8px 20px 0;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
}
.btn:active {
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
}
.btn.btn_border {
  background: none;
  color: #9aa0a4;
  border: 2px solid #c1c5cb;
  padding: 7px 17px;
}
.btn.btn_border:hover {
  color: #9aa0a4;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  border-width: 3px;
  padding: 6px 16px;
}
.btn.btn_border:active {
  background: #c1c5cb;
  color: #fff;
  box-shadow: none;
}
.btn.btn_border.btn_orange {
  border-color: #f5943f;
  color: #f5943f;
}
.btn.btn_border.btn_orange:active {
  background: #f5943f;
  color: #fff;
}
.btn.btn_red {
  background: #a92029;
}
.btn.btn_disabled {
  background: #c1c5cb;
  cursor: default;
}
.btn.btn_disabled:active {
  box-shadow: none;
}
.btn.btn_small {
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
}
.btn.btn_small.btn_border {
  padding: 2px 7px;
}
.btn.btn_small.btn_border:hover {
  padding: 1px;
}
button.btn,
input[type="submit"].btn {
  border: none;
  padding-top: 0;
}
.link_big,
.links_big a {
  font-size: 18px;
  color: #000;
}
.link_small,
.links_small a {
  font-size: 14px;
  color: #9aa0a4;
}
.avatar_block {
  height: 75px;
  padding: 0 20px 0 60px;
  position: relative;
  color: #000;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.avatar_block .avatar {
  position: absolute;
  top: 0;
  left: 10px;
}
.avatar {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0f2f2 center no-repeat;
  background-size: cover;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  vertical-align: top;
}
input[type=text],
input[type=password] {
  font-size: 16px;
  font-family: RobotoLight, Tahoma;
  color: #000;
  border: 2px solid #dedfe2;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
  width: 200px;
  box-shadow: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
input[type=text]:focus,
input[type=password]:focus {
  border-color: #ffe2ae !important;
}
input[type=text].success,
input[type=password].success {
  border-color: #d1ecce;
}
input[type=text].error,
input[type=password].error {
  border-color: #edbebd;
  color: #a92029;
  padding-right: 30px;
}
input[type=text]:disabled,
input[type=password]:disabled {
  border-color: #f0f2f2;
  background: #f0f2f2;
  color: #9aa0a4;
}
input[type=text].input_big,
input[type=password].input_big {
  width: 300px;
}
.with_help {
  float: left;
}
input[type=password] {
  padding-right: 35px;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[placeholder] {
  text-overflow: ellipsis;
}
input::-moz-placeholder {
  text-overflow: ellipsis;
}
input:-moz-placeholder {
  text-overflow: ellipsis;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.input_span {
  position: relative;
  display: inline-block;
}
.input_span input {
  padding-right: 30px;
}
.input_span:after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 15px;
  background: transparent no-repeat center;
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 0;
}
.input_success:after {
  content: "\e61b";
  display: inline-block;
  color: #74c963;
}
.input_error:after {
  content: "\e61c";
  display: inline-block;
  color: #a8252f;
}
.input_error_message {
  position: absolute;
  display: inline-block;
  z-index: 99;
  white-space: nowrap;
  color: #a92029;
  font-size: 14px;
  background: rgba(210,50,42,0.2);
  padding: 5px;
  top: 6px;
  margin-left: 17px;
  border-radius: 5px;
}
.input_error_message:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 7px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent rgba(210,50,42,0.2) transparent transparent;
}
textarea {
  font-size: 16px;
  font-family: RobotoLight, Tahoma;
  color: #000;
  border: 2px solid #dedfe2;
  border-radius: 5px;
  padding: 7px 10px;
  width: 330px;
  height: 90px;
  box-sizing: border-box;
}
.pattern {
  background: url(img/pattern.gif);
}
.tbl {
  border-spacing: 0;
  border-collapse: separate;
  text-align: left;
}
.tbl th {
  background: #f5f7fa;
  padding: 15px 20px;
  font-size: 20px;
  color: #ab1d24;
  text-transform: uppercase;
  font-weight: normal;
}
.tbl td {
  background: #fff;
  padding: 15px 20px;
}
.tbl.tbl-border th,
.tbl.tbl-border td {
  border-bottom: 1px solid #d9dee4;
}
.tbl.tbl-border th:first-child,
.tbl.tbl-border td:first-child {
  border-left: 1px solid #d9dee4;
}
.tbl.tbl-border th:last-child,
.tbl.tbl-border td:last-child {
  border-right: 1px solid #d9dee4;
}
.tbl.tbl-border tr:first-child th,
.tbl.tbl-border tr:first-child td {
  border-top: 1px solid #d9dee4;
}
.tbl.tbl-border tr:first-child th:first-child,
.tbl.tbl-border tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.tbl.tbl-border tr:first-child th:last-child,
.tbl.tbl-border tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.tbl.tbl-border tr:last-child th:first-child,
.tbl.tbl-border tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.tbl.tbl-border tr:last-child th:last-child,
.tbl.tbl-border tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.label {
  display: inline-block;
  height: 26px;
  border-radius: 13px;
  background: #ebeff0;
  color: #9aa0a4;
  font-size: 18px;
  padding: 0 8px;
  box-sizing: border-box;
}
.select_outer {
  display: inline-block;
}
.select_inner {
  display: inline-block;
  position: relative;
  height: 40px;
  border: 2px solid #c1c5cb;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  cursor: pointer;
  color: #9aa0a4;
  font-size: 16px;
  padding: 7px 25px 0 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.select_inner:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 14px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  border-color: transparent transparent #9aa0a4 transparent;
}
.select_inner:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 14px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #9aa0a4 transparent transparent transparent;
}
.select_inner:hover,
.select_inner.act {
  background: #fff;
  color: #000;
}
.select_inner.select_simple {
  border-color: transparent;
  background: none;
  box-shadow: none;
}
.select_inner.select_simple:before,
.select_inner.select_simple:after {
  display: none;
}
.select_disabled .select_inner {
  cursor: default;
  background: #c1c5cb;
  color: #fff;
}
.select_disabled .select_inner:hover,
.select_disabled .select_inner.act {
  background: #c1c5cb;
  color: #fff;
}
.select_list {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  min-width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.07);
  z-index: 1;
  box-sizing: border-box;
}
.select_option {
  display: block;
  height: 36px;
  padding: 7px 10px 0;
  color: #000;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.select_option:hover {
  background: #ebeff0;
  color: #f5943f;
}
.select_option.select_option_selected {
  background: #f5943f;
  color: #fff;
}
.select_option.select_option_selected:hover {
  background: #ebeff0;
  color: #f5943f;
}
.select_option.select_option_disabled {
  background: #ccc;
  color: #fff;
  cursor: default;
}
.select_simple .select_list {
  border-radius: 5px;
}
.select_simple .select_option:hover {
  background: none;
  color: #f5943f;
}
.select_simple .select_option.select_option_selected {
  background: none;
  font-weight: bold;
  color: #000;
}
.select_simple .select_option.select_option_selected:hover {
  background: none;
  font-weight: bold;
  color: #f5943f;
}
.select_simple .select_option.select_option_disabled {
  background: #ccc;
  color: #fff;
  cursor: default;
}
.select_simple:hover {
  color: #f5943f;
}
.select_simple .arr {
  position: absolute;
  top: 13px;
  right: 8px;
  border-top-color: #9aa0a4;
  border-left-color: #9aa0a4;
  transition: all 0.3s ease;
}
.select_simple .arr.arr_up {
  top: 17px;
}
.arr {
  width: 6px;
  height: 6px;
  border: 1px solid #d1ecce;
  border-bottom-color: transparent;
  border-right-color: transparent;
  display: inline-block;
}
.arr.arr_down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arr.arr_up {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arr.arr_ok {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  height: 9px;
}
.msg {
  font-size: 20px;
  background: #f0f2f2;
  width: 400px;
  display: inline-block;
  padding: 10px 20px 10px 60px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
.msg:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent no-repeat center;
}
.msg span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
  color: #000;
  padding-bottom: 5px;
}
.msg_success {
  color: #f79433;
}
.msg_success:before {
  background-image: url(img/msg_success.png);
}
.msg_error {
  color: #ab1d24;
}
.msg_error:before {
  background-image: url(img/msg_error.png);
}
.msg_line {
  height: 40px;
  padding: 8px 120px 8px 0;
  text-align: center;
  color: rgba(255,255,255,0.5);
  position: relative;
  opacity: 1;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.msg_line a {
  text-decoration: underline;
  color: rgba(255,255,255,0.5);
}
.msg_line a:hover {
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}
.msg_line [class^="icon-"] {
  position: absolute;
  top: 12px;
  right: 90px;
  font-size: 14px;
  cursor: pointer;
}
.content .msg_line {
  margin: 0 -30px;
}
.msg_line_success {
  background: #6dab57;
}
.msg_line_success [class^="icon-"] {
  color: #4b8039;
}
.msg_line_warning {
  background: #f5943f;
}
.msg_line_warning [class^="icon-"] {
  color: #a92029;
}
.msg_line_error {
  background: #a92029;
}
.msg_line_error [class^="icon-"] {
  color: #f5943f;
}
.msg_line_info {
  background: #45c4d7;
}
.checkbox_inner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #dedfe2;
  border-radius: 3px;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  padding: 1px 0 0 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.checkbox_inner .arr {
  display: none;
}
.checkbox_inner .arr.arr_ok {
  width: 3px;
  height: 7px;
}
.checkbox_inner.checkbox_checked {
  background: #a92029;
  border-color: #a92029;
}
.checkbox_inner.checkbox_checked .arr {
  display: inline-block;
  border-top-color: #fff;
  border-left-color: #fff;
}
.checkbox_inner.checkbox_disabled {
  border-color: #eaeaea;
  cursor: default;
}
.checkbox_inner.checkbox_disabled.checkbox_checked {
  background: #eaeaea;
  border-color: #eaeaea;
}
.checkbox_inner.checkbox_disabled.checkbox_checked .arr {
  display: inline-block;
  border-top-color: #a5a5a5;
  border-left-color: #a5a5a5;
}
.radio_inner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #dedfe2;
  border-radius: 50%;
  vertical-align: bottom;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  padding: 2px 0 0 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.radio_inner span {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radio_inner.radio_checked {
  border-color: #a92029;
}
.radio_inner.radio_checked span {
  display: inline-block;
  background: #a92029;
}
.radio_inner.radio_disabled {
  border-color: #eaeaea;
  cursor: default;
}
.radio_inner.radio_disabled.radio_checked span {
  background: #a5a5a5;
}
.switch_inner {
  display: inline-block;
  height: 20px;
  width: 30px;
  border-radius: 10px;
  padding: 2px;
  line-height: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #e7e7e7;
  background: linear-gradient(to top,#e7e7e7 0%,#f7f7f7 100%);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.switch_inner >span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.switch_inner >span span {
  display: none;
}
.switch_inner.switch_checked {
  padding-left: 12px;
  background: #a92029;
  background: linear-gradient(to top,#a92029 0%,#c22832 100%);
}
.switch_inner.switch_big {
  height: 40px;
  width: 60px;
  padding: 3px;
  border-radius: 20px;
}
.switch_inner.switch_big >span {
  width: 34px;
  height: 34px;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
}
.switch_inner.switch_big >span [class^='icon-'] {
  display: inline-block;
  color: #e7e7e7;
  font-size: 8px;
}
.switch_inner.switch_big.switch_checked {
  padding-left: 23px;
}
.switch_inner.switch_big.switch_checked >span {
  padding-top: 12px;
}
.switch_inner.switch_big.switch_checked >span .arr_ok {
  width: 4px;
  height: 6px;
  border-top-color: #a92029;
  border-left-color: #a92029;
  display: inline-block;
}
.switch_inner.switch_big.switch_checked >span [class^='icon-'] {
  display: none;
}
.ajax {
  display: inline-block;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.voile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0,0,0,0.5);
}
.popup {
  position: fixed;
  top: 20%;
  width: 400px;
  z-index: 999999;
  display: none;
  left: 50%;
  margin-left: -200px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.popup_close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  cursor: pointer;
}
.popup_header {
  color: #a92029;
  font-size: 20px;
  text-transform: uppercase;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #f6f7fb;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #e4e4e4;
}
.pass_block {
  position: relative;
  display: inline-block;
}
.pass_block input[type=text] {
  display: none;
}
.pass_block [class^="icon-"] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #9aa0a4;
  cursor: pointer;
}
.pass_block input[type=text] {
  padding-right: 35px;
}
.radio_line {
  border: 2px solid #ab1d24;
  border-radius: 5px;
  color: #ab1d24;
  display: inline-block;
}
.radio_line input[type=radio] {
  display: none;
}
.radio_line label {
  display: inline-block;
  padding: 5px 8px 7px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.radio_line label:first-child {
  border-radius: 2px 0 0 2px;
}
.radio_line label:last-child {
  border-radius: 0 2px 2px 0;
}
.radio_line label.act {
  background: #ab1d24;
  color: #fff;
}
.radio_line label:not(.act) {
  cursor: pointer;
}
.input_file_outer {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #f0f2f2;
  border: 3px dashed #c1c5cb;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.input_file_outer input[type=file] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.date_block {
  position: relative;
  display: inline-block;
}
.date_block [class^="icon-"] {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 30px;
  color: #9aa0a4;
  cursor: pointer;
}
.date_block input[type=text] {
  padding-right: 35px;
  width: 145px;
  text-align: center;
}
.date_block input[placeholder] {
  text-overflow: inherit;
}
.date_block input::-moz-placeholder {
  text-overflow: inherit;
}
.date_block input:-moz-placeholder {
  text-overflow: inherit;
}
.date_block input:-ms-input-placeholder {
  text-overflow: inherit;
}
@media only screen and (max-width: 875px) {
  .btn:not(.btn_save_size) {
    font-size: 14px;
    height: 30px;
    padding: 5px 10px;
  }
  .btn:not(.btn_save_size).btn_border {
    padding: 2px 6px;
  }
  .btn:not(.btn_save_size).btn_border:hover {
    padding: 1px 5px;
  }
  .tbl th {
    font-size: 18px;
    padding: 10px 10px;
  }
  .tbl td {
    padding: 10px 10px;
    font-size: 14px;
  }
  .tbl.tbl-border tr:first-child th:first-child,
  .tbl.tbl-border tr:first-child td:first-child {
    border-top-left-radius: 5px;
  }
  .tbl.tbl-border tr:first-child th:last-child,
  .tbl.tbl-border tr:first-child td:last-child {
    border-top-right-radius: 5px;
  }
  .tbl.tbl-border tr:last-child th:first-child,
  .tbl.tbl-border tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
  }
  .tbl.tbl-border tr:last-child th:last-child,
  .tbl.tbl-border tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
  }
  .select_inner {
    height: 30px;
    font-size: 14px;
    padding: 3px 20px 0 10px;
  }
  .select_inner:before {
    right: 7px;
    top: 9px;
  }
  .select_inner:after {
    right: 7px;
    bottom: 9px;
  }
  .select_list {
    top: 25px;
  }
  .select_option {
    height: 30px;
    padding: 5px 7px 0;
  }
  .select_simple .arr {
    top: 8px;
    right: 5px;
  }
  .select_simple .arr.arr_up {
    top: 13px;
  }
  .input_error_message {
    white-space: normal;
    width: 100px;
  }
  .content .msg_line {
    margin: 0 -10px;
  }
  .msg_line {
    height: auto;
  }
  .msg {
    width: 100%;
  }
  .popup {
    width: 300px;
    margin: 0 auto;
  }
  input[type=text],
  input[type=password] {
    font-size: 14px;
    height: 30px;
    padding: 0 5px;
    width: 160px;
  }
  input[type=text].input_big,
  input[type=password].input_big {
    width: 160px;
  }
  input[type=password] {
    padding-right: 35px;
  }
  .with_help {
    float: none;
  }
  .input_success:after {
    top: 16px;
  }
  .input_error:after {
    top: 16px;
  }
  .input_error_message {
    position: relative;
    display: block;
    width: 150px;
    margin: 5px 0 0 0;
  }
  .input_error_message:before {
    left: 30px;
    top: -7px;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgba(210,50,42,0.2) transparent;
  }
  .pass_block [class^="icon-"] {
    top: 5px;
  }
  .date_block [class^="icon-"] {
    top: 8px;
    right: -1px;
    font-size: 26px;
  }
  .date_block input[type=text] {
    width: 100px;
    padding-right: 20px;
  }
  .date_block input[placeholder] {
    text-overflow: ellipsis;
  }
  .date_block input::-moz-placeholder {
    text-overflow: ellipsis;
  }
  .date_block input:-moz-placeholder {
    text-overflow: ellipsis;
  }
  .date_block input:-ms-input-placeholder {
    text-overflow: ellipsis;
  }
}
.ui header {
  height: 190px;
  font-size: 70px;
  color: #fff;
  padding: 40px 60px 0;
  background: linear-gradient(to right,#bc3824 0%,#e06d25 40%,#f79735 100%);
  box-sizing: border-box;
}
.ui header img {
  width: 250px;
}
.ui .cols .col {
  width: 350px;
}
.ui .cols .col:first-child {
  width: 500px;
}
.ui .cols3 .col {
  width: 33%;
}
.ui .col {
  display: inline-block;
  vertical-align: top;
}
.ui .content {
  padding: 40px 60px;
}
.ui .content .msg_line {
  margin: 0 -60px;
}
.input_span_only {
  position: relative;
  display: inline-block;
}
.input_span_only input {
  padding-right: 30px;
}
.input_span_only:after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 15px;
  background: transparent no-repeat center;
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 0;
}
.input_span_only.error .select_inner {
  border-color: #EDBEBD;
  color: #A92029;
  padding-right: 30px;
}
.input_span_only.error textarea {
  border-color: #EDBEBD;
  color: #A92029;
  padding-right: 30px;
}
.input_span_file {
  display: block;
}
.select_inner.error {
  border-color: #EDBEBD;
  color: #A92029;
  padding-right: 30px;
}
.form-group {
  display: inline-block;
}
.popup_footer {
  border-top: 1px solid #e4e4e4;
  border-radius: 0px 0px 10px 10px;
  margin: 10px -20px -20px;
  padding: 10px;
}
.msg_info {
  color: #f79433;
}
.msg_info:before {
  background-image: url(img/msg_success.png);
}
.msg_warning {
  color: #ab1d24;
}
.msg_warning:before {
  background-image: url(img/msg_error.png);
}
.msg_danger {
  color: #ab1d24;
}
.msg_danger:before {
  background-image: url(img/msg_error.png);
}
.authorization_block {
  text-align: center;
}
.authorization_block .a_title {
  color: #ab1d24;
  margin: 5px;
}
.authorization_block .a_title h1 {
  margin: 0px;
}
.authorization_block .pass_block {
  width: 100%;
  max-width: 260px;
}
.authorization_block span {
  text-align: left;
}
.authorization_block button {
  width: 100%;
  max-width: 300px;
  margin: 15px 0px;
}
.authorization_block .a_link {
  margin: 5px;
}
.authorization_block .msg {
  margin: 5px;
}
.authorization_block .phone-number-input {
  padding-bottom: 15px;
}
.authorization_block .a_input input {
  width: 100%;
  max-width: 260px;
}
.authorization_block h3 span {
  padding: 0px;
}
.orange a {
  color: #f5943f;
  text-decoration: none;
}
.orange a:hover {
  opacity: 0.7;
}
.select_inner.error {
  border-color: #EDBEBD;
  color: #A92029;
  padding-right: 30px;
}
.hidden {
  display: none;
}
input.error[type="text"] {
  border-color: #edbebd;
}
.authorization_block {
  text-align: center;
}
.authorization_block .a_title {
  color: #ab1d24;
  margin: 5px;
}
.authorization_block .a_title h1 {
  margin: 0px;
}
.authorization_block span {
  text-align: left;
}
.authorization_block button {
  width: 260px;
}
.authorization_block div {
  margin: 20px;
}
.authorization_block div a {
  margin: 5px;
}
.authorization_block .a_link {
  margin: 5px;
}
.authorization_block .msg {
  margin: 5px;
}
.authorization_block .a_input input {
  width: 260px;
}
.authorization_block h3 span {
  padding: 0px;
}
.msg_danger {
  color: #ab1d24;
  background: #ab1d24;
  color: #fff;
}
.msg_danger:before {
  background-image: url(img/msg_error.png);
}
.msg_danger span {
  color: #fff;
}
.msg_danger:before {
  background-image: url(img/msg_danger.png);
}