.block-tabs {
  color: #1a1a19;
}

.block-tabs__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 1200px;
  min-height: 150px;
  margin: 0 auto;
  padding: calc(10px + (11 - 10) * ((100vw - 320px) / (1200 - 320)));
}

.block-tabs__tabs {
  width: 100%;
  margin-bottom: 59px;
}

.block-tabs__items {
  display: flex;
  width: 100%;
  /* max-width: 570px;
      margin: 0 auto; */

  line-height: 15px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 0.05em;

  border-bottom: 2px solid #eeeeee;
  opacity: 0.6;
  font-size: 14px;

  @include adaptiv-font(14, 12, 1);
}

@media (max-width: 424px) {

.block-tabs__items {
    opacity: 1
}
  }

.block-tabs__items .react-tabs__tab--selected {
  color: #59358c;

  border-bottom: 2px solid #59358c;
  opacity: 1;
}

.block-tabs__item {
  display: flex;
  flex: 0 1 33.333%;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  font-size: 14px;

  @include adaptiv-font(14, 8, 1);
}

.block-tabs__body {
  margin: 0 auto;
  margin-bottom: 104px;
}

.block-tabs__block {
  /*display: none;*/
  width: 100%;
  max-width: 570px;

  background: #f8f8f8;
  padding: 64px 125px;

  @include adaptiv-value('padding-top', 64, 30, 1);

  @include adaptiv-value('padding-bottom', 64, 30, 1);

  @include adaptiv-value('padding-right', 125, 30, 1);

  @include adaptiv-value('padding-left', 125, 30, 1);
}

.block-tabs__block._active {
  display: block;
}

.block-tabs__block--large {
  width: 100%;
  max-width: 830px;
  padding: 64px 80px;
}

.block-tabs__block:target {
  display: block;
}

.block-tabs__block:target {
  display: block;
}

.block-tabs--about-project .block-tabs {
    color: #1a1a19;
  }

.block-tabs--about-project .block-tabs__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 320px;
    max-width: 1200px;
    min-height: 150px;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }

.block-tabs--about-project .block-tabs__tabs {
    width: 100%;
    margin-bottom: 58px;
    @include adaptiv-value('margin-bottom', 58, 20, 1);
  }

.block-tabs--about-project .block-tabs__items {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

    line-height: 15px;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 0.05em;

    border-bottom: 2px solid #eeeeee;
    opacity: 0.6;
    font-size: 14px;
    @include adaptiv-font(14, 12, 1);
  }

.block-tabs--about-project .block-tabs__items ._active {
    color: #59358c;

    border-bottom: 2px solid #59358c;
    opacity: 1;
  }

.block-tabs--about-project .block-tabs__item {
    display: flex;
    flex: 0 1 33.333%;
    justify-content: center;
    align-items: center;
    height: 50px;

    color: #000000;
    text-decoration: none;
    font-size: 14px;
    @include adaptiv-font(14, 12, 1);
  }

.block-tabs--about-project .block-tabs__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }

.block-tabs--about-project .block-tabs__block {
    display: none;
    width: 100%;
    max-width: 100%;

    background: inherit;
    padding: 0;

    @include adaptiv-value('padding-top', 0, 0, 1);

    @include adaptiv-value('padding-bottom', 0, 0, 1);

    @include adaptiv-value('padding-right', 0, 0, 1);

    @include adaptiv-value('padding-left', 0, 0, 1);
  }

.block-tabs--about-project .block-tabs__block._active {
      display: block;
    }

.block-tabs--about-project .block-tabs__block--large {
    width: 100%;
    max-width: 830px;
    padding: 64px 80px;
  }

.block-tabs--about-project .block-tabs__block:target {
    display: block;
  }

.block-tabs--about-project .block-tabs__block:target {
    display: block;
  }

.page-profile {
  padding-top: 38px;
}

.page-profile__title {
    text-align: center;
  }

.page-profile__subtitle {
    margin-bottom: 15px;

    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #59358c;
  }

.page-profile__description {
    display: block;
    max-width: 316px;
    margin-bottom: 24px;

    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #282828;
  }

.page-profile__description--large {
      max-width: 600px;
      margin-right: -20px;
      margin-bottom: 7px;
      margin-left: -20px;
    }

.page-profile__card {
    display: block;
    max-width: 316px;
    margin-bottom: 24px;

    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #282828;
  }

.page-profile__card--large {
      width: 101%;
      max-width: 101%;
    }

@media (max-width: 1212px) {

.page-profile__sidebar {
      display: none
  }
    }

.page-profile__btn-exit {
    display: flex;
    align-items: center;
    width: 130px;
    height: 50px;
    padding: 15px 28px;
  }

.page-profile--auth {
  display: flex;
}

.page-profile--auth .page-profile {
    padding-top: 38px;
  }

.page-profile--auth .page-profile__main {
      width: 770px;
      margin-right: 30px;
    }

@media (max-width: 1212px) {

.page-profile--auth .page-profile__main {
        width: 100%;
        margin-right: 0
    }
      }

.page-profile--auth .page-profile__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

@media (max-width: 542px) {

.page-profile--auth .page-profile__header {
        flex-direction: column
    }
      }

.page-profile--auth .page-profile__body {
      display: flex;
    }

.page-profile--auth .page-profile__subtitle {
      text-align: left;
    }

.page-profile--auth .profile__subtitle {
      margin-bottom: 9px;

      text-align: left;
    }

.page-profile--auth .profile__description--large {
      max-width: 100%;

      text-align: left;
    }

.page-profile--auth .profile__date {
      display: block;
      margin-bottom: 24px;

      font-size: 16px;
      line-height: 18px;
      color: #282828;

      opacity: 0.5;
    }

.page-profile--auth .profile__btn-exit {
      display: flex;
      align-items: center;
      width: 130px;
      height: 50px;
      padding: 15px 28px;
    }

.page-profile--auth .profile__btn-logout-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;

      fill: #59358c;
    }

.page-profile--auth .block-tabs {
    width: 100%;
  }

.page-profile--auth .block-tabs__body {
    width: 100%;
    max-width: 770px;
  }

.page-profile--auth .block-tabs__content {
    padding-right: 0;
    padding-left: 0;
  }

.page-profile--auth .block-tabs__items {
    width: 100%;
    max-width: 770px;
  }

.page-profile--auth .block-tabs__block {
    width: 100%;
    max-width: 770px;
    padding: 64px 70px;

    @include adaptiv-value('padding-top', 64, 30, 1);

    @include adaptiv-value('padding-bottom', 64, 30, 1);

    @include adaptiv-value('padding-right', 70, 30, 1);

    @include adaptiv-value('padding-left', 70, 30, 1);
  }

.page-profile--auth .profile-form__avatar {
      position: relative;

      width: 152px;
      height: 152px;
      margin-bottom: 32px;
    }

.page-profile--auth .profile-form__avatar img {
        width: 152px;
        height: 152px;
        overflow: hidden;

        border-radius: 100%;
      }

.page-profile--auth .profile-form__checkbox {
      width: 100%;
    }

.page-profile--auth .profile-form__avatar-edit {
      position: absolute;
      top: 15px;
      right: -10px;

      display: flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;

      background: #59358c;
      border-radius: 50px;
      cursor: pointer;
    }

.page-profile--auth .profile-form__avatar-icon {
      position: absolute;

      width: 20px;
      height: 20px;

      fill: #ffffff;
    }

.page-profile--auth .profile-form__group {
      margin-bottom: 27px;
    }

.page-profile--auth .profile-form__link {
      margin-top: 25px;
      margin-left: -160px;

      font-size: 16px;
      line-height: 18px;
      color: #59358c;
    }

@media (max-width: 767.98px) {

.page-profile--auth .profile-form__link {
        margin-left: 0
    }
      }

.page-profile--auth .profile-form__btn {
      width: 138px;
      margin: 0;
      margin-top: 10px;
    }

.page-profile--auth .profile-form__tags {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
      margin-bottom: 18px;

      gap: 10px;
    }

.page-profile--auth .profile-form__tag {
      position: relative;

      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px;
      padding: 6px 8px;

      font-size: 16px;
      line-height: 18%;
      color: #a77ccd;

      border: 1px solid #a77ccd;
      border-radius: 4px;
      cursor: pointer;
    }

.page-profile--auth .profile-form__tag img {
        margin-top: 2px;
        margin-left: 10px;
      }

.page-profile--auth .subscription--sidebar {
    margin-bottom: 32px;
    padding-top: -10px;
  }

.profile-form__row {
    display: flex;
    align-items: flex-start;
    gap: 15px 30px;
  }

@media (max-width: 767.98px) {

.profile-form__row {
      flex-direction: column
  }
    }

.profile-form__column {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

.profile-form__label {
    margin-bottom: 5px;

    font-size: 16px;
    line-height: 18px;

    color: #282828;
  }

.profile-form__label span {
      color: #59358c;
    }

.profile-form__input {
    margin-bottom: 16px;
    padding: 14px 24px 12px 12px;

    font-size: 16px;
    line-height: 18px;

    color: #686868;

    opacity: 0.5;

    border: 1px solid rgba(104, 104, 104, 0.3);
    border-radius: 4px;
  }

.profile-form__checkbox {
    display: flex;
    align-items: center;
    width: 160px;
    margin-top: 22px;
  }

.profile-form__checkbox-input {
    display: none;
  }

.profile-form__checkbox-icon {
    position: relative;
    margin-right: 12px;
    width: 20px;
    height: 20px;

    border: 1px solid #59358c;
    border-radius: 4px;
    flex-shrink: 0;
  }

.profile-form__checkbox-input:checked + .profile-form__checkbox-icon::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;

    border-radius: 2px;
    background: #59358c;
  }

.profile-form__checkbox-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;

    color: #59358c;

    cursor: pointer;
  }

.profile-form__checkbox-text {
    color: #282828;
  }

.profile-form__btn {
    margin-top: 8px;
    margin-left: 23px;
    padding: 16px 32px;
  }

.profile-form__btn._disabled {
      pointer-events: none;
      opacity: 0.5;
    }

.profile-form__input-description {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 15px;

    color: #686868;

    opacity: 0.5;
  }

.profile-form__select {
    width: 100%;
    padding: 14px 24px 12px 12px;

    font-size: 16px;
    line-height: 18px;

    color: #686868;

    opacity: 0.5;

    border: 1px solid rgba(104, 104, 104, 0.3);
    border-radius: 4px;
  }

.profile-form__option {
  }

.profile-form--registration {
  padding-top: 17px;
}

.profile-form--registration .profile-form__row {
      margin-bottom: 16px;
    }

.profile-form--registration .profile-form__input {
      margin-bottom: 7px;
    }

.profile-form--registration .profile-form__btn {
      width: 207px;
      margin: 0 auto;
    }

.profile-form--password-recovery {
  padding-top: 17px;
}

.profile-form--password-recovery .profile-form__row {
      margin-bottom: 16px;
    }

.profile-form--password-recovery .profile-form__input {
      margin-bottom: 7px;
    }

.profile-form--password-recovery .profile-form__btn {
      margin: 0;
    }

.profile-form--subscription .profile-form__row {
      margin-bottom: -9px;
    }

.profile-form--subscription .profile-form__group {
      margin-top: 43px;
    }

.profile-form--subscription .profile-form__checkbox-title {
      display: grid;
      grid-template-columns: 20px 1fr;
      gap: 2px 12px;
      font-weight: bold;
    }

.profile-form--subscription .profile-form__checkbox-text {
      width: 100%;
      font-weight: normal;
    }

.profile-form--subscription .profile-form__checkbox-icon {
      grid-row: span 2;
    }

@media (max-width: 1200px) {
  .block-tabs__block--large {
    padding-top: calc(30px + 34 * ((100vw - 375px) / 825));
    padding-bottom: calc(30px + 34 * ((100vw - 375px) / 825));
    padding-right: calc(30px + 95 * ((100vw - 375px) / 825));
    padding-left: calc(30px + 95 * ((100vw - 375px) / 825));
  }
}


/*# sourceMappingURL=pages-Registration-Registration.css.map*/