@font-face {
  font-family: "Haval";
  src: url("../../fonts/haval/Haval-Light.woff") format("woff"), url("../../fonts/haval/Haval-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Haval";
  src: url("../../fonts/haval/Haval-Regular.woff") format("woff"), url("../../fonts/haval/Haval-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Haval";
  src: url("../../fonts/haval/Haval-Medium.woff") format("woff"), url("../../fonts/haval/Haval-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
/*
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../../fonts/PFDinDisplayPro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../../fonts/PFDinDisplayPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../../fonts/PFDinDisplayPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../../fonts/PFDinDisplayPro-Light.ttf') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../../fonts/PFDinDisplayPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('../../fonts/PFDinDisplayPro-Bold.ttf') format('woff');
  font-weight: 500;
  font-style: normal;
}
*/
#app.plant .plant__info-row {
  position: relative;
  z-index: 9999999;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 25px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
}
#app.plant .plant__info-row.hide {
  opacity: 0;
}
#app.plant .plant__info-row div {
  display: flex;
  align-items: center;
}
#app.plant .plant__info-row div:last-of-type {
  width: 44%;
}
#app.plant .plant__info-row img {
  display: block;
  margin-right: 5px;
}
#app.plant .plant__info-row span, #app.plant .plant__info-row a {
  padding-top: 7px;
}
#app.plant .plant__info-row a {
  text-decoration: underline;
}
#app.plant .plant__info-row a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  #app.plant .plant__info-row {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  #app.plant .plant__info-row {
    flex-wrap: wrap;
    padding: 16px 16px 0;
  }
  #app.plant .plant__info-row div {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #app.plant .plant__info-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #app.plant .plant__info-row div {
    align-items: center;
    margin-bottom: 15px;
  }
  #app.plant .plant__info-row .age img {
    margin: 0;
  }
}

.select2-container {
  z-index: 99999;
}

.select2-dropdown {
  min-width: 254px;
}
.select2-dropdown li {
  padding: 0.5em 1em;
  font-family: Haval;
  font-size: 1em;
}
.select2-dropdown li span {
  display: flex;
  align-items: center;
}
.select2-dropdown li span img {
  margin-right: 5px;
}

.select2-selection__placeholder {
  color: #BDBDBD !important;
}

.select2-results__message {
  font-size: 1.357em;
}

.select2-selection__rendered span {
  display: flex;
  align-items: center;
}
.select2-selection__rendered span img {
  margin-right: 5px !important;
}

.select2-dropdown li, .select2-selection {
  outline: none;
}
.select2-dropdown li img, .select2-selection img {
  width: 18px;
}

select {
  visibility: hidden !important;
}

#app.plant {
  position: relative;
  color: #171717;
}
#app.plant .container {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#app.plant select {
  visibility: hidden !important;
}
#app.plant select {
  visibility: hidden;
}
#app.plant b {
  font-weight: 500;
}
#app.plant .lds-roller {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
}
#app.plant.loaded .content, #app.plant.loaded .hintMessageOver {
  opacity: 1 !important;
}
#app.plant.loaded .lds-roller {
  display: none;
}
#app.plant.loaded .hintMessage {
  display: block !important;
}
#app.plant .app-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  padding: 0.85em 0.8em;
  font-size: 24px;
  color: white;
  letter-spacing: 0.02em;
  background: #171717;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
#app.plant .app-btn span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app.plant .app-btn.white {
  background: white;
  border: 1px solid #000;
  color: #171717;
}
#app.plant .app-btn:hover {
  background: #cccccd;
  color: #171717;
}
#app.plant .app-btn:hover svg path {
  fill: #171717;
}
#app.plant .app-btn:disabled {
  pointer-events: none;
  background: #959090;
}
#app.plant .app-btn.disabled {
  color: white;
  background: #959090;
}
#app.plant .app-btn svg, #app.plant .app-btn img {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  padding: 3px;
}
#app.plant .app-btn svg path, #app.plant .app-btn img path {
  transition: fill 0.3s;
}
#app.plant .app-input {
  display: block;
  position: relative;
}
#app.plant .app-input * {
  outline: none;
}
#app.plant .app-input p {
  position: absolute;
  top: 28px;
  left: 25px;
  transform: translateY(-50%);
  font-size: 13px;
  color: #BDBDBD;
  transition: transform 0.2s;
  transform-origin: left;
  pointer-events: none;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  #app.plant .app-input p {
    font-size: 11px;
  }
}
#app.plant .app-input input {
  width: 100%;
  height: 55px;
  padding: 10px 6px 0 17px;
  font-size: 13px;
  border: 1px solid #E0E0E0;
}
#app.plant .app-input input::-moz-placeholder {
  color: #BDBDBD;
}
#app.plant .app-input input:-ms-input-placeholder {
  color: #BDBDBD;
}
#app.plant .app-input input::placeholder {
  color: #BDBDBD;
}
#app.plant .app-input input:focus + p {
  transform: translateY(-170%) translateX(-10px) scale(0.6);
}
#app.plant .app-input.focus p {
  transform: translateY(-170%) translateX(-10px) scale(0.6);
}
#app.plant .app-input.error input, #app.plant .app-input.error .select2-container {
  border-color: #BB0000 !important;
}
#app.plant .app-input.uppercase input {
  text-transform: uppercase;
}
#app.plant .app-input .error-message {
  position: absolute;
  top: 103%;
  left: 0;
  font-size: 12px;
  color: #BB0000;
}
@media screen and (max-width: 900px), (orientation: portrait) {
  #app.plant .app-input .error-message {
    position: static;
    display: block;
    margin-top: 5px;
  }
}
#app.plant .app-input.black input {
  border-color: #000;
}
#app.plant .app-input.black input::-moz-placeholder {
  color: #000;
}
#app.plant .app-input.black input:-ms-input-placeholder {
  color: #000;
}
#app.plant .app-input.black input::placeholder {
  color: #000;
}
#app.plant .app-input .hint {
  position: absolute;
  top: 27px;
  right: 17px;
  z-index: 99999;
  transform: translateY(-50%);
  cursor: pointer;
}
#app.plant .hintMessageOver {
  position: absolute;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.54);
}
#app.plant .hintMessage {
  position: absolute;
  top: 500px;
  left: calc(50% - 140px);
  z-index: 999999999;
  width: 420px;
  padding: 55px 35px 20px;
  font-size: 12px;
  line-height: 15.3px;
  letter-spacing: 0.6px;
  color: #000;
  background-color: white;
  cursor: auto;
}
#app.plant .hintMessage h5 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
#app.plant .hintMessage div {
  margin-bottom: 14px;
}
#app.plant .hintMessage a {
  text-decoration: underline;
}
#app.plant .hintMessage a:hover {
  text-decoration: none;
}
#app.plant .hintMessage .closer {
  position: absolute;
  top: 17px;
  right: 21px;
  width: 19px;
  cursor: pointer;
}
#app.plant .app-checkbox {
  display: block;
  font-size: 13.5px;
  cursor: pointer;
}
#app.plant .app-checkbox.error p {
  color: #bb0e33;
}
#app.plant .app-checkbox.bold p {
  font-weight: 400;
}
#app.plant .app-checkbox a {
  text-decoration: underline;
}
#app.plant .app-checkbox a:hover {
  text-decoration: none;
}
#app.plant .app-checkbox p {
  position: relative;
  margin-left: 1.5em;
  line-height: 1.4;
  color: #171717;
}
#app.plant .app-checkbox p:before, #app.plant .app-checkbox p:after {
  content: "";
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: -1.8em;
  width: 16px;
  height: 16px;
}
#app.plant .app-checkbox p:before {
  border: 1px solid #BDBDBD;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #app.plant .app-checkbox p:before {
      top: 45%;
    }
  }
}
#app.plant .app-checkbox p:after {
  opacity: 0;
  background: url("../img/common/check.svg") no-repeat center center/contain;
}
#app.plant .app-checkbox input {
  display: none;
}
#app.plant .app-checkbox input:checked + p:before {
  background: #171717;
  border: 1px solid #171717;
}
#app.plant .app-checkbox input:checked + p:after {
  opacity: 1;
}
#app.plant .note {
  display: block;
  margin: 10px auto;
  font-size: 10px;
  text-align: center;
}
#app.plant .select2-container {
  position: relative;
  display: block;
  width: 100% !important;
  height: 55px;
  font-size: 16px;
  border: 1px solid #E0E0E0;
  font-family: Haval;
  outline: none;
}
#app.plant .select2-container.select2-container--open:after {
  transform: translateY(-50%) rotate(180deg);
}
#app.plant .select2-container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.8em;
  height: 0.7em;
  transform: translateY(-50%);
  background: url("../img/common/select-arrow-icon.svg") no-repeat center center/90% auto;
  transition: transform 0.2s;
  pointer-events: none;
}
#app.plant .select2-container .select2-selection {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1em;
  border-radius: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #app.plant .select2-container .select2-selection span span {
      padding-top: 0.1em;
    }
    #app.plant .select2-container .select2-selection span span img {
      margin-top: -0.3em;
    }
  }
}
#app.plant .select2-container.select2-container--disabled:after {
  background-image: url("../img/common/select-arrow-icon-white.svg");
}
#app.plant h2 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
#app.plant h3 {
  width: 71%;
  margin: 19px auto 0;
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
}
#app.plant h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#app.plant .title {
  position: relative;
  z-index: 99999999;
}
#app.plant .ageLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  margin-right: 0;
  margin-bottom: 0 !important;
  padding: 4px 5px 2px;
  font-size: 10px;
  font-weight: 500;
  color: #f6f6f6;
  background-color: #959090;
}
#app.plant form {
  padding-bottom: 40px;
}
#app.plant form .add-participant {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #959090;
  cursor: pointer;
}
#app.plant form .add-participant img {
  margin-right: 10px;
}
#app.plant form .add-participant .label {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 4px 5px 3px;
}
#app.plant form small {
  display: block;
  width: 470px;
  max-width: 100%;
  margin-bottom: 13px;
  font-size: 13.5px;
  line-height: 1.2;
}
#app.plant form .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#app.plant form .app-input {
  margin-bottom: 14px;
}
#app.plant form h4 {
  margin-bottom: 18px;
}
#app.plant form h4.row {
  position: relative;
  z-index: 999999;
  padding: 48px 0 6px;
  font-size: 14px;
  background-color: white;
  will-change: transform;
  transition: transform 50ms linear 0s;
}
#app.plant form h4.row:before {
  content: "";
  position: absolute;
  bottom: 90%;
  left: 0;
  right: 0;
  height: 130px;
  z-index: -1;
  background-color: #fff;
}
#app.plant form .phone {
  display: flex;
}
#app.plant form .phone .app-input {
  margin-bottom: 0;
}
#app.plant form .phone .select {
  width: 15.3%;
}
#app.plant form .phone .select2-container {
  border-right: none;
}
#app.plant form .phone > div {
  width: 84.7%;
}
#app.plant form .app-checkbox {
  margin-bottom: 6px;
}
#app.plant form .app-btn {
  margin: 50px auto 0;
}
#app.plant .plant__unexpected-vin {
  position: relative;
  z-index: 999999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px -26px 150px;
  padding: 50px 36px;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
#app.plant .plant__unexpected-vin-title {
  margin-top: 94px;
  font-size: 26px;
}
#app.plant .plant__unexpected-vin-vin {
  margin-top: 35px;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
#app.plant .plant__unexpected-vin-change {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: underline;
  cursor: pointer;
}
#app.plant .plant__unexpected-vin-change:hover {
  text-decoration: none;
}
#app.plant .plant__unexpected-vin p {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 400;
}
#app.plant .plant__unexpected-vin p a:hover {
  text-decoration: underline;
}
#app.plant .plant__unexpected-vin-closer {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: opacity 0.2s;
}
#app.plant .plant__unexpected-vin-closer:hover {
  opacity: 0.5;
}
#app.plant .plant__unexpected-vin .app-btn {
  margin: 30px 0;
}
#app.plant .participant__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 19px;
  font-size: 16px;
  font-weight: 500;
  color: #959090;
  text-transform: uppercase;
}
#app.plant .participant__delete {
  display: flex;
  align-items: center;
  font-size: 10px;
  cursor: pointer;
}
#app.plant .participant__delete img {
  margin-right: 10px;
}
#app.plant .participant__number {
  font-size: 14px;
}
#app.plant .g-recaptcha {
  margin-bottom: 11px;
}
#app.plant .left {
  width: 47.7%;
}
#app.plant .right {
  position: relative;
  width: 47.7%;
  margin-top: 43px;
}
#app.plant .right h4 {
  margin-bottom: 23px;
  font-size: 14px;
}
#app.plant .right .error:not(label) {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 5px 0;
  font-size: 12px;
  color: #bb0e33;
}
#app.plant .question {
  margin-top: 32px;
  margin-bottom: 25px;
}
#app.plant .question h4 {
  margin-bottom: 12px;
}
#app.plant .question .row {
  display: flex;
  align-items: center;
}
#app.plant .question .row .app-checkbox {
  margin-right: 31px;
}
#app.plant .question .row .app-checkbox input:checked + p {
  color: #000;
  font-weight: 400;
}
#app.plant .question .row .app-checkbox p {
  color: #959090;
}
#app.plant #datepicker {
  display: none;
}
#app.plant .bg {
  min-height: 475px;
  overflow: visible;
  padding-bottom: 25px;
  background: #F8F8F8;
}
#app.plant .datepicker {
  width: 100%;
  color: black;
}
#app.plant .datepicker__wrapper {
  width: 100%;
  background: transparent;
}
#app.plant .datepicker__header {
  padding-top: 4px;
  padding-bottom: 6px;
  border: 1px solid #000000;
  background: white;
}
#app.plant .datepicker__title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#app.plant .datepicker__title:nth-child(3) {
  margin-top: 2px;
  font-size: 13px;
  color: #959090;
}
#app.plant .datepicker__prev, #app.plant .datepicker__next {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1000;
  transform: translateY(-50%);
  color: transparent;
}
#app.plant .datepicker__prev:before, #app.plant .datepicker__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 21px;
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow.svg") no-repeat center center/contain;
}
#app.plant .datepicker__cal {
  margin: 14px 57px;
  width: 80%;
}
#app.plant .datepicker__cal th {
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: lowercase;
}
#app.plant .datepicker__cal tr {
  font-size: 14px;
}
#app.plant .datepicker__cal tr td {
  border: 1px solid #DDDDDD;
  color: black;
  transition: background 0.2s;
}
#app.plant .datepicker__cal tr td.is-disabled {
  pointer-events: none;
}
#app.plant .datepicker__cal tr td.is-disabled span {
  opacity: 0.2;
}
#app.plant .datepicker__cal tr td.is-selected {
  color: white;
}
#app.plant .datepicker__cal tr td.is-selected div {
  background: black !important;
}
#app.plant .datepicker__cal tr td:hover div {
  background: #cecece;
}
#app.plant .datepicker__cal tr .is-otherMonth {
  opacity: 0;
}
#app.plant .datepicker__cal tr span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 49px;
}
#app.plant .datepicker__next {
  left: auto;
  right: -4px;
  transform: translate(-50%, -50%) rotate(180deg);
}
#app.plant .description {
  margin: 0 57px;
  font-size: 13.5px;
  line-height: 1.1;
  background: #F8F8F8;
}
#app.plant .description strong {
  font-weight: 400;
}
#app.plant .description label {
  margin-top: 7px;
}
#app.plant .description-error {
  color: #bb0e33;
  background: transparent;
}
#app.plant .thx {
  position: relative;
  padding: 360px 0 400px;
  text-align: center;
}
#app.plant .thx h2 {
  width: 100%;
}
#app.plant .thx p {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.2px;
}
#app.plant .thx .closer {
  position: absolute;
  top: 60px;
  right: 0;
  width: 26px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #app.plant .thx {
    padding: 210px 16px 316px;
  }
  #app.plant .thx .closer {
    top: 150px;
    right: 20px;
  }
}
@media screen and (max-width: 340px) {
  #app.plant .thx {
    padding: 180px 16px;
  }
}
#app.plant .participants-limit {
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) and (min-width: 950px) {
  #app.plant .container {
    width: 95vw;
  }
  #app.plant .datepicker__cal {
    margin: 14px 44px;
  }
  #app.plant .datepicker__cal tr span {
    width: 53px;
  }
  #app.plant .participant__delete {
    font-size: 9px;
  }
  #app.plant .participant__number {
    font-size: 11px;
  }
  #app.plant form h4.row {
    align-items: center;
    font-size: 14px;
  }
  #app.plant form .app-btn {
    margin-top: 70px;
  }
  #app.plant form .add-participant {
    font-size: 9px;
  }
  #app.plant .description {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  #app.plant .container {
    width: 100%;
    max-width: 550px;
  }
  #app.plant .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
  #app.plant h2 {
    margin: 18px auto 9px;
    font-size: 20px;
    line-height: 1.05;
  }
  #app.plant h3 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.1;
  }
  #app.plant h4 {
    font-size: 12px;
  }
  #app.plant h4 .add-participant {
    font-size: 7px;
  }
  #app.plant h4 .add-participant img {
    width: 12px;
    margin-right: 5px;
  }
  #app.plant h4 .add-participant img.label {
    width: 20px;
  }
  #app.plant form .row {
    flex-direction: column;
    align-items: center;
  }
  #app.plant form .left, #app.plant form .right {
    width: 100%;
    padding: 0 16px;
  }
  #app.plant form .right {
    margin-top: 6px;
    padding: 16px 0 0;
  }
  #app.plant form .right .error {
    position: static;
    left: 16px;
    padding-bottom: 16px;
  }
  #app.plant form .right .bg, #app.plant form .right .checkboxes, #app.plant form .right h4 {
    padding: 0 16px;
  }
  #app.plant form .right .checkboxes {
    margin-top: 10px;
  }
  #app.plant form .right h4 {
    margin-bottom: 10px;
  }
  #app.plant form h4 {
    margin-bottom: 10px;
  }
  #app.plant form h4.row {
    font-size: 11px;
    font-weight: 500;
    flex-direction: row;
  }
  #app.plant form .phone .select {
    width: 26%;
  }
  #app.plant form .phone > div {
    width: 74%;
  }
  #app.plant .plant__unexpected-vin {
    width: 100%;
    margin: 10px 0 150px;
    padding: 26px 16px;
  }
  #app.plant .plant__unexpected-vin-title {
    margin-top: 40px;
    font-size: 14px;
  }
  #app.plant .plant__unexpected-vin-vin {
    margin-top: 20px;
    font-size: 18px;
  }
  #app.plant .plant__unexpected-vin-change {
    font-size: 13px;
  }
  #app.plant .plant__unexpected-vin p {
    margin-top: 20px;
    font-size: 14px;
  }
  #app.plant .plant__unexpected-vin .app-btn {
    margin: 40px 0 20px;
  }
  #app.plant .plant__info-row div:last-of-type {
    width: 100%;
  }
  #app.plant .participant__head {
    font-size: 14px;
  }
  #app.plant .participant__delete {
    font-size: 7px;
  }
  #app.plant .participant__delete img {
    width: 12px;
  }
  #app.plant .participant__number {
    font-size: 11px;
  }
  #app.plant .note {
    font-size: 10px;
  }
  #app.plant .description-error {
    padding: 5px 0;
  }
  #app.plant .question .app-checkbox p:before, #app.plant .question .app-checkbox p:after {
    top: 50%;
  }
  #app.plant .datepicker {
    margin-top: 10px;
  }
  #app.plant .datepicker__title {
    font-size: 22px;
    pointer-events: none;
  }
  #app.plant .datepicker__title:nth-child(3) {
    font-size: 14px;
  }
  #app.plant .datepicker .datepicker__next, #app.plant .datepicker .datepicker__prev {
    z-index: 99999999;
    height: 100%;
    border-radius: 0;
  }
  #app.plant .datepicker__prev {
    left: 3px;
  }
  #app.plant .datepicker__next {
    right: -12px;
  }
  #app.plant .datepicker__cal {
    margin: 11px auto;
  }
  #app.plant .datepicker__cal tr span {
    min-width: 40px;
    width: 100%;
    height: 39px;
  }
  #app.plant .description {
    margin-left: 0;
    margin-top: 4px;
    margin-right: 0;
  }
  #app.plant .description .app-checkbox {
    width: 100%;
  }
  #app.plant .bg {
    min-height: 400px;
    padding-bottom: 13px;
  }
  #app.plant .question {
    margin-top: 490px;
    margin-bottom: 32px;
  }
  #app.plant .question .row {
    flex-direction: row;
  }
  #app.plant .question .row .app-checkbox {
    margin-right: 29px;
    width: auto;
  }
  #app.plant .question h4 {
    max-width: 300px;
    margin-bottom: 16px;
  }
  #app.plant .app-input .hint {
    top: 29px;
  }
  #app.plant .hintMessage {
    left: auto;
    right: 16px;
    max-width: calc(100vw - 32px);
  }
  #app.plant .app-checkbox.error {
    padding-bottom: 0 !important;
  }
  #app.plant .app-checkbox p {
    margin-left: 1.7em;
    line-height: 1.1;
  }
  #app.plant .app-checkbox p:before, #app.plant .app-checkbox p:after {
    top: 6px;
  }
  #app.plant .app-btn {
    margin: 50px auto;
    width: 90%;
    height: 60px;
  }
}
#app.plant .atm.u102-00[data-type=btn] .u102-00__text, #app.plant .atm.u102-00[data-type=text] .u102-00__text {
  font-family: Haval, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
}
#app.plant .atm.u102-00 {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  max-width: 100%;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
}
#app.plant .atm.u102-00::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#app.plant .atm.u102-00.full {
  max-width: none;
  width: 100%;
}
#app.plant .btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
#app.plant .atm.u102-00[data-type=btn] {
  align-items: center;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #aaa;
  border: 0 solid #aaa;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  justify-content: center;
  line-height: 1;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition-duration: 0.25s;
  transition-property: border-color, background-color;
  transition-timing-function: ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#app.plant .atm.u102-00[data-type=btn]:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
#app.plant .atm.u102-00[data-type=btn]::-moz-focus-inner {
  border: none;
  margin: 0;
  padding: 0;
}
#app.plant .atm.u102-00[data-type=btn] .u102-00__text {
  display: inline-block;
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease-out;
  vertical-align: middle;
}
#app.plant .atm.u102-00[data-type=text] {
  align-items: center;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #aaa;
  background-color: initial !important;
  border: 0 solid #aaa;
  border-color: transparent !important;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  color: #222 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  line-height: 1;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition-duration: 0.25s;
  transition-property: border-color, background-color;
  transition-property: color;
  transition-timing-function: ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#app.plant .atm.u102-00[data-type=text]:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
#app.plant .atm.u102-00[data-type=text].disabled, #app.plant .atm.u102-00[data-type=text][disabled] {
  cursor: default;
  pointer-events: none;
}
#app.plant .atm.u102-00[data-type=text]::-moz-focus-inner {
  border: none;
  margin: 0;
  padding: 0;
}
#app.plant .atm.u102-00[data-type=text]:hover {
  color: #000001 !important;
}
#app.plant .atm.u102-00[data-type=text].disabled, #app.plant .atm.u102-00[data-type=text][disabled] {
  color: #aaa !important;
}
#app.plant .atm.u102-00[data-type=text] .u102-00__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#app.plant .atm.u102-00[data-type=text] .u102-00__text {
  display: inline-block;
  vertical-align: middle;
}
#app.plant .atm.u102-00[data-type=text] .u102-00__text, #app.plant .atm.u102-00[data-type=text] .u103-00 {
  transition-duration: 0.25s;
  transition-property: color;
  transition-timing-function: ease-out;
}
#app.plant .atm.u102-00[data-type=text] .u103-00 {
  color: #000001;
}
#app.plant .atm.u102-00[data-type=text].disabled .u103-00, #app.plant .atm.u102-00[data-type=text][disabled] .u103-00 {
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=primary] {
  background-color: #000001;
  border-color: #000001;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=primary]:after, #app.plant .atm.u102-00[data-theme=primary]:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=primary]:hover {
  background-color: #cccccd;
  border-color: #cccccd;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=primary]:hover:after, #app.plant .atm.u102-00[data-theme=primary]:hover:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=primary]:active {
  background-color: #cccccd;
  border-color: #cccccd;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=primary]:active:after, #app.plant .atm.u102-00[data-theme=primary]:active:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=primary].disabled, #app.plant .atm.u102-00[data-theme=primary][disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=primary].disabled:after, #app.plant .atm.u102-00[data-theme=primary].disabled:before, #app.plant .atm.u102-00[data-theme=primary][disabled]:after, #app.plant .atm.u102-00[data-theme=primary][disabled]:before {
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=secondary] {
  background-color: #000001;
  border-color: #000001;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=secondary]:after, #app.plant .atm.u102-00[data-theme=secondary]:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=secondary]:hover {
  background-color: #cccccd;
  border-color: #cccccd;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=secondary]:hover:after, #app.plant .atm.u102-00[data-theme=secondary]:hover:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=secondary]:active {
  background-color: #cccccd;
  border-color: #cccccd;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=secondary]:active:after, #app.plant .atm.u102-00[data-theme=secondary]:active:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=secondary].disabled, #app.plant .atm.u102-00[data-theme=secondary][disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=secondary].disabled:after, #app.plant .atm.u102-00[data-theme=secondary].disabled:before, #app.plant .atm.u102-00[data-theme=secondary][disabled]:after, #app.plant .atm.u102-00[data-theme=secondary][disabled]:before {
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=tertiary] {
  background: #777;
  background: linear-gradient(180deg, #777, #242424);
  border-color: #000001;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=tertiary]:after, #app.plant .atm.u102-00[data-theme=tertiary]:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=tertiary]:hover {
  border-color: #cccccd;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=tertiary]:hover:after, #app.plant .atm.u102-00[data-theme=tertiary]:hover:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=tertiary]:active {
  background-color: #cccccd;
  border-color: #cccccd;
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=tertiary]:active:after, #app.plant .atm.u102-00[data-theme=tertiary]:active:before {
  color: #fff;
}
#app.plant .atm.u102-00[data-theme=tertiary].disabled, #app.plant .atm.u102-00[data-theme=tertiary][disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=tertiary].disabled:after, #app.plant .atm.u102-00[data-theme=tertiary].disabled:before, #app.plant .atm.u102-00[data-theme=tertiary][disabled]:after, #app.plant .atm.u102-00[data-theme=tertiary][disabled]:before {
  color: #aaa;
}
#app.plant .atm.u102-00[data-theme=tertiary]:hover {
  background: #161616;
}
#app.plant .atm.u102-00[data-size=small] .u102-00__container {
  height: 3.6em;
  padding: 0.6em 2.4em;
}
#app.plant .atm.u102-00[data-size=small] .u102-00__container .u102-00__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app.plant .atm.u102-00[data-size=medium] .u102-00__container {
  height: 4.8em;
  padding: 1.2em 2.4em;
}
#app.plant .atm.u102-00[data-size=medium] .u102-00__container .u102-00__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app.plant .atm.u102-00[data-size=large] .u102-00__container {
  height: 6.4em;
  padding-left: 2.4em;
  padding-right: 2.4em;
}
#app.plant .atm.u102-00[data-size=large] .u102-00__container .u102-00__text {
  max-height: 3.6em;
  overflow: hidden;
}
#app.plant .atm.u102-00[data-icon-position=left] .u103-00 {
  margin-right: 0.8em;
}
#app.plant .atm.u102-00[data-icon-position=right] .u103-00 {
  margin-left: 0.8em;
}
#app.plant .atm.u102-00 .u103-00 {
  display: inline;
}
#app.plant .atm.u102-00 .u103-00__icon {
  display: inline;
  line-height: inherit;
}
#app.plant .atm .u102-00__container {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
#app.plant .atm.u102-00[data-size=large] .u102-00__container, #app.plant .atm.u102-00[data-size=medium] .u102-00__container, #app.plant .atm.u102-00[data-size=small] .u102-00__container {
  height: 3.6em;
  padding: 0.6em 2.4em;
}
#app.plant .atm.u102-00[data-size=large] .u102-00__container .u102-00__text, #app.plant .atm.u102-00[data-size=medium] .u102-00__container .u102-00__text, #app.plant .atm.u102-00[data-size=small] .u102-00__container .u102-00__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app.plant .atm.u102-00[data-type=btn]:hover, #app.plant .atm.u102-00[data-type=btn]:hover .u103-00 {
  color: #000001;
}
#app.plant .atm.u102-00[data-type=btn] .u102-00__container {
  position: relative;
}
#app.plant .atm.u102-00[data-type=btn] .u102-00__text {
  font-size: 1.3em;
}
#app.plant .atm.u102-00[data-type=text]:hover, #app.plant .atm.u102-00[data-type=text]:hover .u103-00 {
  color: #000001;
}
#app.plant .atm.u102-00[data-type=text][data-size=small] {
  width: 100% !important;
}
#app.plant .atm.u102-00[data-type=text][data-size=small] .u102-00__container {
  justify-content: flex-start;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=primary] {
  background-color: initial;
  border: none;
  overflow: hidden;
  transition-duration: 0ms;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=primary] .u102-00__container {
  background-color: #000001;
  margin-left: -14%;
  padding-left: 3.6em;
  padding-top: 0.8em;
  position: relative;
  transform: skewX(-35deg);
}
#app.plant .atm.u102-00[data-type=btn][data-theme=primary] .u102-00__container .u102-00__text {
  transform: skewX(35deg);
}
#app.plant .atm.u102-00[data-type=btn][data-theme=primary]:hover {
  background-color: initial;
  color: #fff;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=primary]:hover .u102-00__container {
  background-color: #00cabf;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=primary]:hover .u103-00 {
  color: #fff;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=secondary] {
  background-color: initial;
  border-left: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  transition-duration: 0ms;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=secondary] .u102-00__container {
  border: 2px solid #fff;
  margin-left: -14%;
  padding-left: 3.6em;
  padding-top: 0.8em;
  position: relative;
  transform: skewX(-35deg);
}
#app.plant .atm.u102-00[data-type=btn][data-theme=secondary] .u102-00__container .u102-00__text {
  transform: skewX(35deg);
}
#app.plant .atm.u102-00[data-type=btn][data-theme=secondary]:hover {
  border-color: #00cabf;
  color: #fff;
}
#app.plant .atm.u102-00[data-type=btn][data-theme=secondary]:hover .u102-00__container {
  background-color: #00cabf;
  border-color: #00cabf;
}
#app.plant .atm.u102-00[data-icon-position=left] .u103-00 {
  margin-right: 0.4em;
}
#app.plant .atm.u102-00[data-icon-position=right] .u103-00 {
  margin-left: 0.4em;
}
@media (min-width: 768px) {
  #app.plant .atm.u102-00.full {
    max-width: 294px;
    max-width: 36.5em;
  }
  #app.plant .atm.u102-00[data-type=btn] .u102-00__text {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  #app.plant .atm.u102-00.full {
    max-width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .select2-dropdown {
    min-width: 300px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 900px) {
  #app.personalForm {
    max-width: 1000px;
  }
  #app.personalForm .select2-container .select2-selection {
    padding-left: 8px !important;
  }
}
@media screen and (max-width: 1023px) {
  #app.personalForm .lds-ripple {
    top: 50vh;
  }
  #app.personalForm .app-checkbox p:before, #app.personalForm .app-checkbox p:after {
    top: 12px;
  }
  #app.personalForm .app-btn {
    width: 100%;
  }
}

#app .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 100%;
  margin: 0 auto;
}
#app .lds-ellipsis div {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#app .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
#app .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
#app .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
#app .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: translateY(-50%) scale(0);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: translateY(-50%) scale(0);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(24px, -50%);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(24px, -50%);
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.datepicker {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.datepicker table th,
.datepicker table td {
  width: 14.2857142857%;
  padding: 0.0625rem;
}

.datepicker table th {
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 4;
  font-weight: bold;
  text-align: center;
}

.datepicker__wrapper {
  color: #000;
  border-radius: 0.125rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
  background: white;
  border: 1px solid #ddd;
  width: 16rem;
}

.datepicker__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker:not(.is-inline) .datepicker__wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0.25rem 0;
}

.datepicker__header {
  position: relative;
  text-align: center;
  padding: 0.25rem;
  margin: -0.5rem -0.5rem 0;
  border-bottom: 1px solid #ddd;
}

.datepicker__title {
  display: inline-block;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.datepicker__prev,
.datepicker__next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  width: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: no-repeat center/60%;
  opacity: 0.7;
}

.datepicker__prev:hover,
.datepicker__next:hover {
  opacity: 1;
}

.datepicker__prev {
  float: left;
}

.datepicker__next {
  float: right;
}

.datepicker__prev.is-disabled,
.datepicker__next.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}

.datepicker__time {
  padding: 0.5rem 1rem;
  margin: 0 -0.5rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
  text-align: right;
  background: #fafafa;
}

.datepicker__label {
  margin-right: 1rem;
  color: #aaa;
  float: left;
}

.datepicker__field {
  display: inline-block;
  margin: 0 0.125rem;
}

.datepicker__day {
  color: #333;
}

.datepicker__day div {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  background: transparent;
  position: relative;
}

.datepicker__day div:hover {
  background: #f8f8f8;
}

.datepicker__day.is-selected div {
  background: #eee;
}

.datepicker__day {
  background: #fff;
}
.datepicker__day.is-disabled {
  background: #f8f8f8;
}

.datepicker__day.is-selected .datepicker__daynum {
  font-weight: bold;
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
  cursor: default;
  pointer-events: none;
  color: #ddd;
}

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
  color: rgba(0, 0, 0, 0.2);
}

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div {
  background: #ddd;
}

.datepicker__daynum {
  display: block;
  font-size: 13.5px;
  line-height: 2rem;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
}

#app {
  /*
  .container {
      width: 100%;
      max-width: 77em;
      margin: 0 auto;
      padding: 0 2em;
  }*/
  font-family: "Haval", sans-serif;
  font-size: 16px;
  color: #171717;
}
#app html, #app body, #app div,
#app h1, #app h2, #app h3, #app h4, #app h5, #app h6, #app p, #app pre,
#app img, #app small, #app strike, #app strong, #app sub, #app sup,
#app b, #app u, #app i, #app center,
#app dl, #app dt, #app dd, #app ol, #app ul, #app li,
#app fieldset, #app form, #app label, #app legend,
#app table, #app caption, #app tbody, #app tfoot, #app thead, #app tr, #app th, #app td,
#app article, #app aside, #app canvas, #app details, #app embed,
#app figure, #app figcaption, #app footer, #app header, #app hgroup,
#app menu, #app nav, #app section, #app time, #app audio, #app video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#app article, #app aside, #app details, #app figcaption, #app figure,
#app footer, #app header, #app hgroup, #app menu, #app nav, #app section {
  display: block;
}
#app body {
  line-height: 1;
}
#app ol, #app ul {
  list-style: none;
}
#app table {
  border-collapse: collapse;
  border-spacing: 0;
}
#app * {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
#app *::before, #app *::after {
  box-sizing: border-box;
}
#app a {
  color: inherit;
  text-decoration: none;
}
#app button,
#app input,
#app textarea {
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media screen and (max-width: 900px) {
  #app .forDesktop {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  #app .forMobile_or_p {
    display: none !important;
  }
}
#app .v-enter {
  opacity: 0;
}
#app .v-enter-active {
  transition: 0.3s;
}
#app .v-leave-active {
  opacity: 0;
  transition: 0.3s;
}
#app .fade-up-enter {
  transform: translate3d(0, -0.5rem, 0);
  opacity: 0;
}
#app .fade-up-enter-active {
  transition: 0.3s;
}
#app .fade-up-leave-active {
  transform: translate3d(0, 0.5rem, 0);
  opacity: 0;
  transition: 0.3s;
}
#app .cell-move {
  transition: transform 1s !important;
}
#app .fade-enter-active, #app .fade-leave-active {
  transition: opacity 0.5s;
}
#app .fade-enter, #app .fade-leave-to {
  opacity: 0;
}
@media all and (min-width: 1500px) {
  #app {
    font-size: 18px;
  }
}
@media all and (min-width: 1600px) {
  #app {
    font-size: 19px;
  }
}
@media all and (min-width: 1800px) {
  #app {
    font-size: 21.7px;
  }
}
@media all and (max-width: 1366px) {
  #app {
    font-size: 16px;
  }
}
@media all and (max-width: 1280px) {
  #app {
    font-size: 14.5px;
  }
}
@media all and (max-width: 1024px) {
  #app {
    font-size: 14px;
  }
}
@media all and (max-width: 960px) {
  #app {
    font-size: 12px;
  }
}
#app .fade-enter-active {
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
}
#app .fade-leave-active {
  transition: opacity 0.2s;
}
#app .fade-enter {
  transform: translateX(-30%);
}
#app .fade-enter, #app .fade-leave-to {
  opacity: 0;
}