.container {
  max-width: none;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; } }
.header__wrapper {
  display: flex;
  justify-content: center;
  padding-top: 16px; }

.header__logo {
  max-width: 96px;
  cursor: pointer; }
  .header__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.registration-wrap {
  padding-top: 65px;
  padding-bottom: 132px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.registration {
  background: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
  border-radius: 20px;
  padding: 22px 12px; }
  .registration input {
    background: #FFFFFF;
    border: 1px solid #C4C7CF;
    border-radius: 30px;
    padding: 12px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: black;
    width: 100%; }
    .registration input::placeholder {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      font-feature-settings: 'tnum' on, 'lnum' on;
      color: #A9ABB6; }
    .registration input:hover {
      background: #FFFFFF;
      border: 1px solid #61636D;
      border-radius: 30px; }
    .registration input:focus {
      border: 1px solid #006DCA;
      box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
      border-radius: 30px; }
  .registration label {
    background: #FFFFFF;
    border: 1px solid #C4C7CF;
    border-radius: 30px;
    padding: 12px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: black;
    width: 100%; }
    .registration label::placeholder {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      font-feature-settings: 'tnum' on, 'lnum' on;
      color: #A9ABB6; }
    .registration label:hover {
      background: #FFFFFF;
      border: 1px solid #61636D;
      border-radius: 30px; }
    .registration label:focus {
      border: 1px solid #006DCA;
      box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
      border-radius: 30px; }
  .registration button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 100%;
    background: #0176FF;
    border: 1px solid #0176FF;
    border-radius: 72px;
    margin-bottom: 12px; }
    .registration button:hover {
      background: #1471DE;
      box-shadow: 0px 4px 20px rgba(16, 109, 217, 0.5);
      border-radius: 72px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF; }
    .registration button:active {
      background: #1471DE;
      box-shadow: inset 0px 0px 10px #1B5396;
      border-radius: 72px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF; }

.reg__text-wrap input {
  display: none; }
.reg__text-wrap label {
  padding: 0;
  background: none;
  border: none; }
  .reg__text-wrap label:focus {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: initial; }
  .reg__text-wrap label:active {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: initial; }
  .reg__text-wrap label:hover {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: initial; }

.boxLabel {
  display: flex;
  align-items: flex-start;
  gap: 8px; }

.box {
  min-width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #C4C7CF;
  border-radius: 4px; }

.boxActive {
  background: black; }

.inputInvalid {
  border: 1px solid #EE5656 !important;
  box-shadow: 0px 0px 0px 3px rgba(255, 125, 137, 0.2) !important;
  border-radius: 30px !important; }

.registration__text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #3F414A; }
  .registration__text a {
    color: #0176FF; }

.reg__title {
  font-family: 'RF Dewi Extended';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #262931;
  text-align: center;
  margin-bottom: 24px; }

.progress__wrap {
  margin-bottom: 24px; }

.progress__bar {
  background: #E0E1E9;
  border-radius: 6px;
  width: 100%;
  height: 8px; }
  .progress__bar img {
    height: 8px;
    object-fit: cover;
    border-radius: 6px; }

.progress__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }
  .progress__title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9FA1AD; }

.registration__input-wrap {
  margin-bottom: 24px; }

.registration__first {
  display: none;
  flex-direction: column;
  gap: 16px; }

.regAccount {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9FA1AD;
  text-align: center; }
  .regAccount a {
    color: #0176FF; }

.registration__second {
  display: none;
  flex-direction: column; }

.explantion {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #A9ABB6;
  margin-top: 6px;
  margin-bottom: 16px;
  padding-left: 8px; }

.registration__select {
  position: relative;
  margin-bottom: 16px; }
  .registration__select input {
    display: none; }

.registration__select-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/icons/chevron_down_outline_36.svg) no-repeat, #ffffff;
  background-position: 96%;
  border: 1px solid #C4C7CF;
  border-radius: 30px;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: black;
  appearance: none; }
  .registration__select-active:hover {
    background: #FFFFFF;
    border: 1px solid #61636D;
    border-radius: 30px; }

.active {
  border: 1px solid #006DCA;
  box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
  border-radius: 30px; }

.registration__select-list {
  background: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
  border-radius: 18px;
  padding: 32px;
  display: none;
  flex-direction: column;
  gap: 35px; }
  .registration__select-list li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: black;
    cursor: pointer; }

.active__list {
  margin-top: 8px;
  display: flex; }

.title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #262931;
  padding-left: 8px;
  margin-bottom: 6px; }

.select__img-wrap {
  max-width: 16px;
  max-height: 16px;
  display: block; }
  .select__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.registration__three {
  display: none;
  flex-direction: column; }

.login__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.password__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.lastExplantion {
  margin-bottom: 0; }

.registration__active {
  display: flex; }

.reg__back {
  display: none;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  cursor: pointer; }
  .reg__back p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #61636D; }

.reg__back-active {
  display: inline-flex; }

@media (min-width: 768px) {
  .registration {
    padding: 32px 48px;
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
    border-radius: 30px; }
    .registration button {
      max-width: 181px;
      margin: 0 auto;
      margin-bottom: 16px; }

  .registration__input-wrap {
    margin-bottom: 24px; } }

/*# sourceMappingURL=style.css.map */
