.header.fixed.header--new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 0 16px;
}

.h_top {
  display: flex;
  align-items: center;
}

.h_address {
  gap: 6px;
  margin-right: auto;
  color: #006AA7;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08px;
}

.h_search {
  width: 42%;
  max-width: 636px;
  position: relative;
}

.header__search.h_search #search-icon {
  display: none;
}

.header__search.h_search .search-form {
  display: flex;
  align-items: center;
  position: static;
}

.header__search.h_search input[type=text] {
  width: 100%;
  height: 44px;
  background: transparent;
  border: 1px solid #006AA7;
  border-radius: 50px;
  padding: 5px 52px 5px 29px;
  color: #333;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.16px;
}

.header__search.h_search input[type=text]::-webkit-input-placeholder {
  color: #C8C8C8;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.16px;
}

.header__search.h_search input[type=text]::-moz-placeholder {
  color: #C8C8C8;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.16px;
}

.header__search.h_search input[type=text]::placeholder {
  color: #C8C8C8;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.16px;
}

.header__search.h_search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: auto;
  height: 26px;
  background: transparent;
  border: 0;
  margin: auto 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  z-index: 2;
}

.header__search.h_search #close-icon {
  display: none;
}

.h_phones {
  margin: 0 auto;
  position: relative;
}

.h_phone_title {
  display: flex;
  flex-direction: column;
}

.h_phone_title .link {
  color: #006AA7;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.h_phone_title .text {
  margin-top: 4px;
  color: #C8C8C8;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
}

.h_phone_popup {
  display: none;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 5px rgba(6, 33, 53, 0.05);
  padding: 21px 24px 24px;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.h_phone_popup::before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: transparent;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
}

.h_phone_popup__call .h_number {
  display: flex;
  justify-content: center;
  color: #006AA7;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.h_phone_popup__call .h_number_label {
  display: flex;
  justify-content: center;
  margin-top: 11px;
  color: #006AA7;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}

.h_phone_popup__separator_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 13px;
  position: relative;
}

.h_phone_popup__separator_wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C8C8C8;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.h_phone_popup__separator {
  display: block;
  background: #fff;
  margin: 0 auto;
  padding: 0 18px;
  color: #333;
  font-family: 'Graphik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.09px;
  text-transform: lowercase;
  position: relative;
  z-index: 2;
}

.make-appointment__btn.h_phone_popup__callback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.h_bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.h_logo {
  width: 171px;
  min-width: 171px;
  height: 42px;
}

.h_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.h_logo a .image {
  width: 100%;
  height: 100%;
}

.header.fixed .header__menu.h_menu {
  width: auto;
  margin: 0 auto 0 48px;
  padding: 0;
}

.header.fixed .h_menu #menu-shapka > .menu-item {
  margin-right: 12px;
}

.header.fixed .h_menu #menu-shapka > .menu-item:last-child {
  margin-right: 0;
}

.header.fixed .h_menu #menu-shapka > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.header.fixed .h_menu #menu-shapka > .menu-item.discount_menu_item > a {
  background: linear-gradient(90deg, #006AA7 0%, #3CC 100%);
  border-radius: 10px;
  color: #FFF;
  font-weight: 600;
  padding: 0 25px;
} 

.h_bottom .h_btn_apoint {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 10px;
  margin-right: 16px;
  padding: 5px 24px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.f_social,
.h_social  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.h_bottom .h_btn_fast {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #FA4E4E;
  border-radius: 10px;
  padding: 5px 24px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.subtitle__banner--new {
  display: none;
}

.f_address {
  margin-right: -5px;
}

.block_header {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.block_header .block-title {
  margin-bottom: 0;
}

.go_to_category_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background-image: linear-gradient(to right, #006AA7, #3CC, #006AA7);
  background-size: 200% 100%;
  border-radius: 10px;
  margin-left: auto;
  padding: 5px 23px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.block_header .block_header_title {
  color: #006AA7;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.block_header--reviews {
  padding: 0 40px;
}
.galery_slider_wrapper .gallery_slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galery_slider_wrapper .swiper-pagination_linear .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 6px;
  background: #C4D9E5;
  opacity: 1;
  transition: background 0.3s, width 0.3s;
}

.galery_slider_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #006AA7;
}

.new-header-banner--new .header-banner__btns-small-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 10px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.new-header-banner--new .header-banner__btns-small-block a.btn_fast_call {
  background: transparent;
  border: 1px solid #FFF;
}

.to-top {
  display:none;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(to right, #006AA7, #3CC, #006AA7);
  background-size: 200% 100%;
  backdrop-filter: blur(2px);
  border: 0;
  border-radius: 20px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.to-top__point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
}

#cookie_note{
  display: none;
  align-items: center;
  width: 90%;
  max-width: 896px;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 5px rgba(6, 33, 53, 0.05);
  padding: 25px 40px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.cookie_note_content {
  width: 74.3%;
  margin-right: 1%;
}

.cookie_note_title {
  margin-bottom: 6px;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.cookie_note_subtitle {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.cookie_note_subtitle a {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
}

#cookie_note .cookie_accept {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.8%;
  height: 46px;
  background-image: linear-gradient(to right, #006AA7, #3CC, #006AA7);
  background-size: 200% 100%;
  border: 0;
  border-radius: 10px;
  padding: 5px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.back_btn {
  max-width: 300px;
}

.back_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 46px;
  background-image: linear-gradient(to right, #006AA7, #3CC, #006AA7);
  background-size: 200% 100%;
  border: 0;
  border-radius: 10px;
  padding: 5px 24px;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.header.fixed .h_menu #menu-shapka>.menu-item .menu, 
.header_full .container .row .h_menu #menu-shapka>.menu-item .menu {
  display: none;
  top: 100%;
  z-index: 10;
}

.f_discount_btn {
  max-width: 90px;
  margin-top: 30px;
}

.f_discount_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 46px;
  background: #FFF;
  border-radius: 10px;
  padding: 5px 16px;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.header--new .header__buttons .link {
  border-radius: 0;
}

.header--new .header__logotype .image {
  width: 100%;
  height: 100%;
}

.expert_links {
  display: flex;
  align-items: center;
  width: 100%;
}

.expert_links .make-appointment__btn {
  margin-right: 28px;
}

@media (min-width: 576px){
  #cookie_note.show{
    display: flex;
  }
}

@media (min-width: 992px) {
  .header.fixed.header--new {
    min-height: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .h_phones:hover .h_phone_popup {
    display: block;
  }

  .to-top:hover {
    background-position: 100% 0;
  }

  .go_to_category_link:hover {
    background-position: 100% 0;
  }

  #cookie_note .cookie_accept:hover {
    background-position: 100% 0;
  }

  .back_btn:hover {
    background-position: 100% 0;
  }

  .header.fixed .h_menu #menu-shapka .menu-item:hover>.menu, 
  .header_full .container .row .h_menu #menu-shapka .menu-item:hover>.menu {
    display: block;
  }
}

@media (max-width: 1100px) {
  .to-top {
    left: auto;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .header--new .header__buttons .link{
    border-radius: 100%;
  }

  #cookie_note {
    flex-wrap: wrap;
    padding: 15px;
  }

  .cookie_note_content {
    width: 100%;
  }

  .cookie_note_title {
    font-size: 16px;
  }

  .cookie_note_subtitle {
    font-size: 14px;
  }

  .cookie_note_subtitle a {
    font-size: 14px;
  }

  #cookie_note .cookie_accept {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  #cookie_note.show {
    display: block;
    text-align: left;
  }
}

.Why {
  padding-top: 50px;
}

.section_dreviews {
  margin: 40px 0;
}

.section_dreviews .swiper {
  padding: 15px 15px 80px;
  margin: 0 -15px;
}
.section_dreviews .swiper-slide {
  height: auto;
}

.section__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 25px;
}

.section__header ._title {
  font-size: 32px;
  color: #006AA7;
  font-weight: 700;
}

.doctor-page-reviews ._item {
  padding: 15px;
  box-shadow: 0 0 10px #9acae5;
  border-radius: 10px;
  color: #555555;
  height: 100%;
}


.doctor-page-reviews ._item ._author {
  font-size: 22px;
  margin-bottom: 30px;
}

.doctor-page-reviews ._item ._text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.doctor-page-reviews ._item ._postdate {
  font-size: 14px;
  color: #ccc;
}

.photo-gallery .galery_slider_wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 600px;
  border-radius: 15px;
}

.photo-gallery__swiper-prev, .photo-gallery__swiper-next {
  position: absolute;
  z-index: 999;
  top: 40%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url("/local/templates/harmony/images/gallery__swiper-arrow.svg") no-repeat center center;
}
.photo-gallery__swiper-prev {
  left: 35px;
  transform: rotate(180deg);
}
.photo-gallery__swiper-next {
  right: 35px;
}

.photo-gallery .swiper-slide {
  height: auto;
  opacity: .5;
  transition: all .3s ease;
}

.photo-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.photo-gallery .gallery_slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galery_slider_wrapper .swiper-pagination_linear .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 6px;
  background: #C4D9E5;
  opacity: 1;
  transition: background 0.3s, width 0.3s;
}

.galery_slider_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #006AA7;
}

.bottom_fixed_number{
  display: none;
  position: fixed;
  bottom: 25px;
  right: 95px;
  z-index: 1;
}

@media screen and (max-width:767px){
  .bottom_fixed_number{
      display: block;
  }
}

.service_banner_price{
  color: #84FFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.service_banner_subtitle{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  margin-bottom: 20px;
}
.service_page_banner.v2_banner .service_banner_title{
  color: #FFF;
  width: 90%;
}
.service_page_banner.v2_banner .container{
  display: flex;
}
.service_banner_content.service_banner_content_right{
  position: relative;
  left: 100px;
}
.service_banner_content_ico__block{
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.service_banner_content_ico__block:nth-child(1){
  top: 10px;
  right: 125px;
}
.service_banner_content_ico__block:nth-child(2){
  top: 70px;
  right: 155px;
}
.service_banner_content_ico__block:nth-child(3){
  top: 125px;
  right: 145px;
}
.service_banner_content_ico__block span{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service_banner_content_ico__circles{
  overflow: hidden;
}
.service_banner_content_ico__circle1{
  position: absolute;
  height: 100%;
  top: 0;
  left: 100px;
}
.service_banner_content_ico__circle2{
  position: absolute;
  height: 100%;
  top: 0;
  left: 170px;  
}
.service_banner_content_ico__circle3{
  position: absolute;
  height: 120%;
  top: -30px;
  left: 240px;
}

@media screen and (max-width:1200px){
  .service_banner_content.service_banner_content_right{
    display: none;    
  }
}
.d_none{
  display: none;
}
.d_show{
  display: block;
}
.hidden_text{
  height: 260px;
  overflow: hidden;
  position: relative;
}
.hidden_text .hidden_overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255 255 255)), to(rgb(255 255 255 / 20%)), color-stop(.5, #ffffff47));
}
.see_more{
  text-align: center;
  cursor: pointer;
  color: rgb(0, 106, 167);
  z-index: 1;
  position: relative;
  font-weight: bold;
}
.advantages__content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.worry_block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px!important;
  row-gap: 20px;
}
.worry_block_left{
  width: 58%;
}
.s_marked_list{
  padding-left: 25px;
}
.s_marked_list li{
  list-style-image: url(/images/appendix_mark.png) !important;
  margin-bottom: 20px;
}
.worry_block_right{
  padding: 25px 40px;
  width: 40%;
}
.blue_box_text{
  border-radius: 24px 0px;
  background: rgba(238, 249, 250, 0.89);
  box-shadow: 0px 2px 14px 0px rgba(2, 176, 192, 0.31);
  color: #02B0C0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width:991px){
  .worry_block_left{
    width: 100%;
  }
  .worry_block_right{
    width: 100%;
  }  
}