* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.form-group__label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 100%;
}

.form-group__label span {
  font-size: 14px;
}

.form-group__add-text {
  padding-top: 12px;
  line-height: 1.75;
  color: #898693;
}

.waiting-page .form-group label[for=firstName] + .form-group__row {
  position: relative;
}

.row-form:not(:last-child) {
  margin-bottom: 12px;
}

.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: #b1b1b1;
  background-color: #ffffff;
  border: 1px solid #e2e2e2 !important;
  border-radius: 44px;
  -webkit-box-shadow: 0px 1px 0px 0px #e2e2e2;
  box-shadow: 0px 1px 0px 0px #e2e2e2;
  outline: none !important;
  font-size: 16px;
  line-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 48px;
  font-weight: 400;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

._select-open .select__title {
  border-radius: 24px 24px 0 0;
}

._select-active .select__title,
._select-open .select__title,
._select-focus .select__title {
  color: var(--main-color-ih);
}

.select__title::-webkit-input-placeholder {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title::-moz-placeholder {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title:-ms-input-placeholder {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title::-ms-input-placeholder {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title:-ms-input-placeholder {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title:-moz-placeholder-shown {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title::placeholder,
.select__title:placeholder-shown {
  color: #b1b1b1 !important;
  opacity: 1;
}

.select__title._form-error {
  border-color: red !important;
}

.select__title:focus,
.select__title:active {
  color: var(--main-color-ih);
  border-color: #a7a7a7 !important;
  outline: none !important;
}

.select__title:hover {
  border-color: #858585;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: rem(30);
  padding: 0 rem(15);
  gap: rem(10);
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__icon {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

._select-open .select__icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--primary-color);
}

.select__icon svg {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: var(--main-color-ih);
  position: absolute;
  top: 49px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: 0;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 0px 1px 0px 0px #e2e2e2;
  box-shadow: 0px 1px 0px 0px #e2e2e2;
  outline: none !important;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 10px;
}

.select__options .simplebar-track.simplebar-vertical {
  width: 8px;
}

.select__options .simplebar-scrollbar:before {
  background: #e2e2e2;
}

.select__options .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 17px;
  color: inherit;
  outline: none !important;
}

.select__option._select-selected {
  background-color: #f6f8fd;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  /* &:focus + .checkbox__label:before {
  	box-shadow: 0 0 5px #000;
  } */
}

.checkbox__input:checked + .checkbox__label:before {
  background: url(../images/checkbox-white.svg) center/12px 12px no-repeat, var(--primary-color-ih);
}

.checkbox__input:checked + .checkbox__label .checkbox__text {
  color: var(--primary-color-ih);
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 8px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #1A1626;
  border-radius: 2px;
  -webkit-transform: translate3D(0px, 4px, 0);
      -ms-transform: translate3D(0px, 4px, 0);
          transform: translate3D(0px, 4px, 0);
}

.checkbox__text {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/* @import 'text-template'; */

@media (min-width: 47.99875em) {
  .waiting-page .form-group {
    margin-bottom: 36px;
  }

  .form-group__add-text {
    font-size: 16px;
  }

  .waiting-page .form-group label[for=firstName] + .form-group__row .row-form__item:first-child._form-error {
    padding-bottom: 48px;
  }

  .waiting-page .form-group label[for=firstName] + .form-group__row .row-form__item:first-child .form__error {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(200% + 16px);
  }

  .waiting-page .form-group label[for=firstName] + .form-group__row .row-form__item:last-child .form__error {
    display: none;
  }

  .row-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }

  .row-form__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .row-form__item--select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
  }
}

@media (min-width: 767.98px) {
  .row-form__item {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .row-form__item--select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
  }
}

@media (max-width: 991.98px) {
  .waiting-page-header .navbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .waiting-page-header .navbar .navbar-brand {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .row-form__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 47.99875em) {
  .form-group__add-text {
    font-size: 12px;
  }

  .waiting-page .form-group label[for=firstName] + .form-group__row .row-form__item:first-child .form__error {
    display: none;
  }

  .row-form__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #f3efff;
  }
}