* {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background: transparent;
  border: 1px solid white;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.send_button_form {
  background-color: #3dad72;
  color: white;
  font-weight: 600;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 44px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 14px;
  padding: 13px;
  cursor: pointer; }
  .send_button_form:hover {
    background-color: #29d179; }
  @media screen and (max-width: 610px) {
    .send_button_form {
      font-size: 13px; } }

button.close_popup {
  width: 16px;
  height: 16px; }
  button.close_popup:hover {
    opacity: 0.6; }

.standart_btn {
  display: block;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #3dad72;
  padding: 12px 33px;
  border: 1px solid rgba(61, 173, 114, 0.5);
  border-radius: 0 51px 51px 30px;
  margin-bottom: 9px; }
  .standart_btn:hover {
    background-color: #3dad72;
    color: white; }
  .standart_btn.green {
    background-color: #3dad72;
    color: white; }
    .standart_btn.green:hover {
      opacity: 0.8; }
  .standart_btn.green_whitish {
    background-color: rgba(61, 173, 114, 0.2);
    color: #3dad72;
    border: none; }
    .standart_btn.green_whitish:hover {
      opacity: 0.8; }
  .standart_btn.white {
    background-color: white;
    color: #3dad72; }
    .standart_btn.white:hover {
      opacity: 0.8; }
  .standart_btn.white_transparent {
    background-color: transparent;
    border: 1px solid white;
    color: white; }
    .standart_btn.white_transparent:hover {
      opacity: 0.8; }

.more_link {
  color: #3dad72; }
  .more_link:hover {
    opacity: 0.6;
    text-decoration: underline; }

.btn_app img {
  width: 100%; }

.search_block .wrap_search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px 11px 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
.search_block input {
  outline: none;
  border: none;
  width: 100%;
  font-size: 13px; }

.error_rating {
  font-size: 14px;
  padding: 5px;
  margin: 5px;
  background-color: red;
  color: white;
  border-radius: 4px; }

.rating_block {
  width: object-fit;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px; }
  .rating_block .stars,
  .rating_block img {
    width: 146px;
    height: 26px;
    max-width: unset; }
  .rating_block .stars {
    position: relative;
    overflow: hidden; }
    .rating_block .stars .wrap_star_green {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 100%; }
  .rating_block .rating_number {
    font-weight: 600;
    font-size: 13px;
    color: #000; }

section .breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 149%;
  color: #000; }
  section .breadcrumb .breadcrumbs__current {
    opacity: 0.66; }
  section .breadcrumb a {
    opacity: 0.66; }
    section .breadcrumb a:hover {
      opacity: 1; }

.menu_all_sites .nav_block {
  margin-bottom: 5px;
  text-align: right;
  display: none; }
  .menu_all_sites .nav_block svg {
    width: 16px;
    height: 16px;
    cursor: pointer; }
.menu_all_sites .wrap_menu {
  display: flex;
  flex-flow: row-reverse nowrap;
  gap: 71px; }
  .menu_all_sites .wrap_menu .city_title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 19px; }
  .menu_all_sites .wrap_menu .site {
    margin-bottom: 18px; }
    .menu_all_sites .wrap_menu .site a {
      font-weight: 500;
      font-size: 15px;
      color: #000;
      white-space: nowrap; }
@media screen and (max-width: 1060px) {
  .menu_all_sites .wrap_menu {
    flex-direction: column-reverse;
    gap: 15px; } }
@media screen and (max-width: 767px) {
  .menu_all_sites .wrap_menu .site a {
    white-space: wrap; } }

.header-top .city__name a.change_clinics {
  margin-left: 11px; }

@media screen and (max-width: 767px) {
  .header-mobile .city ul.menu_all_sites {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    padding: 16px 16px 16px 29px;
    transform: translateX(-50%);
    border-radius: 33px 0 33px 33px; }
    .header-mobile .city ul.menu_all_sites .nav_block {
      display: block; }
    .header-mobile .city ul.menu_all_sites .wrap_menu .city_title {
      margin-bottom: 10px; }
    .header-mobile .city ul.menu_all_sites .wrap_menu .site {
      margin-bottom: 8px; } }
*,
div,
p,
a {
  font-family: "Montserrat", serif; }

h1 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 22px; }

strong {
  font-weight: 600; }

.wrap_section {
  margin-left: auto;
  margin-right: auto; }

.popup_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99; }
  .popup_overlay.visible {
    display: block; }
  .popup_overlay #popUp_form_doctor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 605px;
    background-color: white;
    border-radius: 65px;
    border-top-right-radius: 0;
    overflow: hidden; }
    .popup_overlay #popUp_form_doctor .wrap_popup {
      position: relative;
      padding: 64px; }
    .popup_overlay #popUp_form_doctor .preloader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 100;
      /* HTML: <div class="loader"></div> */ }
      .popup_overlay #popUp_form_doctor .preloader.visible {
        display: flex; }
      .popup_overlay #popUp_form_doctor .preloader .loader {
        width: 60px;
        aspect-ratio: 2;
        --_g: no-repeat
          radial-gradient(circle closest-side, rgb(135, 185, 145) 90%, #0000);
        background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
        background-size: calc(100% / 3) 50%;
        animation: l3 1s infinite linear; }
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%; }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%; }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%; }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%; } }
    .popup_overlay #popUp_form_doctor .first_screen.no_visible,
    .popup_overlay #popUp_form_doctor .second_screen.no_visible {
      display: none; }
    .popup_overlay #popUp_form_doctor .close_popup {
      position: absolute;
      right: 30px;
      top: 30px; }
    .popup_overlay #popUp_form_doctor .check_header {
      width: 95px;
      height: 95px;
      margin-bottom: 35px; }
    .popup_overlay #popUp_form_doctor .name_doctor {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 22px; }
    .popup_overlay #popUp_form_doctor .description {
      font-weight: 400;
      font-size: 15px;
      margin-bottom: 22px; }
    .popup_overlay #popUp_form_doctor form {
      display: flex;
      flex-flow: column nowrap; }
      .popup_overlay #popUp_form_doctor form label {
        margin-bottom: 19px; }
      .popup_overlay #popUp_form_doctor form .description_label {
        margin-top: 7px;
        font-weight: 400;
        font-size: 13px;
        color: #000;
        opacity: 0.4; }
      .popup_overlay #popUp_form_doctor form input[type="text"], .popup_overlay #popUp_form_doctor form input[type="tel"] {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        padding: 10px 18px;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        outline: none; }
      .popup_overlay #popUp_form_doctor form input::placeholder {
        font-size: 14px; }
      .popup_overlay #popUp_form_doctor form .dropdown_field_custom {
        position: relative;
        width: 100%; }
        .popup_overlay #popUp_form_doctor form .dropdown_field_custom .input_custom {
          display: flex;
          flex-flow: row nowrap;
          justify-content: space-between;
          font-weight: 400;
          font-size: 14px;
          padding: 10px 18px;
          border-radius: 5px;
          border: 1px solid rgba(0, 0, 0, 0.3);
          cursor: pointer; }
          .popup_overlay #popUp_form_doctor form .dropdown_field_custom .input_custom img {
            transition: transform 0.3s ease; }
          .popup_overlay #popUp_form_doctor form .dropdown_field_custom .input_custom.open_dropdown img {
            transform: rotate(-180deg); }
        .popup_overlay #popUp_form_doctor form .dropdown_field_custom .placeholder {
          font-weight: 400;
          font-size: 14px;
          opacity: 0.4; }
        .popup_overlay #popUp_form_doctor form .dropdown_field_custom .open_sub_menu_btn {
          cursor: pointer; }
        .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list {
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 100%;
          background-color: white;
          width: 100%;
          border: 1px solid rgba(0, 0, 0, 0.3);
          border-radius: 5px;
          font-weight: 500;
          font-size: 14px;
          transition: opacity 0.3s ease; }
          .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list.open {
            opacity: 1;
            pointer-events: all; }
          .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list li {
            padding: 10px 18px;
            cursor: pointer;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: space-between; }
            .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list li img {
              display: none; }
            .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list li.current img {
              display: inline; }
            .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list li:first-child {
              border-radius: 5px 5px 0 0;
              padding-top: 13px; }
            .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list li:last-child {
              border-radius: 0 0 5px 5px;
              padding-bottom: 13px; }
            .popup_overlay #popUp_form_doctor form .dropdown_field_custom .dropdown_list li:hover {
              background-color: #3dad72;
              color: white;
              border: 1px solid #3dad72;
              margin: -1px; }
      .popup_overlay #popUp_form_doctor form .privacy_policy {
        font-weight: 400;
        font-size: 13px; }
        .popup_overlay #popUp_form_doctor form .privacy_policy a {
          text-decoration: underline;
          color: #3dad72; }
      .popup_overlay #popUp_form_doctor form .send_button_form {
        margin-top: 35px; }
  @media screen and (max-width: 610px) {
    .popup_overlay #popUp_form_doctor {
      max-width: 92%;
      border-radius: 33px;
      border-top-right-radius: 0; }
      .popup_overlay #popUp_form_doctor .wrap_popup {
        padding: 54px 29px 43px; }
      .popup_overlay #popUp_form_doctor .name_doctor {
        font-size: 20px;
        line-height: 117%; }
      .popup_overlay #popUp_form_doctor .description {
        font-size: 13px; }
      .popup_overlay #popUp_form_doctor .close_popup {
        right: 20px;
        top: 16px; }
      .popup_overlay #popUp_form_doctor form input[type="text"], .popup_overlay #popUp_form_doctor form input[type="tel"] {
        font-size: 12px; }
      .popup_overlay #popUp_form_doctor form input::placeholder {
        font-size: 12px; } }

.specialists_page_section {
  margin-bottom: 40px; }
  .specialists_page_section .separator {
    width: 100%;
    height: 40px;
    background: rgba(179, 179, 179, 0.1);
    margin-bottom: 16px; }
  .specialists_page_section .wrap_section {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
  .specialists_page_section .breadcrumb {
    margin-bottom: 39px;
    font-size: 12px; }
  .specialists_page_section .specialists_block {
    margin-top: 33px; }
    .specialists_page_section .specialists_block .wrap_specialists_block {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      flex-flow: row wrap;
      gap: 28px; }
  .specialists_page_section .card_specialist {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    flex: 1; }
    .specialists_page_section .card_specialist .photo_block {
      position: relative;
      overflow: hidden;
      border-radius: 44px 44px 44px 0;
      margin-bottom: 23px; }
      .specialists_page_section .card_specialist .photo_block img {
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 100%; }
    .specialists_page_section .card_specialist .rating {
      position: absolute;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 4px;
      left: 8px;
      bottom: 8px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 11px 11px 11px 0;
      padding: 4px 8px; }
      .specialists_page_section .card_specialist .rating .rating_number {
        font-weight: 600;
        font-size: 12px; }
    .specialists_page_section .card_specialist .post_title .name {
      font-weight: 600;
      font-size: 19px;
      line-height: 117%;
      margin-bottom: 9px; }
    .specialists_page_section .card_specialist .post_title .job_title {
      font-weight: 400;
      font-size: 16px;
      line-height: 149%;
      margin-bottom: 14px; }
    .specialists_page_section .card_specialist .wrap_btn {
      margin-top: auto; }
  @media screen and (max-width: 610px) {
    .specialists_page_section .specialists_block .wrap_specialists_block {
      row-gap: 50px; } }
  @media screen and (max-width: 580px) {
    .specialists_page_section .breadcrumb {
      margin-bottom: 25px; }
    .specialists_page_section .card_specialist {
      padding-left: 20px;
      padding-right: 20px; } }

.profile_doctor_page_section {
  background: #f7f7f7;
  padding: 0 19px;
  padding-top: 54px;
  margin-bottom: -100px; }
  .profile_doctor_page_section h1 {
    max-width: 450px;
    font-weight: 700;
    font-size: 30px;
    line-height: 117%;
    margin-bottom: 20px; }
  .profile_doctor_page_section h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 174%;
    margin-bottom: 12px;
    text-align: left; }
    .profile_doctor_page_section h2.title_mobile {
      font-weight: 700;
      font-size: 23px;
      line-height: 117%;
      text-align: center;
      margin-top: 25px;
      display: none; }
  .profile_doctor_page_section .wrap_section {
    max-width: 1100px; }
  .profile_doctor_page_section .wrap_header {
    display: flex;
    flex-flow: row wrap;
    gap: 50px;
    margin-bottom: 50px; }
    .profile_doctor_page_section .wrap_header .col.photo {
      max-width: 400px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .profile_doctor_page_section .wrap_header .col.photo .rating_block {
        margin-top: 20px; }
      .profile_doctor_page_section .wrap_header .col.photo .standart_btn {
        margin-top: 23px; }
    .profile_doctor_page_section .wrap_header .col.description {
      font-size: 15px; }
      .profile_doctor_page_section .wrap_header .col.description .optional_block,
      .profile_doctor_page_section .wrap_header .col.description .job_title {
        max-width: 400px; }
      .profile_doctor_page_section .wrap_header .col.description .job_title {
        margin-bottom: 19px;
        font-weight: 500; }
      .profile_doctor_page_section .wrap_header .col.description .optional_block {
        margin-bottom: 20px; }
        .profile_doctor_page_section .wrap_header .col.description .optional_block .label {
          opacity: 0.5;
          font-size: 13px;
          margin-bottom: 2px; }
        .profile_doctor_page_section .wrap_header .col.description .optional_block .explanation {
          font-weight: 500;
          line-height: 149%; }
        .profile_doctor_page_section .wrap_header .col.description .optional_block .price {
          font-weight: 700;
          font-size: 23px;
          line-height: 117%;
          padding-top: 0;
          background-color: transparent; }
        .profile_doctor_page_section .wrap_header .col.description .optional_block.last {
          margin-bottom: 4px; }
      .profile_doctor_page_section .wrap_header .col.description .more_link {
        font-weight: 500;
        font-size: 15px; }
    .profile_doctor_page_section .wrap_header .col .photo_block {
      border-radius: 66px;
      border-bottom-left-radius: 0;
      overflow: hidden;
      width: 100%;
      max-height: 370px;
      display: flex; }
      .profile_doctor_page_section .wrap_header .col .photo_block img {
        width: 100%;
        object-fit: cover; }
  .profile_doctor_page_section .breadcrumb {
    margin-bottom: 25px; }
    .profile_doctor_page_section .breadcrumb.mobile {
      display: none; }
  .profile_doctor_page_section .mobile .breadcrumb {
    display: none; }
  .profile_doctor_page_section .about_wrap_content {
    background-color: white;
    padding: 31px 57px;
    border-top-right-radius: 44px;
    padding-bottom: 250px; }
    .profile_doctor_page_section .about_wrap_content .about {
      margin-bottom: 45px;
      padding-top: 0;
      background-color: transparent;
      font-size: 15px; }
      .profile_doctor_page_section .about_wrap_content .about h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 174%;
        margin-bottom: 12px;
        margin-top: 25px; }
        .profile_doctor_page_section .about_wrap_content .about h3:first-child {
          margin-top: 12px; }
      .profile_doctor_page_section .about_wrap_content .about p {
        margin-bottom: 11px; }
      .profile_doctor_page_section .about_wrap_content .about ul {
        margin-left: 46px; }
        .profile_doctor_page_section .about_wrap_content .about ul li {
          line-height: 149%;
          margin-bottom: 12px; }
          .profile_doctor_page_section .about_wrap_content .about ul li::before {
            content: "";
            width: 6px;
            height: 6px;
            display: inline-block;
            border-radius: 0 4px 4px 4px;
            background-color: #3dad72;
            margin-right: 12px; }
    .profile_doctor_page_section .about_wrap_content .reviews_block {
      margin-bottom: 50px; }
      .profile_doctor_page_section .about_wrap_content .reviews_block .single_review {
        margin-bottom: 36px; }
      .profile_doctor_page_section .about_wrap_content .reviews_block .head_review {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        gap: 17px;
        margin-bottom: 13px; }
        .profile_doctor_page_section .about_wrap_content .reviews_block .head_review .name_reviewer {
          font-weight: 500;
          font-size: 15px;
          line-height: 149%; }
        .profile_doctor_page_section .about_wrap_content .reviews_block .head_review .date {
          font-weight: 400;
          font-size: 13px;
          line-height: 149%;
          opacity: 0.4; }
      .profile_doctor_page_section .about_wrap_content .reviews_block .post_header {
        display: flex;
        flex-flow: row wrap;
        gap: 15px;
        align-items: center;
        margin-bottom: 18px; }
        .profile_doctor_page_section .about_wrap_content .reviews_block .post_header .rating_block .stars,
        .profile_doctor_page_section .about_wrap_content .reviews_block .post_header .rating_block img {
          width: 117px;
          height: 20px; }
        .profile_doctor_page_section .about_wrap_content .reviews_block .post_header .skills {
          display: flex;
          flex-flow: row wrap;
          align-items: center;
          gap: 15px; }
          .profile_doctor_page_section .about_wrap_content .reviews_block .post_header .skills .skill {
            border-radius: 9px;
            padding: 3px 10px;
            padding: 3px 10px;
            background-color: #f7f7f7;
            font-weight: 400;
            font-size: 12px;
            line-height: 149%;
            color: rgba(0, 0, 0, 0.7); }
      .profile_doctor_page_section .about_wrap_content .reviews_block .content_review {
        font-weight: 400;
        font-size: 15px;
        line-height: 149%;
        margin-bottom: 7px;
        max-height: 46px;
        overflow: hidden; }
      .profile_doctor_page_section .about_wrap_content .reviews_block .btn_block {
        display: flex;
        flex-flow: row wrap;
        gap: 11px;
        width: fit-content; }
    .profile_doctor_page_section .about_wrap_content .services_price_block h3 {
      font-weight: 700;
      font-size: 21px;
      line-height: 174%;
      margin-bottom: 2px; }
    .profile_doctor_page_section .about_wrap_content .services_price_block ul li {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 13px;
      padding-top: 13px;
      font-weight: 400;
      font-size: 16px;
      line-height: 149%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .profile_doctor_page_section .about_wrap_content .services_price_block ul li .price_service {
        font-weight: 600;
        font-size: 18px; }
  .profile_doctor_page_section .footer_section {
    margin-top: -150px; }
    .profile_doctor_page_section .footer_section .wrap_footer_sec {
      display: flex;
      justify-content: space-between;
      background-color: #43b679;
      max-width: 1190px;
      margin-left: auto;
      margin-right: auto;
      border-top-left-radius: 142px;
      overflow: hidden;
      padding: 48px 100px 140px 100px;
      color: white; }
      .profile_doctor_page_section .footer_section .wrap_footer_sec > .col {
        flex: 1;
        padding: 0 25px;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
        .profile_doctor_page_section .footer_section .wrap_footer_sec > .col:last-child {
          border-right: 0;
          padding-right: 0; }
          .profile_doctor_page_section .footer_section .wrap_footer_sec > .col:last-child .description {
            max-width: 248px; }
        .profile_doctor_page_section .footer_section .wrap_footer_sec > .col:first-child {
          padding-left: 0; }
        .profile_doctor_page_section .footer_section .wrap_footer_sec > .col .description {
          font-weight: 400;
          font-size: 12px;
          line-height: 149%; }
      .profile_doctor_page_section .footer_section .wrap_footer_sec .btns_block_app {
        display: flex;
        flex-flow: row nowrap;
        gap: 17px;
        margin-bottom: 19px; }
    .profile_doctor_page_section .footer_section h4 {
      font-weight: 700;
      font-size: 18px;
      line-height: 117%;
      margin-bottom: 19px;
      max-width: 215px; }
    .profile_doctor_page_section .footer_section .standart_btn {
      margin-bottom: 19px; }
    .profile_doctor_page_section .footer_section form label.policy_privacy {
      display: flex;
      flex-flow: row nowrap;
      align-items: flex-start;
      gap: 24px;
      margin-bottom: 15px; }
    .profile_doctor_page_section .footer_section form label .desciption_policy {
      font-weight: 400;
      font-size: 12px;
      line-height: 149%; }
    .profile_doctor_page_section .footer_section form input[type="text"] {
      width: 100%;
      background-color: transparent;
      padding: 10px 18px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 5px;
      color: white;
      font-weight: 400;
      font-size: 14px;
      outline: none;
      margin-bottom: 9px; }
      .profile_doctor_page_section .footer_section form input[type="text"]::placeholder {
        color: white; }
    .profile_doctor_page_section .footer_section form .input.error {
      display: block; }
      .profile_doctor_page_section .footer_section form .input.error input {
        border: 1px solid red; }
    .profile_doctor_page_section .footer_section form .error {
      display: none; }
    .profile_doctor_page_section .footer_section form button {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; }
  @media screen and (max-width: 1100px) {
    .profile_doctor_page_section .footer_section .wrap_footer_sec {
      border-top-left-radius: 60px;
      padding: 30px 25px 153px 25px; } }
  @media screen and (max-width: 857px) {
    .profile_doctor_page_section h1 {
      display: none; }
    .profile_doctor_page_section h2.title_mobile {
      display: inline; }
    .profile_doctor_page_section .wrap_header {
      justify-content: center;
      gap: 33px; }
      .profile_doctor_page_section .wrap_header .col.description .job_title {
        display: none; }
    .profile_doctor_page_section .breadcrumb {
      display: none; }
      .profile_doctor_page_section .breadcrumb.mobile {
        display: flex; }
    .profile_doctor_page_section .mobile .breadcrumb {
      display: flex; }
    .profile_doctor_page_section .about_wrap_content {
      padding: 25px 20px 190px 25px;
      margin-left: -19px;
      margin-right: -19px; }
      .profile_doctor_page_section .about_wrap_content .about ul {
        margin-left: 28px; }
      .profile_doctor_page_section .about_wrap_content .reviews_block .btn_block {
        flex-direction: column;
        width: 100%; }
    .profile_doctor_page_section .footer_section .wrap_footer_sec {
      flex-direction: column;
      margin-left: -19px;
      margin-right: -19px;
      padding: 40px 19px 140px 19px;
      border-top-left-radius: 32px; }
      .profile_doctor_page_section .footer_section .wrap_footer_sec h4 {
        max-width: 100%; }
      .profile_doctor_page_section .footer_section .wrap_footer_sec .col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 32px 0; }
        .profile_doctor_page_section .footer_section .wrap_footer_sec .col:first-child {
          padding-top: 0; }
        .profile_doctor_page_section .footer_section .wrap_footer_sec .col:last-child {
          border-bottom: none; }
          .profile_doctor_page_section .footer_section .wrap_footer_sec .col:last-child .description {
            max-width: 100%; }
    .profile_doctor_page_section .footer_section .standart_btn {
      max-width: 260px; } }

/*# sourceMappingURL=wp_dev_style.css.map */
