*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  letter-spacing: .03em;
  background-color: var(--background-color-body);
  font-family: Golos Text, sans-serif;
  font-size: 14px;
}

.articles, body.modal-open {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.site-nav, .language-list, .hero-section__content-list, .user-manual__list, .our-team__list, .our-team__specialties, .advantages, .articles__cards-wrap, .list-filter, .sort-section, .psychologists-section__filter-list, .sort-list, .sign-for-session__session-type-items, .sign-for-session__session-date-status-list, .sign-for-session__time-options, .session-info__list, .payment-card-list, .articles__list, .meeting__list, .result__cards, .psychologists-slider-section__list, .private-office__list, .outside-private-office__list, .social-networks-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 390px) {
  .container {
    width: 390px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 744px) {
  .container {
    width: 744px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

:root {
  --accent-color: #795bda;
  --text-color-nav: #222b40;
  --text-color: #222b40;
  --text-color-white: #fff;
  --text-color-card: #fff;
  --background-color-body: #f3f3f3;
  --background-color: #f7f7f7;
  --time: 250ms;
  --function-animate: cubic-bezier(.4, 0, .2, 1);
}

.form__header {
  padding: 40px 0 30px;
}

.form__header-conteiner {
  max-width: 460px;
  padding: 0 20px;
}

.form__logo {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form__logo a {
  max-width: 142px;
}

.department_care {
  letter-spacing: -.06em;
  color: #795bda;
  cursor: pointer;
  background: #795bda1a;
  border: none;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.department_care:hover {
  background: #795bda33;
}

.section-form-restore-password__container {
  background: #fff;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 350px) {
  .section-form-restore-password__container {
    width: 350px;
  }
}

@media screen and (min-width: 744px) {
  .section-form-restore-password__container {
    width: 420px;
  }
}

@media screen and (min-width: 1280px) {
  .section-form-restore-password__container {
    width: 420px;
  }
}

.section-form-restore-password__content {
  border-bottom: 1px solid #222b401a;
  padding: 30px;
}

.section-form-restore-password__title {
  letter-spacing: -.05em;
  color: #222b40;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.section-form-restore-password__text {
  letter-spacing: -.05em;
  color: #222b40;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: inline;
}

.section-form-restore-password__link {
  letter-spacing: -.05em;
  color: #795bda;
  margin-left: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.section-form-restore-password__link:focus, .section-form-restore-password__link:hover {
  color: #6849cc;
}

.form-restore-password__field {
  flex-direction: column-reverse;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-restore-password__field .form-restore-password__label {
  letter-spacing: -.01em;
  color: #222b4066;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-restore-password__field .form-restore-password__input {
  letter-spacing: -.01em;
  color: #222b40;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #222b40;
  outline: none;
  padding: 8px 0 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: border .25s cubic-bezier(.4, 0, .2, 1);
}

.form-restore-password__field .form-restore-password__input:hover, .form-restore-password__field .form-restore-password__input:focus {
  border-bottom: 1px solid #795bda;
}

.form-restore-password__field .form-restore-password__input:focus + .form-restore-password__label, .form-restore-password__field .form-restore-password__input:hover + .form-restore-password__label {
  color: #795bda;
}

.form-restore-password__text {
  max-width: 281px;
  letter-spacing: -.05em;
  color: #222b4066;
  margin-bottom: 30px;
  font-family: Golos Text;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.flex-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-restore-password__button-submit {
  letter-spacing: -.01em;
  color: #fff;
  width: 194px;
  height: 46px;
  cursor: pointer;
  background-color: #795bda;
  border: #0000;
  border-radius: 150px;
  outline: none;
  font-family: Golos Text;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-restore-password__button-submit:focus, .form-restore-password__button-submit:hover {
  background-color: #6849cc;
}

.form-restore-password__input.is-not-valid, .form-restore-password__input.is-not-valid:hover, .form-restore-password__input.is-not-valid:focus {
  border-bottom: 1px solid #ff5549;
}

.form-restore-password__input.is-not-valid:hover + .form-restore-password__label, .form-restore-password__input.is-not-valid:focus + .form-restore-password__label, .form-restore-password__input.is-not-valid + .form-restore-password__label {
  color: #ff5549;
}


.modal-information-department {
  z-index: 999;
  max-width: 385px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 53px;
  right: 65px;
  box-shadow: 0 0 10px #0000000f, 0 10px 20px -8px #00000029;
}

@media screen and (min-width: 744px) {
  .modal-information-department {
    top: 53px;
    right: 83px;
  }
}

@media screen and (min-width: 1280px) {
  .modal-information-department {
    top: 53px;
    right: 123px;
  }
}

.modal-information-department .department {
  border-bottom: 1px solid #222b401a;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.modal-information-department .department h2 {
  letter-spacing: -.06em;
  color: #222b40;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.modal-information-department .department .close-button {
  cursor: pointer;
  background-color: #0000;
  border: #0000;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .modal-information-department .department .close-button svg:hover {
    fill: #795bda;
  }
}

.modal-information-department .contact-info {
  padding: 20px;
}

.modal-information-department .contact-info p {
  letter-spacing: -.01em;
  color: #222b40;
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.modal-information-department .contact-info .social-networks-list {
  flex-wrap: wrap;
  margin-left: -4px;
  display: flex;
}

.modal-information-department .contact-info .social-networks-list .social-networks-item {
  letter-spacing: -.05em;
  height: 32px;
  background: #795bda1a;
  border-radius: 100px;
  flex-basis: calc(33.3333% - 4px);
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.modal-information-department .contact-info .social-networks-list .social-networks-item .social-networks-link {
  color: #795bda;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.modal-information-department .contact-info .social-networks-list .social-networks-item svg {
  margin-right: 8px;
}
.page-header__private-office-menu.visually-hidden, .modal-reminder.visually-hidden, .modal-information-department.visually-hidden, .page-header__button.login.visually-hidden, .page-header__button.choose-person.visually-hidden {
  visibility: hidden;
  pointer-events: none;
  display: none;
  overflow: hidden;
}
.error {
    margin: 15px 0px;
    padding: 10px;
    background: #F44336;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.success {
    margin: 15px 0px;
    padding: 10px;
    background: #4CAF50;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}
/*SET NEW PASS*/

.section-form-login__container {
    background: #fff;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 350px) {
    .section-form-login__container {
        width: 350px;
    }
}

@media screen and (min-width: 744px) {
    .section-form-login__container {
        width: 420px;
    }
}

@media screen and (min-width: 1280px) {
    .section-form-login__container {
        width: 420px;
    }
}

.section-form-login__content {
    padding: 30px;
}

.section-form-login__content:nth-child(1) {
    border-bottom: 1px solid #222b401a;
}

.section-form-login__title {
    letter-spacing: -.05em;
    color: #222b40;
    margin-bottom: 10px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.section-form-login__text {
    letter-spacing: -.05em;
    color: #222b40;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: inline;
}

.section-form-login__link {
    letter-spacing: -.05em;
    color: #795bda;
    margin-left: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.section-form-login__link:focus, .section-form-login__link:hover {
    color: #6849cc;
}

.form-login__field {
    flex-direction: column-reverse;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.form-login__field .form-login__label {
    letter-spacing: -.01em;
    color: #222b4066;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-login__field .form-login__input {
    letter-spacing: -.01em;
    color: #222b40;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #222b40;
    outline: none;
    padding: 8px 0 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: border .25s cubic-bezier(.4, 0, .2, 1);
}

.form-login__field .form-login__input:hover, .form-login__field .form-login__input:focus {
    border-bottom: 1px solid #795bda;
}

.form-login__field .form-login__input:focus + .form-login__label, .form-login__field .form-login__input:hover + .form-login__label {
    color: #795bda;
}

.form-login__field .form-login__icon {
    cursor: pointer;
    opacity: 1;
    outline: none;
    transition: fill .25s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    bottom: 17px;
    right: 0;
}

.form-login__field .form-login__icon:focus, .form-login__field .form-login__icon:hover {
    fill: #795bda;
}

.flex-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.form-login__button-submit {
    letter-spacing: -.01em;
    color: #fff;
    width: 117px;
    height: 46px;
    cursor: pointer;
    background-color: #795bda;
    border: #0000;
    border-radius: 150px;
    outline: none;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: background-color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-login__button-submit:focus, .form-login__button-submit:hover {
    background-color: #6849cc;
}

.form-login__link-restore-password {
    letter-spacing: -.05em;
    color: #795bda;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    transition: color .25s cubic-bezier(.4, 0, .2, 1);
}

.form-login__link-restore-password:focus, .form-login__link-restore-password:hover {
    color: #6849cc;
}

.form-login__input.is-not-valid, .form-login__input.is-not-valid:hover, .form-login__input.is-not-valid:focus {
    border-bottom: 1px solid #ff5549;
}

.form-login__input.is-not-valid:hover + .form-login__label, .form-login__input.is-not-valid:focus + .form-login__label, .form-login__input.is-not-valid + .form-login__label {
    color: #ff5549;
}
