@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400; 700&display=swap'); */
@media (max-width: 600px) {
  label.choice__label.checkbox__label[data-v-898a3a51]:nth-child(even) {
      display: flex;
      align-items: flex-start; /* Corrected */
      justify-content: flex-start;  /* Corrected */
  }
  label.choice__label.checkbox__label[data-v-898a3a51]:nth-child(odd) {
      display: flex;
      align-items: flex-end;  /* Corrected */
      justify-content: flex-end;  /* Corrected */
  }
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Bold.woff2) format('woff2'),
    url(../fonts/Gilroy-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url(../fonts/Poppins-ExtraBold.woff2) format('woff2'),
    url(../fonts/Poppins-ExtraBold.woff) format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Semibold.woff2) format('woff2'),
    url(../fonts/Gilroy-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: SFPRODISPLAY;
  font-display: swap;
  src: url(../fonts/SFPRODISPLAY-Bold.woff2) format('woff2'),
    url(../fonts/SFPRODISPLAY-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: SFPRODISPLAY;
  font-display: swap;
  src: url(../fonts/SFPRODISPLAY-Medium.woff2) format('woff2'),
    url(../fonts/SFPRODISPLAY-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: SFPRODISPLAY;
  font-display: swap;
  src: url(../fonts/SFPRODISPLAY-Semibold.woff2) format('woff2'),
    url(../fonts/SFPRODISPLAY-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Medium.woff2) format('woff2'),
    url(../fonts/Gilroy-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url(../fonts/Poppins-Regular.woff2) format('woff2'),
    url(../fonts/Poppins-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url(../fonts/Poppins-SemiBold.woff2) format('woff2'),
    url(../fonts/Poppins-SemiBold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}

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

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

body,
html {
  min-width: 320px;
}
html {
  font-size: 16px;
}

body {
  color: #000;
  line-height: 1;
  font-family: Gilroy;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: Gilroy;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-height: 585px;
}

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

.lock body {
  overflow: hidden;
  /* -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none */
}

.margin-unset { margin:unset !important;}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*='__container'] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.therapist_wrapper {
  background: #f5f8fd;
}

.footer__cabinet {
  background-color: #121e41;
  padding: 24px 0;
}

.footer__logo-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__social-link {
  margin-right: 15px;
}

.footer__social-link:last-child {
  margin-right: 0;
}

body::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  width: 100%;
  max-width: 800px;
}

.lock .popup__content {
  visibility: visible;
  overflow: hidden;
}

.popup__box {
  background: #f5f8fd;
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px 30px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121e41;
}

.popup__item {
  padding: 42px 19px 67px 15px;
}

.popup__boxes {
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
  gap: 12px;
}

.popup__item-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  margin-bottom: 8px;
}

.popup__item-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
  margin-bottom: 10px;
}

.popup__item-address {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
  margin-bottom: 13px;
}

.popup__item-info span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #121e41;
  margin-bottom: 8px;
  display: block;
}

.popup__info {
  display: grid;
  grid-template-columns: 120px 1fr;
  /* padding-top: 20px; */
  /* margin-top: 24px; */
}

.popup__info-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 12px;
  color: #121e41;
  margin-top: 20px;
}

.popup__info-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 128.5%;
  color: #121e41;
  margin-bottom: 15px;
}

.choice-popup__time {
  display: flex;
  align-items: center;
  width: 300px;
  margin-bottom: 20px;
}

.time_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.choice-popup__time span {
  margin-right: 28px;
  color: #101f40;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choice-popup__time p {
  color: #b5b2b3;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choice-popup__time p:first-of-type {
  margin-right: 80px;
}

.choice-time_popup__btn {
  border-radius: 12px;
  background: #f5f8fd;
  box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.1);
  color: #5b59e9;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 116px;
  text-align: center;
  padding: 18px 0;
  transition: 500ms ease;
}
.choice-time_popup__btn:hover {
  background-color: #5b59e9;
  color: #f5f8fd;
}

.choice-popup__selectTime {
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: 30px;
}

.choice-popup__selectTime input {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(219, 235, 255, 0.5);
  width: 82px;
  padding: 18px 17px;
  color: #101f40;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  border: none;
}

.choice-popup__selectTime input::placeholder {
  color: #101f40;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  width: 100%;
  cursor: default;
  text-align: left;
  border-bottom: 1px solid #636c80;
  padding: 42px 33px 37px 30px;
  position: relative;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  background: #121e41;
  height: 2px;
  width: 21px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(270deg);
  -ms-transform: translate(0, -50%) rotate(270deg);
  transform: translate(0, -50%) rotate(270deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(0) rotate(1deg);
  -ms-transform: translateX(0) rotate(1deg);
  transform: translateX(0) rotate(1deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spollers__body {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #121e41;
  border-bottom: 1px solid #636c80;
  padding: 0 0 40px 30px;
}

.spollers__body-text {
  max-width: 812px;
  width: 100%;
  color: #121e41;
}

._spoller-active {
  border-bottom: none;
}

[class*='-ibg'] {
  position: relative;
}

[class*='-ibg'] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*='-ibg_contain'] img {
  -o-object-fit: contain;
  object-fit: contain;
}

h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #121e41;
  margin-bottom: 68px;
}

._accent-button {
  padding: 22px 42px;
  background: #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

.select__body {
  position: relative;
}

.select__options {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 20px 20px;
}

.my-select {
  width: 80% !important;
  height: 50px !important;
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.header._header-scroll {
  background-color: #fff;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*flex: 1 0 auto;*/
}

.header__logo {
  margin-right: 90px;
}
.header__logo > a {
  display: inline-block;
  height: 60px;
}

.header__link {
  background: #fdffff;
  border: 1px solid #fdffff;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #5b59e9;
  -webkit-transition: border-bottom-color 0.4s ease-in-out;
  -o-transition: border-bottom-color 0.4s ease-in-out;
  transition: border-bottom-color 0.4s ease-in-out;
  border-bottom: 2px solid transparent;
}

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

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item {
  margin-right: 46px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  -webkit-transition: border-bottom-color 0.4s ease-in-out;
  -o-transition: border-bottom-color 0.4s ease-in-out;
  transition: border-bottom-color 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
.menu__link {height:24px;}
.menu__item:hover .menu__link {
  border-bottom: 2px solid #5b59e9;
}

.menu__item:last-child {
  margin-right: 0;
}
.menu__item-login {
  display: none;
}

.icon-menu {
  display: none;
}

.header__languages {
  margin-right: 20px;
  margin-top: -6px;
}
.header__languages_mob {
  display: none;
}

.header__languages .select__value {
  padding: 0;
  gap: 0;
  text-align: left;
}

.header__community {
  background-color: #fff;
}

.header__community._header-scroll {
  background-color: #fff;
}

.header-community__logo {
  margin: 0 auto;
}

.header__choice-psycho {
  background: #f5f8fd;
}

.header__choice-psycho._header-scroll {
  background: #f5f8fd;
}

.header-community__logo {
  margin: 0 auto;
}

.header .select_form1 .select__body {
  min-width: auto;
  width: auto;
  margin-top: 8px;
}

/* fix lang select */
.header .select_form1 .select__body {
  margin-top: 4px;
  /* background: #ffffff; */
  /* box-shadow: 0px 2px 10px rgba(219, 235, 255, 0.5); */
  border-radius: 10px;
}

.header .select_form1 .select__title {
  padding-left: 18px !important;
  padding-right: 40px !important;
  text-align: left;
}

.header .select__title:before {
  content: '';
  right: 26px;
}

.header .select__options button:hover {
  background: #f5f8fd;
}

.header .select__options {
  margin-top: 4px;
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  overflow: hidden;
    width: fit-content;
}

.header .select_form1 .select__title:before {
  content: '';
  width: 8px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE5IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4yODIyIDAuMjU5MjAxQzEwLjE5NTEgMC4xNzkyNjIgMTAuMDc4NSAwLjExMzkgOS45NDI0MiAwLjA2ODc0NjZDOS44MDYzNyAwLjAyMzU5MiA5LjY1NDk4IDAgOS41MDEyOSAwQzkuMzQ3NiAwIDkuMTk2MjEgMC4wMjM1OTIgOS4wNjAxNiAwLjA2ODc0NjZDOC45MjQxMSAwLjExMzkgOC44MDc0OSAwLjE3OTI2MiA4LjcyMDMzIDAuMjU5MjAxTDAuMTY5NjU3IDguMDU4NjZDMC4wNzA2ODI1IDguMTQ4NjIgMC4wMTI2NDM4IDguMjUzOTkgMC4wMDE4NDI1IDguMzYzMzJDLTAuMDA4OTU4ODIgOC40NzI2NSAwLjAyNzg5MTIgOC41ODE3NSAwLjEwODM5MSA4LjY3ODc5QzAuMTg4ODkgOC43NzU4MiAwLjMwOTk2MSA4Ljg1NzA2IDAuNDU4NDQ3IDguOTEzNjlDMC42MDY5MzQgOC45NzAzMiAwLjc3NzE1NSA5LjAwMDE3IDAuOTUwNjE5IDlMMTguMDUyIDlDMTguMjI1IDguOTk5NTUgMTguMzk0NiA4Ljk2OTMxIDE4LjU0MjUgOC45MTI1NUMxOC42OTA0IDguODU1NzggMTguODExIDguNzc0NjMgMTguODkxMyA4LjY3NzgzQzE4Ljk3MTYgOC41ODEwMiAxOS4wMDg2IDguNDcyMjIgMTguOTk4MyA4LjM2MzEyQzE4Ljk4OCA4LjI1NDAzIDE4LjkzMDkgOC4xNDg3NyAxOC44MzI5IDguMDU4NjZMMTAuMjgyMiAwLjI1OTIwMVoiIGZpbGw9IiMxMjFFNDEiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

/* def select */
.select__default .select__title:before {
  content: '';
  width: 8px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE5IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4yODIyIDAuMjU5MjAxQzEwLjE5NTEgMC4xNzkyNjIgMTAuMDc4NSAwLjExMzkgOS45NDI0MiAwLjA2ODc0NjZDOS44MDYzNyAwLjAyMzU5MiA5LjY1NDk4IDAgOS41MDEyOSAwQzkuMzQ3NiAwIDkuMTk2MjEgMC4wMjM1OTIgOS4wNjAxNiAwLjA2ODc0NjZDOC45MjQxMSAwLjExMzkgOC44MDc0OSAwLjE3OTI2MiA4LjcyMDMzIDAuMjU5MjAxTDAuMTY5NjU3IDguMDU4NjZDMC4wNzA2ODI1IDguMTQ4NjIgMC4wMTI2NDM4IDguMjUzOTkgMC4wMDE4NDI1IDguMzYzMzJDLTAuMDA4OTU4ODIgOC40NzI2NSAwLjAyNzg5MTIgOC41ODE3NSAwLjEwODM5MSA4LjY3ODc5QzAuMTg4ODkgOC43NzU4MiAwLjMwOTk2MSA4Ljg1NzA2IDAuNDU4NDQ3IDguOTEzNjlDMC42MDY5MzQgOC45NzAzMiAwLjc3NzE1NSA5LjAwMDE3IDAuOTUwNjE5IDlMMTguMDUyIDlDMTguMjI1IDguOTk5NTUgMTguMzk0NiA4Ljk2OTMxIDE4LjU0MjUgOC45MTI1NUMxOC42OTA0IDguODU1NzggMTguODExIDguNzc0NjMgMTguODkxMyA4LjY3NzgzQzE4Ljk3MTYgOC41ODEwMiAxOS4wMDg2IDguNDcyMjIgMTguOTk4MyA4LjM2MzEyQzE4Ljk4OCA4LjI1NDAzIDE4LjkzMDkgOC4xNDg3NyAxOC44MzI5IDguMDU4NjZMMTAuMjgyMiAwLjI1OTIwMVoiIGZpbGw9IiMxMjFFNDEiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
}

.select__default .select__scroll {
  scrollbar-width: thin;
  scrollbar-color: #ececec transparent;
}

.select__default .select__scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.select__default .select__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.select__default .select__scroll::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 3.5px;
}

.select__default .select__scroll {
  max-height: 150px;
}

.select__default .select__title {
  height: 38px;
}
/* end-fix */

.header .select_form1 .select__title {
  border: none !important;
  background-color: transparent;
  padding: 12px 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.header .select_form1 .select__content,
.header .select_form1 .select__option {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  background: 0 0;
  text-align: left;
  /* padding-left: 18px; */
}

.header .select_form1 .select__scroll {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.header .select__scroll .select__option {
  padding-left: 18px !important;
  padding-right: 18px;
}

.menu-open .menu__list {
  display: block;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 300px;
  background: #fff;
  padding: 42px 42px;
  overflow: auto;
}


.menu-open .menu__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  border-bottom: 2px solid transparent;
}

.menu-open .header__btn._dynamic_adapt_ {
  margin-top: 32px;
  display: block;
}

.menu-open .header__right {
  display: none;
}

.menu-open .header__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__menu .select_form1 .select__body {
  min-width: 30px;
}

.header__logo img {
  width: 180px;
  height: 100%;
}

.menu__icon {
  position: absolute !important;
  left: 15px;
  top: 20px;
}

.menu__item-logo {
  display: none;
  margin: 30px 0;
}

.menu__item-logo img {
  max-width: 200px;
  width: 100%;
}

.languages__mob {
  display: none;
}

.header .select_form1 .select__scroll {
  background-color: transparent;
}

.header__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.header__profile span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #121e41;
  padding-right: 25px;
  position: relative;
}

.header__profile span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #121e41;
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

.header__profile-menu {
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
  width: 255px;
  position: absolute;
  top: 70px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.header__profile-menu._active {
  opacity: 1;
  visibility: visible;
}

.header__profile-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin-bottom: 10px;
}

.header__profile-link {
  margin-bottom: 10px;
  display: block;
}

.header__profile-exit {
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f5f8fd;
}

.menu-open body {
  position: relative;
}

.menu-open body::before {
  content: '';
  background: rgba(255, 255, 255, 0.25);
  /*
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
     */
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.footer {
  background: #121e41;
  margin: 12px 12px;
  border-radius: 15px;
  padding: 44px 0 89px 0;
}

.footer h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 16px;
}

.footer ul li:not(:last-child) {
  margin-bottom: 14px;
}

.footer ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.footer__title {
  margin: 10px 0 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}

.footer__contacts-email {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 15px;
}

.footer__contacts-email p {
  margin-bottom: 8px;
}

.footer__contacts-phone {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 15px;
}

.footer__contacts-phone a {
  margin-left: 6px;
}

.footer__contacts-address {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.footer__mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer__mob-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
}

.footer__mob-item__long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.footer__menu-info img {
  max-width: 95px;
  width: 100%;
}

.footer__menu-info svg {
  margin-left: -6px;
}

#c_33 {
  width: auto;
}

.hero {
  padding: 139px 0 174px 0;
  background-image: url(../img/hero_bg.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 57%;
  flex: 1 0 57%;
  z-index: 5;
}

.hero__content-decor {
  position: absolute;
}

.hero__content-decor1 {
  position: absolute;
  left: 0;
  bottom: -286px;
}

.hero__content-decor2 {
  position: absolute;
  top: -300px;
  right: -421px;
}

.hero__content-decor3 {
  position: absolute;
  bottom: -175px;
  right: -657px;
}

.hero__content-decor4 {
  position: absolute;
  right: -1190px;
  top: -237px;
}

.hero__content-decor5 {
  position: absolute;
  right: -1262px;
  bottom: -362px;
}

.hero__title {
  font-weight: 700;
  font-size: 65px;
  line-height: 121%;
  color: #121e41;
  max-width: 557px;
  width: 100%;
  margin-bottom: 25px;
}

.hero__title span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.hero__title span::before {
  content: '';
  height: 9px;
  background-color: #5b59e9;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero__description {
  font-weight: 600;
  font-size: 24px;
  line-height: 123%;
  color: #121e41;
  margin-bottom: 24px;
  max-width: 528px;
}

.hero__btn {
  display: inline-block;
  background: #5b59e9;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  padding: 12px 23px;
}

.hero__images {
  z-index: 2;
  position: relative;
}

.hero__images-mob {
  display: none;
}

.hero__images:before {
  content: '';
  position: absolute;
  width: 329px;
  height: 147px;
  top: 0;
  left: -81px;
  /* background-image: url(../img/hero__chat-left.svg); */
  background-repeat: no-repeat;
  z-index: -1;
}

.hero__images:after {
  content: '';
  position: absolute;
  width: 176px;
  height: 181px;
  top: 55px;
  right: 48px;
  z-index: -1;
  /* background-image: url(../img/hero__chat-right.svg); */
  background-repeat: no-repeat;
}

.hero__odds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.hero__odds-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__odds-item-img {
  z-index: 3;
}

.hero__odds-item__title {
  padding: 11px 26px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #101f40;
  z-index: 0;
  margin-left: -30px;
}

.request {
  margin: -74px 0 111px 0;
  position: relative;
}

.request .request__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 68px;
  margin-bottom: 111px;
}

.request .request__item {
  position: relative;
  max-width: 402px;
  width: 100%;
  height: 261.06px;
  background: #f5f8fd;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.request .request__item-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #121e41;
  margin: 0 0 12px 32px;
  z-index: 2;
}

.request .object__request-girl {
  position: relative;
}

.request .object__request-girl:before {
  content: '';
  position: absolute;
  width: 93px;
  height: 281px;
  top: -55px;
  left: -42px;
  background-image: url(../img/object__girl.svg);
  background-repeat: no-repeat;
}

.request .object__request-yoga {
  position: relative;
}

.request .object__request-yoga:before {
  content: '';
  position: absolute;
  width: 141px;
  height: 175px;
  top: -32px;
  right: -5px;
  background-image: url(../img/object__yoga.svg);
  background-repeat: no-repeat;
}

.request .object__request-man {
  position: relative;
}

.request .object__request-man:before {
  content: '';
  position: absolute;
  width: 235px;
  height: 263px;
  top: 71px;
  left: -105px;
  background-image: url(../img/object__man.svg);
  background-repeat: no-repeat;
}

.request .object__request-family {
  position: relative;
}

.request .object__request-family:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 281px;
  top: 54px;
  right: -98px;
  background-image: url(../img/object__family.svg);
  background-repeat: no-repeat;
}

.request .request__expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.request .request__expert-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #121e41;
  margin-bottom: 24px;
}

.request .request__expert-btn {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

.specialists {
  margin-bottom: 111px;
}

.specialists__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 68px;
}

.specialists__inner-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.specialists__item {
  max-width: 630px;
  width: 100%;
  border-radius: 30px;
  padding: 19px 0 35px 33px;
  margin-left: -33px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.specialists__item:hover {
  background: #f5f8fd;
}

.specialists__item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 150.02%;
  color: #121e41;
  margin: 11px 0 12px 0;
}

.specialists__item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin-bottom: 13px;
}

.specialists__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 55px;
}

.specialists__skills:not(:last-child) {
  margin-bottom: 41px;
}

.specialists__skill {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #5b59e9;
  padding: 16px;
  background: #f5f8fd;
  border-radius: 10px;
}

.psychotherapist {
	margin-bottom: 111px;
}

.psychotherapist__items {
	margin-bottom: 68px;
}

.psychotherapist__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
}

.psychotherapist__item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.psychotherapist__item-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	letter-spacing: 0.016em;
	color: #121e41;
	margin-bottom: 22px;
	max-width: 573px;
	width: 100%;
	position: relative;
}

.psychotherapist__item-title span {
	position: absolute;
	left: -22px;
}

.psychotherapist__item-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.016em;
	color: #121e41;
	max-width: 588px;
	width: 100%;
}

.psychotherapist__item-img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 500px;
	width: 100%;
}

.psychotherapist-btn {
	display: block;
	margin: 0 auto;
	max-width: 374px;
	width: 100%;
}


.selection {
  margin-bottom: 111px;
}

.selection__items {
  margin-bottom: 68px;
}

.selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.selection__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.selection__item-content {
  position: relative;
}

.selection__item-content:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -88px;
  left: -10px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection__item-number {
  font-weight: 700;
  font-size: 100px;
  line-height: 121px;
  color: #f1f3fe;
  position: absolute;
  top: -151px;
  left: 131px;
}

.selection__item-title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #121e41;
  margin-bottom: 8px;
}

.selection__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 145.02%;
  text-align: center;
  color: #121e41;
  max-width: 460px;
  width: 100%;
}

.selection__line2 {
  position: relative;
}

.selection__line2:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -110px;
  left: -10px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection__line3 {
  position: relative;
}

.selection__line3:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -98px;
  left: -36px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection__line4 {
  position: relative;
}

.selection__line4:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -80px;
  left: -50px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection .number__line2 {
  position: absolute;
  top: -174px;
  left: 121px;
}

.selection .number__line3 {
  position: absolute;
  top: -156px;
  left: 93px;
}

.selection .number__line4 {
  position: absolute;
  top: -147px;
  left: 81px;
}

.selection__checklist {
  position: relative;
}

.selection__checklist:before {
  content: '';
  position: absolute;
  width: 260px;
  height: 127px;
  top: 20px;
  right: -217px;
  background-image: url(../img/checklist-line.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 3;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}

.selection__checklist-text {
  position: absolute;
  top: 51px;
  /* left: -200px; */
  right: -200px;
  max-width: 190px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 145.02%;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: 3;
}

.selection__checklist-text a {
  color: #8872f6;
}

.selection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selection__text {
  font-weight: 600;
  font-size: 26px;
  line-height: 125%;
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin-bottom: 24px;
}

.selection__text a {
  color: #121e41;
}

.selection .selection__item-img {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.selection .selection__img-mob {
  display: none;
}

.reviews {
  margin-bottom: 111px;
}

.reviews__bg {
  background-image: url(../img/reviews-map.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 29px 0 300px 0;
}

.reviews__box {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #ecf5ff;
  box-shadow: 0 2px 10px #ecf5ff;
  max-width: 560px;
  width: 100%;
  padding: 68px 48px 115px 48px;
  position: relative;
  border-radius: 12px;
}

.reviews__box:before {
  content: '';
  position: absolute;
  width: 67px;
  height: 42px;
  top: -25px;
  right: 34px;
  background-image: url(../img/icon-slider.svg);
  background-repeat: no-repeat;
}

.reviews__box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  margin-bottom: 18px;
}

.reviews__box-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #121e41;
  max-width: 360px;
  width: 100%;
  /*margin: 0 auto;*/
}

.reviews__slider {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.reviews__slide {
  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;
  margin-top: 74px;
}

.reviews .swiper-button-next-abc,
.reviews .swiper-button-prev {
  position: absolute;
  width: 72px;
  height: 72px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.reviews .swiper-button-prev {
  top: 50%;
  left: 0;
}

.reviews .swiper-button-prev:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 36px;
  top: 25%;
  right: 30px;
  background-image: url(../img/left-arrow.svg);
  background-repeat: no-repeat;
}

.reviews .swiper-button-next-abc {
  top: 50%;
  right: 0;
}

.reviews .swiper-button-next-abc:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 36px;
  top: 25%;
  right: 20px;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
}

.tariff {
  margin-bottom: 111px;
}

.tariff__title {
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: 0 auto 68px auto;
}

.tariff__title:before {
  content: '';
  position: absolute;
  width: 218px;
  height: 75px;
  top: -10px;
  left: -30px;
  background-image: url(../img/title-decor.svg);
  background-repeat: no-repeat;
}

.tariff__decor {
  background-image: url(../img/tariff-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.tariff__item {
  position: relative;
  max-width: 357px;
  width: 100%;
  background: #fff;
  border: 1px solid #f094d3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  padding: 63px 10px 62px 47px;
  margin-bottom: 68px;
}

.tariff__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  margin-bottom: 13px;
}

.tariff__item-decor {
  position: absolute;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  left: 18px;
  top: 14px;
  background: -o-linear-gradient(251.09deg, #94c9f0 12.76%, #c4ffe7 89.91%);
  background: linear-gradient(198.91deg, #94c9f0 12.76%, #c4ffe7 89.91%);
}

.tariff__time {
  font-weight: 500;
  font-size: 18px;
  line-height: 145.02%;
  color: #b5b5b5;
  margin-bottom: 79px;
}

.tariff__time span {
  font-weight: 600;
  font-size: 18px;
  line-height: 145.02%;
  color: #121e41;
}

.tariff__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 145.02%;
  color: #121e41;
  text-align: center;
  margin-left: -45px;
}

.tariff__price span {
  font-weight: 600;
  font-size: 42px;
  line-height: 145.02%;
  color: #121e41;
  display: block;
}

.tariff__btn {
  display: block;
  margin: 0 auto;
  max-width: 374px;
  width: 100%;
}

.tariff .decor-gradient {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1.91%, #f094d3),
    color-stop(154.5%, #99b9f9)
  );
  background: -o-linear-gradient(bottom, #f094d3 1.91%, #99b9f9 154.5%);
  background: linear-gradient(360deg, #f094d3 1.91%, #99b9f9 154.5%);
}

.questions {
  margin-bottom: 202px;
}

.questions__spollers {
  max-width: 978px;
  width: 100%;
  margin: 0 auto 111px auto;
}

.questions__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions__manager-link img {
  max-width: 68px;
  width: 100%;
  max-height: 68px;
  min-height: 46px;
  height: 100%;
}

.questions__manager-massage {
  margin-bottom: 24px;
}

.questions__manager-massage p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #121e41;
}

.outer-circle {
  max-width: 400px;
  width: 100%;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -34px 14px 20px rgba(235, 240, 244, 0.25),
    34px 2px 40px #ebf0f4;
  box-shadow: -34px 14px 20px rgba(235, 240, 244, 0.25), 34px 2px 40px #ebf0f4;
  position: relative;
}

.inner-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 80s linear infinite;
  animation: rotate 80s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0) translate(200px)
      rotate(0);
    transform: translate(-50%, -50%) rotate(0) translate(200px) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translate(200px)
      rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translate(200px)
      rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0) translate(200px)
      rotate(0);
    transform: translate(-50%, -50%) rotate(0) translate(200px) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translate(200px)
      rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translate(200px)
      rotate(-360deg);
  }
}

.specialists__inner-right {
  position: relative;
  width: 100%;
  height: 500px;
}

.outer-circle {
  position: absolute;
}

.outer-circle-2 {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.outer-circle-2 .inner-circle {
  -webkit-animation: rotate 95s linear infinite;
  animation: rotate 95s linear infinite;
}

.outer-circle-3 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  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;
}

.outer-circle-3 .inner-circle {
  -webkit-animation: rotate 100s linear infinite;
  animation: rotate 100s linear infinite;
}

.outer-circle-4 {
  -webkit-transform: scale(0.69);
  -ms-transform: scale(0.69);
  transform: scale(0.69);
}

.outer-circle-4 .inner-circle {
  -webkit-animation: rotate 90s linear infinite;
  animation: rotate 90s linear infinite;
  -webkit-animation-direction: alternate, reverse, normal;
  animation-direction: alternate, reverse, normal;
}

.dd.inner-circle {
  -webkit-animation: rotate 40s linear infinite;
  animation: rotate 40s linear infinite;
}

.dd1.inner-circle {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

.c-personalized__circle-wrapper {
  z-index: 1;
  max-width: 403px;
  width: 100%;
  height: 403px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.c-personalized__circles {
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-personalized__circle {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-personalized__circle.large {
  width: 403px;
  height: 403px;
  -webkit-box-shadow: 16px 18px 61px -7px rgba(0, 18, 81, 0.25);
  box-shadow: 16px 18px 61px -7px rgba(0, 18, 81, 0.25);
}

.c-personalized__circle.large.clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.c-personalized__circle.medium {
  width: 335px;
  height: 335px;
  top: 34px;
  bottom: 34px;
  left: 34px;
  right: 34px;
  -webkit-box-shadow: 0 7px 31px -3px rgba(0, 76, 127, 0.26);
  box-shadow: 0 7px 31px -3px rgba(0, 76, 127, 0.26);
}

.c-personalized__circle.medium.clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.c-personalized__circle.small {
  width: 241px;
  height: 241px;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 184px;
  top: 80px;
  bottom: 78px;
  left: 78px;
  right: 78px;
  -webkit-box-shadow: 0 6px 25px -3px rgba(0, 96, 137, 0.2);
  box-shadow: 0 6px 25px -3px rgba(0, 96, 137, 0.2);
}

.c-personalized__circle.small.clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}

.c-personalized__bubbles {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-personalized__bubbles.tooltips.tooltip-hover {
  margin-right: 20px;
}

.c-therapists__title {
  font-size: 10.92px;
  font-weight: 400;
  line-height: 14px;
}

.c-bubble__tooltip {
  min-width: 124px;
  opacity: 0;
  color: #0d6f72;
  white-space: nowrap;
  background-color: #e1e7f0;
  border-radius: 12px;
  padding: 13px 18px 15px;
  font-weight: 700;
  line-height: 18px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: 51%;
}

.c-bubble__tooltip.medication-management {
  top: -68px;
}

.c-bubble__tooltip.mindfulness-exercises {
  top: -50px;
  left: 90%;
}

.c-bubble__tooltip.preventatvie-care {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  top: -68px;
}

.c-bubble__tooltip.evaluation {
  top: -35px;
  left: 89%;
}

.c-bubble__tooltip.coaching-and-therapy {
  top: -70px;
}

.c-bubble__tooltip.goal-setting {
  top: -199px;
}

.c-bubble__tooltip.psych {
  min-width: auto;
  top: -35px;
  left: 91%;
}

.c-bubble__tooltip.self-guided {
  min-width: 122px;
  top: -35px;
  left: 90%;
}

.c-bubble__tooltip.therapy {
  min-width: auto;
  top: -35px;
  left: 80%;
}

.c-bubble__tooltip.insights {
  top: -50px;
  left: 60%;
}

.c-bubble__tooltip.clinical-progress {
  top: -35px;
  left: 90%;
}

.c-bubble__tooltip.live-sessions {
  min-width: 122px;
  top: -35px;
  left: 90%;
}

.c-personalized__bubble.evaluation {
  width: 57.6px;
  height: 57.6px;
  background-image: url(../img/ava4.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 40px;
  left: 9px;
}

.c-personalized__bubble.evaluation {
  width: 57.6px;
  height: 57.6px;
  background-color: #fff;
  background-image: url(../img/ava2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 40px;
  left: 9px;
  position: absolute;
  border-radius: 50%;
}

.c-personalized__bubble.medication-management {
  width: 58px;
  height: 58px;
  background-color: #f1d2d2;
  background-image: url(../img/ava6.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 5px;
  right: 17px;
  position: absolute;
  border-radius: 50px;
}

.c-personalized__bubble.mindfulness-excercises {
  z-index: 40;
  width: 62px;
  height: 62px;
  background-image: url(../img/ava5.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 70px;
  position: absolute;
}

.c-personalized__bubble.coaching-and-therapy {
  width: 62.08px;
  height: 62.08px;
  background-image: url(../img/ava4.png);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  top: -9px;
  right: 62px;
  border-radius: 50%;
}

.c-personalized__bubble.messaging {
  width: 62.08px;
  height: 62.08px;
  background-image: url(../img/ava7.png);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -9px;
  right: 62px;
  position: absolute;
}

.select_form1 {
  padding-right: 10px;
}

.select_form1 .select__title {
  position: relative;
}

.select__title:before {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 0L3.97 6L0 0H8Z%27 fill=%27%23121E41%27/%3E%3C/svg%3E%0A');
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  fill: #b5b5b5 !important;
  stroke: #b5b5b5 !important;
}

._select-open .select__title:before {
  -webkit-transform: translateY(-50%) rotate(-180deg)!important;
  -ms-transform: translateY(-50%) rotate(-180deg)!important;
  transform: translateY(-50%) rotate(-180deg)!important;
}

.calcvolume {
  margin: 0.9rem;
  accent-color: #5b59e9;
  display: block;
  width: 95%;
  margin: auto;
}

.text_calc {
  margin: 15px 21px;
  float: left;
  font-weight: 500;
  font-size: 22px;
  text-transform: none;
  line-height: 26px;
  text-align: center;
  color: #121e41;
}

.calendar__info._dynamic_adapt_:last-of-type {
  margin: 0 auto 0 20px;
}

.psycho__circle-img {
  max-width: 374px;
  width: 100%;
}

.containerFix {
  margin-right: -44px;
}

.login {
  background-color: #f5f8fd;
  padding-top: 150px;
  padding-bottom: 42px;
}

.login__title {
  font-weight: 700;
  color: #121e41;
  margin-bottom: 12px;
  text-align: center;
}

.login__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #121e41;
}

.login__form {
  max-width: 662px;
  margin: 0 auto;
  padding: 42px 62px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
}

.login__input label {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  display: block;
}

.login__input input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  padding: 18px;
  display: block;
  width: 100%;
}

.login__error {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ff523d;
}

.login__btn {
  margin: 30px auto 35px auto;
  padding: 11px 24px;
  background: #5b59e9;
  border: 1px solid #fdffff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: block;
}

.login__info {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #b5b2b3;
  text-align: center;
  position: relative;
  padding-bottom: 52px;
  margin-bottom: 42px;
}

.login__info::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #f5f8fd;
}

.login__info a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #5b59e9;
}

.login__support {
  text-align: center;
}

.login__support-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #b5b2b3;
  margin-bottom: 12px;
}

.verify__logo {
  /* padding: 26px 0; */
  text-align: center;
}

.verify__title {
  font-weight: 700;
  color: #121e41;
  margin-bottom: 18px;
  text-align: center;
}

.verify__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0px 30px;
  margin-top: 18px;
  margin-bottom: 48px;
}

.verify__desc {
  /* font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #121e41;
	max-width: 500px;
	margin: 0 auto 68px auto; */
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0px 30px;
  margin-top: 18px;
  margin-bottom: 48px;
  word-break: break-word;
}

@media (max-width: 768px) {
  .verify__desc {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 19px !important;
  }
}

.verify__desc span {
  color: #5b59e9;
}

.verify__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (75px);
  grid-template-columns: repeat(5, 75px);
  gap: 30px;
  margin: 0 auto 68px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.verify__code {
  border-bottom: 1px solid #121e41;
  outline: 0;
  height: 75px;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #000;
}
/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
    /*!* display: none; <- Crashes Chrome on hover *!*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: textfield;*/
    /*margin: 0; !* <-- Apparently some margin are still there even though it's hidden *!*/
/*}*/
/* .verify__code:active {
	border: 1px solid #5b59e9;
	border-radius: 4px;
}

.verify__code:focus {
	border: 1px solid #5b59e9;
	border-radius: 4px;
} */

.verify__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 44px;
}

.verify__btn-prev {
  border: 1.5px solid #5b59e9;
  -webkit-filter: drop-shadow(0 2px 10px rgba(155, 155, 155, 0.1));
  filter: drop-shadow(0 2px 10px rgba(155, 155, 155, 0.1));
  border-radius: 12px;
  padding: 12px 23px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #5b59e9;
  background-color: #fff;
}

.verify__btn-prev:first-child {
  margin-right: 24px;
}

.verify__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.verify__link {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #121e41;
  text-align: center;
}

.verify {
  /* padding-bottom: 204px; */
  background-color: #f5f8fd;
  padding-bottom: 42px;
  padding-top: 150px;
}

.verify__wrapper {
  max-width: 662px;
  margin: 0 auto;
  padding: 42px 62px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
}

.header__boxes {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(219, 235, 255, 0.5);
  box-shadow: 0 4px 24px rgba(219, 235, 255, 0.5);
  padding: 16px 0;
  position: relative;
  height: 90px;
}

.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calc_text1 {
  color: #121e41;
  font-size: 22px;
  font-family: Gilroy;
  font-weight: 500;
  margin: 0 21px;
  display: flex;
  justify-content: space-between;
  width: auto;
}

.header__end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.sidebar {
  background-color: #fff;
  padding-top: 139px;
  max-width: 264px;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #121e41;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  padding: 12px 20px 12px 62px;
}

.sidebar__link._active {
  background-color: #f5f8fd;
}

.sidebar__link:hover {
  background-color: #f5f8fd;
}

.sidebar__link svg {
  margin-right: 18px;
  width: 40px;
  height: 40px;
}

.profile {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  border-radius: 16px;
  padding: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile__container {
  padding-left: 128px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.profile__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
  margin-bottom: 8px;
}

.profile__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
  color: #121e41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__session {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 9px;
  color: #121e41;
}

.profile__session-count {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #121e41;
  padding-right: 5px;
}

.profile__session-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__session-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #121e41;
  display: block;
}

.profile__session-day {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #b5b5b5;
}

.profile__session-btn {
  border: 1px solid #5b59e9;
  -webkit-filter: drop-shadow(0 2px 10px rgba(155, 155, 155, 0.1));
  filter: drop-shadow(0 2px 10px rgba(155, 155, 155, 0.1));
  border-radius: 8px;
  padding: 11px 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  color: #5b59e9;
}

.profile__session-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 17px;
}

.profile__session-year {
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
}

.profile__calendar-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #121e41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile__calendar-btn svg {
  margin-right: 8px;
  margin-left: 8px;
}

.profile__item {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 22px 42px 33px 42px;
  position: relative;
}

.profile__item--doctor {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.profile__item--doctor > * {
  display: block;
  width: 100%;
}

.profile__item-ava {
  width: 48px;
}

.profile__item-ava img {
  max-width: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 98px;
  position: absolute;
  top: 0px;
}

.profile__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #121e41;
}

.profile__item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin-bottom: 2px;
}

.profile__item-position {
  font-weight: 400;
  font-size: 14px;
  color: #b5b5b5;
}

.profile__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
  position: relative;
}

.profile__item-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #5b59e9;
  padding: 11px 14px;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 8px;
  display: inline-block;
  margin-left: auto;
  width: fit-content;
  height: fit-content;
}
}

.profile__item-text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #b5b5b5;
  max-width: 241px;
}

.profile__item-desc {
  max-width: 209px;
  margin: 0 auto 18px auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #121e41;
}

.profile__item-email {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b59e9;
}

.profile__item-email svg {
  margin-left: 12px;
  cursor: pointer;
}

.profile__doctor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
@media (max-width: 920px) {
  .profile__doctor{
    gap: 24px;
  }
}
@media (max-width: 690px) {
  .profile__doctor{
    display: block;
  }
}
.profile__item {
  display: grid;
}
.profile__doctor-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  grid-column: span 2;
}

.profile__info {
  margin-left: 12px;
}

.profile__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.profile__video-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-right: 12px;
  color: #121e41;
}

.profile__video-link {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  max-width: 206px;
  padding-right: 12px;
  color: #5b59e9;
  cursor: pointer;
}

.profile__copy {
  cursor: pointer;
}

.profile__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-effect {
  background-color: #fff;
  background-image: url(../img/bgfon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.position-bottom {
  position: absolute;
  bottom: 30px;
  left:42px;
}
.profile__item-btn.position-bottom {
  /* bottom: 0; */
}
.center {
  text-align: center;
}

.profile__logout {
  background-color: #fff;
  max-width: 592px;
  margin: 0 auto;
  padding: 110px;
  -webkit-box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  border-radius: 16px;
}

.profile__logout-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  text-align: center;
  margin-bottom: 32px;
}

.profile__logout-btn {
  background: #5b59e9;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 8px;
  padding: 11px 0;
  width: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.profile__logout-btn.btn-bg {
  border: 1px solid #5b59e9;
  color: #5b59e9;
  background: 0 0;
}

.profile__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile__center a:first-of-type {
  margin-right: 24px;
}

.position-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings-page .profile__item {
  padding: 24px;
}

.profile__item-times {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #121e41;
  margin-bottom: 18px;
}

.profile__item-times span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
  margin-bottom: 18px;
  margin-top: 12px;
}

.profile__item-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #b5b5b5;
  margin-top: 8px;
}

.profile__item-label label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #b5b2b3;
  margin-bottom: 8px;
}

.profile__settings-phone {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 13px;
  max-width: 301px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  outline: 0;
  -webkit-transition: border 0.4s ease-in-out;
  -o-transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}

.profile__settings-phone::-webkit-input-placeholder {
  color: #121e41;
}

.profile__settings-phone::-moz-placeholder {
  color: #121e41;
}

.profile__settings-phone:-ms-input-placeholder {
  color: #121e41;
}

.profile__settings-phone::-ms-input-placeholder {
  color: #121e41;
}

.profile__settings-phone::placeholder {
  color: #121e41;
}

.profile__settings-phone:active {
  background: #f5f8fd;
  border: 1px solid #211dab;
}

.profile__settings-phone:focus {
  background: #f5f8fd;
  border: 1px solid #211dab;
}

.profile__item-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.profile__item-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #101f40;
  margin-bottom: 25px;
}

.custom-radio + label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  border: 1px solid silver;
}

.custom-radio:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-radio:checked + label::before {
  border-color: #5b59e9;
  background-color: #5b59e9;
}

.custom-radio:checked + label {
  position: relative;
}

.custom-radio:checked + label::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 50%;
  margin-right: 0.5em;
  border: 2px solid silver;
  border-color: #fff;
  background-color: #5b59e9;
}

.profile__faq-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #121e41;
  margin-bottom: 42px;
}

.profile__faqs {
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.profile__faqs-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px 14px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
}

.profile__faqs-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #121e41;
  padding: 1rem;
  border: none;
}

.payment {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 42px;
}

.payment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  margin-bottom: 8px;
}

.payment__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
  max-width: 370px;
  margin-bottom: 24px;
}

.payment__btn {
  display: inline-block;
  padding: 16px;
  background: #5b59e9;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.table__box {
  background: #f5f8fd;
  padding: 24px 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  border-radius: 16px 16px 0 0;
}

:root {
  --primary: #333;
  --secondary: #333;
  --errorColor: red;
  --stepNumber: 6;
  --containerWidth: 600px;
  --bgColor: #333;
  --inputBorderColor: lightgray;
}

.container {
  width: var(--containerWidth);
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 10px 35px;
}

.container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.container .form-outer {
  width: 100%;
  overflow: hidden;
}

.container .form-outer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% * var(--stepNumber));
}

.form-outer form .page {
  width: calc(100% / var(--stepNumber));
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}

.form-outer form .page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

.form-outer form .page .field {
  width: var(--containerWidth);
  height: 45px;
  margin: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

form .page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}

form .page .field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 1px solid var(--inputBorderColor);
  border-radius: 5px;
  padding-left: 15px;
  margin: 0 1px;
  font-size: 18px;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
}

form .page .field input.invalid-input {
  border-color: var(--errorColor);
}

form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}

form .page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: var(--secondary);
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

form .page .field button:hover {
  background: #000;
}

form .page .btns button {
  margin-top: -20px !important;
}

form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}

form .page .btns button.next {
  margin-left: 3px;
}

.container .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}

.container .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.progress-bar .step .bullet.active {
  border-color: var(--primary);
  background: var(--primary);
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
  display: none;
}

.progress-bar .step .bullet:after,
.progress-bar .step .bullet:before {
  position: absolute;
  content: '';
  bottom: 11px;
  right: -51px;
  height: 3px;
  width: 44px;
  background: #262626;
}

.progress-bar .step .bullet.active:after {
  background: var(--primary);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-animation: animate 0.3s linear forwards;
  animation: animate 0.3s linear forwards;
}

@-webkit-keyframes animate {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes animate {
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.progress-bar .step:last-child .bullet:after,
.progress-bar .step:last-child .bullet:before {
  display: none;
}

.progress-bar .step p.active {
  color: var(--primary);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.progress-bar .step .check {
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.progress-bar .step .check.active {
  display: block;
  color: #fff;
}

.input-switch-ios input[type='checkbox'] {
  display: none;
}

.input-switch-ios input[type='checkbox'] + label {
  display: block;
  position: relative;
  height: 24px;
  width: 45px;
  background: #f8f8f8;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 10px 0;
}

.input-switch-ios input[type='checkbox'] + label:after {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 0 1px #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 0 1px #ddd;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 50%;
  border-radius: 20px;
}

.input-switch-ios input[type='checkbox']:checked + label {
  background-color: #5b59e9;
}

.input-switch-ios input[type='checkbox']:checked + label:after {
  content: '';
  right: 0;
}

.input-switch input[type='checkbox'] {
  display: none;
}

.input-switch input[type='checkbox'] + label {
  display: block;
  position: relative;
  height: 40px;
  width: 80px;
  background-color: #ddd;
  border: 1px solid #777;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

.input-switch input[type='checkbox'] + label:after {
  content: attr(data-off);
  display: block;
  width: 40px;
  background-color: #888;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 0;
  right: 50%;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.input-switch input[type='checkbox']:checked + label:after {
  content: attr(data-on);
  right: 0;
  background-color: #333;
}

.form__box-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  gap: 14px;
  margin-top: 29px;
}

.form__buttons-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#regForm .select__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #101f40;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  background: #f5f8fd;
  border: 1px solid #211dab;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  padding: 18px;
}

.form__tab-time {
  margin-bottom: 24px;
}

.reflection__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 30px;
}

.reflection__left {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  border-radius: 16px;
  padding: 24px;
  max-height: 614px;
}

.reflection__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #121e41;
  margin-bottom: 32px;
}

.reflection__right {
  padding-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  border-radius: 16px;
  max-height: 614px;
  overflow-y: auto;
}

.reflection__right-title {
  background-color: #f5f5f5;
  padding: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 16px 16px 0 0;
  color: #121e41;
  text-align: center;
}

.reflection__list {
  margin-top: 24px;
}

.reflection__list-link {
  display: block;
  padding: 11px 24px;
}

.reflection__list-link._active {
  background: #f9f9f9;
}

.reflection__item {
  margin-top: 38px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  box-shadow: 0 0 24px rgba(219, 235, 255, 0.5);
  border-radius: 16px;
}

.reflection__item-title {
  background: #f5f8fd;
  padding: 24px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #121e41;
}

.reflection__desc {
  padding: 32px 24px;
}

.reflection__text p {
  margin-bottom: 12px;
}

.reflection__btn {
  background: #5b59e9;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 8px;
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  width: auto;
  margin-top: 5px;
}

.reflection__post {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
}

.reflection__post textarea {
  margin-top: 8px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  display: block;
  margin-bottom: 32px;
  width: 100%;
  outline: 0;
  resize: none;
  min-height: 302px;
  padding: 20px;
}

.form__checkbox-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 24px;
  margin-top: 24px;
}

#popup_doctor .popup__item {
  padding: 20px 11px;
}

.footer__cabinets {
  display: none;
}

.cabinet__container {
  padding-left: 128px;
}

main .cabinet__container {
  padding-bottom:173px;
}

.cabinet__box {
  /*display: -ms-grid;*/
  /*display: grid;*/
  /*-ms-grid-columns: (1fr);*/
  /*grid-template-columns: repeat(6, 1fr);*/
  /*text-align: center;*/
  /*gap: 20px;*/
  display: flex;
  justify-content: space-between;
}

.cabinet__item {
  position: relative;
  margin: 20px 0;
}
.cabinet__item.active {
  transform: translateY(-100%);
  border: 4px solid #f5f8fd !important;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .cabinet__item.active svg>circle {
  fill:#fff;
}
.profile__item-info {
  margin-bottom: 10px;
}

.profile__item-position {
  margin-bottom: 10px;
}

.sidebar__time {
  background: #f5f8fd;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 18px 15px 150px 15px;
  margin: 20px 23px;
  max-width: 218px;
  width: 100%;
 background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url("../img/service-team.png");
}

.sidebar__time-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin-bottom: 5px;
  text-align: center;
}

.sidebar__time-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #121e41;
  margin-bottom: 30px;
}

.sidebar__time-link {
  border: 1px solid #5b59e9;
  -webkit-filter: drop-shadow(0 2px 10px rgba(155, 155, 155, 0.1));
  filter: drop-shadow(0 2px 10px rgba(155, 155, 155, 0.1));
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  background-color: #5b59e9;
  color: #fff;
  padding: 11px 14px;
  cursor: pointer;
  transition: 500ms ease;
}

.sidebar__time-link:hover {
  border: 1px solid #fff;
  color: #5b59e9;
  background-color: #fff;
}

.calendar__box {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calendar__profile {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: 82px;
}

.calendar__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #b5b5b5;
}

.calendar__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
}

.calendar__right {
  background: #f5f8fd;
  border-radius: 16px;
  padding: 12px;
  width: 178px;
}

.calendar__count {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.016em;
  color: #0f346c;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.calendar__count svg {
  position: absolute;
  top: 0px;
  right: -5px;
}

.calendar__client {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.016em;
  color: #0f346c;
}

.calendar__btn {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #5b59e9;
  padding: 11px 14px;
  display: block;
  margin-top: 12px;
  cursor: pointer;
  transition: 500ms ease;
}

.calendar__btn:hover {
  border: 1px solid #5b59e9;
  background: #5b59e9;
  color: #fff;
}

.calendar__info {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 33px 39px;
}

.calendar__info-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin-bottom: 5px;
  text-align: center;
}

.calendar__info-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #121e41;
  margin-bottom: 18px;
}

.calendar__info-email {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: #5b59e9;
}

.calendar__social {
  margin-bottom: 18px;
}

.calendar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

.calendar__imgWrapper img {
  max-width: 100%;
}

.sidebar__time._dynamic_adapt_ {
  margin: 0 auto;
}

.animation__container {
  background: #fff;
  -webkit-box-shadow: -34px 14px 20px rgba(235, 240, 244, 0.25),
    34px 2px 40px #ebf0f4;
  box-shadow: -34px 14px 20px rgba(235, 240, 244, 0.25), 34px 2px 40px #ebf0f4;
  width: 557px;
  height: 557px;
  border-radius: 50%;
  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-animation: 150s rotate linear infinite;
  animation: 150s rotate linear infinite;
}

.animation__1 {
  width: 480px;
  height: 480px;
  background: #fff;
  -webkit-box-shadow: -109px 0 30px rgba(235, 240, 244, 0.25),
    15px -9px 30px #ebf0f4;
  box-shadow: -109px 0 30px rgba(235, 240, 244, 0.25), 15px -9px 30px #ebf0f4;
  border-radius: 50%;
  position: relative;
  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;
}

.animation__1 img {
  max-width: 100%;
  position: absolute;
  top: 55px;
}

.animation__2 {
  width: 400px;
  height: 400px;
  -webkit-box-shadow: -109px 0 30px rgba(235, 240, 244, 0.25),
    15px -9px 30px #ebf0f4;
  box-shadow: -109px 0 30px rgba(235, 240, 244, 0.25), 15px -9px 30px #ebf0f4;
  border-radius: 50%;
  position: relative;
  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;
}

.animation__2 img {
  max-width: 100%;
  position: absolute;
  top: 55px;
}

.animation__3 {
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.animation__3 svg {
  max-width: 100%;
  width: 300px;
  height: 300px;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cabinet-calendar__mob {
  display: none;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  background-color: #fff;
  padding-bottom: 12px;
}

.cabinet-calendar__hero {
  padding: 16px;
  background: #f5f8fd;
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.cabinet-calendar__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin: 0 auto;
}

.cabinet-calendar__mob-item {
  background: #f5f8fd;
  border-radius: 16px;
  padding: 18px 24px 14px;
  max-width: 516px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cabinet-calendar__mob-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.cabinet-calendar__mob-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-calendar__mob-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabinet-calendar__mob-info:not(:last-of-type) {
  margin-bottom: 15px;
}

.cabinet-calendar__mob-info {
  flex-wrap: wrap;
  align-items: flex-start;
}

.cabinet-calendar__mob-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #121e41;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 43%;
  flex: 0 1 43%;
}

.cabinet-calendar__mob-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
}

.cabinet-calendar__mob-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
}

.link__cabinet {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #5b59e9;
  max-width: 206px;
  width: 100%;
}

.link__active {
  font-size: 16px;
  line-height: 19px;
  color: #5b59e9;
}

.cabinet-calendar__mob-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabinet-calendar__mob-copy a:first-of-type {
  margin-right: 5px;
}

.calendar__session-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.calendar__session-box svg {
  margin-right: 10px;
}

.calendar__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
}

.calendar__session {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar__session span {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #121e41;
  margin-right: 5px;
}

.page__404 {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.wrapper__page-404 {
  background-color: #f5f8fd;
}

.error__page-logo {
  text-align: center;
  padding: 26px 0;
  z-index: 5;
  position: relative;
}

.error__page-geometry {
  background-color: #f5f8fd;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.error__page .geometry__icon11 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 786px;
  width: 100%;
  max-height: 768px;
  height: 100%;
}

.error__page .geometry__icon11-mob {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.error__page .geometry__icon11-mobS {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.error__page .geometry__icon22 {
  position: absolute;
  right: 0;
  top: 0;
}

.error__page .geometry__icon22-mobS {
  display: none;
}

.error__page .geometry__icon33 {
  position: absolute;
  bottom: -4px;
  right: 0;
  max-width: 860px;
  max-height: 321px;
  overflow: hidden;
}

.error__page .geometry__icon33-mobS {
  display: none;
}

.error__page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
  position: relative;
  margin-top: 138px;
}

.error__page-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error__page-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #121e41;
  margin-bottom: 8px;
}

.error__page-text {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  color: #121e41;
  max-width: 505px;
  width: 100%;
  margin-bottom: 32px;
}

.geometry__icon44 {
  position: absolute;
  bottom: 20%;
  left: 60px;
  max-width: 476px;
  width: 100%;
}

.geometry__icon44-mob {
  display: none;
  position: absolute;
  bottom: 20%;
  left: 60px;
  max-width: 312px;
  width: 100%;
}

.blog {
  margin-top: 129px;
}

.blog__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 68px;
}

.blog__category-link {
  background: #f5f8fd;
  border-radius: 10px;
  padding: 16px;
  font-family: SFPRODISPLAY;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #5b59e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.text-center {
  text-align: center;
}

.leave__btn {
  padding-bottom: 10px;
}

.blog__category-link.active,
.blog__category-link:hover {
  background: #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  color: #fff;
}

.blog__category-active {
  background: #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  color: #fff;
}

.popup__close__tooltip {
  position: absolute;
  right: 15px;
  top: 15px;
}

.popup__item.popup__item__tooltip {
  margin-top: 30px;
}

.blog__items {
  margin-bottom: 111px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog__item {
  background-color: transparent;
  padding: 9px 19px 73px 23px;
  border-radius: 0 0 40px 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog__item:hover {
  background: #fff;
  -webkit-box-shadow: 10px 12px 40px 0 rgba(238, 238, 238, 0.8);
  box-shadow: 10px 12px 40px 0 rgba(238, 238, 238, 0.8);
}

.blog__content-img {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
}

.blog__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #b5b5b5;
  padding: 19px 0 8px;
}

.blog__content-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}

.blog__content-time {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #b5b5b5;
  padding-left: 21px;
  position: relative;
}

.blog__content-time:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 13.96px;
  top: 4px;
  left: 0;
  background-image: url(../img/blog-content_time-icon.svg);
  background-repeat: no-repeat;
}

.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 95px auto;
  max-width: 265px;
  width: 100%;
  justify-content: center;
}

.hero {
  padding: 139px 0 174px 0;
  background-image: url(../img/hero_bg.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 57%;
  flex: 1 0 57%;
  z-index: 5;
}

.hero__content-decor {
  position: absolute;
}

.hero__content-decor1 {
  position: absolute;
  left: 0;
  bottom: -286px;
}

.hero__content-decor2 {
  position: absolute;
  top: -300px;
  right: -421px;
}

.hero__content-decor3 {
  position: absolute;
  bottom: -175px;
  right: -657px;
}

.hero__content-decor4 {
  position: absolute;
  right: -1190px;
  top: -237px;
}

.hero__content-decor5 {
  position: absolute;
  right: -1262px;
  bottom: -362px;
}

.hero__title {
  font-weight: 700;
  font-size: 65px;
  line-height: 121%;
  color: #121e41;
  max-width: 557px;
  width: 100%;
  margin-bottom: 25px;
}

.hero__title span {
  position: relative;
  padding-bottom: 5px;
}

.hero__title span::before {
  content: '';
  height: 9px;
  background-color: #5b59e9;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero__description {
  font-weight: 600;
  font-size: 24px;
  line-height: 123%;
  color: #121e41;
  margin-bottom: 24px;
  max-width: 528px;
}

.hero__btn {
  display: inline-block;
  background: #5b59e9;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  padding: 22px 42px;
}

.hero__images {
  z-index: 2;
  position: relative;
}

.hero__images-mob {
  display: none;
}

.hero__images:before {
  content: '';
  position: absolute;
  width: 329px;
  height: 147px;
  top: 0;
  left: -81px;
  background-image: url(../img/hero__chat-left.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.hero__images:after {
  content: '';
  position: absolute;
  width: 176px;
  height: 181px;
  top: 55px;
  right: 48px;
  z-index: -1;
  background-image: url(../img/hero__chat-right.png);
  background-repeat: no-repeat;
}

.hero__odds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.hero__odds-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__odds-item-img {
  z-index: 3;
}

.hero__odds-item__title {
  padding: 11px 26px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #101f40;
  z-index: 0;
  margin-left: -30px;
}

.request {
  margin: -74px 0 111px 0;
  position: relative;
}

.request .request__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 68px;
  margin-bottom: 111px;
}

.request .request__item {
  position: relative;
  max-width: 402px;
  width: 100%;
  height: 261.06px;
  background: #f5f8fd;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.request .request__item-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #121e41;
  margin: 0 0 12px 32px;
  z-index: 2;
}

.request .object__request-girl {
  position: relative;
}

.request .object__request-girl:before {
  content: '';
  position: absolute;
  width: 93px;
  height: 281px;
  top: -55px;
  left: -42px;
  background-image: url(../img/object__girl.svg);
  background-repeat: no-repeat;
}

.request .object__request-yoga {
  position: relative;
}

.request .object__request-yoga:before {
  content: '';
  position: absolute;
  width: 141px;
  height: 175px;
  top: -32px;
  right: -5px;
  background-image: url(../img/object__yoga.svg);
  background-repeat: no-repeat;
}

.request .object__request-man {
  position: relative;
}

.request .object__request-man:before {
  content: '';
  position: absolute;
  width: 235px;
  height: 263px;
  top: 71px;
  left: -105px;
  background-image: url(../img/object__man.svg);
  background-repeat: no-repeat;
}

.request .object__request-family {
  position: relative;
}

.request .object__request-family:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 281px;
  top: 54px;
  right: -98px;
  background-image: url(../img/object__family.svg);
  background-repeat: no-repeat;
}

.request .request__expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.request .request__expert-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #121e41;
  margin-bottom: 24px;
}

.request .request__expert-btn {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

.specialists {
  margin-bottom: 111px;
}

.specialists__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 68px;
}

.specialists__inner-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.specialists__item {
  max-width: 630px;
  width: 100%;
  border-radius: 30px;
  padding: 19px 0 35px 33px;
  margin-left: -33px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.specialists__item:hover {
  background: #f5f8fd;
}

.specialists__item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 150.02%;
  color: #121e41;
  margin: 11px 0 12px 0;
}

.specialists__item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121e41;
  margin-bottom: 13px;
}

.specialists__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 55px;
}

.specialists__skills:not(:last-child) {
  margin-bottom: 41px;
}

.specialists__skill {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #5b59e9;
  padding: 16px;
  background: #f5f8fd;
  border-radius: 10px;
}
.psychotherapist {
	margin-bottom: 111px;
}

.psychotherapist__items {
	margin-bottom: 68px;
}

.psychotherapist__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
}

.psychotherapist__item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.psychotherapist__item-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	letter-spacing: 0.016em;
	color: #121e41;
	margin-bottom: 22px;
	max-width: 573px;
	width: 100%;
	position: relative;
}

.psychotherapist__item-title span {
	position: absolute;
	left: -22px;
}

.psychotherapist__item-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.016em;
	color: #121e41;
	max-width: 588px;
	width: 100%;
}

.psychotherapist__item-img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 500px;
	width: 100%;
}

.psychotherapist-btn {
	display: block;
	margin: 0 auto;
	max-width: 374px;
	width: 100%;
}

.selection {
  margin-bottom: 111px;
}

.selection__items {
  margin-bottom: 68px;
}

.selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.selection__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.selection__item-content {
  position: relative;
}

.selection__item-content:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -88px;
  left: -10px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection__item-number {
  font-weight: 700;
  font-size: 100px;
  line-height: 121px;
  color: #f1f3fe;
  position: absolute;
  top: -151px;
  left: 131px;
}

.selection__item-title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #121e41;
  margin-bottom: 8px;
}

.selection__line4 .selection__item-title {
  max-width: 392px;
}

.selection__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 145.02%;
  text-align: center;
  color: #121e41;
  width: 100%;
}

.selection__line2 {
  position: relative;
}

.selection__line2:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -110px;
  left: -10px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection__line3 {
  position: relative;
}

.selection__line3:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -98px;
  left: -36px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection__line4 {
  position: relative;
}

.selection__line4:before {
  content: '';
  position: absolute;
  width: 477px;
  height: 297px;
  top: -80px;
  left: -50px;
  background-image: url(../img/selection-line.svg);
  background-repeat: no-repeat;
}

.selection .number__line2 {
  position: absolute;
  top: -174px;
  left: 121px;
}

.selection .number__line3 {
  position: absolute;
  top: -156px;
  left: 93px;
}

.selection .number__line4 {
  position: absolute;
  top: -147px;
  left: 81px;
}

.selection__checklist {
  position: relative;
}

.selection__checklist:before {
  content: '';
  position: absolute;
  width: 260px;
  height: 127px;
  top: 2px;
  /* left: -240px; */
  right: 517px;
  background-image: url(../img/checklist-line.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
  z-index: 3;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
  transform: scaleX(-1);
}

.selection__checklist-text {
  position: absolute;
  top: 33px;
  right: 547px;
  max-width: 190px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 145.02%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: 3;
}

.selection__checklist-text a {
  color: #8872f6;
}

.selection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selection__text {
  font-weight: 600;
  font-size: 26px;
  line-height: 125%;
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin-bottom: 24px;
}

.selection__text a {
  color: #121e41;
}

.selection .selection__item-img {
  position: relative;
  z-index: 2;
  background-color: #fff;
  max-height: 352px;
}

.selection .selection__img-mob {
  display: none;
}

.reviews {
  margin-bottom: 111px;
}

.reviews__bg {
  background-image: url(../img/reviews-map.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 29px 0 300px 0;
}

.reviews__box {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #ecf5ff;
  box-shadow: 0 2px 10px #ecf5ff;
  max-width: 560px;
  width: 100%;
  padding: 68px 48px 115px 48px;
  position: relative;
  border-radius: 12px;
  width: max-content;
}

.reviews__box:before {
  content: '';
  position: absolute;
  width: 67px;
  height: 42px;
  top: -25px;
  right: 34px;
  background-image: url(../img/icon-slider.svg);
  background-repeat: no-repeat;
}

.reviews__box-title {
  /*text-align: center;*/
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  margin-bottom: 18px;
}

.reviews__box-text {
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #121e41;
  /*max-width: 360px;*/
  width: 100%;
}

.reviews__slider {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.reviews__slide {
  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;
  margin-top: 74px;
}

.reviews .swiper-button-next-abc,
.reviews .swiper-button-prev {
  position: absolute;
  width: 72px;
  height: 72px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 16px;
}

.reviews .swiper-button-prev {
  top: 50%;
  left: 0;
}

.reviews .swiper-button-prev:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 36px;
  top: 25%;
  right: 30px;
  background-image: url(../img/left-arrow.svg);
  background-repeat: no-repeat;
}

.reviews .swiper-button-next-abc {
  top: 50%;
  right: 0;
}

.reviews .swiper-button-next-abc:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 36px;
  top: 25%;
  right: 20px;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
}

.tariff {
  margin-bottom: 111px;
}

.tariff__title {
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: 0 auto 68px auto;
}

.tariff__title:before {
  content: '';
  position: absolute;
  width: 218px;
  height: 75px;
  top: -10px;
  left: -30px;
  background-image: url(../img/title-decor.svg);
  background-repeat: no-repeat;
}

.tariff__decor {
  background-image: url(../img/tariff-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.tariff__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tariff__item {
  position: relative;
  max-width: 357px;
  width: 100%;
  background: #fff;
  border: 1px solid #f094d3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  padding: 63px 10px 62px 47px;
  margin-bottom: 68px;
}

.tariff__item:nth-child(1) {
  margin-right: 60px;
}
.tariff__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  margin-bottom: 13px;
}

.tariff__item-decor {
  position: absolute;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  left: 18px;
  top: 14px;
  background: -o-linear-gradient(251.09deg, #94c9f0 12.76%, #c4ffe7 89.91%);
  background: linear-gradient(198.91deg, #94c9f0 12.76%, #c4ffe7 89.91%);
}

.tariff__time {
  font-weight: 500;
  font-size: 18px;
  line-height: 145.02%;
  color: #b5b5b5;
  margin-bottom: 79px;
}

.tariff__time span {
  font-weight: 600;
  font-size: 18px;
  line-height: 145.02%;
  color: #121e41;
}

.tariff__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 145.02%;
  color: #121e41;
  text-align: center;
  margin-left: -45px;
}

.tariff__price span {
  font-weight: 600;
  font-size: 42px;
  line-height: 145.02%;
  color: #121e41;
}

.tariff__btn {
  display: block;
  margin: 0 auto;
  max-width: 374px;
  width: 100%;
}

.tariff .decor-gradient {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1.91%, #f094d3),
    color-stop(154.5%, #99b9f9)
  );
  background: -o-linear-gradient(bottom, #f094d3 1.91%, #99b9f9 154.5%);
  background: linear-gradient(360deg, #f094d3 1.91%, #99b9f9 154.5%);
}

.questions {
  margin-bottom: 202px;
}

.questions__spollers {
  max-width: 978px;
  width: 100%;
  margin: 0 auto 111px auto;
}

.questions__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions__manager-link img {
  max-width: 68px;
  width: 100%;
  max-height: 68px;
  min-height: 46px;
  height: 100%;
}

.questions__manager-massage {
  margin-bottom: 24px;
}

.questions__manager-massage p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #121e41;
}

.outer-circle {
  max-width: 400px;
  width: 100%;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -34px 14px 20px rgba(235, 240, 244, 0.25),
    34px 2px 40px #ebf0f4;
  box-shadow: -34px 14px 20px rgba(235, 240, 244, 0.25), 34px 2px 40px #ebf0f4;
  position: relative;
}

.inner-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 80s linear infinite;
  animation: rotate 80s linear infinite;
}

@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0) translate(200px)
      rotate(0);
    transform: translate(-50%, -50%) rotate(0) translate(200px) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) translate(200px)
      rotate(-360deg);
    transform: translate(-50%, -50%) rotate(360deg) translate(200px)
      rotate(-360deg);
  }
}

.specialists__inner-right {
  position: relative;
  width: 100%;
  height: 500px;
}

.outer-circle {
  position: absolute;
}

.outer-circle-2 {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.outer-circle-2 .inner-circle {
  -webkit-animation: rotate 95s linear infinite;
  animation: rotate 95s linear infinite;
}

.outer-circle-3 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  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;
}

.outer-circle-3 .inner-circle {
  -webkit-animation: rotate 100s linear infinite;
  animation: rotate 100s linear infinite;
}

.outer-circle-4 {
  -webkit-transform: scale(0.69);
  -ms-transform: scale(0.69);
  transform: scale(0.69);
}

.outer-circle-4 .inner-circle {
  -webkit-animation: rotate 90s linear infinite;
  animation: rotate 90s linear infinite;
  -webkit-animation-direction: alternate, reverse, normal;
  animation-direction: alternate, reverse, normal;
}

.dd.inner-circle {
  -webkit-animation: rotate 40s linear infinite;
  animation: rotate 40s linear infinite;
}

.dd1.inner-circle {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

.c-personalized__circle-wrapper {
  z-index: 1;
  max-width: 403px;
  width: 100%;
  height: 403px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.c-personalized__circles {
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-personalized__circle {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-personalized__circle.large {
  width: 403px;
  height: 403px;
  -webkit-box-shadow: 16px 18px 61px -7px rgba(0, 18, 81, 0.25);
  box-shadow: 16px 18px 61px -7px rgba(0, 18, 81, 0.25);
}

.c-personalized__circle.large.clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.c-personalized__circle.medium {
  width: 335px;
  height: 335px;
  top: 34px;
  bottom: 34px;
  left: 34px;
  right: 34px;
  -webkit-box-shadow: 0 7px 31px -3px rgba(0, 76, 127, 0.26);
  box-shadow: 0 7px 31px -3px rgba(0, 76, 127, 0.26);
}

.c-personalized__circle.medium.clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.c-personalized__circle.small {
  width: 241px;
  height: 241px;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 184px;
  top: 80px;
  bottom: 78px;
  left: 78px;
  right: 78px;
  -webkit-box-shadow: 0 6px 25px -3px rgba(0, 96, 137, 0.2);
  box-shadow: 0 6px 25px -3px rgba(0, 96, 137, 0.2);
}

.c-personalized__circle.small.clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}

.c-personalized__bubbles {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-personalized__bubbles.tooltips.tooltip-hover {
  margin-right: 20px;
}

.c-therapists__title {
  font-size: 10.92px;
  font-weight: 400;
  line-height: 14px;
}

.c-bubble__tooltip {
  min-width: 124px;
  opacity: 0;
  color: #0d6f72;
  white-space: nowrap;
  background-color: #e1e7f0;
  border-radius: 12px;
  padding: 13px 18px 15px;
  font-weight: 700;
  line-height: 18px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: 51%;
}

.c-bubble__tooltip.medication-management {
  top: -68px;
}

.c-bubble__tooltip.mindfulness-exercises {
  top: -50px;
  left: 90%;
}

.c-bubble__tooltip.preventatvie-care {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  top: -68px;
}

.c-bubble__tooltip.evaluation {
  top: -35px;
  left: 89%;
}

.c-bubble__tooltip.coaching-and-therapy {
  top: -70px;
}

.c-bubble__tooltip.goal-setting {
  top: -199px;
}

.c-bubble__tooltip.psych {
  min-width: auto;
  top: -35px;
  left: 91%;
}

.c-bubble__tooltip.self-guided {
  min-width: 122px;
  top: -35px;
  left: 90%;
}

.c-bubble__tooltip.therapy {
  min-width: auto;
  top: -35px;
  left: 80%;
}

.c-bubble__tooltip.insights {
  top: -50px;
  left: 60%;
}

.c-bubble__tooltip.clinical-progress {
  top: -35px;
  left: 90%;
}

.c-bubble__tooltip.live-sessions {
  min-width: 122px;
  top: -35px;
  left: 90%;
}

.c-personalized__bubble.evaluation {
  width: 57.6px;
  height: 57.6px;
  background-image: url(../img/ava4.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 40px;
  left: 9px;
}

.c-personalized__bubble.evaluation {
  width: 57.6px;
  height: 57.6px;
  background-color: #fff;
  background-image: url(../img/ava2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 40px;
  left: 9px;
  position: absolute;
  border-radius: 50%;
}

.c-personalized__bubble.medication-management {
  width: 58px;
  height: 58px;
  background-color: #f1d2d2;
  background-image: url(../img/ava6.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 5px;
  right: 17px;
  position: absolute;
  border-radius: 50px;
}

.c-personalized__bubble.mindfulness-excercises {
  z-index: 40;
  width: 62px;
  height: 62px;
  background-image: url(../img/ava5.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 70px;
  position: absolute;
}

.c-personalized__bubble.coaching-and-therapy {
  width: 62.08px;
  height: 62.08px;
  background-image: url(../img/ava4.png);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  top: -9px;
  right: 62px;
  border-radius: 50%;
}

.c-personalized__bubble.messaging {
  width: 62.08px;
  height: 62.08px;
  background-image: url(../img/ava7.png);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -9px;
  right: 62px;
  position: absolute;
}

.select_form1 {
  padding-right: 10px;
}

.select_form1 .select__title {
  position: relative;
}

.select__title:before {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 0L3.97 6L0 0H8Z%27 fill=%27%23121E41%27/%3E%3C/svg%3E%0A');
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.profile-settings .select__title {
  width: 100%;
  font-size: 12px;
  line-height: 0px;
  padding: 5px;
  padding-right: 20px;
}

.profile-settings .select__title .select__content {
  font-size: 12px;
  margin: 0px;
}

.profile-settings .select__title .select__value {
  margin: 0px;
}

.profile-settings .select__title:before {
  right: 18px;
}

.profile-settings .profile__session-btn {
  float: right;
  background: #5b59e9;
  color: #fff;
}

.profile-settings .select__option {
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  font-size: 12px;
}

/* ._select-open .select__title:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
} */

.calendar__info._dynamic_adapt_:last-of-type {
  margin: 20px auto 0;
}

.psycho__circle-img {
  max-width: 374px;
  width: 100%;
}

.containerFix {
  margin-right: -44px;
}

.page__404 {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.wrapper__page-404 {
  background-color: #f5f8fd;
}

.error__page-logo {
  text-align: center;
  padding: 26px 0;
  z-index: 5;
  position: relative;
}

.error__page-geometry {
  background-color: #f5f8fd;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.error__page .geometry__icon11 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 786px;
  width: 100%;
  max-height: 768px;
  height: 100%;
}

.error__page .geometry__icon11-mob {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.error__page .geometry__icon11-mobS {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.error__page .geometry__icon22 {
  position: absolute;
  right: 0;
  top: 0;
}

.error__page .geometry__icon22-mobS {
  display: none;
}

.error__page .geometry__icon33 {
  position: absolute;
  bottom: -4px;
  right: 0;
  max-width: 860px;
  max-height: 321px;
  overflow: hidden;
}

.error__page .geometry__icon33-mobS {
  display: none;
}

.error__page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 2;
  position: relative;
  margin-top: 138px;
}

.error__page-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error__page-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #121e41;
  margin-bottom: 8px;
}

.error__page-text {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  color: #121e41;
  max-width: 505px;
  width: 100%;
  margin-bottom: 32px;
}

.geometry__icon44 {
  position: absolute;
  bottom: 20%;
  left: 60px;
  max-width: 476px;
  width: 100%;
}

.geometry__icon44-mob {
  display: none;
  position: absolute;
  bottom: 20%;
  left: 60px;
  max-width: 312px;
  width: 100%;
}

.hero__business {
  padding: 110px 0 214px 0;
  background-image: url(../img/bg-test.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.hero__business__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__business-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
}

.hero__business-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #121e41;
  max-width: 790px;
  width: 100%;
  margin-bottom: 18px;
  padding-top: 81px;
}

.choice-psycho__item-left .choice-psycho__item-avatar {
  width: 106px;
  height: 106px;
}

span.choice__text.checkbox__text {
  display: block;
}

#deferSession .popup__info {
  grid-template-columns: repeat(auto-fill, 152px);
}

.hero__business-description {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #121e41;
  max-width: 541px;
  width: 100%;
  margin-bottom: 24px;
}

.hero__business-btn {
  /*margin: 0 auto;*/
}

.hero__business-mob__img {
  display: none;
  margin-left: auto;
  margin-top: -84px;
}

.hero__business-mob__img img {
  position: relative;
  max-width: 970px;
  width: 100%;
  z-index: -1;
}

.argument {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 111px;
}

.argument__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000;
  max-width: 664px;
  width: 100%;
  margin-bottom: 89px;
}

.argument__img img {
  max-width: 670px;
  width: 100%;
}

.argument__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  max-width: 476px;
  width: 100%;
  color: #121e41;
  margin-bottom: 8px;
  position: relative;
  z-index: -1;
  background: #fff;
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  padding: 57px 65px;
}
.argument__img {
  margin-top: -50px;
}
.argument__text span {
  font-size: 32px;
  line-height: 37px;
  color: #ffa255;
}

.numerically {
  margin-bottom: 111px;
}

.numerically__title {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 18px;
}

.numerically__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #121e41;
  max-width: 440px;
  width: 100%;
  margin: 0 auto 42px;
}

.numerically__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.numerically__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.numerically__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.016em;
  color: #121e41;
  max-width: 337px;
  width: 100%;
}

.business__programs {
  margin-bottom: 111px;
}

.business__programs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}

.business__programs-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 42px 42px 46px 32px;
  max-width: 548px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url(../img/business__programs-bg.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.business__programs-item img {
  max-width: 185px;
  width: 100%;
  max-height: 163px;
  min-height: 93px;
  height: 100%;
}

.business__programs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 194px;
  min-height: 167px;
  height: 100%;
}

.business__programs-content__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.016em;
  color: #121e41;
  max-width: 210px;
  width: 100%;
}

.business__programs-content__btn {
  padding: 16px 22px;
  background: #5b59e9;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
}

.business__programs-disc {
  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;
  gap: 56px;
}

.business__programs-disc__text {
  background: #f5f8fd;
  -webkit-box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  border-radius: 10px;
  padding: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #5b59e9;
}

.business__request {
  padding: 58px 0;
  background-color: #f5f8fd;
  margin-bottom: 111px;
}

.business__request-title {
  margin-bottom: 12px;
}

.business__request-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #121e41;
  margin: 0 auto 42px;
  max-width: 596px;
  width: 100%;
}

.business__form-box {
  max-width: 660px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
  margin: 0 auto;
  padding: 42px 62px;
}

.business__form-box input {
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #101f40;
  padding: 10px 18px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  min-width: 259px;
  width: 100%;
  outline: 0;
  -webkit-appearance: none;
}

.business__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.business__form-mail,
.business__form-name,
.business__form-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select__body {
  min-width: 259px;
  width: 100%;
  margin-top: 8px;
}

.select__content,
.select__option {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #101f40;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.select__content:hover,
.select__option:hover {
  background-color: #f5f8fd;
}

.select__title {
  background: #f5f8fd;
  border: 1px solid #211dab;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  padding: 18px;
}

.business__form-company {
  margin: 24px 0;
}

.business__form-company label {
  margin-bottom: 8px;
}

.business__form-company input {
  margin-top: 8px;
}

.business__form-mail label,
.business__form-phone label {
  margin-bottom: 8px;
}

.business__form-personal {
  margin: 42px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #101f40;
}

.business__form-personal a {
  color: #5b59e9;
}

.business__form-submit {
  background: #5b59e9 !important;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px !important;
  padding: 22px 44px !important;
  font-weight: 600;
  font-size: 22px !important;
  line-height: 27px !important;
  color: #fff !important;
  max-width: 256px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.business__questions {
  margin-bottom: 202px;
}

.checkbox__radio {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #5b59e9;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  bottom: -3px;
}

.business__form-personal input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__label_business:before {
  content: '';
  width: 12px;
  height: 12px;
  left: 4px;
  top: 7px;
  position: absolute;
  border-radius: 50%;
  background: 0 0;
}

.checkbox__input:checked + .checkbox__label_business:before {
  background: #5b59e9;
}

.business__form-box label {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121e41;
  margin-bottom: 8px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

#regForm .select__title {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

#regForm .select__title:before {
  right: 18px;
}

#regForm .select_form {
  padding-right: 10px;
}

#regForm .select__scroll {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 20px 20px;
  padding: 15px 0;
}

#regForm .select__option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 18px;
  margin-bottom: 10px;
}

.business__form .select__title {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

.business__form .select__title:before {
  right: 18px;
}

.business__form .select_form {
  padding-right: 10px;
}

.business__form .select__scroll {
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 20px 20px;
  padding: 15px 0;
}

.business__form .select__option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 18px;
  margin-bottom: 10px;
}

.business__form .select__scroll {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.business__form .select__options {
  position: relative !important;
}

.business__form-name input {
  padding: 11px 18px;
}

#fname {
  margin-top: 7px;
}

.thanks__page {
  background-color: #f5f8fd;
  height: 100vh;
}

.thanks__page-top {
  margin-bottom: 74px;
}

.thanks__page-top__decor {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.thanks__page-box {
  position: relative;
  padding: 116px 0 113px 0;
  margin-bottom: 240px;
  z-index: 1;
}

.thanks__page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanks__page-content__title {
  margin-bottom: 12px;
}

.thanks__page-content__text {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  max-width: 608px;
}

.thanks__page .thanks__decor-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.thanks__page .thanks__decor-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.thanks__page .thanks__decor1 {
  position: absolute;
  left: 134px;
  top: 34px;
}

.thanks__page .thanks__decor2 {
  position: absolute;
  left: 0;
  top: 62px;
}

.thanks__page .thanks__decor3 {
  position: absolute;
  top: 231px;
  left: 31px;
}

.thanks__page .thanks__decor4 {
  position: absolute;
  top: 353px;
  left: 141px;
}

.thanks__page .thanks__decor5 {
  position: absolute;
  top: 0;
  right: 97px;
}

.thanks__page .thanks__decor6 {
  position: absolute;
  top: 24px;
  right: 0;
}

.thanks__page .thanks__decor7 {
  position: absolute;
  top: 147px;
  right: 155px;
}

.thanks__page .thanks__decor8 {
  position: absolute;
  top: 325px;
  right: 77px;
}

.hero__community {
  padding: 211px 0 42px 0;
  background: #f5f8fd;
  margin-bottom: 111px;
}

.hero__community__container {
  position: relative;
}

.hero__community-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #121e41;
  margin-bottom: 58px;
  max-width: 980px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.hero__community-title:before {
  content: '';
  position: absolute;
  width: 657px;
  height: 119px;
  top: -28px;
  left: 205px;
  background-image: url(../img/hero__community-title-decor.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

.hero__community-title span {
  color: #fff;
}

.hero__community-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
}

.hero__community-inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__community-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  max-width: 436px;
  width: 100%;
}

.hero__community-img1 {
  position: absolute;
  top: -76px;
  left: 46px;
  max-width: 78px;
  max-height: 78px;
  min-height: 24px;
  height: 100%;
}

.hero__community-img2 {
  position: absolute;
  top: -45px;
  right: 131px;
  max-width: 84px;
  max-height: 84px;
  min-height: 32px;
  height: 100%;
}

.hero__community-img3 {
  position: absolute;
  bottom: 26px;
  left: 39%;
  max-width: 137px;
  max-height: 137px;
  min-height: 42px;
  height: 100%;
}

.hero__community-btn {
  margin: 0;
}

.requirement {
  padding-bottom: 65px;
}

.requirement__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 68px;
}

.requirement__items-mob {
  display: none;
}

.requirement__items-mob__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 342px;
  max-height: 158px;
  width: 100%;
  gap: 20px;
}

.requirement__item {
  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;
  max-width: 374px;
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 6px rgba(219, 235, 255, 0.82);
  box-shadow: 0 0 50px 6px rgba(219, 235, 255, 0.82);
@media (max-width: 820px) {
    max-width: 342px;
}
}

.requirement__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.016em;
  color: #121e41;
  max-width: 324px;
  width: 100%;
  padding: 109px 0;
}

.requirement__item-text span {
  font-weight: 700;
}

.requirement__numerically {
  background: #5b59e9;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.requirement__numerically-subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.016em;
  color: #fff;
}

.requirement__numerically-title {
  font-weight: 700;
  font-size: 150px;
  line-height: 181px;
  letter-spacing: 0.016em;
  color: #fff;
  margin: 11px 0;
}

.requirement__numerically-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.016em;
  color: #fff;
}

.requirement__images {
  background-image: url(../img/community-requirement.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 373px;
  height: 100%;
  max-height: 314px;
  min-height: 314px;
}

.requirement__btn {
  margin: 0 auto;
  display: block;
  max-width: 256px;
}

html[lang='en'] .requirement__btn {
  max-width: 330px;
}

html[lang='uk'] .requirement__btn {
  max-width: 264px;
}

html[lang='en'] .business__form-submit {
  max-width: 333px;
}

html[lang='ru'] .business__form-submit {
  max-width: 262px;
}

html[lang='uk'] .business__form-submit {
  max-width: 270px;
}

.requirement ._numerically-accent {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa255),
    to(#ffc087)
  );
  background: -o-linear-gradient(top, #ffa255 0, #ffc087 100%);
  background: linear-gradient(180deg, #ffa255 0, #ffc087 100%);
}

.community__slogan {
  margin-bottom: 125px;
  padding: 28px 0 280px 0;
  background-image: url(../img/community__slogan-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.community__slogan__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community__slogan-title {
  margin-bottom: 18px;
  max-width: 660px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.community__slogan-title:before {
  content: '';
  position: absolute;
  width: 247px;
  height: 74px;
  top: 42px;
  left: 360px;
  background-image: url(../img/community__slogan-title-dec.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

.community__slogan-title span {
  color: #fff;
}

.community__slogan-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #121e41;
  max-width: 709px;
  width: 100%;
}

.community__advantages {
  margin-bottom: 94px;
}

.community__advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.community__advantages-item {
  padding: 22px 14px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0px 38px rgba(219, 235, 255, 0.82);
  box-shadow: 0 0px 38px rgba(219, 235, 255, 0.82);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  max-width: 575px;
  width: 100%;
}

.community__advantages-item__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.016em;
  color: #121e41;
}

.community__advantages-item__img {
  max-width: 68px;
  width: 100%;
  max-height: 68px;
  min-height: 68px;
  height: 100%;
}

.community__earnings {
  margin-bottom: 202px;
}

.community__earnings-title {
  margin-bottom: 18px;
}

.community__earnings-subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #121e41;
  margin: 0 auto 68px 0;
}

.community__earnings-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 68px;
}

.community__earnings-calc__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 55%;
  flex: 1 0 55%;
}

.community__earnings-calc__right {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffa255),
    to(#ffc087)
  );
  background: -o-linear-gradient(top, #ffa255 0, #ffc087 100%);
  background: linear-gradient(180deg, #ffa255 0, #ffc087 100%);
  border-radius: 30px;
  padding: 30px 0 30px 42px;
  max-width: 488px;
  width: 100%;
}

.community__earnings-calc__makings {
  font-weight: 700;
  font-size: 52px;
  line-height: 63px;
  text-transform: uppercase;
  color: #fff;
}

.community__earnings-calc__makings:not(:last-child) {
  margin-bottom: 12px;
}

.community__earnings-calc__makings span {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.choice-psycho {
  padding-top: 80px;
  background: #f5f8fd;
}

.choice-psycho__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #121e41;
  text-align: center;
  margin-bottom: 68px;
}

.choice-psycho__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.choice-psycho__item {
  max-width: 998px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
  padding: 38px 82px 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-bottom: 42px;
}

.choice-psycho__item-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choice-psycho__item-avatar {
  max-width: 142px;
  width: 100%;
  max-height: 142px;
  min-height: 54px;
  height: 100%;
  border-radius: 50%;
}

.choice-psycho__item-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
  margin: 18px 0 18px;
}

.choice-psycho__item-date__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5b59e9;
  margin-bottom: 30px;
}

.choice-psycho__item-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: #5b59e9;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  padding: 12px 24px;
}

.choice-psycho__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #121e41;
  margin-bottom: 8px;
}

.choice-psycho__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #b5b5b5;
  margin-bottom: 10px;
}

.choice-psycho__item-location {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
  padding-left: 20px;
  margin-bottom: 13px;
  position: relative;
}

.choice-psycho__item-location:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: -4px;
  background-image: url(../img/location-icon.svg);
  background-repeat: no-repeat;
}

.choice-psycho__item-characteristics {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #121e41;
  margin-bottom: 8px;
}

.choice-psycho__item-characteristics:last-child {
  margin-bottom: 30px;
}

.choice-psycho__item-about {
  margin-top: 12px;
  margin-bottom: 24px;
}

.choice-psycho__item-about__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #121e41;
  margin-bottom: 12px;
}

.choice-psycho__item-about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 128.5%;
  color: #121e41;
  max-width: 658px;
  width: 100%;
  margin-bottom: 30px;
}

.choice-psycho .choice__checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  row-gap: 12px;
  margin-bottom: 12px;
}

.choice__text {
  background: #fff;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #5b59e9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;

}
.dp__outer_menu_wrap .dp__relative {
  border: none;
}
.dp__menu {
  font-family: Gilroy!important;
}
.choice-psycho .choice__text-active {
  background: #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  box-shadow: 0 2px 10px rgba(172, 172, 172, 0.1);
  color: #fff;
}

.choice__label:not(:last-of-type) {
  /* margin-right: 15px; */
}

.choice-psycho .choice-checkbox__input:checked + .choice__label:before {
  background: 0 0;
}

.choice-psycho .choice-spollers__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #5b59e9;
  text-align: center;
  border-bottom: none;
  padding: 0;
}

.choice-psycho ._spoller-init .choice-spollers__title::after,
.choice-psycho ._spoller-init .choice-spollers__title::before {
  height: 0;
  width: 0;
}

.choice-psycho .choice-spollers__body {
  border-bottom: none;
  padding: 0;
}

.choice-psycho .choice-psycho__btn-close {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #5b59e9;
  margin: 0 auto;
  display: block;
}

.choice-psycho__manager {
  margin-bottom: 71px;
}

.choice-psycho__manager p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #b5b2b3;
}

.choice-psycho__adapt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.choice-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 812px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06);
  padding: 68px 35px 58px 35px;
  position: relative;

}

.choice-popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  outline: none;
}

.choice-popup__close img {
  max-width: 38px;
  width: 100%;
  max-height: 38px;
  min-height: 28px;
  height: 100%;
}

.choice-popup__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  margin-bottom: 24px;
}

.choice-popup__title2 {
  margin-bottom: 10px;
}

.choice-popup__text2 {
  color: #b5b5b5;
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 28px;
}

.choice-popup__month {
  margin-bottom: 30px;
}

.choice-popup__calendar {
  margin-bottom: 28px;
}

.choice-popup__data {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
  margin-bottom: 18px;
}

.choice-popup__desc {
  max-width: 396px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #b5b5b5;
}

.choice-popup__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #5b59e9;
  padding: 18px;
  background: #f5f8fd;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 24px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.choice-popup__btn:disabled {
  cursor: not-allowed;
}

.choice-popup__btn:focus {
  background: #5b59e9;
  color: #fff;
}

.choice-popup .choice-popup__text {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 21px;
  background-color: #f5f8fd;
}

.choice-popup .choice-popup__checkbox {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.5em;
  /* grid-template-rows: 15px; */
  /*min-height: 70px;*/
}

.choice-popup .choice-popup__text-active {
  background: #5b59e9;
  color: #fff;
}

.popup-show .choice-psych__body:after {
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.booking-popup__content {
  padding: 0 0 58px;
}

.select__scrolled .select__scroll {
  max-height: 600px;
  overflow-y: auto;
}

.booking-popup__header {
  padding: 24px 24px 30px 24px;
  background: #f5f8fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
  border-radius: 18px 18px 0 0;
}

#fix-popup .select__options {
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 0px 0px 20px 20px;
}

#fix-popup .select__title {
  width: 100%;
  height: 58px;
  background: #ffffff;
  border: unset;
  box-shadow: 0px 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
}

#fix-popup .select__content,
.select__option {
  display: block;
  width: 100%;
}

.popup__avatar img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}

/*.popup__account .popup__avatar img{*/
/*    width: 54px;*/
/*    height: 54px;*/
/*}*/
/*.popup__account .popup__item-address{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.popup__account .popup__info{*/
/*    display: block;*/
/*}*/

/*.popup__account .popup__boxes{*/
/*    display: flex;*/
/*}*/

.booking-popup__title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #121e41;
}

.booking-popup__avatar {
  max-width: 74px;
  width: 100%;
  max-height: 74px;
  height: 100%;
  margin-bottom: 28px;
}

.booking-popup__fullName {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  margin-bottom: 8px;
}

.booking-popup__data {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121e41;
  margin-bottom: 28px;
}

.booking-popup__data span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5b59e9;
  cursor: pointer;
}

.booking-popup__sessionCost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #121e41;
  gap: 8px;
  margin-bottom: 42px;
}

.booking-popup__sessionCost-price {
  text-transform: uppercase;
}

.booking-popup__line {
  max-width: 500px;
  width: 100%;
  border-top: 1px solid #f5f8fd;
  margin-bottom: 24px;
}

.booking-popup__timer {
  margin-bottom: 42px;
}

.booking-popup__timer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #121e41;
  margin-bottom: 18px;
  text-align: center;
}

.booking-popup__pay {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: #5b59e9;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  padding: 12px 24px;
}

.booking-popup .booking-popup__back img,
.booking-popup .booking-popup__close img {
  max-width: 38px;
  width: 100%;
  max-height: 38px;
  min-height: 28px;
  height: 100%;
}

.choice-checkbox__input {
  display: none;
}

.therapists-application {
  background: #f5f8fd;
  padding-bottom: 60px;
  padding-top: 150px;
}

.therapists-application__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #121e41;
  max-width: 566px;
  width: 100%;
  margin: 0 auto 48px auto;
}

.therapists-application__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.therapists-application__next {
  background: #5b59e9;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 42px;
  display: block;
}

.therapists-application__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #121e41;
  margin-bottom: 28px;
}

.therapists-application .therapists-application__box {
  max-width: 660px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
  margin: 0 auto 42px;
  padding: 42px 62px;
}

.therapists-application .therapists-application__box input {
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 500px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #101f40;
  padding: 10px 18px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  outline-color: #211dab;
  margin-top: 8px;
  -webkit-appearance: none;
}

.therapists-application .therapists-application__box input:focus {
  background: #f5f8fd;
}

.therapists-application .therapists-application__box label {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #b5b2b3;
  cursor: pointer;
  display: block;
  position: relative;
}

.footer__therapist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: 0;
}

.footer__therapist-container {
  background: #121e41;
  padding: 20px 0;
}

.footer__left svg {
  margin-left: -40px;
}

.therapists-application_name,
.therapists-application-phone {
  margin-bottom: 10px;
}

.therapists-application .therapists-application__box textarea {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #101f40;
  padding: 10px 18px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  box-shadow: 0 2px 10px rgba(219, 235, 255, 0.5);
  border-radius: 10px;
  min-width: 259px;
  width: 100%;
  margin-top: 8px;
  resize: none;
  max-height: 100px;
  height: 100%;
  -webkit-appearance: none;
  outline-color: #211dab;
}

.therapists-application .therapists-application__box textarea:focus {
  background: #f5f8fd;
}

.therapists-application .therapists-info label {
  color: #121e41;
}

.therapists-application_education,
.therapists-application_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 28px;
}

.therapists-application_practice {
  margin-bottom: 28px;
}

.therapists-application__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.therapists-application__prev {
  margin-right: 30px;
}
.therapists-application__nextFinish,
.therapists-application__prev {
  background: #5b59e9;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  max-width: 160px;
  width: 100%;
  padding: 22px 42px;
}

.therapists-application__prev {
  color: #5b59e9;
  background-color: #fff;
}

.therapists-application__prev:focus {
  color: #fff;
  background: #5b59e9;
}

.thanks-application {
  padding-bottom: 60px;
  padding-top: 150px;
}

.thanks-application__box {
  padding: 95px 126px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #edf6ff;
  box-shadow: 0 2px 10px #edf6ff;
  border-radius: 15px;
  max-width: 660px;
  margin: 0 auto 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-image: url('https://myself.center//img/MaskGroup.png');
    background-size: contain;
}

.thanks-application__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #121e41;
}

.thanks-application__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #121e41;
  max-width: 440px;
  width: 100%;
}

.thanks-application__btn {
  background: #5b59e9;
  border: 1px solid #5b59e9;
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.1);
  border-radius: 12px;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  padding: 22px 42px;
  display: block;
  max-width: 208px;
  width: 100%;
  margin: 0 auto;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  -o-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#account.footer {
  display:none;
}
/* @media (min-width: 980px) {
    .selection__line4 .selection__item-title {
        max-width: 379px;
    }
    .selection__line4 .selection__item-text {
        max-width: 379px;
    }
} */

@media (max-width: 455px) {
  .community__earnings-calc__makings {
    width: auto !important;
  }
}

@media (max-width: 770px) {
  .business__form-service {
    margin-bottom: 24px;
  }

  .community__earnings-calc__makings {
    width: 60vh;
  }
}

@media (min-width: 995px) {
  .menu-open .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    background-color: transparent;
    padding: 0;
  }

  .menu-open .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-open .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1000px) {
  .menu-open .menu__list {
    max-width: 100%;
  }

  .menu-open body::before {
    display: none;
  }
}

@media (min-width: 75em) {
  .login__title {
    font-size: 2.8125rem;
  }

  .login__title {
    line-height: 3.375rem;
  }

  .login__description {
    margin-bottom: 3rem;
  }

  .verify__title {
    font-size: 4.0625rem;
  }

  /* .verify__title {
		line-height: 4.9375rem;
	} */

  .verify__title {
    /* padding-top: 11.25rem; */
  }
}

@media (max-width: 1500px) {
  .profile__container {
    padding-left: 250px;
  }

  .cabinet__container {
    padding-left: 250px;
  }

  .calendar__imgWrapper img {
    max-width: 470px;
  }

  .hero__business-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
}

@media (max-width: 1365px) {
  .animation__container {
    width: 457px;
    height: 457px;
  }

  .animation__container img {
    max-width: 475px;
    margin-right: 30px;
  }
}

@media (max-width: 900px) {
  .profile__container {
    padding-top: 68px !important;
  }
}

@media (max-width: 1280px) {
  .sidebar {
    max-width: 150px;
  }

  .sidebar__link span {
    display: none;
  }

  .profile__container {
    padding-left: 181px;
  }

  .cabinet__container {
    padding-left: 181px;
  }

  .sidebar__time {
    margin: 20px 0;
  }

  .calendar__profile {
    margin-right: 30px;
  }
}

@media (max-width: 1260px) {
  .community__slogan {
    background-position: top;
    background-size: 100%;
  }
}

@media (max-width: 1242px) {
  .containerFix {
    margin-right: 0;
  }

  .containerFix {
    margin-right: 0;
  }
}

@media (max-width: 1226px) {
	.psychotherapist__item {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.psychotherapist__item-title {
		max-width: 426px;
	}

	.psychotherapist__item-text {
		max-width: 429px;
	}

	.psychotherapist__item {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.psychotherapist__item-title {
		max-width: 426px;
	}

	.psychotherapist__item-text {
		max-width: 429px;
	}
}

@media (max-width: 1200px) {
  .hero {
    padding: 80px 0 200px 0;
  }

  .hero__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: center;
  }

  .hero__title {
    margin-bottom: 14px;
  }

  .hero__btn {
    margin-bottom: 14px;
    padding: 18px 23px;
  }

  .request .request__inner {
    gap: 28px 42px;
  }

  .specialists__skill {
    font-size: 14px;
  }

  .error__page .geometry__icon11 {
    display: none;
  }

  .error__page .geometry__icon11-mob {
    display: block;
    bottom: -42px;
  }

  .error__page .geometry__icon22 {
    top: -120px;
  }

  .error__page .geometry__icon33 {
    bottom: -60px;
  }

  .geometry__icon44 {
    display: none;
  }

  .geometry__icon44-mob {
    display: block;
    bottom: 34%;
    left: -13px;
  }

  .hero {
    padding: 80px 0 200px 0;
  }

  .hero__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: center;
  }

  .hero__title {
    margin-bottom: 14px;
  }

  .hero__btn {
    margin-bottom: 14px;
    padding: 18px 23px;
  }

  .request .request__inner {
    gap: 28px 42px;
  }

  .specialists__skill {
    font-size: 14px;
  }

  .error__page .geometry__icon11 {
    display: none;
  }

  .error__page .geometry__icon11-mob {
    display: block;
    bottom: -42px;
  }

  .error__page .geometry__icon22 {
    top: -120px;
  }

  .error__page .geometry__icon33 {
    bottom: -60px;
  }

  .geometry__icon44 {
    display: none;
  }

  .geometry__icon44-mob {
    display: block;
    bottom: 34%;
    left: -13px;
  }

  .requirement__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1160px) {
  .hero__images:before {
    background-size: 75%;
  }

  .hero__images:after {
    background-size: 80%;
    top: 0;
    right: -11px;
  }

  .hero__images-des {
    max-width: 400px;
    width: 100%;
  }

  .hero__images:before {
    background-size: 75%;
  }

  .hero__images:after {
    background-size: 80%;
    top: 0;
    right: -11px;
  }

  .hero__images-des {
    max-width: 400px;
    width: 100%;
  }
}

@media (max-width: 1132px) {
  .business__programs-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .header__profile > span > p {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero__business {
    background-image: none;
    padding: 110px 0 0 0;
  }
}

@media (max-width: 1100.9px) {
  .hero__business-mob__img {
    display: block;
    margin-right: -15px;
  }
}

@media (max-width: 1080px) {
  .selection__checklist:before {
    top: -66px;
    right: -149px;
  }

  .selection__checklist-text {
    top: -28px;
    right: 479px;
  }


  .calendar__imgWrapper img {
    max-width: 350px;
  }

    .selection__checklist:before {
      top: -66px;
      right: 449px;
  }
}

@media (max-width: 1060px) {
  .request .object__request-man:before {
    top: 94px;
    left: -84px;
    background-size: 78%;
  }

  .request .object__request-family:before {
    top: 100px;
    background-size: 70%;
  }

  .request .object__request-man:before {
    top: 94px;
    left: -84px;
    background-size: 78%;
  }

  .request .object__request-family:before {
    top: 100px;
    background-size: 70%;
  }
}

@media (max-width: 1050px) {
  .specialists__inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .specialists__inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media (max-width: 1040px) {
  .animation__container {
    width: 357px;
    height: 357px;
  }

  .animation__container img {
    max-width: 375px;
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .footer__mob-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
  }

  .profile__session-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .blog__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero__community {
    padding: 192px 0 56px 0;
  }

  .hero__community-img1 {
    max-width: 43px;
    max-height: 43px;
    top: -40px;
    left: 22px;
  }

  .hero__community-img2 {
    max-width: 38px;
    max-height: 38px;
    top: -92px;
    right: 107px;
  }

  .hero__community-img3 {
    max-width: 64px;
    max-height: 64px;
    bottom: 172px;
    left: 46%;
  }

  .community__slogan {
    padding: 28px 0 0 0;
    background-image: url(../img/community__slogan-tab-bg.png);
    background-position: center;
    margin-bottom: 0;
    padding-bottom: 120px;
    background-size: 99%;
  }
}

@media (max-width: 1020px) {
  .request .object__request-man:before {
    top: 125px;
    left: -39px;
    background-size: 64%;
  }

  .request .object__request-man:before {
    top: 125px;
    left: -39px;
    background-size: 64%;
  }
}

@media (max-width: 1000px) {
  .header__logo {
    margin-right: 0;
    height:60px;
  }
  .header__logo > a {
    display:inline-block;
    height:inherit;
  }

  .menu-open .header__logo {
    display: none;
  }

  .selection__line4:before {
    top: -30px;
  }

  .selection .number__line4 {
    top: -107px;
    left: 96px;
  }

  .selection__line4:before {
    top: -30px;
  }

  .selection .number__line4 {
    top: -107px;
    left: 96px;
  }
}

@media (max-width: 995px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    /* width: 40px;
        height: 40px; */
    z-index: 100;
  }

  .menu-open .menu__item {
    margin-bottom: 24px;
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__languages {
    margin-right: 0;
  }
.header__languages_mob > .header__languages {
}
  .header__right > .header__languages {
    display:none;
  }
  .header__languages .select__title {
    text-align: right;
  }

  .header__languages .select_form1 .select__title {
    padding: 12px 0;
  }

  .menu__list {
    display: none;
  }

  .menu__item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu__item-logo a {
    display: block;
    width: 200px;
    flex-shrink: 0;
  }
  .menu__item-logo a img {
    width: 100%;
    height: auto;
  }

  .languages__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

    .header__languages_mob {
        display: block;
    }
}

@media (max-width: 995px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 993px) {
  .header__profile._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  #app > header > div > div.header__menu.menu._dynamic_adapt_ > nav > ul > div:nth-child(10) {
    display: none;
  }
  .header__profile {
    display: none;
  }

  .psychotherapist__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-left: 16px;
    max-width: 327px;
  }

  .psychotherapist__item-text {
    font-size: 14px;
    line-height: 19px;
    margin-left: 16px;
    width: auto;
    max-width: 328px;
  }

  .psychotherapist__item-img {
    max-width: 340px;
  }

  .sidebar {
    display: none;
  }

  .profile {
    padding: 11px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__container {
    padding-left: 15px;
  }

  .profile__session-btn {
    margin-bottom: 10px;
  }

  .profile__item {
    padding: 15px 11px;
  }

  .profile__doctor-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .profile__logout {
    padding: 20px 15px;
  }

  .profile__faqs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .payment {
    padding: 15px 11px;
  }

  .payment__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .reflection__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reflection__post textarea {
    min-height: 150px;
  }

  .profile__item-btn {
    position: static;
  }

  .footer__cabinets {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }

 #account.footer {
    display:none;
  }

  .cabinet__container {
    padding-left: 15px;
  }

  .psychotherapist__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-left: 16px;
    max-width: 327px;
  }

  .psychotherapist__item-text {
    font-size: 14px;
    line-height: 19px;
    margin-left: 16px;
    width: auto;
    max-width: 328px;
  }

  .psychotherapist__item-img {
    max-width: 340px;
  }
}

@media (max-width: 990px) {
  .hero__images-des {
    max-width: 334px;
  }

  .hero__images-des {
    max-width: 334px;
  }
}

@media (max-width: 934px) {
  .menu__item {
    margin-right: 40px;
  }
}

@media (max-width: 920px) {
  .hero {
    background-size: 71% 117%;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__content-decor1 {
    bottom: -843px;
    left: -314px;
  }

  .hero__content-decor2 {
    top: 259px;
    left: -313px;
  }

  .hero__content-decor3 {
    bottom: -892px;
    left: -56px;
  }

  .hero__content-decor4 {
    right: -372px;
    top: 347px;
  }

  .hero__content-decor5 {
    bottom: -910px;
    left: 329px;
  }

  .hero__images-des {
    display: none;
  }

  .hero__images-mob {
    display: block;
    max-width: 400px;
    width: 100%;
  }

  /* .hero__images:before {
    display: none;
  }

  .hero__images:after {
    display: none;
  } */

  .hero__odds {
    margin-top: 0;
  }

  .hero__odds-item__title {
    margin-bottom: 10px;
  }

  .hero__odds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }

  .hero__odds-item-img svg {
    width: 58px;
    height: 59px;
  }

  .hero-odds__ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .request .request__item {
    height: 152px;
  }

  .request .request__item-link {
    font-size: 16px;
  }

  .request .object__request-girl:before {
    width: 44px;
    height: 135px;
    top: -39px;
    left: 0;
    background-image: url(../img/object__girl-mob.svg);
  }

  .request .object__request-yoga:before {
    width: 68px;
    height: 85px;
    top: -20px;
    right: -5px;
    background-image: url(../img/object__yoga-mob.svg);
  }

  .request .object__request-man:before {
    width: 90px;
    height: 100px;
    top: 96px;
    left: -14px;
    background-image: url(../img/object__man-mob.svg);
    background-size: cover;
  }

  .request .object__request-family:before {
    width: 89px;
    height: 114px;
    top: 65px;
    right: 0;
    background-image: url(../img/object__family-mob.svg);
    background-size: cover;
  }

  .hero {
    background-size: 71% 117%;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__content-decor1 {
    bottom: -843px;
    left: -314px;
  }

  .hero__content-decor2 {
    top: 259px;
    left: -313px;
  }

  .hero__content-decor3 {
    bottom: -892px;
    left: -56px;
  }

  .hero__content-decor4 {
    right: -372px;
    top: 347px;
  }

  .hero__content-decor5 {
    bottom: -910px;
    left: 329px;
  }

  .hero__images-des {
    display: none;
  }

  .hero__images-mob {
    display: block;
    max-width: 400px;
    width: 100%;
  }

  .hero__images:before {
    width: 164px;
    top: 0;
    left: 151px;
  }

  .hero__images:after {
    width: 88px;
  }

  .hero__odds {
    margin-top: 0;
  }

  .hero__odds-item__title {
    margin-bottom: 10px;
  }

  .hero__odds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }

  .hero__odds-item-img svg {
    width: 58px;
    height: 59px;
  }

  .hero-odds__ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .request .request__item {
    height: 152px;
  }

  .request .request__item-link {
    font-size: 16px;
  }

  .request .object__request-girl:before {
    width: 44px;
    height: 135px;
    top: -39px;
    left: 0;
    background-image: url(../img/object__girl-mob.svg);
  }

  .request .object__request-yoga:before {
    width: 68px;
    height: 85px;
    top: -20px;
    right: -5px;
    background-image: url(../img/object__yoga-mob.svg);
  }

  .request .object__request-man:before {
    width: 90px;
    height: 100px;
    top: 96px;
    left: -14px;
    background-image: url(../img/object__man-mob.svg);
    background-size: cover;
  }

  .request .object__request-family:before {
    width: 89px;
    height: 114px;
    top: 65px;
    right: 0;
    background-image: url(../img/object__family-mob.svg);
    background-size: cover;
  }
}

@media (max-width: 880px) {
  .error__page-title {
    font-size: 42px;
    line-height: 51px;
  }

  .error__page-text {
    font-size: 24px;
    line-height: 28px;
    max-width: 320px;
    margin-top: -18px;
  }

  .error__page-title {
    font-size: 42px;
    line-height: 51px;
  }

  .error__page-text {
    font-size: 24px;
    line-height: 28px;
    max-width: 320px;
    margin-top: -18px;
  }
}

@media (max-width: 879px) {
  .menu__item {
    margin-right: 18px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 876px) {
  .request .request__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
  }

  .selection__item {
    margin-bottom: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
  }

  .selection__line3:before {
    top: -72px;
    left: -55px;
  }

  .selection__line4:before {
    top: -65px;
    left: -16px;
  }

  .selection .number__line3 {
    top: -138px;
    left: 75px;
  }

  .selection .number__line4 {
    top: -125px;
    left: 107px;
  }

  .selection__checklist:before {
    background-size: 90% 90%;
    top: -73px;
    right: 108px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(10deg);
    transform: scaleX(-1);
  }

  .selection__checklist-text {
    font-size: 12px;
    top: -85px;
    right: -143px;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  .selection .selection__item-img {
    display: none;
  }

  .selection .selection__img-mob {
    display: block;
    max-width: 162px;
    min-height: 287px;
    max-height: 287px;
    height: 100%;
    z-index: 1;
    background: transparent;
  }

  .request .request__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
  }

  .selection__item {
    margin-bottom: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
  }

  .selection__line3:before {
    top: -72px;
    left: -55px;
  }

  .selection__line4:before {
    top: -65px;
    left: -16px;
  }

  .selection .number__line3 {
    top: -138px;
    left: 75px;
  }

  .selection .number__line4 {
    top: -125px;
    left: 107px;
  }



  .selection__checklist-text {
    font-size: 12px;
    top: -45px;
    right: 143px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(4deg);
}

  .selection .selection__item-img {
    display: none;
  }

  /* .selection__line4 + .selection__checklist .selection__img-mob {
        transform: rotate(15deg);
    } */

  .selection .selection__img-mob {
    display: block;
    max-width: 162px;
    min-height: 287px;
    max-height: 287px;
    height: 100%;
    z-index: 1;
  }
}

@media screen (max-width: 750 px) {
  .selection__checklist:before {
    background-size: 90% 90%;
    top: -113px;
    right: -188px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .menu__item-login {
    display: none;
  }
}
@media (max-width: 860px) {
  #app > header > div > div.header__menu.menu._dynamic_adapt_ > nav > ul > div:nth-child(10) {
    display: none;
  }
  .header__languages_mob {display:block;}
  .header .select__scroll .select__option {
    padding-left: 18px !important;
    padding-right: 18px;
  }
  .header .select__options{width:fit-content;}
  .header__right {
    height:50px;
    position: relative;
    /*width: 0;*/
  }
  /*.header__profile {*/
    /*position: absolute;*/
    /*left: -100px;*/
  /*}*/
  .popup_show {
    padding-top: 60px;
  }
  .footer {
    padding: 18px 0;
  }

  .footer__menu-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .hero__community-title {
    font-size: 42px;
    line-height: 51px;
    max-width: 741px;
    margin-bottom: 98px;
  }

  .hero__community-title:before {
    top: -14px;
    left: 174px;
    background-size: 70%;
  }
}

@media (max-width: 850px) {
  .client-mob .calendar__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .client-mob .calendar__profile {
    width: 100%;
  }

  .client-mob .calendar__info {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .specialists__inner-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 57%;
    flex: 1 0 57%;
  }

  .specialists__inner-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 57%;
    flex: 1 0 57%;
  }

  .requirement__title {
    margin-bottom: 42px;
  }

  .requirement__items {
    display: none;
  }

  .requirement__items-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 42px;
  }

  .requirement__item-text {
    padding: 42px;
    font-size: 14px;
    line-height: 17px;
  }

  .requirement__numerically {
    padding: 12px 10px 8px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .requirement__numerically-subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .requirement__numerically-title {
    font-size: 80px;
    line-height: 1;
    /* line-height: 97px; */
    margin: 0;
  }

  .requirement__numerically-text {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }

  .requirement__images {
    max-width: 164px;
    max-height: 158px;
    min-height: 158px;
  }
}

@media (max-width: 800px) {
  .footer__menu-info svg {
    margin-left: 0;
  }
}

@media (max-width: 775px) {
  .specialists__item-text {
    max-width: 100%;
    width: 100%;
  }

  .specialists__item-text {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768.9px) {
  .header__right .header__languages {
    /* display: none; */
    position: absolute;
    left: -70px;
  }
  .menu-open .menu__list {
    display: flex;
    flex-direction: column;
  }
  .header__languages_mob {
    display: block;
    order: 9;
    margin-top: 24px;
  }
  .menu-open .header__btn._dynamic_adapt_ {
    margin-top: 0;
  }
  .header__languages_mob .header__languages .select_form1 .select__title {
    padding-left: 0!important;
  }
  .header .select__options {
    /*background-color: transparent;*/
    /*box-shadow: none;*/
  }
  div.header__btn:nth-child(10) {
    display: none;
  }
  .header__left {
    width: 100%;
    justify-content: center;
  }
  .header__container {
    justify-content: flex-end;
  }
  /* .selection__line4 .selection__item-text {
        max-width: 402px;
    } */
  .footer {
    margin: 8px 8px;
  }

  .footer__left {
    display: grid;
    justify-items: center;
  }

  .footer__therapist {
    flex-direction: column;
  }

  .therapist_wrapper {
    background: #f5f8fd;
  }

  .request {
    margin: -74px 0 48px 0;
  }

  .specialists {
    margin-bottom: 48px;
  }

  .specialists__title {
    margin: 0 auto 24px auto;
  }

  .specialists__item {
    padding: 0;
    margin-bottom: 35px;
    margin-left: 0;
  }

  .footer__left svg {
    margin-left: 0;
  }

  .specialists__item:hover {
    background: 0 0;
  }

  .specialists__item-title {
    font-size: 18px;
    line-height: 150.02%;
  }

  .specialists__item-text {
    margin-bottom: 8px;
    max-width: 315px;
    width: 100%;
  }

  .specialists__skills {
    gap: 18px;
  }

  .specialists__skills:not(:last-child) {
    margin-bottom: 18px;
  }

  .specialists__skill {
    font-size: 11px;
  }

  .psychotherapist__title {
    margin-bottom: 24px;
  }

  .psychotherapist__items {
    margin-bottom: 42px;
  }

  .selection {
    margin-bottom: 42px;
  }

  .reviews {
    margin-bottom: 44px;
  }

  .reviews__title {
    margin-bottom: 43px;
  }

  .tariff__item:nth-child(1) {
    margin-right: 8px;
  }

  .questions {
    margin-bottom: 42px;
  }

  .questions__manager-link img {
    width: 46px;
    height: 46px;
  }

  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }

  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  .c-personalized__circle-wrapper {
    display: contents;
  }

  .profile__container {
    padding-left: 12px;
    padding-top: 12px;
  }

  .tables {
    display: none !important;
  }
.profile__container .tables {
  display: block !important;
  overflow-x: auto;
}
  .cabinet-calendar__mob {
    display: block;
  }

  .blog {
    margin-top: 86px;
  }

  .blog__category {
    gap: 0;
    margin-bottom: 42px;
  }

  .blog__category-link {
    margin: 0 15px 15px 0;
  }

  .request {
    margin: -74px 0 48px 0;
  }

  .specialists {
    margin-bottom: 48px;
  }

  .specialists__title {
    margin: 0 auto 24px auto;
  }

  .specialists__item {
    padding: 0;
    margin-bottom: 35px;
    margin-left: 0;
  }

  .specialists__item:hover {
    background: 0 0;
  }

  .specialists__item-title {
    font-size: 18px;
    line-height: 150.02%;
  }

  .specialists__item-text {
    margin-bottom: 8px;
    max-width: 315px;
    width: 100%;
  }

  .specialists__skills {
    gap: 18px;
  }

  .specialists__skills:not(:last-child) {
    margin-bottom: 18px;
  }

  .specialists__skill {
    font-size: 11px;
  }

  .psychotherapist__title {
    margin-bottom: 24px;
  }

  .psychotherapist__items {
    margin-bottom: 42px;
  }

  .selection {
    margin-bottom: 42px;
  }

  .reviews {
    margin-bottom: 44px;
  }

  .reviews__title {
    margin-bottom: 43px;
  }

  .questions {
    margin-bottom: 42px;
  }

  .questions__manager-link img {
    width: 46px;
    height: 46px;
  }

  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }

  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  .c-personalized__circle-wrapper {
    display: contents;
  }

  .hero__business-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__business-title {
    padding-top: 0;
    text-align: center;
    max-width: 660px;
    margin: 0 auto 14px auto;
  }

  .hero__business-description {
    text-align: center;
    max-width: 717px;
  }

  .argument {
    margin-bottom: 42px;
  }

  .numerically {
    margin-bottom: 42px;
  }

  .numerically__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px;
  }

  .numerically__item {
    padding: 20px 0;
    gap: 25px;
  }

  .numerically__item img {
    margin-bottom: 15px;
  }

  .business__programs {
    margin-bottom: 42px;
  }

  .business__programs-title {
    margin-bottom: 42px;
  }

  .business__programs-disc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .business__programs-disc__text {
    margin: 0 15px 15px 0;
  }

  .business__request {
    margin-bottom: 42px;
  }

  .business__questions {
    margin-bottom: 42px;
  }

  .business__spollers {
    margin-bottom: 42px;
  }

  .thanks__page-box {
    padding: 42px 0;
    margin-bottom: 108px;
  }

  .hero__community {
    margin-bottom: 62px;
  }

  .requirement {
    margin-bottom: 42px;
  }

  .community__slogan {
    margin-bottom: 42px;
  }

  .community__slogan-title {
    font-size: 42px;
    line-height: 51px;
  }

  .community__advantages {
    margin-bottom: 42px;
  }

  .community__advantages-title {
    margin-bottom: 42px;
  }

  .community__earnings {
    margin-bottom: 42px;
  }

  .community__earnings-calc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 42px;
  }

  .choice-psycho__title {
    max-width: 504px;
    width: 100%;
    margin: 0 auto 48px;
  }

  .choice-psycho__item {
    padding: 38px 13px 38px 40px;
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .selection__text {
    font-size: 26px;
    line-height: 125%;
    text-align: center;
    max-width: 450px;
  }

  .selection__text {
    font-size: 26px;
    line-height: 125%;
    text-align: center;
    max-width: 450px;
  }

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

@media (max-width: 767.98px) {
  .login__form {
    padding: 24px 12px;
  }

  .verify__box {
    -ms-grid-columns: (30px);
    grid-template-columns: repeat(5, 30px);
  }

  .profile__logout-title {
    font-size: 18px;
    line-height: 22px;
  }

  .form__box-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form__checkbox-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header__profile {
    display: none;
  }

  .calendar__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .calendar__profile {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .calendar__imgWrapper img {
    max-width: 100%;
  }

  .blog__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .specialists__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .tariff {
    margin-bottom: 42px;
  }

  .tariff__title {
    margin: 0 auto 52px auto;
  }

  .tariff__title:before {
    top: -14px;
    left: 8px;
    background-size: 69%;
  }

  .tariff__item {
    padding: 24px 19px 24px 11px;
    max-width: 200px;
  }

  .tariff__item-title {
    font-size: 14px;
  }

  .tariff__item-decor {
    width: 8px;
    height: 8px;
    left: 10px;
    top: 14px;
  }

  .tariff__time {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .tariff__time span {
    font-size: 14px;
  }

  .tariff__price {
    font-size: 14px;
    margin-left: 0;
  }

  .tariff__price span {
    font-size: 20px;
    line-height: 145.02%;
  }

  .questions__title {
    margin-bottom: 70px;
  }

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

  .specialists__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 42px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .tariff {
    margin-bottom: 42px;
  }

  .tariff__title {
    margin: 0 auto 52px auto;
  }

  .tariff__title:before {
    top: -14px;
    left: 8px;
    background-size: 69%;
  }

  .tariff__item {
    padding: 24px 19px 24px 11px;
    max-width: 200px;
  }

  .tariff__item-title {
    font-size: 14px;
  }

  .tariff__item-decor {
    width: 8px;
    height: 8px;
    left: 10px;
    top: 14px;
  }

  .tariff__time {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .tariff__time span {
    font-size: 14px;
  }

  .tariff__price {
    font-size: 14px;
    margin-left: 0;
  }

  .tariff__price span {
    font-size: 20px;
    line-height: 145.02%;
  }

  .questions__title {
    margin-bottom: 70px;
  }

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

@media (max-width: 700px) {
  .community__slogan-title {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    max-width: 365px;
  }

  .community__slogan-title:before {
    top: 18px;
    left: 184px;
    background-size: 60%;
  }

  .community__slogan-text {
    max-width: 647px;
  }
}

@media (max-width: 690px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .request__title {
    margin-bottom: 32px;
  }

  .request .request__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
    justify-items: center;
  }

  .specialists__skills {
    display: none;
  }

  .psychotherapist {
    margin-bottom: 42px;
  }

  .psychotherapist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
  }

  .psychotherapist__item:not(:last-child) {
    margin-bottom: 42px;
  }

  .psychotherapist__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .psychotherapist__item-title {
    text-align: center;
    margin-left: 0;
  }

  .psychotherapist__item-title span {
    text-align: center;
    position: initial;
  }

  .psychotherapist__item-text {
    text-align: center;
  }

  .psychotherapist-btn {
    display: none;
  }

  .request__title {
    margin-bottom: 32px;
  }

  .request .request__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
    justify-items: center;
  }

  .specialists__skills {
    display: none;
  }

  .psychotherapist {
    margin-bottom: 42px;
  }

  .psychotherapist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
  }

  .psychotherapist__item:not(:last-child) {
    margin-bottom: 42px;
  }

  .psychotherapist__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .psychotherapist__item-title {
    text-align: center;
    margin-left: 0;
  }

  .psychotherapist__item-title span {
    text-align: center;
    position: initial;
  }

  .psychotherapist__item-text {
    text-align: center;
  }

  .psychotherapist-btn {
    display: none;
  }

  .numerically__title {
    max-width: 560px;
  }
}

@media (max-width: 680px) {
  .footer__mob-item__long {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 660px) {
  .selection__title {
    margin-bottom: 136px;
  }

  .selection__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .selection__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .selection__item-content {
    margin: 0 auto;
  }

  .selection__checklist:before {
    top: 37px;
    right: -207px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  .selection__checklist-text {
    top: 63px;
    right: -163px;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  .reviews__bg {
    padding: 20px 0 63px 0;
  }

  .reviews__box {
    max-width: 500px;
    padding: 41px 10px 42px 10px;
  }

  .reviews__slide {
    margin-top: 24px;
  }

  .reviews .swiper-button-prev {
    top: 33%;
    left: 0;
  }

  .reviews .swiper-button-next-abc {
    top: 33%;
    right: 20px;
  }

  .error__page .geometry__icon11-mob {
    display: none;
  }

  .error__page .geometry__icon11-mobS {
    display: block;
  }

  .error__page .geometry__icon22 {
    top: -204px;
  }

  .error__page .geometry__icon33 {
    bottom: -130px;
  }

  .error__page-content {
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .error__page-content {
    margin-top: 0;
  }

  .geometry__icon44-mob {
    max-width: 154px;
    bottom: 20%;
    left: 6px;
  }

  .selection__title {
    margin-bottom: 136px;
  }

  .selection__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .selection__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .selection__item-content {
    margin: 0 auto;
  }

  .selection__checklist:before {
    top: 7px;
    right: 127px;
    transform: rotate(-11deg) scaleX(-1) !important;
    z-index: 2;
  }

  .selection__checklist-text {
    top: 63px;
    transform: rotate(-7deg);
    top: 32px;
    right: 147px;
  }

  .reviews__bg {
    padding: 20px 0 63px 0;
  }

  .reviews__box {
    max-width: 500px;
    padding: 41px 35px 42px 35px;
  }

  .reviews__slide {
    margin-top: 24px;
  }

  .reviews .swiper-button-prev {
    top: 33%;
    left: 0;
  }

  .reviews .swiper-button-next-abc {
    top: 33%;
    right: 20px;
  }

  .error__page .geometry__icon11-mob {
    display: none;
  }

  .error__page .geometry__icon11-mobS {
    display: block;
  }

  .error__page .geometry__icon22 {
    top: -204px;
  }

  .error__page .geometry__icon33 {
    bottom: -130px;
  }

  .error__page-content {
    margin-top: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .error__page-content {
    margin-top: 0;
  }

  .geometry__icon44-mob {
    max-width: 154px;
    bottom: 20%;
    left: 6px;
  }

  .hero__business-title {
    font-size: 42px;
    line-height: 48px;
    max-width: 486px;
  }

  .hero__business-description {
    max-width: 486px;
  }

  .hero__business-mob__img img {
    max-width: 420px;
  }

  .therapists-application .therapists-application__box {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 660px) {
  :root {
    --containerWidth: 400px;
  }

  .progress-bar .step p {
    display: none;
  }

  .progress-bar .step .bullet::after,
  .progress-bar .step .bullet::before {
    display: none;
  }

  .progress-bar .step .bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
  }

  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .argument__img img {
    max-width: 500px;
  }

  .hero__community-title {
    font-size: 34px;
    line-height: 45px;
  }

  .hero__community-title:before {
    top: -18px;
    left: 117px;
    background-size: 64%;
  }
}

@media (max-width: 640px) {
  .hero__images-mob {
    max-width: 274px;
  }

  .selection__item-number {
    font-size: 80px;
  }

  .hero__images-mob {
    max-width: 274px;
  }

  .selection__item-number {
    font-size: 80px;
  }

  .community__slogan {
    background-image: url(../img/community__slogan-mob-bg.png);
    background-size: 98%;
  }
}

@media (max-width: 630px) {
  .community__slogan-text {
    max-width: 480px;
  }
}

@media (max-width: 620px) {
  .business__form-box {
    padding: 32px 42px;
  }

  .business__form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .business__form-phone {
    margin-bottom: 25px;
  }

  .business__form-mail,
  .business__form-name,
  .business__form-phone {
    gap: 10px;
  }

  .business__form-personal {
    margin: 42px 0 54px;
  }

  .thanks__page .thanks__decor1 {
    left: 22px;
    top: -80px;
  }

  .thanks__page .thanks__decor2 {
    left: 89px;
    top: 2px;
  }

  .thanks__page .thanks__decor3 {
    left: 81px;
  }

  .thanks__page .thanks__decor4 {
    top: 200px;
    left: 26px;
  }

  .thanks__page .thanks__decor5 {
    top: 66px;
    right: 29px;
  }

  .thanks__page .thanks__decor6 {
    -webkit-transform: rotate(11.44deg);
    -ms-transform: rotate(11.44deg);
    transform: rotate(11.44deg);
    top: -130px;
    right: -4px;
  }

  .thanks__page .thanks__decor7 {
    top: 249px;
    right: 10px;
  }

  .thanks__page .thanks__decor8 {
    top: 182px;
    right: 109px;
  }

  .therapists-application__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .therapists-application .therapists-application__box {
    padding: 32px 42px;
  }
}

@media (max-width: 610px) {
  .thanks__page-top__decor svg {
    width: 99%;
  }
}

@media (min-width: 600px) {
  .choice-psycho__item-right {
    width: calc(100% - 222px);
  }
}

@media (max-width: 600px) {
  .header__profile span {
    font-size: 0;
  }

  .hero__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #121e41;
    max-width: 346px;
    margin: 0 auto 14px auto;
  }

  .hero__title span::before {
    height: 6px;
  }

  .hero__description {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #121e41;
  }

  .hero__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #121e41;
    max-width: 346px;
    margin: 0 auto 14px auto;
  }

  .hero__title span::before {
    height: 6px;
  }

  .hero__description {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #121e41;
  }

  .business__programs-item {
    padding: 20px 10px 18px 24px;
  }

  .choice-psycho__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .choice-psycho__adapt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .choice-psycho__adapt img {
    margin-right: 17px;
  }

  /*.choice-popup__content {*/
    /*padding: 42px 10px;*/
  /*}*/

  .choice-popup__close {
    top: 12px;
    right: 12px;
  }

  .choice-popup__title {
    margin-bottom: 32px;
  }

  .choice-popup__month {
    margin-bottom: 16px;
  }

  .choice-popup__calendar {
    /*margin-bottom: 24px;*/
  }

  /*.choice-popup__btn {*/
    /*margin-bottom: 24px;*/
  /*}*/

  .booking-popup__timer {
    margin-bottom: 24px;
  }
}

@media (max-width: 580px) {
  .reviews__box {
    max-width: 500px;
    padding: 41px 10px 42px 10px;
  }
  .calendar__wrapper {
    flex-direction: column;
  }
  .reviews__box:before {
    display: none;
  }

  .calendar__profile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .calendaer__left {
    margin-bottom: 20px;
    text-align: center;
  }

  .reviews__box-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .reviews .swiper-button-next-abc,
  .reviews .swiper-button-prev {
    width: 24px;
    height: 24px;
  }

  .reviews .swiper-button-prev {
    top: 50%;
    left: 0;
  }

  .reviews .swiper-button-prev:before {
    top: 23%;
    right: -4px;
    background-image: url(../img/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 42%;
  }

  .reviews .swiper-button-next-abc {
    top: 50%;
    right: 0;
  }

  .reviews .swiper-button-next-abc:before {
    top: 24%;
    right: -6px;
    background-size: 42%;
  }

  .reviews__box {
    max-width: 500px;
    padding: 41px 30px 42px 30px;
  }

  .reviews__box:before {
    display: none;
  }

  .reviews__box-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .reviews .swiper-button-next-abc,
  .reviews .swiper-button-prev {
    width: 24px;
    height: 24px;
  }

  .reviews .swiper-button-prev {
    top: 50%;
    left: 0;
  }

  .reviews .swiper-button-prev:before {
    top: 25%;
    right: 0;
    background-image: url(../img/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 42%;
  }

  .reviews .swiper-button-next-abc {
    top: 50%;
    right: 0;
  }

  .reviews .swiper-button-next-abc:before {
    top: 25%;
    right: 0;
    background-size: 42%;
  }
}

@media (max-width: 530px) {
  .spollers__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 27px;
  }

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    width: 14px;
    right: 20px;
  }

  .spollers__body {
    padding: 0 0 27px 30px;
  }

  .spollers__body-text {
    max-width: 340px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .business__programs-item img {
    max-width: 90px;
  }

  .business__programs-content {
    min-height: 100px;
    gap: 43px;
  }

  .checkbox__label_business:before {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 8px;
  }

  .hero__community-title {
    font-size: 24px;
    line-height: 29px;
  }

  .hero__community-title:before {
    top: -14px;
    left: 78px;
    background-size: 46%;
  }

  .hero__community-description {
    font-size: 16px;
    line-height: 19px;
    max-width: 252px;
  }

  .community__slogan-text {
    max-width: 437px;
  }
}

@media (max-width: 876px) {
  .number__line4 + .selection__item-title {
    max-width: 449px;
  }
}

@media (max-width: 520px) {
  /* .selection__line4 .selection__item-text {
        max-width: 270px;
    } */
  .selection__item {
    margin-bottom: 76px;
  }

  .cabinet-calendar__mob-title {
    margin-bottom: 12px;
  }

  .selection__item-content:before {
    top: -55px;
    left: -62px;
    background-image: url(../img/selection-line.svg);
    background-repeat: no-repeat;
    background-size: 82% 67%;
  }

  .selection__item-number {
    font-size: 50px;
    top: -116px;
    left: 67px;
  }

  .selection__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .selection__item-text {
    font-size: 14px;
    line-height: 145.02%;
    max-width: 270px;
  }

  .selection__line2:before {
    top: -57px;
    left: -70px;
  }

  .selection__line3:before {
    top: -58px;
    left: -69px;
  }

  .selection__line4:before {
    top: -30px;
    left: -59px;
  }

  .selection .number__line2 {
    top: -117px;
    left: 54px;
  }

  .selection .number__line3 {
    top: -119px;
    left: 57px;
  }

  .selection .number__line4 {
    top: -91px;
    left: 65px;
  }

  .selection__text {
    max-width: 320px;
    font-size: 18px;
    margin-bottom: 18px;
  }

  .selection__item {
    margin-bottom: 76px;
  }

  .selection__item-content:before {
    top: -55px;
    left: -62px;
    background-image: url(../img/selection-line.svg);
    background-repeat: no-repeat;
    background-size: 82% 67%;
  }

  .selection__item-number {
    font-size: 50px;
    top: -116px;
    left: 67px;
  }

  .selection__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .selection__item-text {
    font-size: 14px;
    line-height: 145.02%;
    max-width: 270px;
  }

  .selection__line2:before {
    top: -57px;
    left: -70px;
  }

  .selection__line3:before {
    top: -58px;
    left: -69px;
  }

  .selection__line4:before {
    top: -30px;
    left: -59px;
  }

  .selection .number__line2 {
    top: -117px;
    left: 54px;
  }

  .selection .number__line3 {
    top: -119px;
    left: 57px;
  }

  .selection .number__line4 {
    top: -91px;
    left: 65px;
  }

  .selection__text {
    max-width: 320px;
    font-size: 18px;
    margin-bottom: 18px;
  }

  .business__programs-item {
    max-width: 420px;
  }

  .thanks__page-content__text {
    max-width: 480px;
    font-size: 18px;
    line-height: 22px;
  }

  .thanks-application__box {
    padding: 122px 46px;
  }

  .thanks-application__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
  }

  .thanks-application__text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 512px) {
  .hero__images-mob {
    max-width: 240px;
  }

  .hero__odds-item__title {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-odds__ad {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero__images-mob {
    max-width: 240px;
  }

  .hero__odds-item__title {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-odds__ad {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .requirement__items-mob__item {
    gap: 0;
  }

  .requirement__numerically:first-of-type {
    margin-right: 15px;
  }

  .requirement__items-mob {
    gap: 0;
  }

  .requirement__item-white {
    margin: 20px 0;
  }

  .requirement__items-mob {
    margin-bottom: 22px;
  }

  .community__advantages-items {
    gap: 0;
  }

  .community__advantages-item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .therapists-application_name,
  .therapists-application-phone {
    margin-bottom: 28px;
  }

  .psy-popup__title {
    text-align: center;
  }

  .psy-popup__calendar {
    max-width: 250px;
    text-align: center;
  }

  .choice-popup__time {
    width: 250px;
  }

  .psy-popup__calendar svg {
    width: 100%;
  }

  .choice-popup__selectTime {
    margin-left: 0;
    justify-content: flex-end;
    margin-right: 45px;
  }
}

@media (max-width: 480px) {
  .reviews__bg {
    padding: 56px 0 63px 0;
    background-size: 108%;
  }

  .specialists__inner-right {
    display: none;
  }

  .reviews__bg {
    padding: 56px 0 63px 0;
    background-size: 108%;
  }

  .specialists__inner-right {
    display: none;
  }

  .business__programs-items {
    gap: 0;
  }

  .business__programs-item:first-of-type {
    margin-bottom: 40px;
  }
  .business__form-box {
    padding: 24px 20px;
  }

  .checkbox__text {
    max-width: 200px;
    min-width: 99px;
  }

  .checkbox__text input {
    display: none;
  }
  .choice-popup .choice-popup__checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
  .checkbox__radio {
    height: 19px;
  }
}

@media (max-width: 440px) {
  .booking-popup__header {
    padding: 12px 12px 10px 12px;
    margin-bottom: 24px;
  }

  .booking-popup__title {
    font-size: 22px;
    line-height: 27px;
    margin-top: 42px;
  }
}

@media (max-width: 430px) {
  .hero__odds-item__title {
    font-size: 8px;
    line-height: 10px;
    padding: 7px 28px;
  }

  .hero__odds-item-img svg {
    width: 36px;
    height: 36px;
  }

  .hero__odds-item__title {
    font-size: 8px;
    line-height: 10px;
    padding: 7px 28px;
  }

  .hero__odds-item-img svg {
    width: 36px;
    height: 36px;
  }

  .hero__community {
    padding: 142px 0 56px 0;
    margin-bottom: 42px;
  }

  .hero__community-title {
    margin-bottom: 78px;
  }

  .hero__community-inner__flex {
    gap: 0;
  }

  .hero__community-description {
    margin-bottom: 12px;
  }

  .hero__community-img1 {
    max-width: 24px;
    max-height: 24px;
  }

  .hero__community-img2 {
    top: 93px;
    right: 72px;
    max-width: 32px;
    max-height: 32px;
  }

  .hero__community-img3 {
    max-width: 42px;
    max-height: 42px;
    bottom: 166px;
    left: 33%;
  }

  .community__slogan-text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
}

@media (max-width: 427px) {
  .community__slogan-text {
    max-width: 362px;
  }
}

@media (max-width: 425px) {
  .error__page .geometry__icon22 {
    display: none;
  }

  .error__page .geometry__icon22-mobS {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .error__page .geometry__icon33 {
    display: none;
  }

  .error__page .geometry__icon33-mobS {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .geometry__icon44-mob {
    bottom: 28%;
  }

  .error__page .geometry__icon22 {
    display: none;
  }

  .error__page .geometry__icon22-mobS {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .error__page .geometry__icon33 {
    display: none;
  }

  .error__page .geometry__icon33-mobS {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .geometry__icon44-mob {
    bottom: 28%;
  }
}

@media (max-width: 420px) {
  .footer {
    margin: 8px 8px;
  }

  .footer h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .footer ul li:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer ul li a {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__title {
    margin: 4px 0 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .footer__contacts-email {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__contacts-phone {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__contacts-phone a {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__contacts-address {
    font-size: 16px;
    line-height: 19px;
  }

  .footer__menu-info img {
    max-width: 54px;
  }

  .hero__images-mob {
    max-width: 218px;
  }

  .specialists__item-text {
    font-size: 14px;
  }

  .cabinet-calendar__mob-items {
    padding: 0 12px;
  }

  .cabinet-calendar__mob-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 56%;
    flex: 0 1 56%;
  }

  .error__page-logo {
    padding: 0;
  }

  .error__page-content {
    margin-top: -12px;
  }

  .hero__images-mob {
    max-width: 218px;
  }

  .specialists__item-text {
    font-size: 14px;
  }

  .error__page-logo {
    padding: 0;
  }

  .error__page-content {
    margin-top: -12px;
  }

  .hero__business-title {
    font-size: 32px;
    line-height: 39px;
    max-width: 350px;
    margin-bottom: 12px;
  }

  .hero__business-description {
    font-weight: 600;
    max-width: 350px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero__business-btn {
    padding: 18px 22px;
    font-size: 18px;
    line-height: 22px;
  }

  .hero__business-mob__img {
    margin-top: -60px;
  }

  .business__programs-title {
    margin-bottom: 24px;
  }

  .business__programs-item {
    max-width: 380px;
  }

  .business__programs-content__title {
    font-size: 18px;
    line-height: 32px;
  }

  .business__programs-content__btn {
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
  }

  .business__request-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
  }

  .business__request-subtitle {
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto 24px;
  }

  .business__form-personal {
    margin: 25px 0;
  }

  .business__form-submit {
    padding: 16px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .checkbox__radio {
    height: 19px;
    width: 21px;
  }

  .requirement__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }

  .requirement__btn {
    max-width: 178px;
    padding: 16px;
    text-align: center;
  }

  .community__slogan {
    padding-top: 48px;
  }

  .community__advantages-item {
    max-width: 420px;
    padding: 0 14px;
  }

  .community__advantages-item__text {
    font-size: 12px;
    line-height: 15px;
    max-width: 260px;
    width: 100%;
  }

  .community__earnings-subtitle {
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto 24px 0;
  }

  .community__earnings-calc {
    margin-bottom: 24px;
  }

  .community__earnings-calc__right {
    max-width: 350px;
    padding: 30px 0 34px 30px;
  }

  .choice-psycho__title {
    font-size: 22px;
    line-height: 27px;
    margin: 0 auto 42px;
  }

  .choice-psycho__item {
    padding: 18px 18px 24px 18px;
    max-width: 350px;
  }

  .choice-psycho__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .choice-psycho__item-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .choice-psycho__item-about__title {
    font-size: 18px;
    line-height: 22px;
  }

  .choice-psycho__item-about__text {
    margin-bottom: 16px;
  }

  .choice-popup__close img {
    max-width: 28px;
    max-height: 28px;
  }

  .choice-popup__title {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 27px;
  }

  .choice-popup__month {
    margin-bottom: 12px;
  }

  .choice-popup__desc {
    max-width: 384px;
  }

  .choice-popup .choice-popup__checkbox {
    margin-bottom: 24px;
  }

  .booking-popup .booking-popup__back img,
  .booking-popup .booking-popup__close img {
    position: absolute;
    top: 12px;
    max-width: 28px;
    max-height: 28px;
  }

  .booking-popup .booking-popup__back img {
    position: absolute;
    left: 12px;
  }

  .booking-popup .booking-popup__close img {
    position: absolute;
    right: 12px;
  }

  .therapists-application__title {
    font-size: 24px;
    line-height: 29px;
  }

  .therapists-application__next {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 22px;
  }

  .therapists-application .therapists-application__box {
    margin: 0 auto 24px;
    padding: 24px 12px;
  }

  .therapists-application__nextFinish,
  .therapists-application__prev {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 22px;
    max-width: 150px;
  }

  .thanks-application__btn {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 22px;
    max-width: 150px;
  }
}

@media (max-width: 416px) {
  ._accent-button {
    font-size: 18px;
    line-height: 22px;
    padding: 22px;
  }

  .hero {
    background-size: 86% 132%;
  }

  .hero__content-decor1 {
    bottom: -516px;
    left: -203px;
  }

  .hero__content-decor1 svg {
    width: 8px;
    height: 8px;
  }

  .hero__content-decor2 {
    top: 261px;
    left: -160px;
  }

  .hero__content-decor2 svg {
    width: 48px;
    height: 42px;
  }

  .hero__content-decor3 {
    bottom: -522px;
    left: -50px;
  }

  .hero__content-decor3 svg {
    width: 13px;
    height: 13px;
  }

  .hero__content-decor4 {
    top: 234px;
    left: 135px;
  }

  .hero__content-decor4 svg {
    width: 15px;
    height: 15px;
  }

  .hero__content-decor5 {
    bottom: -544px;
    left: 134px;
  }

  .hero__content-decor5 svg {
    width: 48px;
    height: 42px;
  }

  .hero__btn {
    padding: 18px 23px;
  }

  .request {
    margin: -74px 0 42px 0;
  }

  .request .request__expert-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .request .request__expert-btn {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
    padding: 22px;
  }

  .specialists {
    margin-bottom: 62px;
  }

  .specialists__title {
    margin: 0 auto 21px auto;
    max-width: 206px;
  }

  .specialists__item {
    margin-left: 0;
  }

  .reviews__box {
    max-width: 360px;
  }

  .reviews__box-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
  }

  .reviews__box-text {
    font-size: 12px;
    line-height: 95%;
    max-width: 286px;
  }

  .reviews .swiper-button-prev {
    left: 0;
  }

  .reviews .swiper-button-next-abc {
    right: 0;
  }

  .tariff__title {
    margin: 0 auto 25px auto;
  }

  .tariff__item {
    padding: 24px 19px 24px 11px;
    max-width: 175px;
    margin-bottom: 61px;
  }

  .tariff__item-title {
    font-size: 12px;
  }

  .tariff__time {
    margin-bottom: 21px;
  }

  .tariff__time span {
    font-size: 12px;
  }

  .tariff__price {
    font-size: 12px;
  }

  .tariff__price span {
    font-size: 18px;
  }

  .tariff__btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 22px;
    max-width: 281px;
  }

  .questions__title {
    margin-bottom: 40px;
  }

  .questions__manager-massage {
    margin-bottom: 12px;
  }

  .questions__manager-massage p {
    font-size: 16px;
    line-height: 19px;
  }

  .geometry__icon44-mob {
    bottom: 18%;
  }

  .hero {
    background-size: 86% 132%;
  }

  .hero__content-decor1 {
    bottom: -516px;
    left: -203px;
  }

  .hero__content-decor1 svg {
    width: 8px;
    height: 8px;
  }

  .hero__content-decor2 {
    top: 261px;
    left: -160px;
  }

  .hero__content-decor2 svg {
    width: 48px;
    height: 42px;
  }

  .hero__content-decor3 {
    bottom: -522px;
    left: -50px;
  }

  .hero__content-decor3 svg {
    width: 13px;
    height: 13px;
  }

  .hero__content-decor4 {
    top: 234px;
    left: 135px;
  }

  .hero__content-decor4 svg {
    width: 15px;
    height: 15px;
  }

  .hero__content-decor5 {
    bottom: -544px;
    left: 134px;
  }

  .hero__content-decor5 svg {
    width: 48px;
    height: 42px;
  }

  .hero__btn {
    padding: 18px 23px;
  }

  .request {
    margin: -74px 0 42px 0;
  }

  .request .request__expert-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .request .request__expert-btn {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
    padding: 22px;
  }

  .specialists {
    margin-bottom: 62px;
  }

  .specialists__title {
    margin: 0 auto 21px auto;
    max-width: 206px;
  }

  .specialists__item {
    margin-left: 0;
  }

  .reviews__box {
    max-width: 360px;
  }

  .reviews__box-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
  }

  .reviews__box-text {
    font-size: 12px;
    line-height: 95%;
    max-width: 286px;
  }

  .reviews .swiper-button-prev {
    left: 0;
  }

  .reviews .swiper-button-next-abc {
    right: 0;
  }

  .tariff__title {
    margin: 0 auto 25px auto;
  }

  .tariff__item {
    padding: 24px 19px 24px 11px;
    max-width: 175px;
    margin-bottom: 61px;
  }

  .tariff__item-title {
    font-size: 12px;
  }

  .tariff__time {
    margin-bottom: 21px;
  }

  .tariff__time span {
    font-size: 12px;
  }

  .tariff__price {
    font-size: 12px;
  }

  .tariff__price span {
    font-size: 18px;
  }

  .tariff__btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 22px;
    max-width: 281px;
  }

  .questions__title {
    margin-bottom: 40px;
  }

  .questions__manager-massage {
    margin-bottom: 12px;
  }

  .questions__manager-massage p {
    font-size: 16px;
    line-height: 19px;
  }

  .geometry__icon44-mob {
    bottom: 18%;
  }

  .argument__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 65px;
  }

  .argument__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 58px;
  }

  .argument__text span {
    font-size: 18px;
    line-height: 19px;
  }

  .numerically__title {
    max-width: 560px;
    margin: 0 auto 12px;
    font-size: 22px;
  }

  .numerically__subtitle {
    margin: 0 auto 24px;
    font-size: 18px;
    line-height: 19px;
  }
}

@media (max-width: 414px) {
  .reviews__title {
    margin-bottom: 24px;
  }

  .reviews__bg {
    padding: 56px 0 63px 0;
  }

  .reviews__slide {
    margin-top: 0;
  }

  .reviews__title {
    margin-bottom: 24px;
  }

  .reviews__bg {
    padding: 56px 0 63px 0;
  }

  .reviews__slide {
    margin-top: 0;
  }
}

@media (max-width: 392px) {
  .hero__images-mob {
    max-width: 200px;
  }

  .reviews__box {
    max-width: 323px;
  }

  .hero__images-mob {
    max-width: 200px;
  }

  .reviews__box {
    max-width: 323px;
  }
}

@media (max-width: 378px) {
  .error__page-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
  }

  .error__page-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .error__page-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
  }

  .error__page-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    max-width: 300px;
    margin-bottom: 10px;
  }
}

@media (max-width: 376px) {
  .error__page-logo {
    padding: 0 0 10px 0;
  }

  .error__page-logo img {
    height: 100% !important;
  }

  .geometry__icon44-mob {
    bottom: 23%;
  }

  .error__page-logo {
    padding: 0 0 10px 0;
  }

  .error__page-logo img {
    height: 100% !important;
  }

  .geometry__icon44-mob {
    bottom: 23%;
  }
}

@media (max-width: 376.9px) {
  .hero__community-title:before {
    top: 21px;
    left: -15px;
    background-size: 40%;
  }
}

@media (max-width: 375px) {
  .error__page-content {
    margin-top: -16px;
  }

  .error__page-content {
    margin-top: -16px;
  }

  .tariff__items {
    padding: 0 5px;
  }

  .tariff__item {
    padding: 24px 10px;
    margin-bottom: 40px;
  }

  .tariff__item-title {
    font-size: 11px;
  }

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

@media (max-width: 373px) {
  .hero__images-mob {
    max-width: 194px;
  }

  .hero__images-mob {
    max-width: 194px;
  }
}

@media (max-width: 366px) {
  .hero__btn {
    padding: 12px 16px;
  }

  .hero__btn {
    padding: 12px 16px;
  }
}

@media (max-width: 364px) {
  .hero__images-mob {
    max-width: 180px;
  }

  .hero__images-mob {
    max-width: 180px;
  }
}

@media (max-width: 360px) {
  .geometry__icon44-mob {
    bottom: 21%;
  }

  .geometry__icon44-mob {
    bottom: 21%;
  }
}

@media (max-width: 350px) {
  .community__slogan-title:before {
    top: 45px;
    left: 112px;
  }

  .choice-psycho__item-avatar {
    max-width: 54px;
    max-height: 54px;
  }

  .choice-psycho__item-about {
    margin-top: 0;
  }

  .choice-psycho__item-about__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .choice-psycho__item-about__text {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media (max-width: 330px) {
  .requirement__numerically-text {
    line-height: 12px;
  }

  .spollers__title {
    padding: 20px;
  }

  .therapist_wrapper {
    min-height: 100%;
  }
}

@media (max-width: 20em) {
  .login__title {
    font-size: 1.5rem;
  }

  .login__title {
    line-height: 1.8125rem;
  }

  .login__description {
    margin-bottom: 1.5rem;
  }

  /* /* .verify__title {
		font-size: 1.5rem;
	} */

  .verify__title {
    line-height: 1.8125rem;
  }

  .verify__title {
    /* padding-top: 5rem; */
  }
}

@media (min-width: 20em) and (max-width: 75em) {
  @supports (
    font-size: clamp(1.5rem, 1.0227272727rem + 2.3863636364vw, 2.8125rem)
  ) {
    .login__title {
      font-size: clamp(1.5rem, 1.0227272727rem + 2.3863636364vw, 2.8125rem);
    }
  }

  @supports not (
    font-size: clamp(1.5rem, 1.0227272727rem + 2.3863636364vw, 2.8125rem)
  ) {
    .login__title {
      font-size: calc(1.5rem + 1.3125 * (100vw - 20rem) / 55);
    }
  }

  @supports (
    line-height: clamp(1.8125rem, 1.2443181818rem + 2.8409090909vw, 3.375rem)
  ) {
    .login__title {
      line-height: clamp(1.8125rem, 1.2443181818rem + 2.8409090909vw, 3.375rem);
    }
  }

  @supports not (
    line-height: clamp(1.8125rem, 1.2443181818rem + 2.8409090909vw, 3.375rem)
  ) {
    .login__title {
      line-height: calc(1.8125rem + 1.5625 * (100vw - 20rem) / 55);
    }
  }

  @supports (
    margin-bottom: clamp(1.5rem, 0.9545454545rem + 2.7272727273vw, 3rem)
  ) {
    .login__description {
      margin-bottom: clamp(1.5rem, 0.9545454545rem + 2.7272727273vw, 3rem);
    }
  }

  @supports not (
    margin-bottom: clamp(1.5rem, 0.9545454545rem + 2.7272727273vw, 3rem)
  ) {
    .login__description {
      margin-bottom: calc(1.5rem + 1.5 * (100vw - 20rem) / 55);
    }
  }

  @supports (
    font-size: clamp(1.5rem, 0.5681818182rem + 4.6590909091vw, 4.0625rem)
  ) {
    .verify__title {
      font-size: clamp(1.5rem, 0.5681818182rem + 4.6590909091vw, 4.0625rem);
    }
  }

  @supports not (
    font-size: clamp(1.5rem, 0.5681818182rem + 4.6590909091vw, 4.0625rem)
  ) {
    .verify__title {
      font-size: calc(1.5rem + 2.5625 * (100vw - 20rem) / 55);
    }
  }

  @supports (
    line-height: clamp(1.8125rem, 0.6761363636rem + 5.6818181818vw, 4.9375rem)
  ) {
    .verify__title {
      line-height: clamp(
        1.8125rem,
        0.6761363636rem + 5.6818181818vw,
        4.9375rem
      );
    }
  }

  @supports not (
    line-height: clamp(1.8125rem, 0.6761363636rem + 5.6818181818vw, 4.9375rem)
  ) {
    .verify__title {
      line-height: calc(1.8125rem + 3.125 * (100vw - 20rem) / 55);
    }
  }

  /* @supports (
		padding-top: clamp(5rem, 2.7272727273rem + 11.3636363636vw, 11.25rem)
	) {
		.verify__title {
			padding-top: clamp(5rem, 2.7272727273rem + 11.3636363636vw, 11.25rem);
		}
	}

	@supports not (
		padding-top: clamp(5rem, 2.7272727273rem + 11.3636363636vw, 11.25rem)
	) {
		.verify__title {
			padding-top: calc(5rem + 6.25 * (100vw - 20rem) / 55);
		}
	} */
}

@media (min-height: 1024px) {
  .error__page .geometry__icon11-mob {
    bottom: 16%;
  }

  .error__page .geometry__icon33 {
    bottom: 0;
  }

  .error__page-content {
    margin-top: 209px;
  }

  .geometry__icon44-mob {
    bottom: 44%;
  }

  .error__page .geometry__icon11-mob {
    bottom: 16%;
  }

  .error__page .geometry__icon33 {
    bottom: 0;
  }

  .error__page-content {
    margin-top: 209px;
  }

  .geometry__icon44-mob {
    bottom: 44%;
  }
}

@media (min-height: 1180px) {
  .error__page-content {
    margin-top: 320px !important;
  }

  .geometry__icon44-mob {
    bottom: 41% !important;
  }

  .error__page-content {
    margin-top: 320px !important;
  }

  .geometry__icon44-mob {
    bottom: 41% !important;
  }
}

.header__profile-menu {
  z-index: 100000;
  width: 270px;
}

.alert {
  padding: 0.75rem 1.25rem;
  border-radius: 5px;
  margin-bottom: 10px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.tables {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 42px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background: #f5f8fd;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 13px 14px;
}

.rows span {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: block;
  color: #b5b5b5;
}

.headers {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  background-color: white;
  color: #121e41;
}

.cell {
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px;
  text-align: left;
  border-right: 4px solid white;
}

.cell:last-child {
  border-right: 0px solid transparent;
}

@media only screen and (max-width: 600px) {
  .tables {
    flex-direction: column;
  }
}

.calendar__title .months {
  height: 40px !important;
  padding: 10px !important;
}

.calendar__title .select__body {
  width: 100% !important;
  float: right !important;
  margin-top: 8px !important;
  min-width: 168px !important;
  color: #b5b5b5 !important;
  text-align: right;
}

.calendar__title .select__title {
  padding: 0px !important;
  background-color: transparent !important;
  border: none !important;
  color: #b5b5b5 !important;
  box-shadow: none;
  text-align: right;
}

.calendar__title .select__title:hover,
.select__value:hover,
.select__content:hover {
  background-color: transparent !important;
}

.calendar__title .select__content {
  color: #b5b5b5 !important;
}

.calendar__title ._select-active {
  float: right !important;
  position: absolute;
  right: 35px;
  top: 19px;
}

.calendar__title .calendar__profile {
  position: relative !important;
}

.calendar__title .select__option {
  background-color: #fff !important;
  font-size: 14px;
  color: #b5b5b5 !important;
  padding: 4px;
  min-width: 168px !important;

  text-align: left;
}

.calendar__title .select__scroll {
  padding: 4px;
  font-size: 16px;
}

.calendar__title .select__title:before {
  content: '' !important;
  background-image: url('data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 0L3.97 6L0 0H8Z%27 fill=%27%23B5B5B5%27/%3E%3C/svg%3E%0A');
  width: 8px !important;
  height: 6px !important;
  position: absolute !important;
  top: 50% !important;
  right: -15px !important;
  fill: #b5b5b5 !important;
  stroke: #b5b5b5 !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
  transition: -webkit-transform 0.2s ease-in-out !important;
  -o-transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
}

.profile__item-email__block {
  position: relative;
}

.copy-email-text {
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  padding: 5px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 9px;
  line-height: 15px;
  color: #fff;
  background: #5b59e9;
  padding: 2px 14px;
  border: 1px solid #5b59e9;
}

.copy-email-text.active {
  opacity: 1;
  pointer-events: all;
}

.copy-email-text::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #5b59e9 transparent;
}

.dp__range_end, .dp__range_start, .dp__active_date { 
  background: #5b59e9!important;
}
.dp__today {
  border-color: #5b59e9!important;
}
.profile-switcher {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}