/* =============================================================================
Media queries for different screen sizes
========================================================================== */
.awesomplete [hidden] {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  max-height: 195px;
  overflow: auto;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
  border-radius: 0;
  margin: 0.2em 0 0;
  background: hsla(0, 0%, 100%, 0.9);
  background: linear-gradient(to bottom right, white, hsl(0, 0%, 100%));
  border: 1px solid #040f16;
  text-shadow: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: #FFFFFF;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  padding: 0.5em 0.5em;
  color: #040f16;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: #eee;
  color: #040f16;
}

.awesomplete > ul > li[aria-selected=true] {
  border-radius: 0.3em;
  color: #399105;
}

.awesomplete mark {
  background: none;
  color: #399105;
}

.awesomplete li:hover mark {
  background: none;
  color: #399105;
}

.awesomplete li[aria-selected=true] mark {
  color: inherit;
}

header, .header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
header > .container, .header > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header__logo, .header__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header__logo img, .header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100%;
}
header__phone, .header__phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}
header__phone a, .header__phone a {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #4f4e4e;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
header__phone a:hover, .header__phone a:hover {
  color: #399105;
}
header__phone p, .header__phone p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #7C7C7C;
}
header__spacer, .header__spacer {
  position: relative;
  height: 120px;
  background-color: #FFFFFF;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.comeback {
  color: #0B4F6C;
  border: 1px solid #0B4F6C;
  background-color: #FFFFFF;
}
.comeback:hover {
  background-color: #DDDAED;
}

.form__dinfo {
  font-size: 14px;
  line-height: 16px;
  color: #4f4e4e;
  font-weight: 300;
  text-align: left;
}
.form__dinfo a {
  font-weight: 500;
}
.form-group {
  width: 100%;
  display: grid;
  gap: 10px;
}
.form-group .text-help {
  color: #399105;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.form__required {
  color: #399105;
}
.form__tinline {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}
.form__dinline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}
.form__fbinline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form__binline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.form__or {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
}
.form__or hr {
  width: 100%;
}

#housing {
  gap: 10px;
}
#housing input {
  padding: 18px 8px;
}

form {
  display: flex;
  flex-direction: column;
}
form .pristine-error {
  display: block;
}
form .has-danger input {
  background-image: url("../images/error.svg");
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 1.125rem 1.125rem;
  border-color: #399105 !important;
}
form .has-danger select {
  border-color: #399105 !important;
}
form .has-danger label {
  color: #399105;
}
form .has-danger .password-control {
  right: 35px;
}
form input {
  min-width: 60px;
  width: 100%;
  padding: 18px 19px;
  font-size: 16px;
  line-height: 24px;
  height: 60px;
  background-color: #F9F9F9;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  transition: border-color 0.2s ease;
}
form input:focus {
  border-color: #0B4F6C;
  background-color: #FFFFFF;
}
form input:placeholder {
  font-size: 18px;
  line-height: 24px;
  color: #BFC4CA;
}
form input:not(:-moz-placeholder) {
  background-color: #FFFFFF;
}
form input:not(:placeholder-shown) {
  background-color: #FFFFFF;
}
form input:-moz-read-only {
  background-color: #F9F9F9;
  -moz-user-select: none;
       user-select: none;
  cursor: default;
}
form input:read-only {
  background-color: #F9F9F9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
form textarea {
  min-width: 60px;
  width: 100%;
  padding: 18px 19px;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  background-color: #F9F9F9;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  transition: border-color 0.2s ease;
  resize: none;
}
form textarea:focus {
  border-color: #0B4F6C;
  background-color: #FFFFFF;
}
form textarea:placeholder {
  font-size: 18px;
  line-height: 24px;
  color: #C4C4C4;
}
form textarea:not(:-moz-placeholder) {
  background-color: #FFFFFF;
}
form textarea:not(:placeholder-shown) {
  background-color: #FFFFFF;
}
form textarea:-moz-read-only {
  background-color: #F9F9F9;
  -moz-user-select: none;
       user-select: none;
  cursor: default;
}
form textarea:read-only {
  background-color: #F9F9F9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
form .input__file {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
}
form .input__file__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  cursor: pointer;
}
form .input__file__wrapper p {
  font-style: italic;
  max-width: 280px;
  font-size: 12px;
  line-height: 14px;
}
form .input__file__button {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
}
form .input__file__prev {
  display: none;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  padding: 5px 0;
}
form .input__file__reload {
  background-color: rgba(138, 138, 138, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
form .input__file__reload svg {
  display: block;
  width: 20%;
  height: 20%;
  margin: 0 auto;
  opacity: 0.3;
}
form .input__file__reload:hover {
  background-color: rgba(138, 138, 138, 0.15);
}
form .input__file__reload:hover svg {
  opacity: 0.6;
}
form label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #4f4e4e;
}
form .checkbox {
  --width: 24px;
  --height: 24px;
  display: flex;
  flex-direction: row;
}
form .checkbox label {
  font-size: 14px;
  line-height: 22px;
  color: #040f16;
}
form .checkbox input[type=checkbox] {
  position: relative;
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: var(--width);
  height: var(--height);
  margin-right: 10px;
  width: auto;
}
form .checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--width);
  height: var(--height);
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #0B4F6C;
  border-radius: 5px;
}
form .checkbox input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--width);
  height: var(--height);
  top: 0;
  left: 0;
  border-color: #0B4F6C;
}
form .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0B4F6C;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
form select {
  width: 100%;
  cursor: pointer;
  height: 60px;
  padding: 18px 32px 18px 19px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #C4C4C4;
  background-color: #F9F9F9;
  background-image: url("../images/arrowd.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em center;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 12px;
  transition: border-color 0.2s ease;
}
form select:focus {
  background-color: #FFFFFF;
  border-color: #0B4F6C;
}
form select option {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
}
form select option:first-child {
  display: none;
}
form select:not([data-choosen=""]) {
  background-color: #FFFFFF;
  border-color: #008E00;
}
form .password {
  position: relative;
}
form .password-control {
  position: absolute;
  top: 18px;
  right: 8px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/view.svg") 0 0 no-repeat;
}
form .view {
  background: url("../images/no-view.svg") 0 0 no-repeat;
}

.policy__block {
  padding: 25px 20px;
  border-radius: 15px;
  background-color: #f9fafc;
  transition: all 0.3s ease-in-out;
}

.sms__info {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.sms__resend__timer__timer {
  font-weight: 600;
}
.sms__resend__link {
  text-decoration: underline;
  color: #399105;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sms__resend__link:hover {
  color: #BFDAAE;
}

.bankrupt__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #4f4e4e;
}
.bankrupt__text {
  font-size: 12px;
  line-height: 12px;
  color: #8a8a8a;
}
.bankrupt__buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.bankrupt__buttons > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.bankrupt__buttons input[type=radio] {
  min-width: unset;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.registration__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100vh;
  padding-top: 60px;
}
.registration__hero {
  position: relative;
  background: url("../images/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.registration__hero__block {
  position: absolute;
  right: 0;
  top: 45%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: rgba(249, 249, 249, 0.85);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.registration__hero__block h2 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  gap: 10px;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #0B4F6C;
}
.registration__hero__block h2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.registration__hero__block p {
  font-size: 24px;
  line-height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  color: #040f16;
  font-weight: 500;
}
.registration__form {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin: auto auto;
}
.registration__form h2 {
  font-size: 32px;
  line-height: 40px;
  color: #0B4F6C;
  text-align: center;
}
.registration__form p {
  text-align: center;
}
.registration__form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.request {
  padding-bottom: 50px;
}
.request > .container {
  max-width: 1072px;
}
.request__block {
  background-color: #FFFFFF;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 2px 10px 10px 0px rgba(129, 129, 129, 0.25);
}
.request__block__wrapper {
  padding: 35px 50px 50px 50px;
}
.request__progressbar {
  position: relative;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #DEE5E9;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.request__progressbar__progress {
  height: 40px;
  border-top-left-radius: 12px;
  background-color: #0B4F6C;
}
.request__progressbar__full {
  width: 100%;
  border-top-right-radius: 12px;
}
.request__progressbar__list {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.request__progressbar h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  gap: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.request__progressbar__ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.request__title {
  color: #0B4F6C;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 26px;
}
.request__text {
  color: #0B4F6C;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.request__card__header {
  text-align: center;
  margin-bottom: 20px;
}
.request__card__header h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
}
.request__card__header h2 {
  font-size: 28px;
  line-height: 32px;
}
.request__card__text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #8a8a8a;
}
.request__card__add {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 18px;
  background-color: #399105;
  border-radius: 12px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.request__card__add:hover {
  background-color: #BFDAAE;
  color: #FFFFFF;
}
.request__card__add__new {
  text-decoration: none;
  color: #4f4e4e;
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 18px;
  background-color: #efefef;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.request__card__add__new:hover {
  background-color: #D3DEF2;
  color: #4f4e4e;
}
.request__card__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  max-height: 250px;
  overflow-y: auto;
}
.request__card__list__item input[type=radio] {
  display: none;
}
.request__card__list__item input[type=radio]:checked + label {
  border-color: #008E00;
}
.request__card__list__item input[type=radio]:checked + label img {
  content: url("/src/images/check.svg");
}
.request__card__list__item input[type=radio]:hover + label {
  background-color: #D3DEF2;
}
.request__card__list__item__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.request__card__list__item label {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 5px;
  width: 275px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 18px;
  background-color: #efefef;
  border-radius: 12px;
  border: 1px solid #efefef;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.request__card__list__item label img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.request__card__list__item label span {
  font-size: 10px;
  line-height: 12px;
}
.request__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
}
.request__info__number {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.request__info__number .button {
  --padVertical: 5px;
  --padHorizontal: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #0B4F6C;
  border: 1px solid #0B4F6C;
  background-color: #FFFFFF;
}
.request__info__number .button::before {
  content: url("../images/pencil.svg");
  position: relative;
  float: left;
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}
.request__info__number .button:hover {
  background-color: #efefef;
}
.request__photo .rotate {
  transform: rotate(-45deg);
}
.request__photo__header {
  --width: 0;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.request__photo__header h1 {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}
.request__photo__header h1::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: var(--width);
  height: 2px;
  background: #399105;
  transition: all 0.3s ease-in-out;
}
.request__photo__header__open {
  position: relative;
  width: 20px;
  height: 20px;
  background: linear-gradient(#399105, #399105), linear-gradient(#399105, #399105);
  background-position: center;
  background-size: 80% 1px, 1px 80%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.request__photo__body {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  gap: 10px;
  font-size: 12px;
  line-height: 14px;
}
.request__photo__body ol {
  counter-reset: myCounter;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request__photo__body ol li {
  list-style: none;
}
.request__photo__body ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #FFFFFF;
  background: #0B4F6C;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  font-size: 10px;
  line-height: 14px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.request__under {
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  max-width: 283px;
  color: #9D9D9D;
}
.request__checked {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 51px 0;
  border-radius: 50%;
  background-color: #7FD3B5;
  width: 220px;
  height: 220px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.request__checked img {
  margin: 0 auto;
  max-width: 157px;
  height: auto;
}

.tooltip {
  position: relative;
}
.tooltip-text {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300 !important;
  text-transform: none;
  padding: 15px;
  border-radius: 12px;
  width: 256px;
  position: absolute;
  border: 1px solid #4f4e4e;
  bottom: 115%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: none;
}
.tooltip-text:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4f4e4e;
  transform: translateX(-50%);
}
.tooltip .tooltip-toggle:hover + .tooltip-text,
.tooltip .tooltip-toggle:focus + .tooltip-text,
.tooltip .tooltip-toggle:active + .tooltip-text {
  display: block;
}

.modal {
  --width: 19px;
  --height: auto;
  --padding: 30px 45px 30px 45px;
  --m-width: 508px;
  --m-height: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(46, 46, 46, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.modal.open {
  transition: 0.3s ease-in;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.modal__button {
  display: none;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: var(--width);
  height: var(--width);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close::after, .modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: calc(var(--width) / 10);
  background: #040f16;
  border-radius: 2px;
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-radius: 12px;
  max-width: var(--m-width);
  padding: var(--padding);
  background-color: #FFFFFF;
  height: var(--height);
  max-height: var(--m-height);
  margin: auto;
  overflow: auto;
}
.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.modal-form input {
  width: 100%;
}
.modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 15px;
}
.modal .button {
  margin-top: 15px;
}
.modal__documents {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
  max-height: 60vh;
}
.modal__documents a {
  font-size: 16px;
  line-height: 18px;
  color: #0B4F6C;
  transition: all 0.3s ease-in-out;
}
.modal__documents a:hover {
  color: #399105;
}
.modal #docsApprove {
  width: 100%;
}
.modal__insurance {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  line-height: 18px;
}
.modal__insurance p {
  font-size: 10px !important;
  line-height: 10px !important;
  color: #8a8a8a;
}
.modal__insurance .checkbox label {
  font-size: 14px;
  line-height: 16px;
}
.modal .switcher {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
.modal .switcher__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 16px;
}
.modal .switcher input {
  opacity: 0;
  width: 0;
  height: 0;
}
.modal .switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8a8a8a;
  border-radius: 12px;
  transition: 0.4s;
}
.modal .switcher .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: 0.4s;
}
.modal .switcher input:checked + .slider {
  background-color: #0B4F6C;
}
.modal .switcher input:focus + .slider {
  box-shadow: 0 0 1px #0B4F6C;
}
.modal .switcher input:checked + .slider:before {
  transform: translateX(14px);
}

@media (max-width: 63.6111111111em) {
  .modal-wrapper {
    padding: 35px 25px 20px 25px;
  }
  .modal__title {
    font-size: 21px;
    line-height: 24px;
  }
  .modal p {
    font-size: 14px;
    line-height: 16px;
  }
}
.button {
  --padVertical: 15px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.alert {
  z-index: 9998;
  background-color: #FFFFFF;
  position: absolute;
  top: 20px;
  transform: translateY(-150%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
  max-width: 330px;
  padding: 12px 12px;
  border: 1px solid #F3003A;
  transition: all 0.4s ease-in;
}
.alert__image {
  width: 30px;
  height: 30px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.alert__message {
  max-width: 245px;
  font-size: 16px;
  line-height: 22px;
  color: #4f4e4e;
}
.alert__expanded {
  transition: all 0.4s ease-in;
  transform: translateY(0) !important;
}
.alert__close {
  position: absolute;
  z-index: 22;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.alert__close:hover {
  opacity: 0.7;
}
.alert__close::after, .alert__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.4px;
  background: #040f16;
  border-radius: 2px;
}
.alert__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.alert__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.success {
  z-index: 9999;
  background-color: #FFFFFF;
  position: absolute;
  top: 20px;
  transform: translateY(-150%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
  max-width: 330px;
  padding: 12px 12px;
  border: 1px solid #008E00;
  transition: all 0.4s ease-in;
}
.success__image {
  width: 30px;
  height: 30px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.success__message {
  font-size: 16px;
  line-height: 22px;
  color: #4f4e4e;
}
.success__expanded {
  transition: all 0.4s ease-in;
  transform: translateY(0) !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9995;
}

.auth__block {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
}
.auth__block .submit-spinner {
  width: 100px;
  height: 100px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #8a8a8a;
  border-top-color: #399105;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 63.6111111111em) {
  body {
    font-size: 16px;
    line-height: 18px;
  }
  .title {
    font-size: 24px;
    line-height: 29px;
  }
  .button {
    --padHorizontal: 15px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .container {
    padding: 0 15px;
  }
  header__logo, .header__logo {
    max-width: 35%;
  }
  header__phone, .header__phone {
    gap: 2px;
  }
  header__phone a, .header__phone a {
    font-size: 16px;
    line-height: 18px;
  }
  header__phone p, .header__phone p {
    font-size: 7px;
    line-height: 8px;
    text-align: right;
  }
  header__spacer, .header__spacer {
    height: 90px;
  }
  .registration__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .registration__hero {
    display: none;
  }
  .registration__form {
    padding: 0 10px;
  }
  .registration__form h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .registration__form button {
    width: 100%;
    font-size: 1rem;
  }
  .request__block__wrapper {
    padding: 10px 20px 34px 20px;
  }
  .request__progressbar {
    height: 24px;
  }
  .request__progressbar__progress {
    height: 24px;
  }
  .request__progressbar h2 {
    gap: 5px;
    font-size: 7px;
    line-height: 7px;
  }
  .request__progressbar__ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .request__title {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .request__checked {
    margin-bottom: 30px;
  }
  .form__tinline {
    grid-template-columns: 1fr;
  }
  .form__dinline {
    grid-template-columns: 1fr;
  }
  .form__fbinline {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .form__fbinline .button {
    width: 100%;
  }
  .form__binline {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .form__binline .button {
    width: 100%;
  }
  #housing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}/*# sourceMappingURL=application.css.map */