

/* Start:/local/templates/Aeb/assets/css/datepicker/bootstrap-datepicker3.css?175687103322835*/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/* End */


/* Start:/local/templates/Aeb/assets/css/cropper.min.css?17568710333803*/
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/* End */


/* Start:/bitrix/components/AEB.EcsCardClientNew/templates/web/style.css?1756870904100539*/
#DevTool {
  background: #f8f9fa;
  padding: 15px;
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}
#DevTool.d-none {
  display: none !important;
}
.btn-white {
  padding: 0 !important;
  border: 1px solid #2f88f0 !important;
}
#containerEcsCard {
  margin-top: 100px;
}
#confirmed {
  margin-top: 100px;
}
.error-block {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-desk {
  display: none;
}
.back-mob {
  display: inline;
}

.card-ready-date {
  padding: 16px;
  border-radius: 16px;
  color: #07222d;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 14px;
}
.card-readiness-default {
  background: #f4f6f8;
}
.card-readiness-yakutsk {
  background: #e7f8f0;
}
.card-readiness-regions {
  background: #e7f8f0;
}

.card-ready-date h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}
.card-ready-date p {
  margin: 0 !important;
}
.card-ready-date ul {
  margin: 0 !important;
}

.li_s-a {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
}
.li_s-a li {
  text-align: center;
  min-width: 200px;
}
.li_s-a li:not(:last-child)::before {
  content: " ";
  background: #e1e4e7;
  height: 6px;
  width: 26%;
  position: absolute;
  top: 20px;
  z-index: 1;
}
.li_s-a li:not(:last-child)::after {
  content: " ";
  background: #2f88f0;
  height: 6px;
  width: 0px;
  position: absolute;
  top: 20px;
  z-index: 2;
  transition: width 1s;
}
.li_s-a li.completed:not(:last-child)::after {
  content: " ";
  width: 26%;
  transition: width 1s;
}
.light__yellow {
  background: #fefaee;
}
.hidden {
  display: none;
}
.another-cards {
  justify-content: end;
}
.another-cards a {
  width: 100%;
  text-align: center;
}
.ecs-card-yakutia {
  margin-bottom: 40px;
}
.ecs-card-yakutia h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.ecs-card-yakutia p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #7d8591;
  margin-bottom: 30px;
}
.ask-buttons {
  display: flex;
  gap: 8px;
}
.ask-buttons div {
  padding: 3px 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  border-radius: 16px;
  cursor: pointer;
  background: #eef1f4;
  color: #1f2632;
}
.ask-buttons .active {
  font-weight: 500;
  color: #ffffff;
  background: #1f2632;
}
.step_circle {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: #e1e4e7;
  border-radius: 3rem;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
}
.active .step_circle {
  background: #2f88f0;
}
.completed .step_circle {
  background: #2f88f0;
  color: #ffffff00 !important;
}
.completed .step_circle:before {
  content: " ";
  width: 48px;
  height: 48px;
  background-image: url("/local/templates/Aeb/assets/img/general/check-icon-white.png");
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 0;
}
.step_current .step_circle {
  background: #2f88f0;
}
.progress_step {
  display: none;
  padding: 32px 0;
  border: 1px solid #e1edff;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
}
.aeb-card-block {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
}
.step_form {
  border-radius: 10px;
  display: none;
}
.step_form.active {
  display: block;
}
.aeb-card-title {
  text-align: center;
  color: #2f88f0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 40px;
}
.kids-card-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #27303e;
  margin-bottom: 30px;
}
.progress_step_num {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #27303e;
}
.progress_step_text {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #a6b0bf;
}
.kids-form {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.f-group {
  margin-bottom: 30px;
}
.kids-notify {
  background: #fefaee;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 300;
  align-items: start;
  margin-bottom: 40px;
}
.kid-photo-describe {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 300;
  background: #fefaee;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.kid-photo-describe ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.step-margin {
  margin-bottom: 40px;
}
.kids-form-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.progress_step_next {
  display: none;
}
.progress_step_text_container {
  display: flex;
  justify-content: space-between;
}
.kids-phone-margin {
  margin-bottom: 40px;
}
.kids-confirm {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.btn-controls {
  flex-direction: column;
  gap: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.cjy_btn {
  width: 100%;
  border-radius: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  line-height: 20px;
  height: 48px;
}
.btn-outline {
  color: #2f88f0;
  background: #fff;
  border: solid 2px #2f88f0;
  box-sizing: border-box;
}
.btn-primary {
  background: #2f88f0;
  color: #fff;
}
.btn-secondary {
  background: #c9dffb !important;
  color: #2f88f0 !important;
}
.mb60 {
  margin-bottom: 60px;
}
.has_cjy.active {
  display: block;
}
.has_cjy h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
.has_cjy p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #27303e;
  margin-bottom: 30px;
}
.mb0 {
  margin-bottom: 0;
}
.has_cjy .gray {
  color: #7d8591;
}
/* .has_cjy .desk {
  display: none;
} */
.has_cjy .card-container {
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.has_cjy .card-img {
  width: 86.4px;
  height: 55.2px;
}
.has_cjy .back-img {
  width: 28.8px;
  height: 28.8px;
}
.has_cjy-mb {
  margin-bottom: 40px;
}
.need_consent {
  display: none;
}
.need_consent.active {
  display: block;
}
.need_consent h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.need_consent p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #7d8591;
  margin-bottom: 0;
}
.need_consent-mb {
  margin-bottom: 40px;
}
.need_consent a {
  justify-content: center;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  line-height: 20px;
  background: #ddebfd;
}
.consent-file {
  padding: 16px;
  background: #f4f6f8;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
}
.align-center {
  align-items: center;
}
.consent-file p {
  color: #27303e;
  padding: 0;
}

.form-btn-blue {
  width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  background: #c9dffb;
  color: #ffffff;
  border-radius: 12px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form-btn-blue-active {
  background: #2f88f0;
}
.kids-btn-container {
  flex-grow: 1;
}
.mobile-back-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 2px solid #2f88f0;
}
.mobile-back-button img {
  width: 24px;
  height: 24px;
}
.desktop-back-button {
  height: 56px;
  display: none;
  border: 2px solid #2f88f0;
  border-radius: 13px;
  font-size: 18px;
  line-height: 26px;
  color: #2f88f0;
  width: 200px;
  justify-content: center;
  align-items: center;
}
.aeb-card-description .aeb-card-block-1 {
  font-size: 14px;
  line-height: 18px;
  padding-right: 40px;
  color: #27303e;
}
.aeb-card-block-1:after {
  content: " ";
  width: 50px;
  height: 1px;
  background: #2f88f0;
  display: block;
  margin: 6px 0;
}
.aeb-card-description .aeb-card-block-2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2f88f0;
}
.ReverseSideCard {
  max-width: 400px;
  border-radius: 10px;
  width: 100%;
  height: 252px;
  margin-bottom: 32px;
  background: #e6e5e5;
}
.ReverseSideCard .BlackLine {
  width: 100%;
  height: 46px;
  margin-top: 24px;
  margin-bottom: 15px;
  background: #000;
}
.ReverseSideCard .PhotoCard {
  background: #ffffff;
  width: 100%;
  max-width: 105px;
  height: 140px;
  margin-left: 17px;
  border-radius: 16px;
  background-size: 102%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ReverseSideCard .infoCard_1 {
  height: 39px;
  background: #cbcbcb;
  margin-bottom: 22px;
}
.ReverseSideCard .infoCard_2 {
  width: 53px;
  height: 9px;
  background: #cbcbcb;
  margin-bottom: 6px;
}
.ReverseSideCard .infoCard_3 {
  width: 34px;
  height: 9px;
  background: #cbcbcb;
  margin-bottom: 6px;
}
.ReverseSideCard .infoCard_4 {
  width: 72px;
  height: 9px;
  background: #cbcbcb;
  margin-bottom: 6px;
}
.ReverseSideCard .ecsCard_image {
  height: 52px;
  background: #cbd3d6;
}
.ReverseSideCard .Barcode {
  height: 22px;
  background: #f0ad4e;
}
.ConfirmedEcsCard {
  background: #ffffff;
  color: rgba(39, 48, 62, 1);
  padding: 60px;
  padding: -webkit-calc((100vw - 320px)/ (1920 - 320) * (60 - 24) + 24px);
  padding: calc((100vw - 320px) / (1920 - 320) * (60 - 24) + 24px);
  border-radius: 10px;
  max-width: 786px;
  margin: 0 auto;
  box-shadow: 0px 6px 24px 0px rgba(39, 48, 62, 0.06);
}
.ConfirmedEcsCard ul {
  margin-bottom: 30px;
}
.ConfirmedEcsCard .d-flex {
  flex-flow: column;
  align-items: center;
}
.ConfirmedEcsCard img {
  width: 200px;
}
.send-code-again {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
  color: #2f88f0;
  cursor: pointer;
}

.ConfirmedEcsCard .ConfirmedEcsCard-container {
  max-width: 385px;
  margin: 0 auto;
}

.ConfirmedEcsCard div {
  font-size: 1.125rem;
  font-weight: 300;
}

.ConfirmedEcsCard-title {
  font-weight: 600;

  margin-top: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .aeb-card-block {
    padding: 0;
    background: initial;
  }
  .btn-white {
    background: initial !important;
    border: initial !important;
  }
  .ReverseSideCard {
    height: 191px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .ReverseSideCard .BlackLine {
    height: 31px;
  }
  .ReverseSideCard .infoCard_1 {
    height: 26px;
    margin-bottom: 14px;
  }
  .ReverseSideCard .infoCard_2,
  .ReverseSideCard .infoCard_3,
  .ReverseSideCard .infoCard_4 {
    margin-bottom: 4px;
  }
  .ReverseSideCard .PhotoCard {
    height: 100%;
    width: 100%;
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .progress_step {
    display: none;
  }
  .aeb-card-block {
    padding: 0;
    background: initial;
  }
  .btn-white {
    background: initial !important;
    border: initial !important;
  }
  .btn-white:hover {
    box-shadow: none !important;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 1200px) {
  .sm-mb-16 {
    margin-bottom: 16px;
  }
}
/* Start:/local/templates/Aeb/assets/css/datepicker/bootstrap-datepicker3.css?162486591522835*/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/* End */
/* Start:/local/templates/Aeb/assets/css/cardorder/style.css?162754391813118*/
.nb_1,
.nb_2,
.nb_3,
.nb_4 {
  z-index: 10;
}
#infoBlockPhoto {
  cursor: pointer;
}
.pg_1 {
  position: absolute;
  width: 76%;
  left: 12%;
  margin-top: 21px;
  height: 6px !important;
}
.fileDropzone.active {
  background: #ffffff;
}
.DropBlock::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 1L4.92929 4.92929C4.96834 4.96834 5.03166 4.96834 5.07071 4.92929L9 1' stroke='%2327303E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 16px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 24px;
  right: 12px;
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#infoBlockPhoto {
  padding-left: 28px;
}
#infoBlockPhoto::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.02825 11.9957C3.04233 7.03775 7.08871 3.0143 12.0467 3.02838C17.0046 3.04247 21.0281 7.08884 21.014 12.0468C20.9999 17.0047 16.9535 21.0282 11.9956 21.0141C7.03762 21 3.01417 16.9536 3.02825 11.9957Z' stroke='%232F88F0' stroke-width='2'/%3E%3Crect x='11.5' y='7.5' width='1' height='1' rx='0.5' fill='%232F88F0' stroke='%232F88F0'/%3E%3Cpath d='M12 12L12 17' stroke='%232F88F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 14px;
  width: 24px;
  height: 24px;
  position: absolute;
}
#infoBlockPhoto::after {
  content: "";
  top: 0;
  right: 14px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10' stroke='%232F88F0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#infoBlockPhoto.show::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#doprblock_infoBlockPhoto ul li {
  color: #2f88f0;
  padding-bottom: 16px;
}
#doprblock_infoBlockPhoto div {
  padding-bottom: 16px;
}
#doprblock_infoBlockPhoto ul li span {
  color: #000;
}
.DropBlock.show::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.fileDropzone.error {
  border: 2px dashed #d10000;
}
.fileDropzone {
  background: #fafafa;
  border: 2px dashed #a3aaae;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.fileDropzone .title {
  font-size: 18px;
  line-height: 20px;
}
.fileDropzone .info {
  color: #a3aaae;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 16px;
}
.step {
  display: none;
}
.step.show {
  display: inline !important;
}
.card-success-form {
  background: #ffffff;
  border: 1px solid #e1edff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
  margin-bottom: 24px;
}
.card-success-form h2 {
  color: #2f88f0;
  margin-bottom: 24px;
}
.card-success-form div {
  margin-bottom: 24px;
}
.bg-g-blue {
  background: linear-gradient(180deg, #1197f4 0%, #027cd1 100%);
  border-radius: 10px;
  margin-bottom: 24px;
}
.aebInput {
  box-shadow: initial !important;
}
.aebInput:disabled {
  background-color: rgba(239, 239, 239, 0.3) !important;
}
#doprblock_infoBlockPhoto ul {
  padding-left: 20px;
}
.aebInput[type="text"],
.aebInput[type="number"],
.aebInput[type="date"],
.aebInput[type="email"] {
  border: 2px solid #a3aaae;
  height: 56px;
  width: 100%;
  outline: 0;
  font-size: 18px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  color: #000;
  background: #fff;
}
.aebInput[type="text"]:focus,
.aebInput[type="number"]:focus,
.aebInput[type="email"]:focus {
  border: 2px solid #2f88f0;
}
.aebInput.error {
  border: 1.6px solid #ff0000;
}
.aebInput[type="checkbox"],
.aebInput[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aebInput[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #27303e;
  border-radius: 4px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: 46% 50%;
}
.aebInput[type="checkbox"].error + label::before {
  border-color: #ff0000;
}
.aebInput[type="checkbox"]:checked + label::before {
  border-color: #2f88f0;
  background-color: #2f88f0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.28571 8L0 4.15385L1.2 3.07692L4.28571 5.84615L10.8 0L12 1.07692L4.28571 8Z' fill='white'/%3E%3C/svg%3E");
}
.aebInput[type="checkbox"] + label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  line-height: 20px;
}
.aebInput::placeholder {
  color: #ffffff00 !important;
}
.aeb-form {
  position: relative;
  margin-bottom: 24px;
}
.aebInput[type="text"] + label,
.aebInput[type="number"] + label,
.aebInput[type="date"] + label,
.aebInput[type="email"] + label {
  color: #94a8be;
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  font-size: -webkit-calc((100vw - 320px)/ (1920 - 320) * (18 - 16) + 16px);
  position: absolute;
  top: 3px;
  left: 0px;
  padding: 0 4px;
  pointer-events: none;
  transform-origin: 0 0;
  transform: scale(1) translateY(12px) translateX(14px);
  transition: opacity 0.1s ease-in-out, transform 0.1s;
}
.aebInput[type="text"]:focus + label,
.aebInput[type="number"]:focus + label {
  color: #2f88f0;
}
.aeb-form > .aebInput[type="text"]:focus ~ label,
.aeb-form > .aebInput[type="date"]:focus ~ label,
.aeb-form > .aebInput[type="number"]:focus ~ label,
.aeb-form > .aebInput[type="email"]:focus ~ label,
.aeb-form > .aebInput[type="text"]:not(:placeholder-shown) ~ label,
.aeb-form > .aebInput[type="date"]:not(:placeholder-shown) ~ label,
.aeb-form > .aebInput[type="number"]:not(:placeholder-shown) ~ label,
.aeb-form > .aebInput[type="email"]:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-17px) translateX(14px);
  background: #fff;
}
label.error {
  color: #eb5757;
  transform: scale(1) translateY(0) translateX(0) !important;
  position: initial !important;
  padding: 0 !important;
}
.number-progress {
  display: contents;
}
.number-progress .success .number {
  background: #007bff;
  color: #fff0;
  background-image: url(/local/templates/Aeb/assets/img/general/check-icon-white.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.number-progress div .number {
  color: #ffffff;
  background: #e1e4e7;
  width: 48px;
  padding: 0px;
  text-align: center;
  border-radius: 3rem;
  font-size: 32px;
  margin: 0 auto;
}
.number-progress .active .number {
  background: #2f88f0;
}
.number-progress .text {
  text-align: center;
  margin-top: 24px;
}
.progress {
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0.25rem;
}
.confirmation-modal {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1100;
  overscroll-behavior: contain;
  text-align: center;
}
.confirm-close {
  display: flex;
  justify-content: end;
  padding: 20px 1px;
  margin-bottom: 12px;
  width: 100%;
}
.modal-crop-close {
  display: none;
}
.confirm-close img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.confirmation-modal h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.confirmation-blacker {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1099;
  background: #27303eb2;
  opacity: 0.7;
}

.confirm-modal-open {
  height: 100vh;
  overflow-y: hidden;
}
.progress .progress-next {
  background-color: #ddebfd;
}
.otpinputfield {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
}
.otpinputfield .otpinput {
  height: 40px;
  width: 35px;
  border: 2px solid #bfc6d0;
  outline: none;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 6px;
  background-color: #ffffff;
  outline: none;
  color: #27303e;
  /*Hide number field arrows*/
  -moz-appearance: textfield;
}
.otpinputfield .otpinput::-webkit-outer-spin-button,
.otpinputfield .otpinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otpinputfield .otpinput:disabled {
  color: #27303e;
}
.otpinputfield .otpinput:focus {
  border: 3px solid #2f88f0;
  color: #2f88f0;
}
.otpinputfield.error .otpinput {
  border: 3px solid #ff3055;
  color: #ff3055;
}
.otpinputfield.error .otpinput:focus {
  color: rgb(160, 16, 16);
}
.confirmation-text.errors {
  color: #ff3055;
  margin-bottom: 14px;
}

.confirmation-text {
  color: #a9b0b9;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
.kids-file-upload {
  color: #2f88f0;
  font-size: 16px;
  line-height: 20px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #2f88f0;
  border-radius: 13px;
  cursor: pointer;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1200;
  overscroll-behavior: contain;
  text-align: center;
}
.img-container {
  text-align: center;
  margin-bottom: 20px;
}
.crop-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}
.crop-description {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 20px;
  padding: 0 30px;
  text-align: center;
}
.crop-controls-mobile {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.crop-controls-desktop {
  display: none;
  justify-content: space-between;
  padding: 0 50px;
}
.kids-image-container {
  position: relative;
  text-align: center;
}
#avatar {
  position: absolute;
  width: 68px;
  height: 99px;
  left: 50%;
  top: 75px;
  margin-left: -132px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center center;
}
#image {
  max-width: 100%;
  max-height: 70vh;
}
.img-card {
  width: 290px;
  margin-bottom: 28px;
}
.kids-body {
  padding-top: 70px;
}
.dd-menu {
  border-left: 2px solid #2f88f0;
  border-right: 2px solid #2f88f0;
  border-bottom: 2px solid #2f88f0;
  border-top: 0 solid #fff !important;
  border-radius: 0 0 10px 10px !important;
  position: absolute;
  margin-top: -8px !important;
  z-index: 1 !important;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  top: 56px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}
.dd-menu.show {
  display: initial;
  top: 56px;
  border-bottom: 1.6px solid #2f88f0;
  border-right: 1.6px solid #2f88f0;
  border-left: 1.6px solid #2f88f0;
}

.dd-menu .dropdown-item {
  padding: 16px 16px;
  cursor: pointer;
}
.datepicker-dropdown {
  padding: 15px !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #2f88f0 !important;
  border-color: #2f88f0 !important;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #2f88f0 !important;
  border-color: #2f88f0 !important;
}

br.zero-height {
  display: block;
  margin: -4px 0;
  content: " ";
  line-height: 0;
}

.footer.aeb-sign {
  color: #a6b0bf;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.aeb-card-code-text {
  margin-bottom: 44px;
}

.client-flow-start > * {
  margin-bottom: 30px;
}

.rich-button {
  max-width: 700px;
  padding: 28px 36px;
  background-color: #f8f8fa;
  border-radius: 24px;
  cursor: pointer;
}

.rich-button:hover,
.rich-button:active {
  background-color: #f0f0f2;
}

.rich-button .arrow-content {
}

.rich-button .arrow-content > .icon {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xLjY2Njc1IDE0LjY2N0w4LjI2MjcxIDguMDcxMDRDOC4zMDE3NiA4LjAzMTk5IDguMzAxNzYgNy45Njg2NyA4LjI2MjcxIDcuOTI5NjJMMS42NjY3NSAxLjMzMzY2IiBzdHJva2U9IiMyNzMwM0UiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  min-width: 12px;
  min-height: 16px;
}

.rich-button .markup-content__icon {
  width: 75px;
  margin-right: 38px;
  margin-bottom: 14px;
}
.rich-button .markup-content__icon.icon-edit {
  width: 56px;
}

.rich-button
  .markup-content__text-container
  > .text-container__text:not(:last-child) {
  margin-bottom: 8px;
}

.rich-button .markup-content__text-container > .text-container__text--main {
  font-size: 20px;
  font-weight: 500;
}

.rich-button
  .markup-content__text-container
  > .text-container__text--secondary {
  font-size: 16px;
  font-weight: 300;
  color: #8b95a5;
}

.rich-button .markup-content__text-container > .text-container__text--chip {
  font-size: 12px;
  font-weight: 400;
  color: #2f88f0;
  background-color: #d5e7fc;
  padding: 1px 10px;
  border-radius: 16px;
  width: fit-content;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 0;
    margin-bottom: 20px;
  }
  .order-top {
    order: -1;
  }
  .aeb-form-card-order {
    padding: 0;
    background: #fff;
  }
  .fileDropzone {
    padding: 12px;
  }
  #smallBlock {
    display: block;
  }
  #bigBlock {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 32px 36px 6px 32px;
    margin-bottom: 20px;
  }
  .order-top {
    order: 1;
  }
  .aeb-form-card-order {
    padding: 30px;
    background: #fafafa;
  }
  .fileDropzone {
    padding: 24px;
  }
  #smallBlock {
    display: none;
  }
  #bigBlock {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 32px 36px 6px 32px;
    margin-bottom: 20px;
  }
  .order-top {
    order: 1;
  }
  .aeb-form-card-order {
    padding: 30px;
    background: #fafafa;
  }
  .fileDropzone {
    padding: 24px;
  }
  #smallBlock {
    display: none;
  }
  #bigBlock {
    display: flex;
  }
}
@media (min-width: 1200px) {
  /*************************************************************
 * КАСТОМНЫЕ СТИЛИ С ПРЕФИКСОМ .myf-
 *************************************************************/
  .send-code-again {
    font-size: 16px;
    line-height: 20px;
  }
  .btn-white {
    padding: 14px 24px !important;
  }
  .back-desk {
    display: inline;
  }
  .back-mob {
    display: none;
  }
  .myf-dropdown-text {
    height: 56px;
    font-size: 18px;
    line-height: 26px;
  }
  .myf-dropdown-block {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 26px;
  }
  .aeb-form-block {
    border-radius: 10px;
    padding: 32px 36px 6px 32px;
    margin-bottom: 20px;
  }
  .ConfirmedEcsCard img {
    width: 250px;
  }
  .order-top {
    order: 1;
  }
  .aeb-form-card-order {
    padding: 30px;
    background: #fafafa;
  }
  .fileDropzone {
    padding: 24px;
  }
  #smallBlock {
    display: none;
  }
  #bigBlock {
    display: flex;
  }
  .kids-card-title {
    font-size: 32px;
    line-height: 38px;
  }
  .progress_step_num {
    font-size: 16px;
    line-height: 20px;
  }
  .progress_step_text {
    font-size: 16px;
    line-height: 16px;
  }
  .ecs-card-yakutia {
    margin-bottom: 60px;
  }
  .ecs-card-yakutia h3 {
    font-size: 20px;
  }
  .ecs-card-yakutia p {
    font-size: 18px;
  }
  .btn-controls {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
  .cjy_btn {
    width: 260px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    height: 56px;
  }
  .has_cjy {
    text-align: center;
    width: 786px;
    box-shadow: 0px 6px 24px 0px #27303e0f;
    padding: 60px;
    border-radius: 24px;
  }
  .has_cjy .card-container {
    gap: 24px;
  }
  .has_cjy .card-img {
    width: 172.8px;
    height: 110.4px;
  }
  .has_cjy .back-img {
    width: 57.6px;
    height: 57.6px;
  }
  .has_cjy h4 {
    font-size: 32px;
  }
  .has_cjy p {
    font-size: 18px;
    line-height: 26px;
  }
  .has_cjy-mb {
    margin-bottom: 30px;
  }
  .has_cjy .desk {
    display: inline;
  }
  .has_cjy .mobile {
    display: none;
  }
  .need_consent h4 {
    font-size: 24px;
  }
  .need_consent p {
    font-size: 18px;
  }
  .need_consent-mb {
    margin-bottom: 30px;
  }
  .need_consent a {
    padding: 16px 20px;
    width: fit-content;
    font-size: 18px;
    line-height: 26px;
  }
  .consent-file {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .ask-buttons {
    gap: 12px;
  }
  .ask-buttons div {
    padding: 6px 18px;
    font-size: 18px;
    border-radius: 40px;
  }
  .kids-notify {
    padding: 16px;
    gap: 16px;
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 60px;
  }
  .another-cards a {
    width: auto;
  }
  .kid-photo-describe {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .ecs-photo-describe {
    margin-bottom: 10px !important;
  }
  .step-margin {
    margin-bottom: 60px;
  }
  .kids-form {
    width: 730px;
  }
  .kids-form-heading {
    font-size: 20px;
  }
  .progress_step_next {
    display: inline;
  }
  .kids-phone-margin {
    margin-bottom: 60px;
  }
  .kids-confirm {
    margin-bottom: 60px;
    font-size: 16px;
  }
  .button-kids-container {
    margin-bottom: 60px;
  }
  .form-btn-blue {
    height: 56px;
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 13px;
    font-size: 18px;
    line-height: 26px;
  }
  .mobile-back-button {
    display: none;
  }
  .desktop-back-button {
    display: flex;
  }
  .confirmation-modal {
    position: absolute;
    top: 50vh;
    left: 50vw;
    background: #fff;
    width: 632px;
    height: 296px;
    margin-left: -316px;
    margin-top: -148px;
    z-index: 1100;
    border-radius: 24px;
    padding-top: 48px;
  }
  #modal {
    padding: 20px 15px;
    top: 5vh;
    left: 50vw;
    background: #fff;
    z-index: 1100;
    width: 800px;
    height: fit-content;
    margin-left: -400px;
    overscroll-behavior: contain;
    text-align: center;
    border-radius: 24px;
  }
  .confirm-close {
    position: absolute;
    right: -48px;
    top: -48px;
    border-radius: 100px;
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 8px;
  }
  .confirm-close img {
    width: 32px;
    height: 32px;
  }
  .modal-crop-close {
    display: flex;
  }
  .confirmation-modal h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .confirmation-text {
    font-size: 16px;
    line-height: 20px;
  }
  .confirmation-blacker {
    display: block;
  }
  .desktop-flex {
    display: flex;
    gap: 24px;
  }
  .desktop-flex .f-group {
    flex-grow: 1;
  }
  .desk-gap-50 {
    gap: 50px;
  }
  .kids-file-upload {
    font-size: 18px;
    width: 290px;
    height: 56px;
  }
  .img-card {
    width: 360px;
    padding: 0;
  }
  #avatar {
    margin: 0;
    width: 90px;
    height: 124px;
    left: 11px;
    top: 93px;
  }
  #image {
    max-width: 500px;
    max-height: 400px;
  }
  .crop-header {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .button-control {
    width: 200px;
    height: 56px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
  }
  .edit-control {
    border: 2px solid #2f88f0;
    color: #2f88f0;
  }
  .done-control {
    background: #2f88f0;
    color: #fff;
  }
  .crop-description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .crop-controls-mobile {
    display: none;
  }
  .crop-controls-desktop {
    display: flex;
  }
  .kids-body {
    padding-top: 90px;
  }
}
.li_s-a {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
}
.li_s-a li {
  text-align: center;
  min-width: 200px;
}
.li_s-a li:not(:last-child)::before {
  content: " ";
  background: #e1e4e7;
  height: 6px;
  width: 26%;
  position: absolute;
  top: 20px;
  z-index: 1;
}
.li_s-a li:not(:last-child)::after {
  content: " ";
  background: #2f88f0;
  height: 6px;
  width: 0px;
  position: absolute;
  top: 20px;
  z-index: 2;
  transition: width 1s;
}
.li_s-a li.completed:not(:last-child)::after {
  content: " ";
  width: 26%;
  transition: width 1s;
}
.step_circle {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: #e1e4e7;
  border-radius: 3rem;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
}
.active .step_circle {
  background: #2f88f0;
}
.completed .step_circle {
  background: #2f88f0;
  color: #ffffff00 !important;
}
.completed .step_circle:before {
  content: " ";
  width: 48px;
  height: 48px;
  background-image: url("/local/templates/Aeb/assets/img/general/check-icon-white.png");
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 0;
}
.step_current .step_circle {
  background: #2f88f0;
}
.progress_step {
  display: none;
  padding: 32px 0;
  border: 1px solid #e1edff;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
}
.aeb-card-block {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
}
.step_form {
  border-radius: 10px;
  display: none;
}
.step_form.active {
  display: block;
}
.aeb-card-title {
  text-align: center;
  color: #2f88f0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 40px;
}
.kids-card-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #27303e;
  margin-bottom: 30px;
}
.progress_step_num {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #27303e;
}
.progress_step_text {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #a6b0bf;
}
.kids-form {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.f-group {
  margin-bottom: 30px;
}
.kids-notify {
  background: #fefaee;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 300;
  align-items: start;
  margin-bottom: 40px;
}
.kid-photo-describe {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 300;
  background: #fefaee;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.kid-photo-describe ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.step-margin {
  margin-bottom: 40px;
}
.kids-form-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.progress_step_next {
  display: none;
}
.progress_step_text_container {
  display: flex;
  justify-content: space-between;
}
.kids-phone-margin {
  margin-bottom: 40px;
}
.kids-confirm {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.button-kids-container {
  margin-bottom: 40px;
  gap: 42px;
}
.form-btn-blue {
  width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  background: #c9dffb;
  color: #ffffff;
  border-radius: 12px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-btn-blue-active {
  background: #2f88f0;
}
.mobile-back-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 2px solid #2f88f0;
}
.mobile-back-button img {
  width: 24px;
  height: 24px;
}
.desktop-back-button {
  height: 56px;
  display: none;
  border: 2px solid #2f88f0;
  border-radius: 13px;
  font-size: 18px;
  line-height: 26px;
  color: #2f88f0;
  width: 200px;
  justify-content: center;
  align-items: center;
}
.aeb-card-description .aeb-card-block-1 {
  font-size: 14px;
  line-height: 18px;
  padding-right: 40px;
  color: #27303e;
}
.aeb-card-block-1:after {
  content: " ";
  width: 50px;
  height: 1px;
  background: #2f88f0;
  display: block;
  margin: 6px 0;
}
.aeb-card-description .aeb-card-block-2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2f88f0;
}
.ReverseSideCard {
  max-width: 400px;
  border-radius: 10px;
  width: 100%;
  height: 252px;
  margin-bottom: 32px;
  background: #e6e5e5;
}
.ReverseSideCard .BlackLine {
  width: 100%;
  height: 46px;
  margin-top: 24px;
  margin-bottom: 15px;
  background: #000;
}
.ReverseSideCard .PhotoCard {
  background: #ffffff;
  width: 100%;
  max-width: 105px;
  height: 140px;
  margin-left: 17px;
  border-radius: 16px;
  background-size: 102%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ReverseSideCard .infoCard_1 {
  height: 39px;
  background: #cbcbcb;
  margin-bottom: 22px;
}
.ReverseSideCard .infoCard_2 {
  width: 53px;
  height: 9px;
  background: #cbcbcb;
  margin-bottom: 6px;
}
.ReverseSideCard .infoCard_3 {
  width: 34px;
  height: 9px;
  background: #cbcbcb;
  margin-bottom: 6px;
}
.ReverseSideCard .infoCard_4 {
  width: 72px;
  height: 9px;
  background: #cbcbcb;
  margin-bottom: 6px;
}
.ReverseSideCard .ecsCard_image {
  height: 52px;
  background: #cbd3d6;
}
.ReverseSideCard .Barcode {
  height: 22px;
  background: #f0ad4e;
}

@media (max-width: 575.98px) {
  .aeb-card-block {
    padding: 0;
    background: initial;
  }
  .btn-white {
    background: initial !important;
    border: initial !important;
  }
  .ReverseSideCard {
    height: 191px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .ReverseSideCard .BlackLine {
    height: 31px;
  }
  .ReverseSideCard .infoCard_1 {
    height: 26px;
    margin-bottom: 14px;
  }
  .ReverseSideCard .infoCard_2,
  .ReverseSideCard .infoCard_3,
  .ReverseSideCard .infoCard_4 {
    margin-bottom: 4px;
  }
  .ReverseSideCard .PhotoCard {
    height: 100%;
    width: 100%;
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .progress_step {
    display: none;
  }
  .aeb-card-block {
    padding: 0;
    background: initial;
  }
  .btn-white {
    background: initial !important;
    border: initial !important;
  }
  .btn-white:hover {
    box-shadow: none !important;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 1200px) {
}
/* Start:/local/templates/Aeb/assets/css/datepicker/bootstrap-datepicker3.css?162486591522835*/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/* End */
/* Start:/local/templates/Aeb/assets/css/cardorder/style.css?162754391813118*/
.nb_1,
.nb_2,
.nb_3,
.nb_4 {
  z-index: 10;
}
#infoBlockPhoto {
  cursor: pointer;
}
.pg_1 {
  position: absolute;
  width: 76%;
  left: 12%;
  margin-top: 21px;
  height: 6px !important;
}
.fileDropzone.active {
  background: #ffffff;
}
.DropBlock::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 1L4.92929 4.92929C4.96834 4.96834 5.03166 4.96834 5.07071 4.92929L9 1' stroke='%2327303E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 16px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 24px;
  right: 12px;
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#infoBlockPhoto {
  padding-left: 28px;
}
#infoBlockPhoto::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.02825 11.9957C3.04233 7.03775 7.08871 3.0143 12.0467 3.02838C17.0046 3.04247 21.0281 7.08884 21.014 12.0468C20.9999 17.0047 16.9535 21.0282 11.9956 21.0141C7.03762 21 3.01417 16.9536 3.02825 11.9957Z' stroke='%232F88F0' stroke-width='2'/%3E%3Crect x='11.5' y='7.5' width='1' height='1' rx='0.5' fill='%232F88F0' stroke='%232F88F0'/%3E%3Cpath d='M12 12L12 17' stroke='%232F88F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 14px;
  width: 24px;
  height: 24px;
  position: absolute;
}
#infoBlockPhoto::after {
  content: "";
  top: 0;
  right: 14px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10' stroke='%232F88F0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#infoBlockPhoto.show::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#doprblock_infoBlockPhoto ul li {
  color: #2f88f0;
  padding-bottom: 16px;
}
#doprblock_infoBlockPhoto div {
  padding-bottom: 16px;
}
#doprblock_infoBlockPhoto ul li span {
  color: #000;
}
.DropBlock.show::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.fileDropzone.error {
  border: 2px dashed #d10000;
}
.fileDropzone {
  background: #fafafa;
  border: 2px dashed #a3aaae;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
}
.fileDropzone .title {
  font-size: 18px;
  line-height: 20px;
}
.fileDropzone .info {
  color: #a3aaae;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 16px;
}
.step {
  display: none;
}
.step.show {
  display: inline !important;
}
.card-success-form {
  background: #ffffff;
  border: 1px solid #e1edff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 64px;
  text-align: center;
  margin-bottom: 24px;
}
.card-success-form h2 {
  color: #2f88f0;
  margin-bottom: 24px;
}
.card-success-form div {
  margin-bottom: 24px;
}
.bg-g-blue {
  background: linear-gradient(180deg, #1197f4 0%, #027cd1 100%);
  border-radius: 10px;
  margin-bottom: 24px;
}
.aebInput {
  box-shadow: initial !important;
}
.aebInput:disabled {
  background-color: rgba(239, 239, 239, 0.3) !important;
}
#doprblock_infoBlockPhoto ul {
  padding-left: 20px;
}
.aebInput[type="text"],
.aebInput[type="number"],
.aebInput[type="date"],
.aebInput[type="email"] {
  border: 2px solid #a3aaae;
  height: 56px;
  width: 100%;
  outline: 0;
  font-size: 18px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  color: #000;
  background: #fff;
}
.aebInput[type="text"]:focus,
.aebInput[type="number"]:focus,
.aebInput[type="email"]:focus {
  border: 2px solid #2f88f0;
}
.aebInput.error {
  border: 1.6px solid #ff0000;
}
.aebInput[type="checkbox"],
.aebInput[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.aebInput[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #27303e;
  border-radius: 4px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: 46% 50%;
}
.aebInput[type="checkbox"].error + label::before {
  border-color: #ff0000;
}
.aebInput[type="checkbox"]:checked + label::before {
  border-color: #2f88f0;
  background-color: #2f88f0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.28571 8L0 4.15385L1.2 3.07692L4.28571 5.84615L10.8 0L12 1.07692L4.28571 8Z' fill='white'/%3E%3C/svg%3E");
}
.aebInput[type="checkbox"] + label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  line-height: 20px;
}
.aebInput::placeholder {
  color: #ffffff00 !important;
}
.aeb-form {
  position: relative;
  margin-bottom: 24px;
}
.aebInput[type="text"] + label,
.aebInput[type="number"] + label,
.aebInput[type="date"] + label,
.aebInput[type="email"] + label {
  color: #94a8be;
  font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  font-size: -webkit-calc((100vw - 320px)/ (1920 - 320) * (18 - 16) + 16px);
  position: absolute;
  top: 3px;
  left: 0px;
  padding: 0 4px;
  pointer-events: none;
  transform-origin: 0 0;
  transform: scale(1) translateY(12px) translateX(14px);
  transition: opacity 0.1s ease-in-out, transform 0.1s;
}
.aebInput[type="text"]:focus + label,
.aebInput[type="number"]:focus + label {
  color: #2f88f0;
}
.aeb-form > .aebInput[type="text"]:focus ~ label,
.aeb-form > .aebInput[type="date"]:focus ~ label,
.aeb-form > .aebInput[type="number"]:focus ~ label,
.aeb-form > .aebInput[type="email"]:focus ~ label,
.aeb-form > .aebInput[type="text"]:not(:placeholder-shown) ~ label,
.aeb-form > .aebInput[type="date"]:not(:placeholder-shown) ~ label,
.aeb-form > .aebInput[type="number"]:not(:placeholder-shown) ~ label,
.aeb-form > .aebInput[type="email"]:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-17px) translateX(14px);
  background: #fff;
}
label.error {
  color: #eb5757;
  transform: scale(1) translateY(0) translateX(0) !important;
  position: initial !important;
  padding: 0 !important;
}
.number-progress {
  display: contents;
}
.number-progress .success .number {
  background: #007bff;
  color: #fff0;
  background-image: url(/local/templates/Aeb/assets/img/general/check-icon-white.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.number-progress div .number {
  color: #ffffff;
  background: #e1e4e7;
  width: 48px;
  padding: 0px;
  text-align: center;
  border-radius: 3rem;
  font-size: 32px;
  margin: 0 auto;
}
.number-progress .active .number {
  background: #2f88f0;
}
.number-progress .text {
  text-align: center;
  margin-top: 24px;
}
.progress {
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0.25rem;
}
.confirmation-modal {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1100;
  overscroll-behavior: contain;
  text-align: center;
}
.confirm-close {
  display: flex;
  justify-content: end;
  padding: 20px 1px;
  margin-bottom: 12px;
  width: 100%;
}
.modal-crop-close {
  display: none;
}
.confirm-close img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.confirmation-modal h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.confirmation-blacker {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1099;
  background: #27303eb2;
  opacity: 0.7;
}

.confirm-modal-open {
  height: 100vh;
  overflow-y: hidden;
}
.progress .progress-next {
  background-color: #ddebfd;
}
.otpinputfield {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
}
.otpinput {
  height: 40px;
  width: 35px;
  border: 2px solid #bfc6d0;
  outline: none;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 6px;
  background-color: #ffffff;
  outline: none;
  color: #27303e;
  /*Hide number field arrows*/
  -moz-appearance: textfield;
}
.otpinput::-webkit-outer-spin-button,
.otpinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otpinput:disabled {
  color: #27303e;
}
.otpinput:focus {
  border: 3px solid #2f88f0;
  color: #2f88f0;
}
.confirmation-text {
  color: #a9b0b9;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
.kids-file-upload {
  color: #2f88f0;
  font-size: 16px;
  line-height: 20px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #2f88f0;
  border-radius: 13px;
  cursor: pointer;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1200;
  overscroll-behavior: contain;
  text-align: center;
}
.img-container {
  text-align: center;
  margin-bottom: 20px;
}
.crop-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}
.crop-description {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 20px;
  padding: 0 30px;
  text-align: center;
}
.crop-controls-mobile {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.crop-controls-desktop {
  display: none;
  justify-content: space-between;
  padding: 0 50px;
}
.kids-image-container {
  position: relative;
  text-align: center;
}
#avatar {
  position: absolute;
  width: 68px;
  height: 99px;
  left: 50%;
  top: 75px;
  margin-left: -132px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center center;
}
#image {
  max-width: 100%;
  max-height: 70vh;
}
.img-card {
  width: 290px;
  margin-bottom: 28px;
}
.kids-body {
  padding-top: 70px;
}
.dd-menu {
  border-left: 2px solid #2f88f0;
  border-right: 2px solid #2f88f0;
  border-bottom: 2px solid #2f88f0;
  border-top: 0 solid #fff !important;
  border-radius: 0 0 10px 10px !important;
  position: absolute;
  margin-top: -8px !important;
  z-index: 1 !important;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  top: 56px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}
.dd-menu.show {
  display: initial;
  top: 56px;
  border-bottom: 1.6px solid #2f88f0;
  border-right: 1.6px solid #2f88f0;
  border-left: 1.6px solid #2f88f0;
}
.dd-menu .dropdown-item {
  padding: 16px 16px;
  cursor: pointer;
}
.datepicker-dropdown {
  padding: 15px !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  background-color: #2f88f0 !important;
  border-color: #2f88f0 !important;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #2f88f0 !important;
  border-color: #2f88f0 !important;
}
@media (max-width: 575.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 0;
  }
  .order-top {
    order: -1;
  }
  .aeb-form-card-order {
    padding: 0;
    background: #fff;
  }
  .fileDropzone {
    padding: 12px;
  }
  #smallBlock {
    display: block;
  }
  #bigBlock {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 0;
    margin-bottom: 20px;
  }
  .order-top {
    order: -1;
  }
  .aeb-form-card-order {
    padding: 0;
    background: #fff;
  }
  .fileDropzone {
    padding: 12px;
  }
  #smallBlock {
    display: block;
  }
  #bigBlock {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 32px 36px 6px 32px;
    margin-bottom: 20px;
  }
  .order-top {
    order: 1;
  }
  .aeb-form-card-order {
    padding: 30px;
    background: #fafafa;
  }
  .fileDropzone {
    padding: 24px;
  }
  #smallBlock {
    display: none;
  }
  #bigBlock {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 32px 36px 6px 32px;
    margin-bottom: 20px;
  }
  .order-top {
    order: 1;
  }
  .aeb-form-card-order {
    padding: 30px;
    background: #fafafa;
  }
  .fileDropzone {
    padding: 24px;
  }
  #smallBlock {
    display: none;
  }
  #bigBlock {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .aeb-form-block {
    border-radius: 10px;
    padding: 32px 36px 6px 32px;
    margin-bottom: 20px;
  }
  .order-top {
    order: 1;
  }
  .aeb-form-card-order {
    padding: 30px;
    background: #fafafa;
  }
  .fileDropzone {
    padding: 24px;
  }
  #smallBlock {
    display: none;
  }
  #bigBlock {
    display: flex;
  }
  .kids-card-title {
    font-size: 32px;
    line-height: 38px;
  }
  .progress_step_num {
    font-size: 16px;
    line-height: 20px;
  }
  .progress_step_text {
    font-size: 16px;
    line-height: 16px;
  }
  .kids-notify {
    padding: 16px;
    gap: 16px;
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 60px;
  }
  .kid-photo-describe {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .step-margin {
    margin-bottom: 60px;
  }
  .kids-form {
    width: 730px;
  }
  .kids-form-heading {
    font-size: 20px;
  }
  .progress_step_next {
    display: inline;
  }
  .kids-phone-margin {
    margin-bottom: 60px;
  }
  .kids-confirm {
    margin-bottom: 60px;
    font-size: 16px;
  }
  .button-kids-container {
    margin-bottom: 60px;
  }
  .form-btn-blue {
    height: 56px;
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 13px;
    font-size: 18px;
    line-height: 26px;
  }
  .kids-btn-container {
    flex-grow: 0;
  }
  .mobile-back-button {
    display: none;
  }
  .desktop-back-button {
    display: flex;
  }
  .confirmation-modal {
    position: absolute;
    top: 50vh;
    left: 50vw;
    background: #fff;
    width: 632px;
    height: 296px;
    margin-left: -316px;
    margin-top: -148px;
    z-index: 1100;
    border-radius: 24px;
    padding-top: 48px;
  }
  #modal {
    padding: 20px 15px;
    top: 5vh;
    left: 50vw;
    background: #fff;
    z-index: 1100;
    width: 800px;
    height: fit-content;
    margin-left: -400px;
    overscroll-behavior: contain;
    text-align: center;
    border-radius: 24px;
  }
  .confirm-close {
    position: absolute;
    right: -48px;
    top: -48px;
    border-radius: 100px;
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 8px;
  }
  .confirm-close img {
    width: 32px;
    height: 32px;
  }
  .modal-crop-close {
    display: flex;
  }
  .confirmation-modal h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .confirmation-text {
    font-size: 16px;
    line-height: 20px;
  }
  .confirmation-blacker {
    display: block;
  }
  .desktop-flex {
    display: flex;
    gap: 24px;
  }
  .desktop-flex .f-group {
    flex-grow: 1;
  }
  .desk-gap-50 {
    gap: 50px;
  }
  .kids-file-upload {
    font-size: 18px;
    width: 290px;
    height: 56px;
  }
  .img-card {
    width: 360px;
    padding: 0;
  }
  #avatar {
    margin: 0;
    width: 90px;
    height: 124px;
    left: 11px;
    top: 93px;
  }
  #image {
    max-width: 500px;
    max-height: 400px;
  }
  .crop-header {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .button-control {
    width: 200px;
    height: 56px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
  }
  .edit-control {
    border: 2px solid #2f88f0;
    color: #2f88f0;
  }
  .done-control {
    background: #2f88f0;
    color: #fff;
  }
  .crop-description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .crop-controls-mobile {
    display: none;
  }
  .crop-controls-desktop {
    display: flex;
  }
  .kids-body {
    padding-top: 90px;
  }
}

/* End */
/* /local/templates/Aeb/assets/css/datepicker/bootstrap-datepicker3.css?175687103322835 */
/* /local/templates/Aeb/assets/css/cropper.min.css?17568710333803 */
/* /bitrix/components/AEB.EcsCardClientNew/templates/web/style.css?1756870904100539 */
