@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "FuturaPT";
  src: url(/fonts/FuturaPT-Book.eot?ba7c7f34c672e9f406dd97a9a8f33dec);
  src: url(/fonts/FuturaPT-Book.eot?ba7c7f34c672e9f406dd97a9a8f33dec) format("embedded-opentype"), url(/fonts/FuturaPT-Book.woff?c431096955795da262fc32297d7bfa8f) format("woff"), url(/fonts/FuturaPT-Book.ttf?0d987efe9bc0b858a7bc0367c2d5922c) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPTBold";
  src: url(/fonts/FuturaPT-Bold.eot?1ba71ffaf0a02167a1d0d5c6b7ef0ab9);
  src: url(/fonts/FuturaPT-Bold.eot?1ba71ffaf0a02167a1d0d5c6b7ef0ab9) format("embedded-opentype"), url(/fonts/FuturaPT-Bold.woff?9d2b3b49fdbaf67b82b3bdfb098479a7) format("woff"), url(/fonts/FuturaPT-Bold.ttf?6dddddc0b4726becc525fc7794cfcf6b) format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "FuturaPT" !important;
}

.navbar-ul {
  background-color: #8B4D80;
}

.navbar-ul .nav-link {
  color: white !important;
}

@media only screen and (max-width: 768px) {
  .navbar-ul .nav-link {
    text-align: center !important;
  }
}

.registration {
  max-width: 100%;
  width: 350px;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
}

.registration__title {
  font-size: 36px;
  text-align: center;
  font-family: "FuturaPTBold";
}

.registration__subtitle {
  font-size: 1rem;
  text-align: center;
}

.registration__social {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.registration__social button {
  margin: 3px;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

.registration__by-email {
  font-size: 1rem;
  background-color: white;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 30px;
  position: relative;
  border-top: 1px solid #E3E3E3;
}

.registration__by-email span {
  position: relative;
  top: -12px;
  background-color: white;
  padding: 8px;
}

.registration .form-control {
  font-size: 1rem;
}

.registration__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.base-section__title {
  font-size: 24px;
  font-family: "FuturaPTBold";
}

.base-section .prepend-icon {
  width: 22px;
}

@media only screen and (max-width: 768px) {
  .base-section .input-group {
    margin-bottom: 15px;
  }
}

.base-section .dropdown-item.active {
  background-color: #8B4D80 !important;
}

@media only screen and (max-width: 768px) {
  .base-section__search-block .form-control {
    margin-bottom: 15px;
  }
}

.base-section__search-block__form .form-control {
  max-width: 70px;
}

@media only screen and (max-width: 768px) {
  .base-section__search-block__form .form-control {
    margin-bottom: 5px;
  }
}

.base-section__search-block__clear {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #8B4D80;
  padding: 0 1rem;
  cursor: pointer;
}

.base-section__user-block-out {
  border-radius: 10px;
  margin-bottom: 20px;
}

.base-section__user-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .base-section__user-block {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .base-section__user-block .btn-primary-ul {
    margin: 20px;
  }
}

.base-section__user-block__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .base-section__user-block__bottom {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .base-section__user-block__bottom .w-75 {
    width: 100% !important;
  }
}

.base-section__user-block__bottom__info {
  font-size: 16px;
  font-weight: 400;
}

.base-section__user-block__bottom__old-price {
  color: #8B4D80;
  font-family: "FuturaPTBold";
  font-size: 14px;
  text-align: right;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.base-section__user-block__bottom__old-price:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FF006B;
  left: 0;
  top: 50%;
}

.base-section__user-block__bottom__price {
  color: #8B4D80;
  font-family: "FuturaPTBold";
  font-size: 28px;
}

.base-section__user-block__img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}

.base-section__user-block__title {
  font-size: 24px;
  color: #9B51E0;
  font-family: "FuturaPTBold";
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .base-section__user-block__title {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
}

.base-section__user-block__prof {
  font-size: 18px;
  color: #37383C;
  margin-right: 1rem;
  font-family: "FuturaPTBold";
}

.base-section__user-block__location {
  display: inline-block;
  color: #37383C;
  font-weight: 600;
  font-size: 14px;
}

.base-section__user-block__orentation {
  font-size: 12px;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  font-weight: 600;
  border: 1px solid #6872FE;
  background-color: #E6E8FF;
  color: #6971FD;
  border-radius: 5px;
  padding: 0.2rem 0.6rem;
}

@media only screen and (max-width: 768px) {
  .base-section__user-block__orentation {
    margin-left: 0;
  }
}

.base-section__user-block__tag {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.3rem;
  padding: 0.2rem 0.6rem;
}

@media only screen and (max-width: 768px) {
  .base-section__user-block__tag {
    margin-top: 6px;
  }
}

.profile__selected-doctor__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (max-width: 768px) {
  .profile__selected-doctor__photo {
    width: 60px;
    height: 60px;
  }
}

.profile__selected-doctor__name {
  color: #9B51E0;
  font-family: "FuturaPTBold";
  font-size: 16px;
}

.profile__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (max-width: 768px) {
  .profile__photo {
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
}

.profile__small {
  font-size: 12px;
}

.profile__info-line {
  font-size: 16px;
  color: #595959;
}

.profile__info-line span {
  color: #8B4D80;
  font-family: "FuturaPTBold";
}

.profile__user-name {
  color: #9B51E0;
  font-size: 34px;
  font-family: "FuturaPTBold";
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .profile__user-name {
    font-size: 20px;
  }
}

.profile__prof {
  font-size: 20px;
  font-family: "FuturaPTBold";
  color: #37383C;
}

@media only screen and (max-width: 768px) {
  .profile__prof {
    font-size: 16px;
  }
}

.profile__location {
  font-size: 16px;
  font-family: "FuturaPTBold";
  color: #37383C;
}

.profile__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .profile__top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.profile__form__date {
  max-width: 240px;
}

.profile textarea {
  resize: none;
}

.profile__radio-group {
  display: flex;
  flex-wrap: wrap;
}

.profile__flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .profile__flex {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .profile .selectpicker {
    margin-bottom: 20px;
  }
}

.profile__extra-files {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .profile__extra-files {
    flex-direction: column;
    text-align: center;
  }
}

.profile .custom-file {
  max-width: 240px;
  cursor: pointer;
}

.profile .custom-file-label:after {
  content: "" !important;
  padding: 0 !important;
  display: none;
}

.base-tag {
  background-color: #E6E8FF;
  padding: 0.25rem 1.75rem;
  border: 1px solid #6971FD;
  border-radius: 5px;
  color: #6971FD;
  font-weight: 600;
}

.blue {
  color: #8B4D80;
}

.grey {
  color: #8A94A0;
}

.tag-blue {
  background-color: rgba(11, 139, 210, 0.08);
  color: #8B4D80;
}

.tag-yellow {
  color: #89AE3A;
  background: rgba(137, 174, 58, 0.08);
}

.tag-green {
  color: #1D8D9C;
  background: rgba(29, 141, 156, 0.08);
}

.btn-outline-primary-ul {
  background-color: transparent;
  border: 1px solid #8B4D80 !important;
  color: #8B4D80;
  font-size: 18px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 7px;
  transition: all ease 0.4s;
  font-weight: 600;
}

.btn-outline-primary-ul:hover {
  background-color: #8B4D80;
  color: white;
}

.font-medium {
  font-weight: 400 !important;
}

.btn-primary-ul {
  background-color: #8B4D80;
  border: 1px solid #8B4D80 !important;
  color: white;
  font-size: 16px;
  padding: 0.375rem 2.75rem;
  line-height: 1.5;
  border-radius: 7px;
  transition: all ease 0.4s;
  font-weight: 600;
  box-shadow: 0 0.125rem 0.25rem rgba(139, 77, 128, 0.75);
}

.btn-primary-ul:hover {
  background-color: white;
  color: #8B4D80;
  box-shadow: none;
}

.btn-primary-ul.btn-medium {
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0.375rem 2rem !important;
}

.underline {
  text-decoration: underline;
}

.text-primary-ul {
  color: #8B4D80;
}

.bolder-ul {
  font-weight: 600;
}

.bold-ul {
  font-family: "FuturaPTBold";
}

.btn-primary {
  background-color: #8B4D80 !important;
  border-color: #8B4D80 !important;
}

.text-danger-ul {
  color: #FF006B;
}

.alert-danger-ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff5de;
  border: #702762;
  color: #702762;
  border-radius: 7px;
  padding: 0.5rem 1rem;
}

.alert-danger-ul p {
  margin-bottom: 0;
}

.text-small {
  font-size: 16px;
}

.selector {
  display: flex;
  flex-wrap: wrap;
}

.selector .selection {
  width: 86px;
  height: 35px;
  border: 1px solid #BBC3C6;
  border-radius: 0.3rem;
  left: 0;
  z-index: 2;
  background-color: white;
  text-align: left;
  padding-top: 7px;
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 1.5rem;
}

.selector .selection.selected {
  background-color: rgba(137, 174, 58, 0.08);
  border: 1px solid #89AE3A;
  color: #89AE3A;
  position: relative;
}

.selector .selection.selected:after {
  content: "";
  width: 9px;
  height: 5px;
  background-color: transparent;
  border-bottom: 2px solid #89AE3A;
  border-left: 2px solid #89AE3A;
  position: absolute;
  top: 40%;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.base-title {
  font-size: 25px;
  font-family: "FuturaPTBold";
}

.modal-bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.search-icon {
  width: 15px;
  height: auto;
}

.search-input {
  max-width: 400px;
}

.search-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.illness__icon {
  width: 35px;
  height: 35px;
}

.profile-user {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .profile-user {
    flex-direction: column;
  }
}

.profile-user__price-big {
  font-size: 40px;
  font-family: "FuturaPTBold";
  text-align: center;
  color: #8B4D80;
}

@media only screen and (max-width: 768px) {
  .profile-user .underline {
    display: block;
    width: 100%;
    padding-left: 0 !important;
  }
}

.profile-user__info {
  width: 345px;
  height: auto;
  padding: 0;
  border-radius: 8px;
}

.profile-user__info .shadow {
  padding: 25px;
}

@media only screen and (max-width: 768px) {
  .profile-user__info {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
}

.profile-user__info__name {
  color: #9B51E0;
  font-weight: 600;
  font-size: 20px;
}

.profile-user__info table {
  width: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .profile-user__info table {
    width: 100%;
  }
}

.profile-user__info table img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.profile-user__img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-user__edit {
  border: none;
  text-decoration: underline;
  color: #4E4E4E;
  background-color: transparent;
  font-weight: 600;
}

.profile-user__btn {
  width: 100%;
}

.profile-user__edit-image {
  position: relative;
}

.profile-user__edit-image .dropdown-toggle {
  border: none;
  position: absolute;
  bottom: 0;
  right: -10px;
  background-color: transparent;
}

.profile-user__edit-image .dropdown-toggle:after {
  border-top: none;
}

.profile-user__edit-image .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.profile-user__edit-image .dropdown-menu {
  min-width: 160px;
}

.profile-user__edit-image .file-image {
  position: relative;
}

.profile-user__edit-image .file-image:after {
  content: "\417\430\433\440\443\437\438\442\44C   \444\43E\442\43E";
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  width: 100%;
  height: 35px;
  padding: 10px 20px;
  cursor: pointer;
}

.profile-user__edit-image .dropdown-item:focus {
  background-color: rgba(139, 77, 128, 0.4);
  border: none;
  outline: none;
}

.profile-user__list {
  width: calc(100% - 380px);
}

@media only screen and (max-width: 768px) {
  .profile-user__list {
    width: 100%;
  }
}

.profile-user__list .nav-pills .nav-link.active,
.profile-user__list .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #8B4D80;
  font-weight: 600;
  border-bottom: 1px solid #8B4D80;
  border-radius: 0;
}

.profile-user__list .nav-pills .nav-link {
  color: #000000;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .profile-user__list .btn {
    margin-bottom: 15px;
  }
}

.registration-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .registration-step {
    height: auto;
    padding: 30px 15px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .registration-step img {
    margin-bottom: 30px;
  }
}

.registration-step .select {
  cursor: pointer;
  position: relative;
  display: block;
}

.registration-step .selected {
  border: 1px solid #89AE3A !important;
  background-color: rgba(137, 174, 58, 0.1);
  color: black !important;
}

.registration-step .selected__success {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.select {
  cursor: pointer;
  position: relative;
  display: block;
}

.selected {
  border: 1px solid #8B4D80 !important;
  background-color: #8B4D80;
  color: white;
}

.selected__group {
  color: #89AE3A !important;
  border: 1px solid #89AE3A !important;
  background-color: rgba(137, 174, 58, 0.1);
}

.selected__success {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.selected__green {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.btn-light-ul {
  margin: 0 5px;
  border: 1px solid #BBC3C6;
  background-color: white;
  color: #2C2A26;
  padding: 0.475rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-light-ul:focus {
  outline: none;
}

.search_specialist__top {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .search_specialist__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .search_specialist__top button {
    margin: 6px 0;
  }
}

.search_specialist__top .base-section__search-block__form {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .search_specialist__top .base-section__search-block__form {
    margin-right: auto;
    margin-left: 0;
    margin-top: 5px;
  }
}

.profile-specialist .base-section__user-block__orentation {
  margin-right: 0 !important;
}

.tag_time {
  padding: 0.25rem 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  margin: 0.25rem;
  cursor: pointer;
}

.tag_time input {
  display: none;
}

.italic {
  font-style: italic;
}

.faq__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: black;
}

.faq__question {
  font-weight: 600;
  color: black;
  font-size: 14px;
}

.footer {
  background-image: linear-gradient(#8B4D80, #617EFE);
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
.footer p {
  color: white; }
.footer__top {
  padding-bottom: 15px; }
.footer__logo {
  width: 100px; }
.footer__copyright {
  color: white;
  font-weight: 200;
  margin-top: 21px;
  font-size: 12px; }
.footer__social {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 30px 0; }
.footer__social li {
  list-style: none;
  margin-right: 10px; }
.footer__social li a {
  text-decoration: none;
  cursor: pointer; }
.footer__social li a:hover img {
  filter: grayscale(0%); }
.footer__social li a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(100%); }
.footer__title {
  color: white;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600; }
.footer__list {
  margin: 0;
  padding: 0; }
.footer__list li {
  list-style: none;
  line-height: 1.55; }
.footer__list li a {
  color: white;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  font-size: 14px; }
.footer__list li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }



.nav-pills-ul .nav-link {
  font-weight: 700;
  color: #929292;
}

.nav-pills-ul .nav-link.active {
  background-color: transparent !important;
  color: #3C3C3C !important;
  border-bottom: 2px solid #8B4D80;
  border-radius: 0 !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.input-file {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 0 0;
}

.input-file .visually-hidden {
  display: none;
}

.input-file .delete {
  background-color: transparent;
  border: none;
}

.successfull .registration {
  width: 450px !important;
}

.oab-title {
    font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .oab-desc {
    font-size: 28px;
  }
}
.oab-desc {
    font-size: 24px;
}
@media only screen and (max-width: 768px) {
    .oab-title {
        font-size: 28px;
    }
}

#quizzie {
  padding: 5% 0;
  /* Individual Steps/Sections */
  /* Content */
}
#quizzie ul {
  list-style: none;
  display: block;
  width: auto;
  margin: 2% 2%;
  padding: 2%;
  overflow: auto;
  display: none;
  /* Step Questions and Answer Options */
}
#quizzie ul.current {
  display: block;
}
#quizzie ul li {
  display: inline-block;
  float: left;
  width: 49%;
  margin-right: 2%;
  overflow: auto;
  text-align: center;
}
#quizzie ul li.quiz-answer {
  cursor: pointer;
}
#quizzie ul li.question, #quizzie ul li.results-inner {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-bottom: 2%;
}
#quizzie ul li.results-inner {
  padding: 5% 2%;
}
#quizzie ul li.results-inner img {
  width: 250px;
}
#quizzie ul li:last-child {
  margin-right: 0;
}
#quizzie .question-wrap, #quizzie .answer-wrap {
  display: block;
  padding: 1%;
  margin: 1em 10%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#quizzie .answer-wrap {
  background: #8b4d80;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#quizzie .answer-wrap:hover {
  background: #8b4d80;
}
#quizzie .answer-text {
  color: white;
}

