﻿body,
h1,
h2,
h3,
h4,
p,
span,
a {
  font-family: Nunito, sans-serif !important;
  color: var(--1, #161616);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1296px;
  }
}
._breadcrumbs {
  padding-top: 30px;
  padding-bottom: 24px;
}
._breadcrumbs p a,
._breadcrumbs p span {
  color: #161616;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._breadcrumbs p span {
  font-weight: 600;
}
.specialist img {
  border-radius: 13px;
  height: 306px;
  width: 100%;
  object-fit: cover;
}
.specialist h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 103%;
  color: var(--blue, #2e7cc0);
  margin: 0 0 24px;
}
.specialist a:hover {
  text-decoration: none;
}
.position {
  color: var(--1, #161616);
  leading-trim: both;
  text-edge: cap;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
.DocRatingStars {
  margin-top: 22px;
}
.DocRatingStars p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
}
.DocRatingCount {
  color: var(--blue, #2e7cc0);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
}
.n_ratings {
  display: flex;
  margin-bottom: 22px;
  align-items: baseline;
}
.DocReviewCount {
  color: #767676;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.n_ratings .n_rating_1 {
  width: auto;
}
._doc_stag {
  color: var(--1, #161616);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
._doc_stag span {
  font-weight: 700;
}
._doc_cat {
  width: 100%;
  position: relative;
}
._doc_cat_text {
  border-radius: 40px;
  background: #ffefcf;
  padding: 3px 12px 3px 12px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
}
._doc_simple_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
._doc_cost_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
._doc_zapis {
  border-radius: 13px;
  background: #f2f9ff;
  padding: 40px 40px 30px;
}
.Docp_slots {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.work-experience {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
}

section.docs_accord .panel_columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.DocDates {
  overflow: hidden;
}
.DocDates button,
.DocTimingDate .DocDdd {
  border-radius: 25px;
  background: #fff;
  border: 0px solid #2e7cc0;
  padding: 16px 4px;
  margin: 5px;
  min-width: 51px;
}
.DocDates button span,
.DocTimingDate .DocDdd p {
  color: var(--2, #0c80d3);
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.DocDates button.date_active,
.DocTimingDate .DocActive {
  background: #0c80d3;
}
.DocDates button.date_active span,
.DocTimingDate .DocActive p {
  color: white;
}
.DocTimes .time-slot,
.DocTimingTime .DocDtime {
  border-radius: 10px;
  background: #fff;
  color: var(--2, #0c80d3);
  font-family: Nunito;
  font-size: 16px;
  font-weight: 600;
  text-align: center;

  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 10px;
  padding: 12px;
  cursor: pointer;
  border: 0px solid #2e7cc0;
  width: 21%;
}
.DocTimes .time-slot.selected {
  background: var(--2, #0c80d3);
  color: #fff;
  cursor: auto;
}
a.but_slots_doc {
  color: #fff;
  font-family: Montserrat !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 550px;
  background: var(--raspberry, #f04);
  padding: 18px 40px;
}
.accordion {
  border-radius: 50px;
  background: var(--blue, #2e7cc0);
  border: none;
  margin-bottom: 20px;
  padding: 14px 32px;
}
section.docs_accord .accordion p {
  color: var(--white, #fff);
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
}
.plus-minus {
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  font-weight: 600;
  position: relative;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: 0.5s;
  margin: -18px 0 0;
  background: white;
}
section.docs_accord .panel_columns .panel_column_3,
section.docs_accord .panel_columns .panel_column_4 {
  width: 100%;
}
section.docs_accord p.panel_cols_p {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
section.docs_accord .panel_columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.mitems {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.mitems p.mitem {
  border: 1px solid var(--black, #161616);
}
.panel {
  padding: 10px 0px 48px;
}
._border_op {
  border-radius: 13px;
  border: 2px solid var(--blue, #2e7cc0);
  padding: 32px 35px 39px 32px;
}
.flex_mobile,
.block_mobile {
  display: none !important;
}

section.docs_accord {
  padding-top: 40px;
  padding-bottom: 0px;
}
.sticky_side {
  position: sticky;
  top: 68px;
}
._doc_otziv_slider {
  border-radius: 13px;
  border: 2px solid #0c80d3;
  padding: 32px 24px;
  margin-bottom: 89px;
}
._doc_flex_otziv {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
._doc_flex_otziv a {
  color: var(--white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  background: #0c80d3;
  padding: 4px 14px;
}
._doc_flex_otziv img {
  width: 196px !important;
}
.DocReview {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px 26px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  background: url(../img/_doc_next.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 24px;
  margin-top: 63px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 70px);
  left: auto;
  background: url(../img/_doc_prev.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 24px;
  margin-top: 63px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -13px) !important;
  left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px) !important;
  right: auto;
}
._side_out {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
._side_out ._side_out_img,
._popupOtziv ._side_out_img {
  margin-right: 20px;
  background: var(--9, #ecf5ff);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #c2dfff;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.fa-star:before,
.fa-star-half-stroke:before {
  color: #f3ae00;
  margin-top: 4px;
  display: flex;
  margin-right: 6px;
  margin-bottom: 10px;
}
.DocReviewName {
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 700;
}
.DocReviewText {
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
}
.DocReviewRating {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 500;
}
a.more_otziv {
  display: block;
  color: #0c80d3;
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}
#_doc_otzivs {
  width: 60%;
}
._doc_mobile_otziv_to {
  color: #fff;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 550px;
  background: var(--yellow, #ffbd30);
  padding: 16px;
  text-align: center;
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
}
section.mail_block .mail_back {
  background: #ffbd30;
  border-radius: 13px;
  padding: 63px 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_hero_title {
  font-family: Nunito;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}
@media (max-width: 768px) {
  section.mail_block .mail_back {
    display: block;
    padding: 21px 11px;
  }
  .block_mobile {
    display: block !important;
  }
  .flex_mobile {
    display: flex !important;
    border-radius: 7px;
    background: var(--white, #fff);
    box-shadow: 0px 0px 17.3px 0px rgba(120, 123, 125, 0.15);
    margin-bottom: 16px;
    margin-top: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .specialist img {
    height: 190px;
  }
  .specialist h1 {
    font-size: 16px;
    margin: 0 0 16px;
    padding-right: 30%;
  }
  .position {
    color: #767676;
    font-size: 12px;
    margin-bottom: 16px;
  }
  ._doc_cat_text {
    padding: 8px 10px 8px 10px;
    font-size: 10px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  ._doc_stag {
    color: var(--1, #161616);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 30px;
    background: var(--light-blue, #f1f9ff);
    display: inline-flex;
    padding: 5px 11px;
    align-items: center;
    gap: 5px;
  }
  .DocRatingCount {
    font-size: 20px;
  }
  .n_ratings .n_rating_2 .DocReviewCount,
  .n_ratings .n_rating_2 .DocReviewCountNum,
  .n_ratings .n_rating_2 .DocReviewCountText {
    font-size: 12px;
  }
  .DocReviewCountNum,
  .DocReviewCountText {
    color: #2e7cc0 !important;
  }
  section.docs_accord .accordion p {
    font-size: 12px;
    font-family: Montserrat !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  ._doc_simple_text {
    font-size: 12px;
  }
  ._doc_cost_name {
    font-size: 16px;
  }
  ._doc_zapis {
    border-radius: 7px;
    padding: 24px 24px;
  }
  .Docp_slots {
    font-size: 20px;
  }
  .work-experience {
    font-size: 12px;
  }
  .DocDates button span,
  .DocTimes .time-slot {
    font-size: 14px;
  }
  a.but_slots_doc {
    padding: 16px 21px;
    display: block;
  }
  section.docs_accord {
    padding-top: 21px;
    padding-bottom: 0px;
  }
  .accordion {
    padding: 14px 26px;
  }
  .plus-minus {
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    font-weight: 600;
    position: relative;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.5s;
    margin: -12px 0 0;
    background: white;
  }
  ._doc_otziv_slider {
    padding: 16px;
    margin-bottom: 0px;
  }
  ._doc_flex_otziv a {
    font-size: 16px;
    padding: 4px 23px;
  }
  ._doc_flex_otziv img {
    width: 48% !important;
  }
  ._side_out ._side_out_img,
  ._popupOtziv ._side_out_img {
    width: 76px;
    height: 76px;
    font-size: 40px;
  }
  .DocReviewName {
    font-size: 16px;
  }
  .DocReviewText {
    font-size: 12px;
  }
  a.but_slots_doc_2 {
    display: inline-block;
    font-size: 14px;
    padding: 12px 24px;
  }
  a.more_otziv {
    font-size: 12px;
    margin-top: 16px;
  }
  #_doc_otzivs {
    width: 98%;
  }
  #_doc_otzivs .fancybox-content {
    padding: 44px 10px;
  }
  .mail_back .m_hero_title {
    font-weight: 700;
    margin-bottom: 21px;
    font-size: 24px;
    font-family: Nunito;
    line-height: 115%;
  }
  .wpcf7 form .wpcf7-submit {
    color: var(--white, #fff);
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
  }
  .more_padd_1 {
    padding-top: 1px;
  }
  span.date {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .specialist img {
    height: 210px;
  }
}
@media (max-width: 470px) {
  .specialist img {
    height: 168px;
  }
}
@media (max-width: 416px) {
  .specialist img {
    height: 144px;
  }
}
@media (max-width: 390px) {
  .mobile_320 {
    padding-left: 0px !important;
  }
}
@media (max-width: 360px) {
  .specialist img {
    height: 127px;
  }
}

/* docs page with filters */
._docs_main {
  margin-bottom: 20px;
}
._docs_main_back {
  border-radius: 13px;
  background: var(--light-blue, #f1f9ff);
  padding: 56px 56px 45px;
}
._docs_main_back h1 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 50px;
}
._docs_main_back p {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 70px;
}
._docs_main_back .icons_main {
  display: flex;
  gap: 24px;
  padding-left: 20%;
  margin-bottom: 56px;
}
._docs_main_back .icons_main svg {
  width: 45px;
}
._docs_main_back .icons_main p {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0px;
}
._docs_color_block ._color_block {
  border-radius: 10px;
  padding: 32px;
}
.blue {
  background: #2e7cc0;
}
.red {
  background: #f04;
}
.yellow {
  background: #ffbd30;
}
._color_block h4 {
  color: #fff;
  font-family: Montserrat !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 56px;
}
._color_block p {
  color: #fff;
  font-family: Montserrat !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}
._color_block p span {
  color: #fff;
  font-family: Montserrat !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: line-through;
  margin-left: 16px;
}
._docs_some_a {
  margin-top: 38px;
  margin-bottom: 56px;
}
._docs_some_a .col-md-12 {
  display: flex;
  gap: 46px;
}
._docs_some_a a {
  position: relative;
  padding-left: 24px;
  color: #161616;
  font-family: Montserrat !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

._docs_some_a a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
}

._docs_search .input-field {
  display: flex;
  align-items: center;
  background-color: #f0f8ff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  width: 49%;
  margin: 0px;
}

._docs_search .input-field input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  background-color: none;
  border: 0px solid #fff;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -moz-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -o-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
}

._docs_search .input-field .icon {
  margin-right: 10px;
}
.just_between {
  justify-content: space-between;
}
._docs_filters_more {
  color: #2e7cc0;
  font-family: Montserrat !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  display: block;
  margin-top: 24px;
  margin-bottom: 29px;
}

.filter-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 658px;
  height: 100%;
  background-color: white;
  /* box-shadow: -2px 0 5px rgba(0,0,0,0.5); */
  filter: drop-shadow(-2px 0px 15px rgba(0, 0, 0, 0.15));
  overflow-x: hidden;
  transition: 0.5s;
  padding: 48px;
  z-index: 10000;
}

.filter-panel .close-btn {
  position: absolute;
  top: 36px;
  right: 46px;
  font-size: 49px;
  cursor: pointer;
}
.filter_name {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 64px;
}
.filter_name a {
  color: #2e7cc0;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
._filter_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.filter-panel h4 {
  color: #161616;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
.filter-panel p {
  color: #161616;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 48px;
}
.filter_btn {
  color: #161616;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 30px;
  background: #f1f9ff;
  padding: 8px 16px;
  border: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.filter_btn svg {
  width: 10px;
}
.filter_btn p._dis {
  color: #3c3c3c;
  font-family: "Open Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}
.filter_btn.active_btn {
  color: #fff;
  background: var(--blue, #2e7cc0);
}
select.filter_sort {
  color: #161616;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 30px;
  background: var(--light-blue, #f1f9ff);
  height: auto;
  width: auto;
  border: none;
  padding: 8px 16px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 5px;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
  color: #3c3c3c;
  font-family: Montserrat !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}

.pagination .current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.pagination .prev,
.pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0073aa;
  font-size: 24px;
  text-decoration: none;
  border: none;
  background: none;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #005b8a;
  background: none;
}

ul {
  list-style-type: none;
  margin: 20px 0;
}

ul li {
  margin-bottom: 10px;
}

.image {
  text-align: center;
  margin: 20px 0;
}

.image img {
  max-width: 100%;
  border-radius: 10px;
}

.info-box {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

._docs_result .doc_single_1 {
  margin-bottom: 40px;
}

button#toggleButton {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
button#toggleButton span {
  color: #2e7cc0;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
button#toggleButton svg {
  width: 40px;
  height: 40px;
}

#content {
  margin-top: 20px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
}

.services-list li {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.age-groups li {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.age-groups li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.services-list li p,
.age-groups li p {
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0px;
}

.number-circle {
  background: #2e7cc0;
  color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  margin-right: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  width: 32px;
  height: 32px;
}

.image {
  text-align: center;
  margin: 20px 0;
}

.image img {
  max-width: 100%;
  border-radius: 10px;
}

.steps-header {
  font-family: "Circe Rounded 4" !important;
  border-radius: 20px;
  background: var(--light-red, #fff1f5);
  padding: 10px;
  color: var(--raspberry, #f04);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  max-width: 106px;
  padding: 12px 17px;
}

.steps-header .number-circle_r {
  font-family: "Circe Rounded 4" !important;
  color: var(--raspberry, #f04);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 64px;
}

.steps-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90%;
}

.step {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* flex: 1 1 calc(25% - 20px); */
  /* margin: 10px 0; */
  /* flex-wrap: wrap; */
}

.step-number {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  margin-bottom: 10px;
  position: relative;
}

.step-number .number-circle {
  background: #2e7cc0;
  border-radius: 50%;
  padding: 10px;
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Circe Rounded 4" !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: calc(128% + 20px);
  border-top: 2px dashed #2e7cc0;
  transform: translateY(-50%);
  z-index: -1;
}

.step:last-child .step-number::after {
  display: none;
}

.step-details {
  max-width: 252px;
}

.step-details h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--black, #161616);
  font-family: Montserrat !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 23px;
}

.step-details p {
  color: #161616;
  font-family: Montserrat !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 0px;
}
.select2-container--default .select2-selection--single {
  border: none;
  background: none;
}

._docs_content {
  padding-top: 120px;
}
._docs_content h2 {
  margin-bottom: 32px;
  color: #161616;
  font-family: Nunito;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
}
.mobile_flex,
.mobile_flex_dot {
  display: none !important;
}

.docguarantee {
  border-radius: 13px;
  background: linear-gradient(263deg, #85bded 8.41%, #2e7cc0 78.71%);
  padding: 24px 32px;
}
.docguarantee .docg-title {
  color: #fff;
  font-family: Nunito;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.docguarantee .docg-c {
  color: #fff;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.select2-container--open .select2-dropdown--below {
  background-color: #f0f8ff;
  background-color: #f0f8ff;
  border-radius: 0px 0px 20px 20px;
  border: none;
  /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10); */
  margin-top: -30px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0px solid #e7e7e7;
  height: 27px;
  border-radius: 13px;
  background: none;
  border: none;
  box-shadow: none;
}
._mission {
  border-radius: 20px;
  background: #fff1f5;
  padding: 48px 106px;
  margin-top: 40px;
  margin-bottom: 48px;
}
._mission p {
  font-weight: 500;
  margin-bottom: 61px;
  padding-left: 20px;
}
._mission p._ll {
  margin-bottom: 0px;
}
.steps-container h2 {
  color: var(--black, #161616);
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
  margin-bottom: 48px;
}
.steps-container h2 span {
  color: var(--blue, #2e7cc0);
}
.gap59 {
  gap: 59px;
}
.filter-panel button._submit_filter {
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 700;
  border-radius: 40px;
  background: #f04;
  padding: 8px 104px;
  border: none;
  line-height: 119%;
  margin: 0 auto;
  display: block;
  margin-top: 64px;
}
p._f_content {
  color: #161616;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 32px;
}
ul.services-list {
  margin-bottom: 48px;
}

ul.age-groups {
  margin-top: 0px;
}
._docs_content .image {
  margin: 0px;
}
ul.age-groups li {
  color: #161616;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  padding-right: 63px;
}
.center {
  text-align: center;
}
.but_consult {
  background-color: #ff0044 !important;
  border-radius: 22.5px;
  padding: 10px;
  height: 48px;
  color: #fff;
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  padding: 10px 83px;
  margin-top: 56px;
  margin-bottom: 60px;
}
.wpcf7 form .wpcf7-submit {
  font-family: Nunito, sans-serif !important;
  background-color: #ff0044 !important;
  border-radius: 22.5px;
  padding: 10px;
  height: 48px;
  color: #fff;
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  padding: 10px 83px;
}
.desctop_block {
  display: flex;
}
.desctop_block_noflex {
  display: block;
}
.services-list_mobile {
  display: none;
}
.select2-results__option--selectable {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}
p._dis {
  margin-bottom: 0px;
}
.select2-container--default .select2-results > .select2-results__options {
  border-radius: 13px;
  background: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eff8ff;
  color: black;
}
.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  ._docs_search .flex {
    flex-wrap: wrap;
  }
  ._docs_search .input-field {
    width: 100%;
    margin-bottom: 8px;
  }
  .mobile_flex {
  }
  ._mobile_filter_active {
    display: flex !important;
    padding: 0px;
    justify-content: space-between;
    margin-top: 20px;
  }
  .mobile_flex_dot .icons_main {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mobile_flex_dot .icons_main svg {
    width: 24px;
    height: 24px;
  }
  .mobile_flex_dot .icons_main p {
    font-family: "Montserrat", sans-serif !important;
    color: #000;
    font-size: 8px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0px;
  }
  .mobile_flex_dot .icons_main p span {
    color: #2e7cc0;
  }
  .mobile_filter {
    border-radius: 7px;
    background: #fff1f5;
    padding: 16px;
    width: 100%;
    flex-wrap: wrap;
  }
  .f_main_data {
    display: flex;
    gap: 4px;
  }
  .f_main_data #specialist_position_btn {
    background: #f04;
    color: white;
  }
  .mobile_filter .f_m_left {
    width: 75%;
  }
  .mobile_filter .f_m_right {
    width: 25%;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 18px;
    justify-content: flex-end;
  }
  .f_main_data button {
    font-family: Montserrat !important;
    font-size: 8px;
  }
  .mobile_filter .f_m_right p {
    color: #f04;
    font-family: Montserrat !important;
    font-size: 8px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0px;
  }
  .mobile_filter .f_m_left h5 {
    color: #161616;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .mobile_flex_dot {
    display: flex !important;
    justify-content: space-between;
    margin-top: 20px;
  }
  .f_many {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000;
    font-family: Montserrat !important;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .timeline {
    position: relative;
  }

  .timeline::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 75px;
    left: 18px;
    width: 2px;
    background-color: #f5f5f5;
    border-left: 2px dashed #2e7cc0;
    z-index: 1;
  }

  .timeline-item {
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }

  .timeline-item:last-child {
    margin-bottom: 0;
  }

  .timeline-icon {
    width: 40px;
    height: 40px;
    background-color: #2e7cc0;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0;
    z-index: 2;
    font-family: "Circe Rounded 4" !important;
  }

  .timeline-content {
    background-color: white;
    border-radius: 8px;
    margin-left: 17px;
    z-index: 2;
  }

  .timeline-content h3 {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 145%;
    margin-bottom: 8px;
  }

  .timeline-content p {
    color: #161616;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
  }
  .desctop_block,
  .desctop_block_noflex {
    display: none !important;
  }

  .pagination a,
  .pagination span {
    width: 33px;
    height: 33px;
    font-size: 19px;
  }
  ._docs_content {
    padding-top: 28px;
  }
  .pagination .prev,
  .pagination .next {
    width: 28px;
  }
  ._docs_content h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  button#toggleButton {
    margin-bottom: 16px;
  }
  button#toggleButton span {
    font-size: 20px;
  }
  button#toggleButton img {
    width: 13px;
  }
  .services-list {
    display: none;
  }
  .services-list_mobile {
    display: block;
  }
  .services-list li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    font-family: Nunito;
  }
  .number-circle {
    padding: 0px;
    width: 11px;
    height: 11px;
  }
  ul.services-list {
    margin-bottom: 24px;
  }
  #content img {
    width: 100%;
  }
  ._no_pad_mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  p._f_content {
    font-size: 14px;
    line-height: 145%;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  ul.age-groups li {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 16px;
  }
  .age-groups li::before {
    left: 0;
    top: 11px;
    width: 11px;
    height: 11px;
  }
  ._mission {
    border-radius: 20px;
    background: #fff1f5;
    padding: 29px 20px;
    margin-top: 4px;
    margin-bottom: 24px;
  }
  ._mission svg {
    float: left;
    margin-right: 17px;
  }
  ._mission p {
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    padding-left: 0px;
    margin-bottom: 12px;
  }
  .docguarantee {
    padding: 24px 16px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .docguarantee .docg-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .docguarantee .docg-c {
    font-size: 14px;
  }
  ._docs_result .doc_single_1 {
    margin-bottom: 24px;
  }
  .but_consult {
    font-family: Montserrat !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    border-radius: 550px;
    background: #f04;
    padding: 16px 27px;
    height: auto;
    margin-top: 13px;
    margin-bottom: 32px;
  }
  .mobile_actions {
    background: url("../../images/sale banner mob.png");
    height: 36px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    border-radius: 50px;
    border: none;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
  }
  .mobile_actions span {
    color: #fff;
    font-family: Montserrat !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    padding-left: 16px;
  }
  .doctors_advents {
    display: flex;
    overflow-x: auto;
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
  }
  .doctors_advents ._color_block {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    width: 90%;
    white-space: normal;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  .doctors_advents ._color_block h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .doctors_advents ._color_block p {
    font-size: 13px;
  }
  .doctors_advents ._color_block p span {
    font-size: 13px;
    margin-left: 9px;
  }
}
@media (max-width: 568px) {
  .filter-panel {
    width: 320px;
    padding: 29px 14px 13px;
    display: flex;
    flex-wrap: wrap;
  }
  .filter-panel h4,
  .filter_name a {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .filter-panel p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
    margin-top: 24px;
  }
  .filter_name {
    margin-bottom: 4px;
  }
  .filter-panel .close-btn {
    position: absolute;
    top: 15px;
    right: 23px;
    font-size: 31px;
    cursor: pointer;
  }
  .filter_btn,
  select.filter_sort {
    font-size: 12px;
    padding: 4px 8px;
    gap: 7px;
  }
  .filter-panel button._submit_filter {
    /* display: flex; */
    margin-bottom: 15px;
    align-self: flex-end;
    font-size: 16px;
    width: 100%;
  }
  .filter_items_2 {
    width: 100%;
  }
}

#selectMetroClinick_filter,
#selectSpecialDoc_filter {
  border-radius: 21px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: none !important;
  margin: 0 0 15px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #9999a6 !important;
  box-shadow: none;
}
ul.short-text-list {
  margin: 0px;
}
.short-text-list li {
  display: none;
}

.short-text-list li:first-child {
  display: list-item;
}

/* Стили для блока и прелоадера */
.preloader-wrapper {
  position: relative;
  padding-top: 50px; /* Отступ сверху */
  padding-bottom: 50px; /* Отступ снизу */
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Скрыть контент до полной загрузки страницы */
._docs_result .content,
._docs_search .content {
  display: none;
}

/* Показать контент и скрыть прелоадер после полной загрузки страницы */
body.loaded .loader {
  display: none;
}

body.loaded .preloader-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

body.loaded ._docs_result .content,
body.loaded ._docs_search .content {
  display: block;
}

/* Медиа-запросы для мобильных устройств */
@media (max-width: 600px) {
  .loader {
    width: 50px;
    height: 50px;
    border-width: 8px;
    margin-right: 55px;
  }

  .preloader-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 45px;
  }
}
