* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Commissioner", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding-top: 164px;
  color: #434342;
}

html {
  scroll-padding-top: 246px;
}

html:has(.sticky) {
  scroll-padding-top: 150px;
}

html:has(.page-template-template-price .price-tabs.sticky) {
  scroll-padding-top: 225px;
}

html:has(.page-template-template-price) {
  scroll-padding-top: 355px;
}




ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover {
  text-decoration: none;
}


:root {
  --main-color: #d4607a;
}

button {
  cursor: pointer;
  border: unset !important;
  transition: all 0.3s;
}

.t-center {
  text-align: center;
  display: block;
}

.d-flex {
  display: flex;
}


.header_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
}

.header-top {
  transition: 0.3s;
  max-height: 200px;
}

.header_wrapper.sticky .header-top {
  /* transform: scaleY(0); */
  max-height: 0;
  padding: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.slick-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  display: block;
  margin: 0 5px;
  background: #135860;
  opacity: 0.1;
}

.slick-dots .slick-active button {
  background: #135860;
  opacity: 0.5;
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border: 3px solid #d4607a !important;
  border-radius: 15px;
  background: transparent;
  top: 50%;
  translate: 0 -50%;
  background-image: url(/wp-content/uploads/2025/09/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transition: 0.4s;
}

.slick-arrow:hover {
  background-color: #ffe8e8;
}

.slick-arrow.slick-prev {
  left: -55px;
  rotate: 180deg;
}

.slick-arrow.slick-next {
  right: -55px;
}

/* breadcrumbs */
.breadcrumbs {
  display: flex;
  /* height: 52px; */
  align-items: center;
}

.breadcrumbs-wrapper {
  background: #f4f4f4;
}

.breadcrumbs li {
  margin-right: 35px;
  position: relative;
  white-space: nowrap;
}

.breadcrumbs li:last-child {
  color: #135860;
}

.breadcrumbs li:last-child:before {
  display: none;
}

.breadcrumbs li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  white-space: nowrap;
  opacity: 0.6;
}

.breadcrumbs li:before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #515b6d;
  border-bottom: 2px solid #515b6d;
  transform: rotate(-45deg);
  opacity: 0.6;
}

/* END breadcrumbs */

/* overlay */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  backdrop-filter: blur(1.5px);
  z-index: 10;
  display: none;
}

.signUp-consultation {
  background: #135860;
  border: 1px solid #135860 !important;
  border-radius: 5px !important;
  /* font-weight: 600; */
  font-size: 18px !important;
  line-height: 31px !important;
  text-align: center;
  color: #fff !important;
}

/* page-service-custom */
.page-service {
  padding: 0 0 80px;
}

.page-service h1,
.page-service h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 41.6px;
  color: #434342;
  margin-bottom: 40px;
}

.page-template-template-just-txt .page-service h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 28px;
}


.page-service ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-service ul li {
  list-style: none;
  margin-bottom: 10px;
}

.page-service ol {
  padding-left: 25px;
  margin: 0;
}

.page-service ol li {
  padding-left: 15px;
  margin-bottom: 15px;
}

.page-service li {
  position: relative;
}

.page-service li span {
  font-size: 20px !important;
  font-family: SegoeUIRegular !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.page-service ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -17px;
  top: 10px;
  background-color: #81bcec;
}



.page-service ol li:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -17px;
  top: 10px;
  background-color: #81bcec;
}

.page-service li::marker {
  color: #135860;
}

.page-service__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #4b545e;
  margin-bottom: 40px;
  text-align: center;
  /* font-family: "Roboto", sans-serif; */
}

.page-service__sign-form span.wpcf7-not-valid-tip {
  display: none;
}

.page-service__sign-form .form-control.wpcf7-not-valid {
  border: 1px solid red;
}

.page-service__sign-form .wpcf7 form.invalid .wpcf7-response-output {
  border: unset;
  color: white;
  font-size: 13px;
  margin: 15px 0;
  padding: 0;
}

.page-service-custom {
  height: 498px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  isolation: isolate;
}



.page-service-custom:before {
  content: '';
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0.4;
  z-index: -1;
}

.page-service-custom__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}

.page-service-custom__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  color: #fff;
  margin-bottom: 15px;
}

.page-service-custom__tagline {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 50px;
}

.page-service-custom__button .btn {
  background: #135860;
  border: 1px solid #135860;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #fff;
}

.page-service__doctors {
  margin-bottom: 100px;
}

.page-service__faq {
  margin-bottom: 80px;
}

.faq-item {
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}

.faq-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.faq-item__btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4b545e;
  padding: 25px 20px;

  position: relative;
}

.faq-item__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(../img/icons/plus.svg);
}

.faq-item__btn.open:after {
  background-image: url(../img/icons/minus.svg);
  height: 2px;
}

.faq-item__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 0 20px 20px 20px;
  display: none;
}

.faq-item:hover .faq-item__btn:after {
  background-image: url(../img/icons/plus-hover.svg);
}

.faq-item:hover .faq-item__btn.open:after {
  background-image: url(../img/icons/minus.svg);
  height: 2px;
}

.page-service__slider {
  margin-bottom: 80px;
}

.page-service__slider-wrapper {
  padding-bottom: 72px;
  border-bottom: 1px solid #e0e0e0;
}

.page-service__slider .slick-arrow {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #135860;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  bottom: 16px;
}

.page-service__slider .slick-arrow:before {
  top: 12px;
}

.page-service__slider .slick-arrow.slick-prev:before {
  left: 16px;
}

.page-service__slider .slick-arrow.slick-prev {
  right: 54px;
}

.page-service__slider .slick-arrow.slick-next:before {
  right: 16px;
}

.page-service__slider .slick-arrow.slick-next {
  right: 0;
}

.page-service__price {
  margin-bottom: 80px;
}



.page-service__sign {
  background-color: rgba(19, 88, 96, 0.1);
  height: 333px;
  margin-bottom: 0;
}

.page-service__sign.page-service__sign--reviews {
  margin-top: 127px;
  margin-bottom: 150px;
}

.page-service__sign-body {
  height: 333px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-service__sign-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 15px;
}

.page-service__sign-txt {
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  color: #515b6d;
  max-width: 460px;
}

.page-service__sign-form {
  width: 400px;
  background: #135860;
  border-radius: 10px;
  padding: 50px 40px 36px 40px;
  margin: 0 auto;
  position: relative;
  top: -35px;
}

.page-service__sign-form input {
  height: 48px;
  border: 1px solid #18737d;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
}

.page-service__sign-form input:focus {
  background-color: transparent;
  color: #ffffff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"] {
  background: url("../img/icons/date-picker.svg") transparent no-repeat 96% 50%;
}

.page-service__sign-form .form-group-button p {
  margin: 0;
}

.page-service__sign-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.8;
}

.page-service__sign-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.8;
}

.page-service__sign-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 0.8;
}

.page-service__sign-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 0.8;
}

.page-service__sign-form .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 35px;
}

.price-item .title {
  scroll-padding-top: 800px;
}

.page-service__sign-form .form-group-button .btn {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #135860;
  border: 1px solid #fff;
  height: 54px;
}

.page-service__reason {
  width: 100%;
  height: auto;
  background: #e7eeef;
  padding-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.page-service__reason .row {
  align-items: center;
}

.page-service__reason-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #4b545e;
  margin-bottom: 30px;
}

.page-service__reason-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #4b545e;
  margin-bottom: 40px;
}

/* END page-service-custom */

/* page-header-custom */
.page-header-custom {
  background: #f4f4f4;
  height: 257px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-header-custom.page-header-custom--reviews {
  height: 417px;
}

.page-header-custom .container {
  position: relative;
}

.page-header-custom .container:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 140px;
  height: 95px;
  transform: translateY(-50%);
  /* background-image: url(../img/icons/logo-ico.svg); */
  background-image: url(/wp-content/uploads/2024/09/logo-kids.png);
  background-repeat: no-repeat;
}

.page-header-custom__title,
.page-header-custom__title p {
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  color: #4b545e;
  margin-bottom: 20px;
}

.page-header-custom__title {
  font-weight: 600;
}

.page-header-custom__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  max-width: 72%;
}

.page-header-custom.page-header-custom--reviews .page-header-custom__desc {
  margin-bottom: 50px;
}

.page-header-custom__btn button.btn.button-review {
  background: #135860;
  border: 1px solid #135860;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 0;
}

/* END page-header-custom */

/* parent-category */
.parent-category {
  padding-top: 40px;
  padding-bottom: 120px;
}

.parent-category__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 40px;
  display: block;
  transition: 0.3s;
}

.parent-category__title:hover {
  color: #0d3c42;
  text-decoration: underline;
}

.parent-category__desc {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #4b545e;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 40px;
}

.parent-category__item {
  margin-bottom: 80px;
  position: relative;
  padding-left: 72px;
}

.parent-category__item-icon {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #135860;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parent-category__item-icon-kids {
  border: unset;
}

.parent-category__item:hover .parent-category__item-icon {
  background-color: #135860;
}

.parent-category__item:hover .parent-category__item-icon svg path {
  fill: #fff;
}

.parent-category__item:hover .parent-category__item-icon-kids {
  background-color: unset;
}

.parent-category__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #4b545e;
  margin-bottom: 10px;
}

.parent-category__item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.parent-category__item-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  color: #135860;
}

.parent-category__item-link:before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.parent-category .promotion-page__item-text {
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
}

.parent-category__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  display: inline-block;
  margin-bottom: 120px;
  margin-top: 40px;
}

.parent-category__link::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.parent-category__textform {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #4b545e;
  max-width: 300px;
  margin: 0 auto 40px;
}

.parent-category__phone {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 5px;
  text-align: center;
}

.parent-category__textphone {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #515b6d;
  margin-bottom: 25px;
}

.parent-category__button {
  margin-bottom: 25px;
  text-align: center;
}

.parent-category__button .btn {
  border: 1px solid #135860;
  border-radius: 5px;
  font-weight: 600;
  padding: 14px 67px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #135860;
}

/* END parent-category */

/* technologies-page */
.technologies-page {
  padding: 80px 0;
}

.technologies-page__item {
  margin-bottom: 40px;
}

.modal-dialog .technologies-page__popup-txt ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.technologies-page__item .technologies-page__item-txt h3 {
  font-size: 16px;
  display: inline;
}

.technologies-page__item .technologies-page__item-txt p {
  display: inline;
}

.technologies-page__item-img {
  height: 224px;
  background-color: #d9d9d9;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}

.technologies-page__popup .modal-dialog {
  /* top: 48%;
  translate: 0 -50%; */
}

.technologies-page__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #4b545e;
  margin-bottom: 15px;
}

.technologies-page__item-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  margin-bottom: 25px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.technologies-page__item-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.technologies-page__item-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.technologies-page__popup {
  display: none;
}

.technologies-page__popup .modal-content {
  background: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 737px;
  padding: 30px;
}

.technologies-page .modal-content {
  top: 163px;
}

.technologies-page__popup button.close {
  background: #135860;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 1;
  bottom: -75px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.technologies-page__popup button.close span {
  font-size: 0;
  background-image: url(../img/icons/close-icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.technologies-page__popup-img {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  background: #d9d9d9;
}

.technologies-page__popup-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #4b545e;
  margin-bottom: 15px;
}

.technologies-page__popup-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
}

/* END technologies-page */

/* photo-video-page */
.photo-video-page {
  padding: 80px 0;
}

.photo-video-page__block {
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  height: 343px;
  border-radius: 10px;
}

.photo-video-page__block video {
  border-radius: 10px;
}

.photo-video-page__item {
  margin-bottom: 20px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}

.photo-video-page__item:hover .photo-video-page__item-body {
  background: rgba(19, 88, 96, 0.8);
}

.photo-video-page__item:hover .photo-video-page__item-body p,
.photo-video-page__item:hover .photo-video-page__item-body span {
  color: #fff;
}

.photo-video-page__item:hover .photo-video-page__item-body span:after {
  background-image: url("../img/icons/camera-icon-white.svg");
}

.photo-video-page__item-img {
  height: 266px;
  background-size: cover;
}

.photo-video-page__item-body {
  background: rgba(255, 255, 255, 0.8);
  height: 50px;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.photo-video-page__item-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #4b545e;
  margin: 0;
}

.photo-video-page__item-body span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4b545e;
  display: flex;
  position: relative;
}

.photo-video-page__item-body span:after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/camera-icon.svg");
  margin-left: 7px;
}

.photo-video-page__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 40px;
  text-align: center;
}

.photo-video-page__title.photo-video-page__title--indent {
  margin-top: 60px;
}

.photo-page__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 40px;
  text-align: center;
  display: block !important;
}

.photo-page__item-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  background-size: cover;
}

.single-page .photo-page__item .photo-page__item-img img {
  max-width: 100%;
  width: 100%;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

.vide_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* END photo-video-page */

.header-top {
  background-color: #135860;
  width: 100%;
  position: relative;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 17px;
}

.header-top__logo {
  display: inline-block;
  height: 30px;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 9px;
}



.location {
  display: flex;
  color: #fff;
  align-items: center;
}

.location-adress {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-size: 16px;
}

.time-work {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}

.time-work div {
  display: flex;
  flex-direction: column;
}

.weekend {
  display: flex;
}

/* .dream-s-phone {
  margin-left: 40px;
} */

.dream-s-phone a {
  color: #fff;
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

header .dream-s-phone a {
  text-align: left;
}

.dream-s-phone a:hover {
  color: rgba(255, 255, 255, 0.4);
}

.header-top__phone-tel {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #444;
}

.dream-s-header {
  background-color: #135860;
  border-top: 1px solid #166670;
  height: 68px;
  z-index: 10;
  position: relative;
}

/* custom menu */
.burger-menu {
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
  background: transparent;
}

.burger-menu__close {
  display: none;
}

.burger-menu.open .burger-menu__close {
  display: block;
}

.burger-menu.open .burger-menu__open {
  display: none;
}

.burger-menu:before {
  content: "";
  display: block;
  position: relative;
  background-image: url(../img/icons/burger-menu.svg);
  width: 25px;
  height: 19px;
  /* margin-right: 10px; */
  filter: invert(1);
}

.burger-menu.open:before {
  height: 22px;
}

.burger-menu span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.burger-menu svg {
  margin-right: 10px;
}

.custom-menu {
  display: flex;
  align-items: center;
}

.custom-menu-container .custom-menu li>a {
  padding: 9px 17px 9px 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  margin-right: 10px;
}

.sub-menu a {
  padding-left: 17px !important;
}

.custom-menu-container .custom-menu li>a:hover {
  color: rgba(225, 225, 225, 0.5);
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
  margin-left: 9px;
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #4b545e;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>a:hover {
  color: var(--main-color);
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item {
  margin-bottom: 4px;
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item>a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #4b545e;
  padding-right: 0;
  padding-left: 0;
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item>a:hover {
  color: var(--main-color);
}

.custom-menu-container .custom-menu li.menu-item-has-children>a:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.custom-menu-container .custom-menu li.menu-item-has-children>a:hover:after {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.custom-menu-container .custom-menu>li>.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  height: auto;
  margin: 0;
  z-index: 5;
  margin-top: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 0;
  /* top: 24px; */
  width: 82vw;
  isolation: isolate;
}

.custom-menu-container .custom-menu>li>.sub-menu:before {
  content: '';
  position: absolute;
  height: 100%;
  left: -100%;
  right: -100%;
  top: 0;
  background: #f1ece6;
  z-index: -1;
  border-top: 1px solid #fff;
  pointer-events: none;
  /* box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08); */
}

/* .custom-menu-container .custom-menu>li>.sub-menu.show {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 15px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
} */

li#menu-item-3118,
li#menu-item-7557,
li#menu-item-5374,
li#menu-item-7558,
.custom-menu .menu-item-has-children {
  padding-bottom: 22px;
  position: relative;
  top: 11px;
}


.custom-menu-container .custom-menu>li#menu-item-7557>.sub-menu,
.custom-menu .menu-item-has-children>.sub-menu {
  height: auto;
  column-count: 4;
  left: 0 !important;
  margin-top: 0 !important;
  width: 1210px !important;
  padding-left: 0 !important;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 0 !important;
  top: 46px;
  gap: 8px;
}

.custom-menu-container .custom-menu>li#menu-item-7557:hover>.sub-menu,
.custom-menu .menu-item-has-children:hover>.sub-menu {
  display: block;
}

.hidden_menu_item {
  display: none;
}

.prepere_kids a:after {
  display: none !important;
}

/* .custom-menu-container .custom-menu.show > li > .sub-menu li .sub-menu li {
    display: block;
} */
.custom-menu-container .custom-menu .sub-menu li a {
  color: #4b545e;
}

/* END custom menu */

.dream-s-header .navbar-header {
  padding: 0.8rem 0 0.9rem 0;
  height: 68px;
  z-index: 101;
}

.navbar-header ul li a,
.navbar-header ul li a:visited {
  color: #f5f5f5;
}

.navbar-header ul li a.dropdown-item {
  color: #000;
}

.dream-s-slider {
  min-height: 600px;
  background-repeat: repeat-x;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}

.dream-s-slider .container-slider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.dream-s-slider .container-slider .slider-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-images:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.dream-s-slider .container-slider .slider-images img {
  width: auto;
  max-width: none;
  height: 100%;
}

.dream-s-slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.44);
}

.dream-s-slider .slide-block {
  min-height: 600px;
  position: relative;
  color: #fff;
  z-index: 11;
}

.dream-s-slider .slide-block .slider-title {
  position: absolute;
  top: 0;
  bottom: 80px;
  width: 100%;
  margin: auto;
  height: 60px;
  text-align: center;
}

.hentry {
  margin: 0;
}

.img-signature {
  text-align: right;
}

.dream-s-slider .slide-block .slider-title .title {
  font-size: 30px;
  font-weight: 400;
}

.dream-s-slider .slider-title .button-form {
  color: #fff;
  outline: 0;
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.2);
}

.dream-s-slider .slider-title .button-form:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.7);
}

.dream-s-slider .button-form {
  width: auto;
  font-size: 20px;
  padding: 7px 50px;
  border: 1px solid #aaaab0;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.dream-s-slider .slider-button {
  position: absolute;
  bottom: 25px;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.dream-s-slider .slider-button .button-form {
  color: #fff;
  outline: 0;
  font-size: 16px;
  border-radius: 20px;
}

.dream-s-slider .slider-button .button-form:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.dream-s-slider .slider-button .button-left {
  float: left;
}

.dream-s-slider .slider-button .button-center {
  float: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  background-color: transparent;
  border: 1px solid #dad9d8;
  padding: 18px 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.dream-s-slider .slider-button .button-center:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 10px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.dream-s-slider .slider-button .button-right {
  float: right;
}

.about-section {
  background: #f3f0ef;
  background: -moz-linear-gradient(top,
      #f3f0ef 0,
      #efedee 29%,
      #eaeaec 54%,
      #e6e7eb 80%,
      #e2e4ea 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0, #f3f0ef),
      color-stop(29%, #efedee),
      color-stop(54%, #eaeaec),
      color-stop(80%, #e6e7eb),
      color-stop(100%, #e2e4ea));
  background: -webkit-linear-gradient(top,
      #f3f0ef 0,
      #efedee 29%,
      #eaeaec 54%,
      #e6e7eb 80%,
      #e2e4ea 100%);
  background: -o-linear-gradient(top,
      #f3f0ef 0,
      #efedee 29%,
      #eaeaec 54%,
      #e6e7eb 80%,
      #e2e4ea 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f3f0ef),
      color-stop(29%, #efedee),
      color-stop(54%, #eaeaec),
      color-stop(80%, #e6e7eb),
      to(#e2e4ea));
  background: linear-gradient(to bottom,
      #f3f0ef 0,
      #efedee 29%,
      #eaeaec 54%,
      #e6e7eb 80%,
      #e2e4ea 100%);
  background-repeat: no-repeat;
  background-position: right;
  color: #515b6d;
}

.mega-sub-menu {
  margin-top: 14px !important;
}

.menu-services-section ul li a:hover:before,
.promotion-section .block-info-promotion a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.about-section h2 {
  font-size: 32px;
  margin-top: 120px;
}

.about-section p {
  font-size: 21px;
}

.about-section .row {
  position: relative;
}

.about-section .row .img-about {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
}

.about-section .row .img-about img {
  float: right;
}

.menu-services-section {
  padding: 25px 0;
}

.menu-services-section ul {
  overflow: hidden;
  clear: both;
}

.menu-services-section ul li {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100% / 4);
  float: left;
}

.menu-services-section ul li a {
  margin: 5px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.menu-services-section ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-services-section ul li a span {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px;
}

.menu-services-section ul li a span>.services-img {
  height: 90px;
  width: 100px;
  margin: auto;
  background-image: url(../img/sprite-menu.png);
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
}

.menu-services-section ul li a span span.paragraph {
  margin: 0;
  padding: 10px 0;
}

.menu-services-section ul li a span.imp {
  background-image: url(../img/item-menu/menu-imp.jpg);
}

.menu-services-section ul li a span.imp>.services-img {
  background-position: -48px -6px;
}

.menu-services-section ul li a span.therapy {
  background-image: url(../img/item-menu/menu-therapy.jpg);
}

.menu-services-section ul li a span.therapy>.services-img {
  background-position: -161px -6px;
}

.menu-services-section ul li a span.prevention {
  background-image: url(../img/item-menu/menu-prevention.jpg);
}

.menu-services-section ul li a span.prevention>.services-img {
  background-position: -277px -6px;
}

.menu-services-section ul li a span.children {
  background-image: url(../img/item-menu/menu-children.jpg);
}

.menu-services-section ul li a span.children>.services-img {
  background-position: -423px -14px;
}

.menu-services-section ul li a span.surgery {
  background-image: url(../img/item-menu/menu-surgery.jpg);
}

.menu-services-section ul li a span.surgery>.services-img {
  background-position: -10px -111px;
  width: 110px;
}

.menu-services-section ul li a span.period {
  background-image: url(../img/item-menu/menu-period.jpg);
}

.menu-services-section ul li a span.period>.services-img {
  background-position: -160px -112px;
}

.menu-services-section ul li a span.orth {
  background-image: url(../img/item-menu/menu-orth.jpg);
}

.menu-services-section ul li a span.orth>.services-img {
  background-position: -295px -112px;
}

.menu-services-section ul li a span.bleach {
  background-image: url(../img/item-menu/menu-bleach.jpg);
}

.menu-services-section ul li a span.bleach>.services-img {
  background-position: -417px -115px;
}

.promotion-section {
  background-image: url(../img/bg-promotion-index.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px;
  border: 1px solid #fff;
}

.promotion-section>.container {
  border: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.promotion-section .block-info-promotion {
  color: #fff;
  text-align: center;
  width: 390px;
  margin: auto;
}

.promotion-section .block-info-promotion .h3 {
  font-weight: 400;
  line-height: 32px;
  font-size: 30px;
}

.promotion-section .block-info-promotion .h3 strong {
  font-weight: 600;
  font-size: 28px;
}

.promotion-section .block-info-promotion a {
  padding: 6px;
  width: 250px;
  display: block;
  text-align: center;
  margin: 15px auto 20px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.promotion-section .block-info-promotion a:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -60px;
  height: 41px;
  width: 38px;
  background-image: url(../img/arrow-promotion.png);
  background-repeat: no-repeat;
}

.descriptoion-section {
  color: #515b6d;
  text-align: center;
}

.descriptoion-section .h2 {
  font-size: 22px;
}

.descriptoion-section .description-item {
  padding: 20px 70px;
}

.descriptoion-section .description-item .item-img {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  margin: auto;
  background-position: 7px 0;
}

.descriptoion-section .description-item .h3 {
  font-size: 18px;
}

.descriptoion-section .description-item p {
  font-size: 14px;
}

.description-callback {
  border: 1px solid #515b6d;
  clear: both;
  overflow: hidden;
  text-align: left;
  width: 95%;
  padding: 15px 100px;
  margin: auto;
}

.description-callback .call-back-text {
  width: 70%;
  float: left;
}

.description-callback .call-back-text h3 {
  margin-bottom: 6px;
  margin-top: 17px;
}

.description-callback .call-back-butt {
  width: 30%;
  float: right;
}

.news-section {
  overflow: hidden;
  margin-top: 65px;
}

.news-section .h2 {
  width: 150px;
  text-align: center;
  background-color: #fff;
  margin: auto auto 10px;
}

.news-section .h2:after,
.news-section .h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 400px;
  background-color: #515b6d;
  top: 18px;
  left: 110px;
}

.news-section .h2:after {
  right: 110px;
  left: auto;
}

.news-section .item-block {
  overflow: hidden;
  clear: both;
  text-align: center;
  padding: 10px 0;
}

.news-section .item-news {
  width: -webkit-calc(100%/3 - 25px);
  width: -moz-calc(100%/3 - 25px);
  width: calc(100% / 3 - 25px);
  display: inline-block;
  padding: 15px 15px 25px;
  text-align: left;
  color: #515b6d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 445px;
  vertical-align: top;
  position: relative;
}

.news-section .item-news .text,
.news-section .item-news .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content ul {
  padding-left: 25px;
  list-style: disc;
}

.content ul li::marker {
  color: #127c79;
}

.content .wp-video {
  margin: 15px auto;
}

.news-section .item-news:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
}

.news-section .item-news .thumbnail-news {
  border: 1px solid #515b6d;
  height: 190px;
  width: 100%;
  overflow: hidden;
}

.news-section .item-news .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  height: 50px;
  -webkit-line-clamp: 2;
  line-height: 25px;
}

.news-section .item-news .date {
  font-weight: 600;
  margin: 15px 0 5px;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 25px;
  color: #fff;
}

.news-section .item-news .text {
  -webkit-line-clamp: 7;
}

.news-section .item-news .text p {
  font-size: 14px;
  margin: 0;
}

.info-section {
  color: #515b6d;
  padding-top: 30px;
}

.info-section .info-block {
  overflow: hidden;
  clear: both;
}

.info-section .info-block h1,
.info-section .info-block h2,
.info-section .info-block h3,
.info-section .info-block h4,
.info-section .info-block h5,
.info-section .info-block h6 {
  font-weight: 600;
}

.info-section .info-block h1 {
  font-size: 20px;
}

.info-section .info-block h2 {
  font-size: 18px;
}

.info-section .info-block h3 {
  font-size: 17px;
}

.info-section .info-block h4 {
  font-size: 16px;
}

.info-section .info-block h5 {
  font-size: 15px;
}

.info-section .info-block h6 {
  font-size: 14px;
}

.info-section .info-block p {
  font-size: 15px;
}

.info-section .info-item {
  width: -webkit-calc(100%/2);
  width: -moz-calc(100%/2);
  width: calc(100% / 2);
  float: left;
}

.info-section .info-item .h3 {
  font-size: 18px;
}

.info-section .info-item ul {
  padding-left: 37px;
}

.info-section .info-item ul li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 4px 0;
}

.info-section .info-item ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -36px;
  height: 3px;
  width: 3px;
  background-color: #515b6d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.info-section .more-info {
  clear: both;
  text-align: right;
  padding-top: 30px;
}

.info-section .more-info>a {
  -webkit-touch-callout: none;
}

.info-section .more-text {
  clear: both;
  overflow: hidden;
  display: none;
}

.more-text h1 {
  font-size: 24px;
}

.more-text h2 {
  font-size: 22px;
}

.more-text h3 {
  font-size: 20px;
}

.more-text h4 {
  font-size: 18px;
}

.more-text h5 {
  font-size: 16px;
}

.more-text h6 {
  font-size: 14px;
}

.info-section .info-item:nth-child(3) ul {
  padding-top: 20px;
}

.contact-section {
  padding: 50px 0;
}

.contact-section a {
  transition: all 0.3s;
}

.contact-section .contact-map {
  width: 100%;
  margin-bottom: 80px;
}

.contact-section .contact-map .map {
  height: 785px;
  width: 100%;
}

.gmnoprint {
  display: none;
}

.contact-page__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 20px;
}

.contact-page__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  text-align: center;
  color: #515b6d;
}

.contact-page__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.contact-page__social-item {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #135860;
  margin: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.contact-page__social-item:hover {
  border: 1px solid #135860;
  background-color: #135860;
}

.contact-page__social-item:hover svg {
  fill: #fff;
}

.contact-page__social-ytb:hover svg path {
  fill: #fff;
}

.contact-info .contact-info__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 40px;
}

.contact-info .info-phone {
  margin-bottom: 50px;
}

.contact-info .info-phone a {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #135860;
  display: block;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
}

.contact-info .info-phone a:hover {
  color: rgba(19, 88, 96, 0.5);
}

.contact-info .info-phone .info-phone__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  margin-bottom: 10px;
}

.contact-info .info-email {
  margin-bottom: 50px;
}

.contact-info .info-email .info-email__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  margin-bottom: 10px;
}

.contact-info .info-email a {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #135860;
}

.contact-info .info-marker a {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
}

.contact-info .info-marker .info-marker__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  margin-bottom: 10px;
}

.contact-info .info-open .info-open__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  margin-bottom: 10px;
}

.contact-info .info-open p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  margin: 0;
}

.contact-info .contact-info__wrap {
  display: flex;
  justify-content: space-between;
}

.contact-section .info-people {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contact-section .info-people .item-people {
  margin-left: 20px;
  margin-bottom: 15px;
}

.contact-section .info-people .people-img {
  width: 177px;
  height: 177px;
  margin-bottom: 6px;
}

.contact-section .info-people .people-img img {
  max-width: 100%;
  border-radius: 10px;
}

.contact-section .info-people .people-desc h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4b545e;
}

.contact-section .info-people .people-desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #515b6d;
  display: block;
  opacity: 0.6;
}

.dream-s-slider.other-page,
.dream-s-slider.other-page .slide-block {
  height: 330px;
  min-height: auto;
}

.dream-s-slider.other-page .container-slider .slider-images {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.dream-s-slider.other-page .container-slider .slider-images,
.dream-s-slider.other-page .container-slider .slider-images img {
  width: 100%;
}

.dream-s-slider.other-page .slide-block .slider-title {
  bottom: -30px;
  text-transform: uppercase;
}

.dream-s-slider.other-page .slide-block .slider-title .title {
  font-size: 38px;
  margin: 0;
}

.dream-s-slider.other-page:before {
  display: none;
}

.price-page {
  margin: 35px 0 45px;
}

.page-service__sign .visit_date {
  background: transparent;
}

.price-item:has(li:hover)+.price-item {
  pointer-events: none;
}

.price-item .title {
  padding-top: 200px;
  margin-top: -200px;
}

.price-item .title_temp {
  padding-top: 0;
  margin-top: 0;
}

.price-item-description {
  margin-bottom: 40px;
}

.price-item-description p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #4B545E;
}

.price-item:not(:last-child) {
  padding-bottom: 68px;
}







.price_buy_from {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.price-item .title::first-letter {
  text-transform: uppercase;
}

.price-item .price-item__current {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #515b6d;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 21px 0 22px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-item .price-item__current:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(19, 88, 96, 0.1);
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.price-item .price-item__current:before {
  content: attr(data-price-count);
  font-weight: 400;
  font-size: 18px;
  font-family: SegoeUIRegular !important;
  line-height: 25px;
  left: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.price-item .title-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.price-item .title-desc-temp {
  font-weight: 600;
}

.price-item .price-item__current span {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: right;
}

.price-item .price-item__current span.price_buy_from {
  font-size: 22px;
  font-weight: 500;
}

.price-page .page-service__sign {
  margin-bottom: 0;
}

.price-page .description-callback {
  margin: 25px auto 20px;
}

.price-page__attention {
  background: #f4f4f4;
  padding: 137px 0 100px 0;
}

.price-page__attention-block {
  border: 0.5px solid #eb5757;
  border-radius: 10px;
  padding: 38px 41px;
}

.price-page__attention-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #515b6d;
}

.price-page__attention-txt span {
  color: #eb5757;
}

.price-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  /* transition: 0.4s; */
}

.price-tabs.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 67px;
  max-width: 1240px;
  padding: 13px 15px 5px;
  margin: 0 auto;
  background: white;
  z-index: 100;
  isolation: isolate;
}

.price-tabs.sticky:before {
  content: '';
  position: absolute;
  left: -34%;
  width: 200%;
  background: white;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.price-tabs__item {
  border: 1px solid #135860;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #135860;
  padding: 7px 10px;
  margin: 0 6px 6px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.price-tabs__item:hover {
  color: #fff;
  background-color: #135860;
}

.services-page {
  padding: 25px 0;
  color: #515b6d;
}

.services-page .content {
  font-size: 18px;
}

.services-page .content p {
  margin-bottom: 25px;
}

.services-page .content em {
  display: block;
  font-style: normal;
  background-color: #718a9f;
  color: #fff;
  padding: 20px;
  margin: 35px 0;
}

.news-page {
  color: #6d707a;
}

.news-page .desc {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  padding: 50px 0;
}

.news-page .item-block {
  overflow: hidden;
  padding: 5px;
  clear: both;
}

.news-page .item-news {
  display: block;
  height: 475px;
  overflow: hidden;
  border: 1px solid #3b3e6b;
  color: #424c5c;
  width: -webkit-calc(100%/3 - 7px);
  width: -moz-calc(100%/3 - 7px);
  width: calc(100% / 3 - 7px);
  margin-right: 10px;
  float: left;
  padding: 10px 10px 30px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.news-page .item-news span {
  display: block;
}

.news-page .item-news .content,
.news-page .item-news .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-page .item-news:nth-child(3n + 3) {
  margin-right: 0;
}

.news-page .item-news:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.58);
}

.news-page .item-news .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  height: 218px;
  width: 348px;
}

.news-page .item-news .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  height: 50px;
  -webkit-line-clamp: 2;
  line-height: 25px;
}

.news-page .item-news .content {
  font-size: 16px;
  line-height: 20px;
  height: 140px;
  -webkit-line-clamp: 7;
}

.news-page .item-news .data {
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.pagination {
  width: 100%;
  text-align: center;
}

.nav-title {
  width: 100%;
  display: block;
}

.current,
.inactive {
  margin-right: 5px;
  margin-left: 5px;
}

.single-page {
  padding: 80px 0;
}

.single-page .content {
  overflow: hidden;
  clear: both;
  color: #424c5c;
  padding-bottom: 20px;
}

.single-page .content h1,
.single-page .content h2,
.single-page .content h3 {
  display: inline;
}

.single-page .content img {
  float: left;
  margin-right: 10px;
  padding: 1px;
  max-width: 525px;
}

.single-page .content p {
  font-size: 16px;
}

.dream-s-slider.other-page.promotion,
.dream-s-slider.other-page.promotion .slide-block {
  height: 530px;
}

/* promotion-page */
.promotion-page {
  padding: 45px 0 80px;
}

.promotion-page .item-block .item-news {
  height: 418px;
  position: relative;
  margin: 25px 0;
  color: #516681;
}

.promotion-page .item-block .item-news .thumbnail {
  width: 55%;
  float: left;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.promotion-page .item-block .item-news:nth-child(2n) .thumbnail {
  float: right;
}

.promotion-page .item-block .item-news .content {
  float: right;
  width: 45%;
  height: 418px;
  position: relative;
}

.promotion-page .item-block .item-news:nth-child(2n) .content {
  float: left;
}

.promotion-page .item-block .item-news .content-container {
  margin-left: 20px;
  border: 1px solid #3b3e6b;
  height: 418px;
  font-size: 18px;
  padding: 20px 45px;
  position: absolute;
  top: 0;
  overflow: hidden;
  line-height: 25px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 1;
  background-color: #fff;
}

.promotion-page .item-block .item-news .content-container h2 {
  margin: 0;
}

.promotion-page .item-block .item-news .content-container p {
  margin-bottom: 20px;
  overflow: hidden;
}

.promotion-page .item-block .item-news:nth-child(2n) .content-container {
  margin-left: 0;
  margin-right: 20px;
}

.promotion-page .item-block .item-news .content-container:hover {
  height: auto;
  min-height: 418px;
  z-index: 2;
}

.promotion-page__item-wrapper {
  width: 100%;
}

.promotion-page__item {
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 41px;
}

.promotion-page__item-image {
  height: 347px;
  margin-bottom: 30px;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

.promotion-page__item-image-p {
  width: 100%;
}

.promotion-page__item-title-p:hover {
  color: #135860;
}

.promotion-page__item-label {
  background: #135860;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  margin: 0 30px 15px 30px;
  display: none;
}

.promotion-page__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #4b545e;
  margin: 0 30px 15px 30px;
  /* min-height: 52px; */
}

.promotion-page__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  margin: 0 30px 30px 30px;
}

.promotion-page__item-text p {
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
}

.promotion-page__item-link {
  border: 1px solid var(--main-color);
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  height: 41px;
  color: var(--main-color);
  padding: 8px 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 30px 0 30px;
  transition: 0.3s;
}

.promotion-page__item-link:hover {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: white;
}

/* END promotion-page */
.not-page h2 {
  margin: 50px 0;
  font-size: 36px;
  color: #c1c1c1;
}

.news-main__list {
  margin-top: 40px;
}

.blog_page {
  margin-bottom: 35px;
}

.blog_page_wrapper {
  margin-top: 35px;
}

.blog_title_h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #4B545E;
}

.news-page-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #4B545E;
  margin: 10px 0 0;
}

.blog_page_title {
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #4B545E;
  margin-top: 14px;
}

.blog_txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #4B545E;
}

.blog_txt a {
  color: var(--main-color);
}

.blog_txt ul {
  padding-left: 25px;
  margin-bottom: 20px;
  list-style: disc;
}

.blog_txt ul li {
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #4B545E;
}

.blog_txt ul li::marker {
  color: #81bcec;
}

.fasc-button {
  background: var(--main-color) !important;
}

.blog_image {
  margin: 30px 0 40px;
}

.blog_image img {
  width: 100%;
}

.news-main__node {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

/* .news-main__node:hover{
    background:rgba(101,95,229,.04);
    background-image:url(../img/bg-doctor.png);
    -webkit-box-shadow:0 3px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.1);
    box-shadow:0 3px 10px 0 rgb(0 0 0 / 10%)
} */
.news-main__node-img {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.news-main__node-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-main__node-wrapper {
  height: auto;
  min-height: 160px;
  overflow: hidden;
  padding-top: 20px;
}

.news-main__node-title {
  font-size: 20px;
  color: #4b545e;
  line-height: 26px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-main__node-title:hover {
  color: var(--main-color);
}

.news-main__node-description {
  color: #515b6d;
  display: block;
  height: 65px;
  overflow: hidden;
  padding: 0 30px;
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.news-main__node-readmore {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.news-main__node-readmore:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(-45deg);
  transition: 0.3s;
}

.blog_image img {
  border-radius: 35px;
  display: block;
}

.news-main__node-readmore:hover:after {
  translate: 4px 0;
}


.paginator {
  list-style: none;
  margin: 20px 0 32px 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginator a.page-numbers {
  margin: 0 7px;
  text-decoration: none;
  color: rgba(81, 91, 109, 0.6);
}

.paginator a.page-numbers.next,
.paginator a.page-numbers.prev {
  font-size: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #dadada;
  display: block;
  position: relative;
}

.paginator a.page-numbers.next:before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  transform: rotate(-45deg);
}

.paginator a.page-numbers.prev:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  transform: rotate(135deg);
}

.block-icontext {
  margin-bottom: 50px;
  display: block;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding-left: 90px;
}

.block-icontext__img {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}

.block-icontext_overflow .block-icontext__content {
  overflow: hidden;
  height: 150px;
  position: relative;
}

.block-icontext__content-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #3c434d;
  margin-bottom: 5px;
}

.block-icontext__content-title {
  font-family: SegoeUIRegular, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px;
  color: #3c434d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #127c79;
}

.block-icontext__content-text {
  color: #74828d;
  font-family: SegoeUIRegular, sans-serif;
  line-height: 20px;
  font-size: 16px;
}

.block-icontext_overflow .block-icontext__content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0,
      #fff 80%,
      #fff 100%);
}

.dream-s-slider.our-specialists .slide-block .link-center {
  display: block;
  width: 420px;
  text-align: center;
  color: #fff;
  float: none;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

.our-specialists-page {
  color: #3d4d65;
  padding: 15px 0 40px;
}

.our-specialists-page .content {
  font-size: 26px;
  margin: 20px 0 55px;
}

.our-specialists-page .specialists-block {
  width: -webkit-calc(100%/3 - 75.99px);
  width: -moz-calc(100%/3 - 75.99px);
  width: calc(100% / 3 - 75.99px);
  margin-right: 111px;
  float: left;
  height: 570px;
  background-color: #3d4d65;
  -webkit-border-radius: 170px 170px 15px 15px;
  -moz-border-radius: 15px;
  border-radius: 170px 170px 15px 15px;
  -moz-border-radius-topleft: 170px;
  -moz-border-radius-topright: 170px;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

.our-specialists-page .specialists-block:nth-child(3n + 3) {
  margin-right: 0;
}

.our-specialists-page .specialists-block:before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  height: 39px;
  width: 39px;
  margin: auto;
  background-image: url(../img/specialist-icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.our-specialists-page .specialists-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  right: -5px;
  height: 152px;
  background-color: #fff;
  z-index: 1;
}

.our-specialists-page .specialists-block .thumbnail {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: 305px;
  height: 305px;
  position: relative;
}

.our-specialists-page .specialists-block .thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 152.5px;
  z-index: 1;
}

.our-specialists-page .specialists-block .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
}

.our-specialists-page .specialists-block .title {
  padding: 20px 20px 0;
  font-size: 25px;
  text-align: center;
  line-height: 33px;
  height: 86px;
}

.our-specialists-page .specialists-block .content {
  padding: 0 12px;
  font-size: 16px;
  height: 66px;
  margin-bottom: 0;
}

.our-specialists-page .specialists-block .experience {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.46);
  z-index: 111;
  display: none;
}

.modal-box .modal-block {
  width: 500px;
  height: 445px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: auto;
  padding: 15px;
}

.modal-box .modal-block.review {
  height: 635px;
}

.modal-box .modal-block form {
  padding: 10px;
  position: relative;
}

.modal-box .modal-block form.review {
  padding: 0 15px;
}

.modal-box .modal-block .input-form {
  border: 1px solid #8f96ae;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 15px;
  outline: 0;
  font-style: italic;
}

.modal-box .modal-block .textarea-input {
  height: 140px;
  border: 1px solid #8f96ae;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 15px;
  outline: 0;
  resize: none;
  font-style: italic;
}

.modal-box .modal-block input:-moz-placeholder,
.modal-box .modal-block input:-ms-input-placeholder,
.modal-box .modal-block input::-moz-placeholder,
.modal-box .modal-block input::-webkit-input-placeholder {
  color: #989595;
}

.modal-box .modal-block .submit-input {
  font-size: 20px;
  padding: 12px;
  background-color: #a15dbd;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  width: 250px;
  margin-left: 50%;
  transform: translateX(-50%);
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 26px;
  right: 80px;
}

span.wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 147px;
  background-color: red;
  padding: 6px 14px;
  line-height: 15px;
  color: #fff;
}

.wpcf7-form-control-wrap {
  display: block;
}

div.wpcf7-validation-errors {
  display: none !important;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 700px;
  height: 130px;
  margin: auto;
  background-color: #fff;
  padding: 40px 125px;
  text-align: center;
  color: #989595;
  font-size: 16px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.58);
}

div.wpcf7-mail-sent-ok:before {
  content: "";
  border: 1px solid #8f96ae;
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 25px;
  left: 25px;
  margin: auto;
}

.modal-box .modal-block .entry .submit-input {
  bottom: 35px;
}

.modal-box .modal-block .entry .ajax-loader {
  position: absolute;
  bottom: 50px;
  right: 80px;
}

.modal-block .entry,
.modal-block .left,
.modal-block .right {
  display: none;
  overflow: hidden;
}

.modal-block .review {
  display: none;
  overflow: hidden;
}

.modal-block .entry.active,
.modal-block .left.active,
.modal-block .review.active,
.modal-block .right.active {
  display: block;
}

.closed-button {
  position: absolute;
  top: -30px;
  right: -30px;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.closed-button:hover {
  opacity: 0.8;
}

.closed-button:after,
.closed-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 2px;
  background-color: #fff;
}

.closed-button:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-box .modal-block.call-phone {
  height: 242px;
}

.modal-box .modal-block.call-phone form {
  height: 212px;
}

.dream-s-footer {
  background: #f1ece6;
  background-repeat: no-repeat;
  padding: 70px 0 75px 0;
}

.dream-s-footer__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0.6;
}



#scrollup {
  position: fixed;
  opacity: 0.8;
  left: 10px;
  bottom: 10px;
  display: none;
  cursor: pointer;
  z-index: 11;
}

.dream-s-social {
  font-size: 0;
  gap: 15px;
  flex-wrap: wrap;
}

header .dream-s-social {
  gap: 10px;
}

.dream-s-social li a {
  border: unset;
  border-radius: 3px;
  padding: 0;
  display: block;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  border-radius: 50%;
}

.dream-s-social li a:hover {
  border: 1px solid white;
}

.dream-s-social a svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
}


.dream-s-lang {
  text-align: right;
}

ul.dream-s-lang ul li a {
  color: #fff;
  font-weight: bold;
}

ul.dream-s-lang ul li.wpml-ls-current-language {
  opacity: 0.4;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar-toggler {
  margin-top: 0;
  color: #fff;
  line-height: 32px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  border: none;
}

.group-service-button {
  position: absolute;
  right: 0;
}

.group-service-button .btn {
  border-radius: 5px;
  border-width: 1px;
}

.rev_popup_message.success {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  color: #0cb20c;
  font-size: 18px;
  font-weight: 600;
}

.doc_page_rev_btn {
  position: relative;
  left: 50%;
  translate: -50% 0;
}

.group-service-button__sign {
  border: 1px solid var(--main-color) !important;
  border-radius: 5px;
  height: 42px;
  background: var(--main-color);
  padding: 0 22px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff !important;
  transition: 0.3s !important;
  text-transform: uppercase;
}

.group-service-button__sign:hover {
  background: #cfe6f7;
  box-shadow: 0 0 15px rgba(207, 230, 247, .6);
  border: 1px solid #cfe6f7 !important;
  color: #000 !important;
}



.group-service-button__sign::after {
  content: "✨";
  position: absolute;
  right: -7px;
  top: -5px;
  font-size: 18px;
  opacity: 0;
  transition: 0.3s;
  translate: 15px -7px;
}

.group-service-button__sign:hover::after {
  opacity: 1;
  translate: 0 0;
}

/* .group-service-button__sign:hover {
  border: 1px solid var(--main-color) !important;
  color: var(--main-color) !important;
  background: white;
} */

.navbar-nav li {
  margin-right: 15px;
}

.navbar-nav .link-price {
  position: relative;
  margin-right: 35px;
}

/* .link-price:after{
    content:url(/wp-content/themes/dream-s/img/fire.svg);
    position:absolute;
    bottom:7px;
    right:-25px
} */
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal {
  border: none !important;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: top;
}

a#bingc-phone-button.bingc-phone-button {
  display: none;
}

#add_review {
  font-style: normal;
}

.title-review {
  margin-top: 35px;
  text-align: center;
}

.title-form-review {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

:root {
  --star_width: 22px;
  --star_bg: url("/wp-content/uploads/2024/06/star_bg.svg");
  --star_bg_fill: url("/wp-content/uploads/2024/06/star_bg_fill.svg");
}

.rating__group {
  position: relative;
  width: calc(var(--star_width) * 5);
  height: var(--star_width);
  background-image: var(--star_bg);
  background-size: var(--star_width) auto;
  background-repeat: repeat-x;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rating__star {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: var(--star_width);
  margin: 0 !important;
  font-size: inherit;
  background-size: var(--star_width) auto;
  background-repeat: repeat-x;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  border: none;
  border-radius: 0;
  transition: 0.2s;
}

.rating__star:focus {
  outline: 0 !important;
}

.rating__star:checked,
.rating__star:hover {
  background-image: var(--star_bg_fill);
  width: var(--star_width);
  height: var(--star_width);
  background-size: var(--star_width);
}

.rating__star:hover~.rating__star {
  background-image: var(--star_bg);
}

.rating__star:nth-child(1) {
  width: var(--star_width);
  z-index: 5;
}

.rating__star:nth-child(2) {
  width: calc(var(--star_width) * 2);
  z-index: 4;
}

.rating__star:nth-child(3) {
  width: calc(var(--star_width) * 3);
  z-index: 3;
}

.rating__star:nth-child(4) {
  width: calc(var(--star_width) * 4);
  z-index: 2;
}

.rating__star:nth-child(5) {
  width: calc(var(--star_width) * 5);
  z-index: 1;
}

.form-control {
  height: 40px;
  box-shadow: none;
  color: #444;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}

.form-control::placeholder {
  font-weight: 400;
}

.page-review__banner {
  margin-bottom: 40px;
}

.page-review__banner p {
  font-size: 16px;
  line-height: 26px;
  color: #74828d;
}

.review-count {
  font-size: 20px;
  margin: 80px 0 28px;
  color: #444;
}


.rev_count_p_t {
  font-weight: 600;
}

.rev_count_p {
  color: #135860;
  font-weight: 600;
}

.header__sub-contacts .tooltip-link {
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.nowrap {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__sub-contacts p {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}

.header__sub-contacts .tooltip {
  width: 230px;
}

.tooltip {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 11px 6px rgb(0 0 0 / 6%);
  box-shadow: 0 0 11px 6px rgb(0 0 0 / 6%);
  z-index: -1;
  cursor: initial;
}

.tooltip_active {
  visibility: visible;
  opacity: 1;
  z-index: 200;
}

.tooltip__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

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

.tooltip__contacts_item:not(:first-child) {
  margin-top: 10px;
}

.tooltip__contacts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tooltip__contacts_phone span {
  color: #bebebe;
  font-size: 14px;
}

.tooltip__contacts_phone .button-link {
  color: #000;
}

.dream-s-header .dream-s-lang {
  float: right;
  padding-left: 20px;
}

.dream-s-header .dream-s-lang li {
  display: inline-block;
  position: relative;
  color: #fff;
  border-right: 1px solid #fff;
}

.dream-s-header .dream-s-lang li:last-child {
  border-right: none;
}

.dream-s-header .dream-s-lang li a {
  position: relative;
  color: #fff;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal {
  border: none !important;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: top !important;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0 5px !important;
}

a:focus {
  outline: 0;
}

.header__sub-contacts {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  /* margin-left: auto; */
}

.header__sub .tooltip-link {
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.nowrap {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__sub-contacts p {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}

.header__sub-contacts .tooltip {
  width: 230px;
}

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

.tooltip__contacts_item:not(:first-child) {
  margin-top: 10px;
}

.tooltip__contacts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tooltip__contacts_wrap a {
  color: #444;
  font-weight: 600;
}

.tooltip__contacts_phone span {
  color: #bebebe;
  font-size: 14px;
}

.tooltip__contacts_phone .button-link {
  color: #000;
}

.form-group {
  margin-bottom: 0.5rem !important;
}

.form-control {
  border: 1px solid #e4e8eb80;
  background-color: rgb(255 255 255 / 10%);
  padding: 5px 10px !important;
}

.form-control.wpcf7-not-valid {
  border-color: #f7969f !important;
}

.reviews-item {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #e4e8eb;
  position: relative;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}

.reviews-item__info {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 1;
}

.reviews-item__reviews {
  display: inline-block;
}

.reviews-item__info-date {
  color: #74828d;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
}

.reviews-item__user {
  position: relative;
  /* padding-left: 50px; */
  display: flex;
  align-items: center;
  padding-right: 230px;
  margin-bottom: 20px;
  gap: 15px;
}

.reviews-item__user-avatar {
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e4e8eb;
  background-image: url(/wp-content/uploads/2024/07/rev-avatar.svg) !important;
}

.reviews-item__user-name {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #444;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.reviews-item__user-city {
  font-size: 12px;
  color: #74828d;
  line-height: 17px;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}

.reviews-item__title {
  margin-bottom: 0;
  display: none;
}

.reviews-item__title p {
  color: #444;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
  font-weight: 600;
}

.reviews-item__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #515B6D;
}

.reviews-item__description p {
  margin-bottom: 0;
}

.reviews-item__doctor {
  margin-top: 10px;
}

.reviews-item__doctor-item {
  display: inline-block !important;
  padding: 10px 15px 10px 60px;
  position: relative;
  max-width: 100%;
  background: #f4f4f4;
  border-radius: 10px;
}

.reviews-item__doctor-item i {
  font-style: normal;
}

.reviews-item__doctor-item-img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e4e8eb;
}

.reviews-item__doctor-item-role {
  color: #74828d;
  display: block;
  position: relative;
  /* white-space: nowrap; */
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;

  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.reviews-item__doctor-item-name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #4B545E;
}

.page-otzyvy__promo {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f4f4f4;
  padding: 36px 44px 0 60px;
  margin: 80px 0;
  border-radius: 10px;
}

.page-otzyvy__promo-content {
  flex-basis: 70%;
}

.page-otzyvy__promo-image {
  flex-basis: 30%;
}

.page-otzyvy__promo-content p:last-child {
  margin-bottom: 0;
}

.page-otzyvy__promo-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.page-otzyvy__promo-image img {
  height: auto;
}

.page-otzyvy__promo-content p {
  font-size: 16px;
  line-height: 26px;
  font-family: sans-serif;
  margin-bottom: 20px;
  color: #74828d;
}

.page-otzyvy__promo-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #4B545E;
  margin-bottom: 15px;
}

.page-otzyvy__filter {
  border: 1px solid #e4e8eb;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-otzyvy__filter-header {
  border-bottom: 1px solid #e4e8eb;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: sans-serif;
  padding: 15px 0;
  background: #fafafa;
}

.page-otzyvy__filter-content {
  padding: 20px;
}

.page-otzyvy__filter form {
  margin-bottom: 0;
}

.page-otzyvy__filter-content-node {
  margin-bottom: 15px;
}

.page-otzyvy__filter-content-node-collapse {
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.page-otzyvy__filter-footer {
  border-top: 1px solid #e4e8eb;
  text-align: center;
  padding: 15px 0;
  background: #fafafa;
}

.page-otzyvy__filter-footer .filter-search {
  margin-top: 0;
  color: #6ac4c1;
  background: 0 0;
  border-color: #6ac4c1;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.page-otzyvy__filter-footer .filter-search:hover {
  color: #fff;
  background: #f59393;
  border-color: #f59393;
}

.form-control:focus {
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #f59393;
  border-color: #f59393;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

span.checkbox.custom-checkbox {
  display: block;
}

.filter-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.filter-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.filter-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #6ac4c1;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65% 65%;
}

.filter-checkbox:checked+label::before {
  border-color: #6ac4c1;
  background-color: #6ac4c1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.filter-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #6ac4c1;
}

.filter-checkbox:not(:disabled):active+label::before {
  background-color: #6ac4c1;
  border-color: #6ac4c1;
}

.filter-checkbox:focus+label::before {
  box-shadow: none;
}

.filter-checkbox:focus:not(:checked)+label::before {
  border-color: #6ac4c1;
}

.filter-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.doctor-page {
  padding: 80px 0 30px;
}

.block-content {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  color: #74828d;
  margin-bottom: 50px;
}

.doctors-card {
  display: block;
  width: 100%;
  border: 1px solid #DBDDDF;
  border-radius: 10px;
  height: 100%;
  /* margin-bottom: 30px; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .doctors-card:hover{
    background-color:#fcfcfc;
    background-image:url(/wp-content/themes/dream-s/img/bg-doctor.png);
    -webkit-box-shadow:0 3px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.1);
    box-shadow:0 3px 10px 0 rgb(0 0 0 / 10%)
} */
.doctors-card__img {
  display: block;
  width: 184px;
  height: 100%;
  border-radius: 9px 0 0 9px;
  background-position: center;
  background-size: cover;
  float: left;
}

.doctors-card__content {
  padding-left: 214px;
}

.doctors-card__name {
  color: #444;
  display: block;
  padding-right: 20px;
}

/* .doctors-card__name:hover{
    color:#6ac4c1
} */
.doctors-card__name-surname {
  line-height: 30px;
  display: block;
  padding-top: 25px;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4B545E;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.doctors-card__name-name {
  line-height: 30px;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #4B545E;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.doctors-card__role {
  display: block;
  padding-top: 8px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 20px;
  /* white-space: nowrap; */
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #515b6d;
  margin-bottom: 20px;
}

.doctors-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  position: relative;
  margin-bottom: 15px;
}

.doctors-card__info-experience {
  color: #515b6d;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e8eb;
  line-height: 24px;
  font-weight: 400;
  margin-right: 30px;
  margin-bottom: 15px;
}

.doctors-card__info-node {
  display: block;
  line-height: 19px;
  font-size: 14px;
  color: #515b6d;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctors-card__info-review {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline;
  color: #135860;
  white-space: nowrap;
  cursor: pointer;
}

/* .doctors-card:hover .doctors-card__info-node{
    opacity:0
} */
.doctors-card__info-readmore {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border: 1px solid #135860;
  border-radius: 5px;
  padding: 12px 31px;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  color: #135860;
  display: block;
}

.doctors-card__info-readmore:hover {
  background: #135860;
  color: #fff;
}

/* .doctors-card:hover .doctors-card__info-hover{
    height:50px;
    top:0
} */
/* .doctors-card__info-readmore,.doctors-card__info-readmore:visited{
    display:inline-block;
    color: #135860;
    background:transparent;
    padding:11px 25px;
    line-height:16px;
    font-size:14px;
    border: 1px solid #135860;
    border-radius:5px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
} */
/* .doctors-card__info-readmore:hover{
    background-color:#fff;
    color:#6ac4c1
} */
.doctor-presentation {
  background-color: #f4f4f4;
  color: #444;
  font-family: sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
}

.doctor-presentation__body {
  margin: 40px 0 0 0;
}

.doctor-presentation__upheader {
  margin-bottom: 10px;
  color: rgba(81, 91, 109, 0.5);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.doctor-presentation__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #4b545e;
}

.doctor-presentation__stitle {
  color: rgba(81, 91, 109, 0.5);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.doctor-presentation__specialization {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #515b6d;
  padding-bottom: 20px;
}

.doctor-presentation__button-line {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}

.doctor-presentation__experience {
  background-color: #fff;
  padding: 8px 25px;
  border-radius: 25px;
}

.doctor-presentation__button-line>* {
  margin: 10px 35px;
}

.doctor-presentation__location {
  display: flex;
  align-items: center;
}

.doctor-presentation__separator {
  margin: 0;
  border-bottom: 1px solid rgb(51 51 51 / 15%);
  background-color: transparent;
}

.doctor-presentation__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.doctor-presentation__box .doctors-card__info-review {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  color: #135860;
}

.doctor-presentation__list {
  list-style: none;
  padding: 0;
}

.doctor-presentation__link,
.doctor-presentation__link:visited {
  color: #40424c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-presentation__link:hover {
  color: #6ac4c1;
}

.doctor-presentation__link svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-presentation__link:hover svg {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctor-presentation__button button {
  background: #135860;
  border: 1px solid #135860;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 0;
}

.btn,
input[type="submit"] {
  padding: 10px 30px;
  line-height: 16px;
  border-radius: 20px;
  font-size: 16px;
  border: 2px solid #e4e8eb;
}

a button.btn.btn-order-author,
button.btn.button-review {
  color: #fff;
  background: #6ac4c1;
  border-color: #6ac4c1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.alfa-color {
  background: #6a8480 !important;
  border-color: #6a8480 !important;
}

.alfa-color:hover {
  background: #fff !important;
  border-color: #6a8480 !important;
  color: #6a8480 !important;
}

.btn.btn-order-author:hover,
button.btn.button-review:hover,
input[type="submit"]:hover {
  color: #6ac4c1;
  background: #fff;
  border-color: #6ac4c1;
}

.doctor-presentation__img-wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}

.doctor-presentation__img {
  display: block;
  object-fit: contain;
  object-position: bottom right;
  max-height: 438px;
  max-width: 100%;
}

.doctor-tabs__navs__container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}

.doctor-tabs__navs {
  display: flex;
  justify-content: center;
  overflow-y: auto;
  flex-wrap: nowrap !important;
}

.doctor-tabs__nav,
.doctor-tabs__nav:visited {
  padding: 22px 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(75, 84, 94, 0.6);
}

.doctor-tabs__nav:not(:last-child) {
  margin-right: 20px;
}

.doctor-tabs__nav.active {
  color: #135860;
  stroke: #135860;
  border-bottom: 1px solid #135860;
}

.doctor-tabs__nav svg {
  margin-right: 6px;
  stroke: rgba(75, 84, 94, 0.6);
}

.doctor-tabs__nav.active svg {
  stroke: #135860;
}

.nav-tabs {
  border: none;
}

.doctor__quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 103px 0 120px 0;
  color: #444;
}

.doctor__quote svg {
  position: absolute;
  top: -17px;
  left: -40px;
}

.doctor__quote-quote {
  object-fit: contain;
  max-width: 68px;
  max-height: 56px;
  margin-bottom: -25px;
}

.doctor__quote-text {
  max-width: 880px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #515b6d;
  position: relative;
}

.doctor__quote-fio {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #4b545e;
  margin-bottom: 6px;
}

.doctor__quote-specialization {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
}

.margin {
  margin: 50px auto;
}

.margin-min {
  margin: 20px auto;
}

.page-doctors__service {
  margin-bottom: 120px;
}

.page-doctors__service-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 40px;
  text-align: center;
}

.block-accordion {
  position: relative;
  display: block;
  border-top: 1px solid #e4e8eb;
}

.block-accordion__node {
  border-bottom: 1px solid #e4e8eb;
}

.block-accordion__node-link {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 30px;
}

.block-accordion__node-link-number {
  position: absolute;
  line-height: 25px;
  font-size: 18px;
  line-height: 30px;
  left: 20px;
  top: 20px;
  z-index: 1;
  color: #515b6d;
  background-color: rgba(19, 88, 96, 0.1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-accordion__node-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.block-accordion__node-more::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.block-accordion__node-link a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 25px 60px 25px 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4b545e;
}

.block-accordion__node-link:hover a {
  color: #6ac4c1;
}

.block-accordion__node-link svg {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 15px;
  z-index: 1;
}

.block-accordion__node-link:hover svg circle {
  stroke: #6ac4c1;
}

.block-accordion__node-link:hover svg path {
  fill: #6ac4c1;
}

.banner-with-portrait {
  max-width: 1409px;
  margin: 70px auto 70px;
}

.banner-with-portrait__container {
  color: #fff;
  display: flex;
  background: linear-gradient(92.2deg, #6ac4c1 65%, #127c79 98.3%);
  border-radius: 10px;
  padding: 45px 180px;
  position: relative;
}

.banner-with-portrait__body.body {
  max-width: 600px;
}

.banner-with-portrait__image {
  position: absolute;
  bottom: 0;
  right: 180px;
}

.banner-with-portrait__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 440px;
}

.banner-with-portrait__body.body .body__title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}

.banner-with-portrait__body.body .body__subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.banner-with-portrait__body.body .body__contacts {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.banner-with-portrait__body.body .body__description {
  color: #97fffc;
  font-size: 13px;
  line-height: 20px;
}

.banner-with-portrait__body.body .body__record-btn {
  border: 1px solid #fff;
  border-radius: 37px;
  padding: 10px 35px;
  margin-top: 0;
  text-align: center;
  color: #fff;
  margin-right: 25px;
  cursor: pointer;
}

.banner-with-portrait__body.body .body__record-btn:hover {
  background-color: transparent;
}

.banner-with-portrait__body.body .body__phone {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.banner-with-portrait__body.body .body__description img {
  margin-right: 5px;
  margin-top: -1px;
}

.section-doctor-blog {
  padding: 70px 0;
}

.doctor-blog {
  display: flex;
  overflow: hidden;
}

.doctor-blog__header {
  font-family: sans-serif;
  font-weight: 600;
}

.doctor-blog__container {
  min-width: 320px;
  margin-right: 20px;
}

.doctor-blog__item {
  display: block;
}

.doctor-blog__link,
.doctor-blog__link:visited {
  color: #444;
  transition: 0.4s;
}

.doctor-blog__link:hover {
  color: #6ac4c1;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.doctor-blog__img {
  height: 200px;
  max-height: 200px;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  padding-bottom: 25px;
}

.koef_items {
  margin: 30px 0;
}

.block-title {
  font-size: 28px;
  display: block;
  font-size: 28px;
  font-weight: 600;
  font-family: sans-serif;
  text-align: center;
  color: #444;
}

.doctors-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 55px;
}

.block-description {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  color: #74828d;
  margin-bottom: 70px;
  text-transform: uppercase;
}

.doctor-blog__title {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
  font-weight: 600;
  font-family: sans-serif;
}

.doctor-blog-pagination {
  display: flex;
  align-items: center;
  z-index: 100;
  margin-top: 20px;
}

.doctor-blog-pagination button {
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 6px;
  border: 1px solid #aeaeae;
  color: #aeaeae;
  background-color: #fff;
  transition: 0.3s;
  padding: 0;
  margin-top: 0;
}

.doctor-blog-pagination button svg {
  vertical-align: baseline;
}

.doctor-blog-pagination button:hover {
  background-color: #6ac4c1;
}

.doctor-blog-pagination button:hover svg {
  fill: #fff;
}

.doctor-blog-pagination .counter-owl {
  margin: 0 24px;
  font-size: 14px;
  color: #575757;
}

.doctor-blog-pagination .counter-owl .counter-first {
  font-size: 18px;
  color: #6ac4c1;
  font-weight: 600;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.page-otzyvy__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 15px;
  /* background-color:#fafafa; */
  background: #f4f4f4;
  border-radius: 10px;
  /* background-image:url(/wp-content/themes/dream-s/img/bg-doctor.png) */
}

.page-otzyvy__title div {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--heading-text-color);
}

.page-otzyvy__title .btn.button-review {
  background: #135860;
  border: 1px solid #135860;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-top: 0;
}

.all_doc_reviews {
  display: inline-flex !important;
}

.technologies-page__popup h2 {
  font-size: 30px;
}

.technologies-page__popup h3 {
  font-size: 25px;
}

.page-otzyvy__title .btn:hover {
  color: #6ac4c1;
  background-color: #fff;
}

.btn.btn-success {
  /* color: #6ac4c1; */
  border: unset;
  background: 0 0;
  /* border-color: #6ac4c1; */
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-success:hover {
  background-color: #bb4141;
  color: #fff;
}

.page-doctors__description {
  padding: 60px 0 30px;
  font-size: 20px;
  line-height: 28px;
  font-family: sans-serif;
}

.doctor-tabs__tab {
  margin-top: 50px;
}

.pt0 {
  padding-top: 0 !important;
}

.page-doctors__description {
  color: #444;
}

.page-doctors__description h3 {
  margin-top: 30px;
}

.page-doctors__description ul {
  list-style: disc;
  margin-left: 40px;
  list-style-image: url(../img/icons/marker-icon.svg);
}

.page-doctors__description ul li {
  margin-bottom: 30px;
  padding-left: 8px;
}

.page-doctors__description ul li strong {
  display: block;
  margin-top: 5px;
}

.page-doctors__description ul li::marker {
  color: #6ac4c1;
}

.block-title {
  display: block;
  text-align: center;
  font-family: sans-serif;
  font-size: 28px;
}

.block-title_left {
  text-align: left;
}

.mb20 {
  margin-bottom: 20px !important;
}

.page-doctors__history-node {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
}

.page-doctors__history-node:after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background: #dc2829;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-doctors__history-node-date {
  color: #6ac4c1;
  font-family: sans-serif;
  font-size: 14px;
  width: 150px;
  display: block;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 30px;
}

.page-doctors__history-node-location {
  color: #74828d;
  font-size: 14px;
  display: block;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 180px;
}

.block-text {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #444;
}

.modal-content {
  font-style: normal;
}

.modal-body .entry,
.modal-body .left,
.modal-body .review,
.modal-body .right {
  display: none;
}

.modal-body .entry.active,
.modal-body .left.active,
.modal-body .review.active,
.modal-body .right.active {
  display: block;
}

.modal-content .close {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 15px;
  top: 0;
  margin-top: 10px;
  cursor: pointer;
  z-index: 9999;
}

.modal-content .close {
  background-color: transparent;
  color: #6ac4c1;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: #000;
  padding: 6px 14px;
  line-height: 15px;
  color: #ff2e2ee0;
  position: relative;
  width: auto;
  background-color: transparent;
}

.page-news__bloglist {
  display: block;
  width: 100%;
  position: relative;
  margin: 50px 0;
}

.content-search__item {
  background-color: rgba(19, 88, 96, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.content-search__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  margin-bottom: 15px;
}

.content-search__item-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
}

.content-search__item-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.search-result-block {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #4b545e;
  margin: 30px 0;
}

#breadcrumbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #9298A3;
  transition: 0.3s;
}

#breadcrumbs a:hover {
  color: var(--main-color);
}

.page-news__bloglist:has(.no-results) .search_result_form {
  display: none;
}

#breadcrumbs span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--main-color);
}

#breadcrumbs {
  margin: 0;
}

#breadcrumbs>span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.breadcrumbs_wrapper {
  display: flex;
  align-items: center;
  padding: 22px 0 15px;
  background: white;
}

.search .breadcrumbs_wrapper {
  background: #f4f4f4;
}

.page-news__bloglist-node {
  margin-bottom: 20px;
  display: block;
  border: 1px solid #e4e8eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-news__bloglist-node-title {
  display: block;
  padding: 5px 20px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  background: #74828d;
  font-family: sans-serif;
}

.page-news__bloglist-node-title:hover {
  color: #d0d9e4;
}

.page-news__bloglist-node-title:visited {
  color: #fff;
}

.page-news__bloglist-node-header {
  margin: 5px 15px 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e8eb;
}

.page-news__bloglist-node-doctor {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  margin-right: 20px;
  padding-left: 50px;
  position: relative;
  font-size: 14px;
  color: #74828d;
  font-family: sans-serif;
}

.page-news__bloglist-node-doctor:visited {
  color: #74828d;
}

.page-news__bloglist-node-doctor span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.page-news__bloglist-node-date {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 12px;
  color: #74828d;
  font-family: sans-serif;
}

.page-news__bloglist-node-content {
  padding: 0 20px 10px 250px;
  position: relative;
  min-height: 170px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page-news__bloglist-node-content-img {
  display: block;
  width: 200px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 20px;
  background-size: cover;
  background-position: center;
}

.page-news__bloglist-node-footer {
  margin: 5px 15px 5px;
  padding-top: 5px;
  border-top: 1px solid #e4e8eb;
  padding-right: 80px;
  position: relative;
}

.page-news__bloglist-node-footer a {
  color: #74828d;
  font-size: 14px;
  font-family: sans-serif;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}

.page-news__bloglist-node-footer a:visited {
  color: #74828d;
}

button.btn.btn-default.navbar-btn.search-button {
  padding: 0;
  border: none;
  margin: 0 20px 0 0;
}

button.btn.btn-default.navbar-btn.search-button:hover {
  background-color: transparent;
}

button.btn.btn-default.navbar-btn.search-button:focus {
  box-shadow: none;
}

.our-benefits__card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(101, 95, 229, 0.04);
  border-radius: 9px;
  min-height: 91px;
}

.our-benefits__card .container {
  padding: 0 !important;
  max-width: 41px;
  margin-right: 20px;
  margin-left: 0;
}

.advantages {
  display: flex;
}

.advantages-item {
  margin: 0 15px;
}

.our-benefits__card .container .block-image {
  display: flex;
  align-items: center;
}

.block-image img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  overflow: hidden;
}

.remastered-slide-cert {
  width: 277px;
  height: 327px;
  border: 1px solid #E0E0E0;
  border-right: unset;
  box-sizing: border-box;
}

.remastered-slide-cert a {
  padding: 40px 50px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.page-single-doctors__slider .slick-list {
  /* margin: 1px; */
  border-right: 1px solid #E0E0E0;
}

.page-single-doctors__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  padding: 0;
  height: 30px;
  margin: 0;
}

.page-single-doctors__slider .slick-arrow.slick-prev {
  left: -40px;
}

.page-single-doctors__slider .slick-arrow.slick-next {
  right: -40px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.remastered-slide-cert img {
  border-radius: 6px;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.remastered-slider .owl-nav {
  display: flex;
  align-items: center;
}

.remastered-slider .owl-nav {
  top: -25px;
  right: 0;
  transform: translateY(-100%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.remastered-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: 0 0 !important;
  border: 1px solid #aeaeae !important;
  border-radius: 3px;
  color: #aeaeae;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
  margin: 0 5px;
}

.remastered-slider .owl-nav button span {
  color: #aeaeae;
  font-size: 35px;
  line-height: 25px;
}

.our-benefits__card img {
  width: 100%;
  min-width: 41px;
  max-width: 41px;
  max-height: 41px;
  object-fit: contain;
}

img {
  vertical-align: middle;
  border-style: none;
}

.our-benefits__card .block-text {
  display: flex;
  align-items: center;
}

.block-text {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #444;
}

.our-benefits__card .block-text p {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 17px;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
}

/* new style -v */
.section-v-1 {
  background: #f3f7f7;
  padding-bottom: 80px;
}

.section-v-1__links {
  padding-bottom: 120px;
  padding-top: 60px;
}

.section-v-1__links-body {
  display: flex;
  align-items: center;
}

.section-v-1__links-body-img {
  min-width: 82px;
  height: 82px;
  background-color: #135860;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.section-v-1__links-body:hover .section-v-1__links-body-img {
  background: #bdd2be;
}

.section-v-1__links-body-txt .title {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #4b545e;
  margin-bottom: 5px;
}

.section-v-1__links-body-txt .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #515b6d;
}

.section-v-1__video-block {
  display: flex;
}

.section-v-1__video-title {
  font-weight: 600;
  font-size: 41px;
  line-height: 130%;
  text-align: center;
  color: #4B545E;
  margin-bottom: 20px;
}

.section-v-1__video-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #515b6d;
  margin-bottom: 50px;
}

.section-v-1__video-block-txt,
.section-v-1__video-block-youtube {
  width: 50%;
}

.section-v-1__video-block {
  gap: 37px;
}

/* .section-v-1__video-block-txt {
  padding-right: 37px;
} */

/* .section-v-1__video-block-youtube {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
} */

/* section-v-2__choose */
.section-v-2__choose {
  padding: 80px 0 100px 0;
}

.section-v-2__choose-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #4b545e;
  margin-bottom: 40px;
}

.section-v-2__choose-item {
  border-radius: 10px;
  /* background: #F3F7F7; */
  background: rgba(19, 88, 96, 0.05);
  padding: 40px 30px;
  position: relative;
  margin-bottom: 20px;
  height: 231px;
  transition: all 0.3s ease;
}

.section-v-2__choose-item:hover {
  background: rgba(19, 88, 96, 0.12);
}

.section-v-2__choose-item .icon {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 1px solid #135860;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.section-v-2__choose-item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #4b545e;
  margin-bottom: 15px;
  padding-right: 45px;
}

.section-v-2__choose-item .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-v-2__choose-item .link {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section-v-2__choose-item .link:hover {
  color: rgba(19, 88, 96, 0.6);
}

.section-v-2__choose-item .link::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.section-v-2__choose-item .link:hover:after {
  border-right: 2px solid rgba(19, 88, 96, 0.6);
  border-bottom: 2px solid rgba(19, 88, 96, 0.6);
}

.section-v-2__choose-item-overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #135860;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-v-2__choose-item-overflow p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  width: 45%;
  margin: 4px 0 0 0;
}

#section-v-2__popup .modal-content {
  padding: 63px 43px 56px 36px;
  background: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: none;
}

#section-v-2__popup .modal-content .close {
  color: #135860;
  opacity: 1;
  font-weight: 400;
}

#section-v-2__popup .modal-content .section-v-2__popup-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #4b545e;
  margin-bottom: 15px;
  text-align: center;
}

#section-v-2__popup .modal-content .section-v-2__popup-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #515b6d;
}

/* section-v-3__doctors */
.section-v-3__doctors {
  margin-bottom: 120px;
}

.section-v-3__doctors-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 20px;
}

.section-v-3__doctors-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #515b6d;
  margin-bottom: 40px;
}

.section-v-3__doctors-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--main-color);
  margin-top: 40px;
  position: relative;
  transition: 0.3s;
}

.section-v-3__doctors-link:hover {
  color: var(--main-color) !important;
}

.section-v-3__doctors-link:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.section-v-3__doctors-link:hover:after {
  right: -23px;
}

/* section-v-4 */
.section-v-4__services {
  padding: 0 0 80px 0;
}

.section-v-4__services-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 20px;
}

.section-v-4__services-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #4b545e;
  max-width: 530px;
  margin: 0 auto 40px;
}

.section-v-4__services-item {
  background: #f3f7f7;
  border-radius: 10px;
  height: 202px;
  margin-bottom: 20px;
  padding: 20px 30px 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.section-v-4__services-item p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #4b545e;
}

.section-v-4__services-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  margin-top: 10px;
  text-align: center;
  position: relative;
  display: block;
  margin-top: 20px;
}

.section-v-4__services-link:hover {
  color: var(--main-color);
}

.section-v-4__services-link:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.section-v-4__services-link:hover:after {
  right: -23px;
}

.section-v-4__services-item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.section-v-4__services-item-overlay img {
  height: 100%;
}

.section-v-4__services-item:hover .section-v-4__services-item-overlay {
  display: block;
}

.section-v-4__services-item:hover p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.section-v-4__services-item:hover svg path {
  fill: #fff;
}

.section-v-4__services-item:hover svg {
  position: relative;
  z-index: 1;
}

/* section-v-5 */
.section-v-5__feedback {
  background: #f3f7f7;
  padding: 80px 0 152px 0;
}

.section-v-5__feedback-desc .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #4b545e;
  margin-bottom: 40px;
}

.section-v-5__feedback-desc .feedback-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
}

.rev_stat span.rev_num {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: var(--main-color);
}

.rev_stat_txt {
  opacity: 0.6;
  display: inline-block;
  margin-left: 10px;
}

.section-v-5__feedback-desc .rating {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
  margin-bottom: 20px;
}

.star {
  margin: 20px 0 40px;
}

.section-v-5__feedback .star {
  margin-bottom: 0;
  margin-top: 5px;
}

.section-v-5__feedback-desc .button-block {
  display: flex;
  align-items: center;
}

.section-v-5__feedback-desc .button-block__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  background: #135860;
  border: 1px solid #135860;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 30px;
  transition: all 0.3s ease;
  padding: 13px 44px 15px 44px;
}

.section-v-5__feedback-desc .button-block__btn:hover {
  background: #0b3136;
  border: 1px solid #0b3136;
}

.section-v-5__feedback-wrapper {
  display: flex;
  justify-content: space-between;
}

.section-v-5__feedback-desc .button-block__all {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  transition: all 0.3s ease;
}

.section-v-5__feedback-desc .button-block__all:hover {
  color: rgba(19, 88, 96, 0.6);
}

.section-v-5__feedback-desc .button-block__all:before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.section-v-5__feedback-desc .button-block__all:hover:before {
  border-right: 2px solid rgba(19, 88, 96, 0.6);
  border-bottom: 2px solid rgba(19, 88, 96, 0.6);
}

.section-v-5__feedback-slider {
  width: 682px;
}

.feedback-slider__item {
  background: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  min-height: 306px;
  margin: 25px;
}

.section-v-5__feedback .slick-list {
  margin: -25px;
}

.feedback-slider__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.feedback-slider__item-content {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #515b6d;
}

.feedback-slider__item-avatar {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feedback-slider__item-info .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #4b545e;
  margin-bottom: 5px;
}

.feedback-slider__item-date {
  position: absolute;
  top: 0;
  right: 0;
}

.feedback-slider__item-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  display: inline-block;
  display: none;
}

.section-v-5__feedback .slick-arrow:before {
  width: 11px;
  height: 11px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
}

.section-v-5__feedback .feedback-slider .slick-arrow.slick-prev:before {
  left: 16px;
  top: 14px;
}

.section-v-5__feedback .feedback-slider .slick-arrow.slick-next:before {
  right: 16px;
  top: 14px;
}

.feedback-slider__item-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.feedback-slider .slick-arrow {
  border: 1px solid #135860 !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  position: absolute;
  margin-top: 0px;
  padding: 0;
  bottom: -50px;
  z-index: 5;
}

.feedback-slider .slick-arrow:hover {
  background: #135860;
}

.feedback-slider .slick-arrow:hover:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.feedback-slider .slick-arrow.slick-next {
  right: 0;
}

.feedback-slider .slick-arrow.slick-prev {
  right: 54px;
}

.feedback-slider .slick-arrow.slick-next:before {
  right: 15px;
  top: 12px;
}

.feedback-slider .slick-arrow.slick-prev:before {
  left: 15px;
  top: 12px;
}

/* section-v-6 */
.section-v-6__blog {
  padding: 80px 0;
}

.section-v-6__blog-slider {
  position: relative;
}

.section-v-6__blog-slider .slick-list {
  padding: 20px 10px;
}

.section-v-6__blog-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 30px;
}

.blog-slider__item {
  width: 400px;
  border-radius: 10px;
  margin: 0 10px;
  overflow: hidden;
  transition: 0.3s;
}

.blog-slider__item.slick-active:hover {
  /* background-color: #f3f6f7; */
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
}

.section-v-6__blog-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  padding: 0;
  height: 30px;
  margin: 0;
}

.section-v-6__blog-slider .slick-arrow.slick-prev {
  left: -40px;
}

.section-v-6__blog-slider .slick-arrow.slick-next {
  right: -40px;
}

.section-v-6__blog-slider .slick-arrow:hover:before {
  border-right: 3px solid rgba(19, 88, 96, 0.6);
  border-bottom: 3px solid rgba(19, 88, 96, 0.6);
}

.blog-slider__item-image {
  height: 225px;
  background-size: cover;
  display: block;
}

.blog-slider__item.slick-active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.blog-slider__item-content {
  padding: 20px 30px 30px;
}

.blog-slider__item-title {
  font-weight: 600;
  line-height: 26px;
  color: #4b545e;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 130%;
  display: block;
  transition: 0.3s;
}

.section-v-7__form .form-group {
  margin-bottom: 15px !important;
}


.wpcf7-form-control-wrap:has(.visit_date) {
  position: relative;
}

.wpcf7-form-control-wrap:has(.visit_date):after {
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2024/06/calendar.svg);
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  width: 16px;
  height: 16px;
  background-size: cover;
}

.blog-slider__item-title:hover {
  color: var(--main-color);
}

.blog-slider__item-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #515b6d;
  margin-bottom: 25px;
  height: 60px;
  overflow: hidden;
}

.blog-slider__item-read {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.blog-slider__item-read:hover {
  color: rgba(19, 88, 96, 0.6);
}

.blog-slider__item-read:before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

.blog-slider__item-read:hover:before {
  border-right: 2px solid rgba(19, 88, 96, 0.6);
  border-bottom: 2px solid rgba(19, 88, 96, 0.6);
}

.section-v-6__blog-link {
  text-align: center;
  margin-top: 20px;
}

.section-v-6__blog-link a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #135860;
  position: relative;
  display: inline-block;
}

.section-v-6__blog-link a:before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #135860;
  border-bottom: 2px solid #135860;
  transform: rotate(-45deg);
}

/* section-v-7 */
.section-v-7__form {
  background: #135860;
  border-radius: 10px;
  padding: 80px 0;
  margin-bottom: 90px;
}

.aftersend_msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  translate: 0 15px;
  max-height: 0;
}

.modal:has(.section-v-2__popup-title) {
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.1);
}

.video-content {
  border-radius: 10px;
  height: 343px;
  overflow: hidden;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
}

.video-content a {
  width: 93px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}

.video-content a:hover {
  scale: 1.05;
}

.video-content iframe {
  width: 100% !important;
  height: 100% !important;
}

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

.form_return_btn {
  border-radius: 5px;
  width: 320px;
  height: 54px;
  background: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: var(--main-color);
  transition: 0.3s;
}

.form_return_btn:hover {
  opacity: 0.7;
}

.show_aftersend.aftersend_msg {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  max-height: 300px;
}

.aftersend_msg_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: white;
  display: block;
}

.aftersend_msg_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: white;
}

.section-v-7__form p {
  margin: 0;
}

.section-v-7__form .form-group-button input {
  margin: 0 !important;
  margin-top: 15px !important;
}

.section-v-7__form .wpcf7-spinner {
  display: none;
}

.section-v-7__form .form-control {
  border: 1px solid #18737d !important;
  border-radius: 5px;
  background-color: transparent;
  height: 48px;
  color: #fff;
}

.section-v-7__form .form-control:hover {
  border: 1px solid #fff !important;
}

.section-v-7__form-wrap {
  width: 320px;
  margin: 0 auto;
  transition: 0.3s;
}

.section-v-7__form-wrap.show_aftersend {
  opacity: 0;
  visibility: hidden;
  translate: 0 -15px;
  height: 0;
}

.section-v-7__form-wrap .wpcf7-response-output {
  display: none;
}

.section-v-7__form-wrap .form-group .wpcf7-list-item-label {
  color: #fff;
}

.section-v-7__form .form-control:focus {
  color: #fff;
}

.section-v-7__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.8;
}

.section-v-7__form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.8;
}

.section-v-7__form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 0.8;
}

.section-v-7__form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 0.8;
}

.section-v-7__form .btn {
  background: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #135860;
  border: none;
  width: 100%;
  height: 48px;
}

.section-v-7__form .btn:hover {
  background: #f3f6f7;
  color: rgba(19, 88, 96, 0.6);
}

.section-v-7__form-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 35px;
  text-align: center;
  transition: 0.3s;
}

.section-v-7__form-title.show_aftersend {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.search-form {
  position: relative;
}

.search-form svg {
  position: absolute;
  left: 15px;
  top: 20px;
}

/* #searchform */
#searchform .search-form-button {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  height: 54px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 38px;
  margin: 0;
}

#searchform .search-form-button p {
  margin: 0;
}

#searchform .search-form-button span {
  display: none;
}

#searchform.search-form {
  display: flex;
  align-items: center;
  position: relative;
  width: 78%;
}

#modalSearch #searchform.search-form {
  width: 100%;
}

#searchform.search-form input {
  margin-right: 15px;
}

#searchform .form-control {
  height: 54px;
  border: 1px solid #bfa1ac;
  border-radius: 5px;
  max-width: 390px;
  padding-left: 40px !important;
}

#modalSearch .title-form-review {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #4b545e;
  margin: 0 0 30px 0;
}

#modalSearch .modal-body {
  padding: 60px 80px;
}

#modalSearch .modal-dialog {
  max-width: 706px;
}

#modalSearch .modal-content .close {
  color: #135860;
  font-weight: 400;
  opacity: 1;
}

/* #mainModalSign */
#mainModalSign .modal-dialog {
  max-width: 800px;
}

#mainModalSign .sign__wrapper {
  display: flex;
}

#mainModalSign .sign__wrapper-img {
  min-width: 400px;
}

#mainModalSign .form-group-button .btn {
  width: 100%;
  background: #135860;
  border-radius: 5px;
  height: 54px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border: none;
}

#mainModalSign .wpcf7-spinner,
#mainModalSign .wpcf7-response-output {
  display: none;
}

#mainModalSign .sign__wrapper-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 35px;
}

#mainModalSign .modal-content .close {
  color: #135860;
}

#mainModalSign input {
  height: 48px;
  border: 1px solid #135860;
  border-radius: 5px;
}

#mainModalSign input[type="date"] {
  background: url("../img/icons/date-picker-grey.svg") transparent no-repeat 96% 50%;
}

/* #popmake-3065 */
#popmake-3065 .pum_popup_title_3065 {
  display: flex;
}

#popmake-3065 .sign__wrapper {
  display: flex;
}

#popmake-3065 .sign__wrapper-img {
  min-width: 400px;
}

#popmake-3065 .sign__wrapper-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

#popmake-3065 #pum_popup_title_3065 {
  display: none;
}

#popmake-3065 .sign__wrapper-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4b545e;
  margin-bottom: 30px;
}

#popmake-3065 .sign__wrapper-btn {
  background: #135860;
  border-radius: 5px;
  padding: 15px 65px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

#popmake-3065 .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-search-none {
  margin: 15px 0 0 0;
}

/* .search-form.search-form--mobile {
    margin-top: 20px;
    padding: 0 10px;
}
#searchform.search-form--mobile .search-form-button {
    width: 34px;
    height: 34px;
    padding: 0;
    position: absolute;
    right: 30px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
}
#searchform.search-form--mobile .form-control {
    border: 1px solid #135860;
    border-radius: 5px;
    height: 54px;
} */

/* menu-info-helper */
.menu-info-helper {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 8px;
}

.menu-info-helper .time-work {
  color: #515b6d;
  font-weight: 400;
  font-size: 18px;
  justify-content: center;
  margin-bottom: 25px;
}

.menu-info-helper .time-work div {
  align-items: center;
}

.menu-info-helper .location {
  color: #515b6d;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

.menu-info-helper .location-adress {
  align-items: center;
}

.menu-info-helper .dream-s-social svg {
  width: 100%;
  height: 100%;
}



.menu-info-helper .wpml-ls-slot-shortcode_actions a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px;
}

.menu-info-helper .wpml-ls-slot-shortcode_actions.wpml-ls-current-language a {
  color: #515b6d !important;
  opacity: 0.4;
}

.menu-info-helper .wpml-ls-slot-shortcode_actions a {
  color: #515b6d !important;
}

.menu-info-helper .mobile-wpml {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

#welcome-block {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 320px;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 25px 58px 44px 58px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.welcome-block__header {
  margin-bottom: 20px;
}

.welcome-block__title {
  margin-bottom: 20px;
  color: #0c505d;
  font-size: 37.173px;
  font-weight: 700;
  line-height: normal;
}

.welcome-block__title span {
  font-size: 26.351px;
  display: block;
}

#welcome-block img {
  max-width: 250px;
}

.welcome-block__close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  cursor: pointer;
}

.welcome-block__close span {
  width: 2px;
  height: 18px;
  display: block;
  background-color: rgba(12, 80, 93, 1);
  position: absolute;
  right: 6px;
}

.welcome-block__close span:first-child {
  transform: rotate(45deg);
}

.welcome-block__close span:last-child {
  transform: rotate(-45deg);
}

.welcome-block__btn {
  height: 34px;
  text-align: center;
  background-color: #0c505d;
  width: 100%;
  border-radius: 10px;
  display: none;
}

/***********************************************************************************************************************
**    baby box
***********************************************************************************************************************/
.baby-box {
  background-color: rgba(245, 236, 221, 1);
}

.baby-box__title {
  font-weight: 600;
  font-size: 115px;
  line-height: 149px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #d58a77;
}





.slider_wrapper {
  height: calc(100vh - 164px);
  /* isolation: isolate; */
}

.slider_item:before {
  content: '';
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0.4;
  z-index: -1;
}

.slider_item .container,
.slider_wrapper .slick-list,
.slider_wrapper .slick-track {
  height: 100%;
}

.slider_item .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  isolation: isolate;
  position: relative;
}

.slider_wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  left: 43px;
}

.slider_wrapper .slick-arrow:before {
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}

.slider_wrapper .slick-next {
  right: 43px;
  left: unset;
}

.slider_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  color: white;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.slider_subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: white;
  display: block;
  margin-bottom: 80px;
}

.slider_item a {
  background: #135860;
  border: 1px solid #135860;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-radius: 5px;
  padding: 0 37px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: white;
  transition: 0.3s;
  max-width: 175px;
}

.slider_item a:hover {
  background: #0c4147;
  border: 1px solid #0c4147;
}

.video_txt_top {
  max-width: 810px;
  margin: 0 auto;
}


.section-v-1__video-block-txt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #515B6D;
}

.section-v-1__video-block-youtube video {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: block;
  height: auto;
}

.doctors_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lang-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: white;
  opacity: 0.4;
}

.lang_list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.current-lang.lang-item a {
  opacity: 1;
  pointer-events: none;
}

.parent-category__phone {
  display: block;
  transition: 0.3s;
}

.parent-category__phone:hover {
  color: #0c505d;
}

.search_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 2002;
  border-radius: 10px;
  max-width: 706px;
  width: 100%;
  background: white;
  padding: 60px 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  scale: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search_modal.openPopup {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.close_popup {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
}

.search_modal_title {
  font-weight: 400;
  font-size: 26px;
  color: var(--main-color);
  margin-bottom: 30px;
}

.overlay_popup {
  position: fixed;
  inset: 0;
  z-index: 2001;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.overlay_popup.openPopup {
  opacity: 1;
  visibility: visible;
}

.signin_popup {
  position: fixed;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 2002;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  opacity: 0;
  visibility: hidden;
  scale: 0.7;
  transition: 0.4s;
  height: 500px;
  display: flex;
  align-items: center;
}

.signin_popup.openPopup {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.close_popup_sign {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #FBDFEA;
}

.signin_popup_img {
  flex-basis: 50%;
}

.signin_popup_form {
  flex-basis: 50%;
  padding: 0 40px 0px;
}

.signin_popup_title {
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  color: #434342;
  margin-bottom: 20px;
}

.signin_popup input,
.signin_popup select {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 18px 25px !important;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  border: unset;
  width: 100%;
}

.signin_popup select {
  padding: 0 25px !important;
}

.signin_popup select::placeholder {
  opacity: 0.3;

}

.signin_popup .visit_date {
  background: white !important;
}

.signin_popup input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  opacity: 0.3;
}

.signin_popup_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.signin_popup input.submit-input {
  padding: 0 !important;
  height: 42px;
  border-radius: 5px;
  background: var(--main-color);
  transition: 0.3s;
  margin-top: 9px;
  margin-bottom: 0 !important;
  width: auto;
  padding: 0 20px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}

.form-group-button p {
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.custom-logo-link img {
  width: 100%;
}

.reviews_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: white;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 65px 70px 60px 70px;
  z-index: 2005;
  width: 100%;
  max-width: 480px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  scale: 0.7;
}

.reviews_modal.openPopup {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.reviews_modal .form-group {
  margin-bottom: 15px !important;
}

.title-form-review {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.reviews_modal .rev_input {
  width: 100%;
  border: 1px solid #A1BCBF;
  border-radius: 5px;
  height: 48px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #A8ADB6;
}

.reviews_modal .rev_input::placeholder,
.rate_title {
  font-weight: 400;
  font-size: 14px;
  color: #A8ADB6;
  margin-bottom: 0;
}

.reviews_modal textarea.rev_input {
  height: 127px;
  padding-top: 15px;
  resize: none;
}

.rate_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.rev_popup_btn {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: var(--main-color);
  border-radius: 5px;
  width: 100%;
  transition: 0.3s;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid var(--main-color);
}

.rev_popup_btn:hover {
  background: white;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.top_content_wrapper p,
.top_content_wrapper li {
  font-weight: 400;
  font-size: 19px;
  line-height: 140%;
  color: #515B6D;
}

.top_content_wrapper ul,
.service_just_txt ol {
  margin-bottom: 25px;
}

.top_content_wrapper ol {
  list-style-type: none;
  counter-reset: item;
}

.top_content_wrapper ol li {
  counter-increment: item;
}

.top_content_wrapper ol li::before {
  content: counter(item);
  font-size: 17px;
}


.top_content_wrapper p {
  margin-bottom: 25px;
}

.top_content_wrapper p:has(+ul) {
  margin-bottom: 15px;
}

.service_i_t_left {
  flex-basis: 48%;
}

.service_i_t_reverse {
  flex-direction: row-reverse;
}

.service_content_i_t_green {
  background: #e7eeef;
  padding: 60px 0;
  margin: 80px 0;
  position: relative;
  isolation: isolate;
}

.service_content_i_t_green:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
  background: #e7eeef;
}

.service_content_i_t_green h2 {
  margin-top: 0;
}

.service_i_t_right {
  flex-basis: 52%;
}

.service_i_t {
  gap: 50px;
}

.flex_title {
  margin-top: 80px;
}

.page-service .service_page_slider ul li:before,
.page-service .service_page_slider ul li:after {
  display: none;
}

.service_page_slide {
  margin: 0 10px;
}

.service_page_slider .slick-list {
  margin: 0 -10px;
}

.service_page_slider .slick-dots {
  padding: 30px 0;
  margin: 0;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
}

.service_page_slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #135860;
  padding: 0;
  margin-top: 0;
}

.top_content_wrapper {
  margin-bottom: 80px;
}

.service_page_slider .slick-arrow:before {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.service_page_slider .slick-prev.slick-arrow:before {
  left: 54%;
}

.service_page_slider .slick-next.slick-arrow:before {
  left: 46%;
}



.service_page_slider .slick-dots li {
  margin-bottom: 0;
}

.service_page_slider .slick-dots .slick-active button {
  background: #bdbdbd;
  border: unset;
}

.doctor-tabs .slick-track {
  display: flex !important;
  align-items: center;
}

.doctor-tabs .slick-track .remastered-slide-cert {
  height: 355px;
}

.txt_green_bg {
  background: #E7EEEF;
  border-radius: 10px;
  padding: 60px 30px;
  margin-top: 80px;
}

.txt_green_bg:has(.txt_green_bg_wrapper_left) {
  padding: 22px 40px;
}

.txt_green_bg_wrapper {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.txt_green_bg_wrapper.txt_green_bg_wrapper_left {
  text-align: left;
  max-width: 100%;
  margin: 0;
}

.txt_green_bg_wrapper.txt_green_bg_wrapper_left ul {
  margin: 0;
}

.txt_green_bg_wrapper.txt_green_bg_wrapper_left ul li {
  margin-bottom: 0;
  padding-left: 15px;
}

.txt_green_bg:has(.txt_green_bg_wrapper_mb) {
  margin: 30px 0 40px;
}

.txt_green_bg_wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #515B6D;
  margin-bottom: 20px;
}

.txt_green_bg_wrapper p:last-child {
  margin-bottom: 0;
}

.page-service-custom__title .title {
  font-weight: 600;
}

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

.block_img_txt_i {
  flex-basis: 48%;
}

.block_img_txt_t {
  flex-basis: 52%;
}

.block_img_txt_i img {
  width: 100%;
}

.block_img_txt_t_wrapper {
  padding: 75px 60px;
  background: #e7eeef;
  border-radius: 20px;
  margin-left: -25px;
}

.block_img_txt_t_wrapper p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515B6D;
}

.block_img_txt_t_wrapper p:last-child {
  margin-bottom: 0;
}

.block_before_after_clean {
  align-items: center;
  gap: 20px;
}

.block_before_after_clean_side {
  position: relative;
  flex-basis: 50%;
}

.block_before_after_clean_side img {
  width: 100%;
}

.before_after_clean_txt {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  background: #DEDDE1;
  border-radius: 10px;
  height: 51px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #4B545E;
}

.txt_green_bg:has(.txt_green_bg_wrapper_wide) {
  padding: 80px 0;
  position: relative;
  isolation: isolate;
}

.txt_green_bg:has(.txt_green_bg_wrapper_wide):before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  background: #E7EEEF;
  height: 100%;
  top: 0;
  z-index: -1;
}

.before_after_white_txt {
  background: #135860;
  color: white;
}

.block_three_imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0 80px;
}

.service_just_txt_center {
  text-align: center;
  max-width: 890px;
  margin: 0 auto 80px;
}

.page-service h2:has(+.service_just_txt_center) {
  max-width: 890px;
  margin: 80px auto 40px;
}

.service_just_txt h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  color: #4B545E;
  margin-bottom: 15px;
}

.service_content_i_t_centered {
  align-items: center;
}

.service_popup_btn {
  background: #135860;
  border: 1px solid #135860;
  height: 54px;
  margin-top: 0;
}

.service_popup_btn:hover {
  border: 1px solid #135860;
}

.page-header-custom__title-w {
  max-width: 625px;
}

.promotion_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.single-page-promo_img {
  border-radius: 12px;
  overflow: hidden;
  width: 44%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.single-page-promo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-page-promo_content-title {
  font-weight: 600;
  font-size: 29px;
  line-height: 130%;
  color: #4B545E;
  display: inline;
}

.single-page-promo_content-title+p {
  margin-top: 20px;
}

.promo_page {
  padding: 14px 0 0;
}

.breadcrumbs_wrapper_promo {
  background: transparent;
}

.single-page-promo_content p a,
.single-page-promo_content li a {
  color: black;
  text-decoration: underline;
}

.promo_page ul {
  padding-left: 22px;
}

.promo_page ul li {
  position: relative;
  font-weight: 600;
}

.page-service__sign-promo {
  margin-bottom: 80px;
}

.promo_page ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -23px;
  top: 4px;
  background-color: rgba(19, 88, 96, 0.3);
}

.promo_page ul li:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: -18px;
  top: 9px;
  background: #135860;
}

.news_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-map {
  height: 450px;
}

.photo-page__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}




#bg_popup_language {
  position: fixed;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.91);
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

#popup_language {
  background: #fff;
  max-width: 670px;
  padding: 50px 20px;
  position: relative;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.title-popup-cookie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popupClose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: block;
  text-align: center;
  color: var(--main-color);
  transform: rotate(45deg);
  font-size: 53px;
  font-weight: 100;
  font-family: Proxima-light;
}

.choose-lang-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.choose-lang-subtitle {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
  /* max-width: 300px; */
  line-height: 29px;
}

.two_column_list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
  height: 320px;
  column-gap: 60px;
  padding-right: 15px;
}

.page-id-3261 .two_column_list ul {
  height: 385px;
}


.price_name {
  padding-right: 30px;
}

.price-text {
  white-space: nowrap;
}

.service_page_slider {
  margin-bottom: 40px;
}

.flex-btn-cookie {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.flex-btn-cookie a {
  color: white;
  font-size: 20px;
  border: 1px solid var(--main-color);
  padding: 7px 28px;
  font-weight: 400;
  transition: 0.4s ease;
  border-radius: 5px;
  background-color: var(--main-color);
}

.flex-btn-cookie a:hover {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background-color: white;
}

.price-tabs__item.activeTab {
  background: #135860;
  color: white;
}

#success-massage-review {
  font-size: 25px;
}


.win_msg {
  display: none;
  flex-direction: column;
  position: relative;
  top: 50%;
  translate: 0 -50%;
}

.win_msg_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #4B545E;
  max-width: 210px;
  display: block;
  margin: 0 auto 10px;
}

.win_msg_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #4B545E;
  display: block;
  margin: 0 auto 30px;
  max-width: 270px;
}

.win_msg_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 0 55px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: white;
  border-radius: 5px;
  background: var(--main-color);
  transition: 0.3s;
}

.win_msg_btn:hover {
  background: #0b3439;
  color: white;
}

/* .win_msg_green {
  top: 0;
  translate: 0 0;
} */

.win_msg_green .win_msg_title,
.win_msg_green .win_msg_subtitle {
  color: white;
}

.win_msg_green .win_msg_btn {
  background: white;
  color: var(--main-color);
}

.section-v-7__form .win_msg {
  top: 0;
  translate: 0 0;
  align-items: center;
}

.contact-page__social-ytb svg {
  height: 26px;
  width: 40px;
}


.green_btn {
  background: #135860;
  border: 1px solid #135860;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-radius: 5px;
  padding: 0 37px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: white;
  transition: 0.3s;
  max-width: 175px;
}

.green_btn:hover {
  background: #0c4147;
  border: 1px solid #0c4147;
}

.hero_kids {
  height: calc(100vh - 216px);
}

@media(min-width: 1820px) {
  .hero_kids {
    height: calc(78vh - 216px);
  }
}

.hero_kids_wrapper {
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.hero_kids_title {
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #434342;
  margin-bottom: 30px;
  margin-top: 0;
}

.hero_kids_descr {
  max-width: 525px;
}

.hero_kids_descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.hero_kids_side {
  flex-basis: 50%;
}

.hero_kids_side img {
  width: 100%;
}

.sec_block {
  background: #CFE6F7;
}

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

.sec_block_side {
  flex-basis: 50%;
}

.section_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #434342;
  margin-bottom: 40px;
}

.sec_block_side img {
  width: 100%;
}

.sec_block_descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.arrow_block_title {
  max-width: 610px;
}

.arrow_block_descr {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.arrow_wrapper_item {
  display: flex;
  gap: 10px;
}

.arrow_wrapper_item_wide {
  flex-direction: column;
  gap: 30px;
}

.arrow_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.arrow_side {
  flex-basis: 50%;
}

.arrow_wrapper_item_wide .arrow_side {
  flex-basis: 100%;
}

.arrow_wrapper_item_wide .arrow_img {
  rotate: -112deg;
  transform: scaleX(-1);
}

.arrow_block_descr_before {
  margin-bottom: 60px;
}

.arrow_block_descr_after {
  margin-top: 40px;
}

.arrow_side_title {
  max-width: 400px;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.arrow_side_img {
  display: flex;
  gap: 15px;
}

.arrow_img svg {
  width: 88%;
}

.arrow_img {
  margin-top: 20px;
}

.arrow_side_list ul {
  list-style-type: disc;
}

.arrow_side_list ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
  margin-bottom: 10px;
}

.mt80 {
  margin-top: 80px;
}

.cloud_list_wrapper li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.cloud_list_wrapper li .cloud_list_num {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: absolute;
  top: 9px;
  left: 27px;
  display: none;
}

.cloud_list_wrapper_nums li .cloud_list_num {
  display: block;
}

.cloud_list_wrapper li span {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.cloud_list_wrapper li svg {
  width: 66px;
  min-width: 66px;
}

.kids_slider .slick-arrow {
  border: unset;
}

.kids_slider .slick-arrow:before {
  border: unset;
  background-image: url(/wp-content/uploads/2024/09/kids-slider-aeeow.svg);
  transform: unset;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.kids_slider .slick-arrow.slick-prev:before {
  rotate: 180deg;
}

.last_block {
  margin-top: 120px;
  background: #FFF1BE;
  padding: 100px 0;
}

.last_block_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.last_block_side {
  flex-basis: 50%;
}

.last_block_title {
  margin-bottom: 20px;
}

.last_block_descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515b6d;
}

.last_block_subdescr {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #515b6d;
}

.last_block_btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.last_block_btn_popup {
  background: #0d3c42;
  margin-top: 0;
}

.last_block_btn_popup:hover {
  background: #051c1e;
}

.last_block_btn_chat {
  height: 54px;
  border-radius: 5px;
  border: 1px solid #0d3c42;
  padding: 0 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #0d3c42;
  transition: 0.3s;
}

.last_block_btn_chat:hover {
  color: white;
  background: #0d3c42;
  border: 1px solid #0d3c42;
}

.header-top-kids,
.dream-s-header-kids {
  background: #f1ece6;
}

.dream-s-header-kids {
  border-top: 1px solid #fff;
}

.logo_kids_img {
  width: 135px !important;
  transition: 0.3s;
}

.header-top {
  transition: 0.2s;
}

.header_wrapper.sticky .header-top {
  opacity: 0;
}

.header-top-kids .location-adress span,
.header-top-kids .weekday span,
.header-top-kids .weekend span,
.header-top-kids .dream-s-phone a {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #434342;
}



.header-top-kids .lang-item a {
  color: #4b545d;
}

.dream-s-header-kids .navbar-header ul li a,
.dream-s-header-kids .navbar-header ul li a:visited {
  color: #434342;
  transition: 0.3s;
  text-transform: uppercase;
}

.dream-s-header-kids .navbar-header ul li a:hover {
  color: var(--main-color);
}

.dream-s-header-kids .custom-menu-container .custom-menu li.menu-item-has-children>a:after {
  border-right: 2px solid #4b545d;
  border-bottom: 2px solid #4b545d;
}

.group-service-button__sign-kids {
  border: 1px solid #4b545d;
  color: #4b545d;
}

.dream-s-header-kids .burger-menu span {
  color: #4b545d;
}

.dream-s-header-kids .burger-menu:before {
  filter: invert(1);
}

.cloud_list_descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.cloud_list_descr_after {
  margin-top: 40px;
}

.cloud_list_descr_before {
  margin-bottom: 40px;
}

.attention_block_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.attention_block_item_txt p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.attention_block_item svg {
  min-width: 70px;
  width: 70px;
}

.attention_block_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.quest_block_wrapper {
  display: flex;
  gap: 80px;
}

.quest_block_side {
  display: flex;
  gap: 20px;
}

.quest_block_side_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #434342;
  max-width: 385px;
  margin-bottom: 20px;
}

.quest_block_side_descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
}

.quest_block_side svg {
  min-width: 70px;
  width: 70px;
}

/* .custom-menu>.menu-item-has-children:hover>.sub-menu {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 15px;
} */

#menu-item-6978 .sub-menu.show li.menu-item-has-children {
  margin-bottom: 30px;
}

.numb_txt {
  font-size: 15px;
  font-weight: 300;
  text-transform: lowercase;
}

footer .numb_txt {
  font-size: 17px;
}

.just_txt_title {
  margin-top: 30px;
}

.just_txt_descr {
  margin-top: 20px;
}


.mask {
  position: fixed;
  top: 0;
  z-index: 5000;
  background: white;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
}


.mask.hide {
  opacity: 0;
  visibility: hidden;
}


/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);
  background:
    var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}

@keyframes l7 {
  to {
    transform: rotate(.5turn)
  }
}


.contact-section.contact-page .container {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.header_inner {
  justify-content: space-between;
  gap: 20px;
}


.dream-s-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown_lang .dropdown_menu a,
.header_lang__btn span {
  transition: 0.3s;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #434342;
  padding-right: 0;
}

.header_lang__btn span {
  color: #434342;
}

.header_lang__btn {
  border-radius: 0;
  background: transparent;
  width: 87px;
  height: auto;
  border: unset;
  position: relative;
  z-index: 5;
  transition: 0.3s;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 0;
}

.dropdown_lang.open .header_lang__btn {
  background: var(--green-color);
}

.header_lang__btn svg {
  transition: 0.3s;
  position: relative;
  bottom: 0;
}

.dropdown_lang .dropdown_menu a:hover {
  color: var(--main-color) !important;
}

.dropdown_lang .dropdown_menu a {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #12100d;
  margin-bottom: 10px;
  transition: 0.3s;
}

.dropdown_lang .dropdown_menu a:hover {
  color: var(--green-color);
}

.dropdown_lang .dropdown_menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 28px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* background: #fff; */
  width: 70px;
  padding: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  z-index: 1;
  border-radius: 0;
  /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20); */
}

.dropdown_lang.open .dropdown_menu {
  opacity: 1;
  visibility: visible;
}

.dropdown_item.disabled {
  display: none;
}

.dropdown_lang {
  position: relative;
  top: 0;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.top_section_wrapper {
  display: flex;
  align-items: center;
  margin-top: -43px;
}

.top_section_side {
  flex-basis: 50%;
}

.top_section_title {
  font-weight: 700;
  font-size: 43px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #434342;
}

.top_section_descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #434342;
  margin: 22px 0;
}

footer .top_section_btn {
  white-space: nowrap;
}

.top_section_btn {
  background: var(--main-color);
  border-radius: 10px;
  padding: 0 50px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 112%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  position: relative;
  white-space: nowrap;
  /* overflow: hidden; */
  transition: background 0.3s, transform 0.3s;
}

.top_section_btn:hover {
  background: #CFE6F7;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(207, 230, 247, .6);
  color: #000;
}

.top_section_btn::after {
  content: "✨";
  position: absolute;
  right: -7px;
  top: -5px;
  font-size: 18px;
  opacity: 0;
  transition: 0.3s;
  translate: 15px -7px;
}

.top_section_btn:hover::after {
  opacity: 1;
  translate: 0 0;
}

.top_section_img_wrapper {
  padding-left: 42px;
  position: relative;
  isolation: isolate;
}

.top_section_img {
  width: 100%;

}

.top_cloud {
  position: absolute;
  z-index: -1;
  animation: float 12s ease-in-out infinite;
}

.top_cloud_l {
  left: -80px;
  bottom: 75px;
  animation-delay: 0s;
}

.top_cloud_r {
  top: 74px;
  right: -107px;
  animation-delay: 5s;
}


.about {
  background-image: url(/wp-content/uploads/2025/09/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  margin-top: -84px;
}

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

.about_side_i {
  flex-basis: 45%;
}

.about_side_t {
  flex-basis: 55%;
}

.about_descr {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 35px;
  padding: 40px 50px;
  margin-top: 100px;
}

.about_descr p {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #434342;
  margin-bottom: 17px;
}

.about_descr_icon {
  position: absolute;
  left: -74px;
  top: -66px;
  z-index: 2;
  animation: float 12s ease-in-out infinite;
  animation-delay: 3s;
}

.proposion {
  padding: 80px 0 100px;
}

.proposion_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #434342;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 20px;
}

.proposion_descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #434342;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 40px;
}

.proposion_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  position: relative;
}

.proposion_item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fdedb7;
  border-radius: 25px;
  padding: 18px 22px;
}

.proposion_item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #d4607a;
  width: 55px;
  height: 55px;
  min-width: 55px;
  font-family: "Commissioner", sans-serif;
}

.proposion_item_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #434342;
}

.proposion_wrapper_icon {
  position: absolute;
  z-index: 1;
  animation: float 8s ease-in-out infinite;

}

.proposion_wrapper_icon_1 {
  left: 41%;
  top: 28%;
}

.proposion_wrapper_icon_2 {
  right: 8%;
  top: 11%;
  animation-delay: 3s;
  width: 120px;
}

.proposion_wrapper_icon_3 {
  bottom: 16%;
  right: -2%;
  animation-delay: 6s;
  width: 150px;
}








.how {
  position: relative;
}

.how_cloud {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  animation: float 12s ease-in-out infinite;
  animation-delay: 1s;
}

.how_wrapper {
  display: flex;
  gap: 30px;
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }

  25% {
    transform: translateY(-15px) translateX(15px);
  }

  50% {
    transform: translateY(0) translateX(20px);
  }

  75% {
    transform: translateY(12px) translateX(10px);
  }

  100% {
    transform: translateY(0) translateX(0);
  }
}

.how_info {
  flex-basis: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.how_img {
  flex-basis: 47%;
}

.how_info_top {
  background: #f1ece6;
  border-radius: 0 35px 35px 0;
  padding: 60px 80px 60px 100px;
}

.how_info_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #434342;
  margin-bottom: 40px;
}

.how_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how_wrapper_top .how_img img {
  border-radius: 35px 0 0 35px;
}

.how_wrapper_bottom .how_img img {
  border-radius: 0 35px 35px 0;
}

.how_info_list_item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.how_info_list_item img {
  width: 70px;
  min-width: 70px;
  height: 70px;
}

.how_info_list_txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #434342;
}

.how_info_list {
  margin-bottom: 35px;
}

.how_wrapper_top {
  margin-bottom: 30px;
}

.how_info_bottom {
  background: #fbdfea;
  border-radius: 35px 0 0 35px;
  padding: 60px 80px 60px 100px;
}

.how_info .top_section_btn {
  display: inline-flex;
}

.how_wrapper_top .how_img {
  position: relative;
  top: 30px;
}

.how_info_bottom {
  position: relative;
  top: 30px;
}

.gallery {
  margin: 130px 0 100px;
}

.gallery_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 139%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #434342;
  margin-bottom: 40px;
}

.gallery_img img {
  height: 395px;
  object-fit: cover;
  border-radius: 35px;
}

.gallery_img {
  display: block;
  margin-right: 50px;
}

img.mfp-img {
  padding: 0 !important;
  border-radius: 35px !important;
  display: block;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -30px !important;
}

.reviews {
  margin: 100px 0;
}

.reviews_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reviews_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 139%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #434342;
}

.reviews_counts {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews_counts_num {
  font-weight: 600;
  font-size: 30px;
  line-height: 139%;
  color: #434342;
}

.reviews_counts_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #aeaeae;
}

.reviews_stat {
  display: flex;
  align-items: center;
  gap: 30px;
}

.reviews_wrapper {
  margin: 40px auto 0;
  max-width: 1075px;
  width: 100%;
}

.reviews_item {
  background: #e2f4ff;
  border-radius: 35px;
  padding: 45px 50px;
  margin: 0 15px;
}

.reviews_item_name {
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #434342;
  margin-bottom: 10px;
}

.reviews_item_head {
  margin-bottom: 17px;
}

.reviews_item_txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #434342;
}

.reviews_wrapper .slick-list {
  display: flex;
}

.reviews_wrapper .slick-track {
  display: flex;
}

.footer_logo img {
  width: 170px;
}


.footer_social {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 25px 0;
}

.footer_social a {
  transition: 0.3s;
}

.footer_social a:hover {
  opacity: 0.7;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_column_menu_2 .menu-footer ul {
  height: auto;
  column-count: 2;
}

.footer_column_menu_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: #d4607a;
  margin-bottom: 15px;
  display: block;
  transition: 0.3s;
}

footer .footer_column_menu_2 {
  flex-basis: 25%;
}

a.footer_column_menu_title:hover {
  color: #a55656;
}

.menu-footer ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #434342;
  transition: 0.3s;
  display: block;
}

.menu-footer ul li a:hover {
  color: var(--main-color);
}

.menu-footer ul li {
  margin-bottom: 10px;
}

.footer_column_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.footer_column {
  flex: 1;
}

.contact_footer_item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.contact_footer_item_icon {
  width: 20px;
}

.contact_footer_item_info {
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  color: #434342;
  transition: 0.3s;
}

a.contact_footer_item_info:hover {
  color: var(--main-color);
}

.footer_column_menu_2 ul li a {
  padding-right: 41px;
}

.footer_btn_map {
  border: 1px solid #434342;
  border-radius: 10px;
  padding: 0 50px;
  height: 41px;
  background: transparent;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  line-height: 136%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #434342;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer_btn_map:hover {
  background: #cfe6f7;
  /* transform: scale(1.05); */
  box-shadow: 0 0 15px rgba(207, 230, 247, .6);
  color: #000;
  border: 1px solid #cfe6f7;
}

.footer_btn_map::after {
  content: "📍🧭";
  position: absolute;
  right: -14px;
  top: -5px;
  font-size: 18px;
  opacity: 0;
  transition: 0.3s;
  translate: 15px -7px;
}

.footer_btn_map:hover::after {
  opacity: 1;
  translate: 0 0;
}

.dream-s-footer__bottom-pay {
  margin: 67px 0 45px;
}

.bottom-pay__wrapper {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: space-between;
}

.bottom-pay-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 139%;
  color: #434342;
}

.bottom_footer_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bottom_footer_credit {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #434342;
}

.bottom-copy__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #d5d0c9;
}

.bottom-copy__wrapper div,
.bottom-copy__wrapper div a {
  font-weight: 400;
  font-size: 14px;
  line-height: 193%;
  color: #000;
  opacity: 0.6;
}

.bottom-copy__wrapper div a {
  opacity: 1;
}


.dream-s-phone a:hover {
  color: var(--main-color);
}

header .dream-s-social a:hover {
  opacity: 0.7;
}

.how_info_list_item_icon:nth-child(1) {
  transition-delay: 0.3s;
}

.how_info_list_item_icon:nth-child(2) {
  transition-delay: 0.4s;
}

.how_info_list_item_icon:nth-child(3) {
  transition-delay: 0.5s;
}

.top_section_img_wrapper video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.image_txt_section_wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.image_txt_section_side {
  flex-basis: 50%;
}

.image_txt_section_side_i {
  width: 100%;
}

.image_txt_section_side_img {
  position: relative;
}

.icon_on_image {
  position: absolute;
  top: -26px;
  left: -46px;
}

.image_txt_block_h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #434342;
  margin-bottom: 25px;
}

.image_txt_section_descr p {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #434342;
  margin-bottom: 30px;
}

.top_section_btn_f {
  margin-top: 26px;
}

.cloud_section {
  margin: 80px 0;
}

.cloud_section_wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.cloud_section_img img {
  min-width: 280px;
}

.cloud_section_txt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
  margin-bottom: 30px;
}

.cloud_section_txt p strong {
  font-weight: 500;
}

.cloud_section_txt p:last-child {
  margin-bottom: 0;
}

.flex_h2_title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #434342;
}

.flex_justtxt {
  margin-top: 30px;
}

.flex_justtxt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #434342;
  margin-bottom: 30px;
}


.image_txt_section_wrapper_r {
  flex-direction: row-reverse;
}

.image_txt_section_descr ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #434342;
  margin-bottom: 20px;
  position: relative;
  padding-left: 90px;
}

.image_txt_section_descr ol,
.flex_justtxt ol {
  margin-left: 0;
  padding-left: 20px;
}

.image_txt_section_descr ol li,
.flex_justtxt ol li {
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.image_txt_section_descr ol li::marker,
.flex_justtxt ol li::marker {
  color: #81BCEC;
  font-weight: 700;
}

.image_txt_section_descr li:last-child {
  margin-bottom: 0;
}

.image_txt_section_descr ul {
  margin: 30px 0;
}

.flext_wrapper .flex_justtxt a {
  color: var(--main-color);
}

.image_txt_section_descr li a {
  color: var(--main-color);
}

.image_txt_section {
  margin-bottom: 30px;
}

.image_txt_section_descr ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 64px;
  height: 40px;
  background-image: url(/wp-content/uploads/2025/12/cloud-icon.svg);
  display: block;
}

.yellow_banner {
  padding: 110px 0 80px;
}

.yellow_banner_wrapper {
  background: #fff1bd;
  border-radius: 35px;
  padding: 65px 60px;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.yellow_banner_img {
  /* position: relative; */
  min-width: 36%;
}

.yellow_banner_img img {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.y_round {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.yellow_banner_info_txt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
  margin-bottom: 0;
}

.yellow_banner_info_bottom button {
  margin-top: 0;
}

.yellow_banner_info_bottom {
  display: flex;
  align-items: center;
  margin-top: 27px;
  gap: 45px;
}

.yellow_banner_info_num {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #434342;
  white-space: nowrap;
}

.yellow_banner_info_num:hover {
  color: #434342;
}

.flex_justtxt ul {
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 25px;
}

.flex_justtxt ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #434342;
  margin-bottom: 12px;
}

.flex_justtxt ul li::marker {
  color: #81bcec;
}

.flex_btn_wrapper button {
  margin-top: 0;
}

.pink_banner_info_txt p {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #434342;
}

.pink_banner_info_txt p a {
  color: #e36868;
}

.pink_banner_img {
  min-width: 41%;
}

.pink_banner_wrapper {
  background: #fbdfea;
}

.pink_banner_img img {
  left: 10px;
  top: 50%;
  translate: 0 -50%;
}

.pink_banner {
  padding: 180px 0;
}

.price-item-block {
  border-radius: 28px;
  padding: 23px 25px;
  margin-bottom: 15px;
}

.price-item-block.pink {
  background: #fbdfea;
}

.price-item-block.brown {
  background: #f1ece6;
}

.price-item-block.blue {
  background: #def0ff;
}

.title_temp_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  color: #434342;
  cursor: pointer;
}

.price_list {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.price_list.show {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  margin-top: 25px;
}

.price_list_item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
  margin-bottom: 10px;
}

.price_list_item:last-child {
  margin-bottom: 0;
}

.price_item_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #434342;
}

.price_list_item_r {
  display: flex;
  align-items: center;
  gap: 30px;
}

.preice_item_num {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #434342;
  white-space: nowrap;
}

.price_order_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4607a;
  border-radius: 5px;
  height: 42px;
  width: 170px;
  min-width: 170px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.title_temp_price svg {
  transition: 0.3s;
}

.price-item-block:has(.show) .title_temp_price svg {
  rotate: 180deg;
}

.price_bottom_wrapper {
  display: flex;
  gap: 88px;
  align-items: flex-end;
  border-radius: 35px;
  padding: 0 60px 0 60px;
  position: relative;
  isolation: isolate;
}

.price_bottom_wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff1bd;
  height: 255px;
  border-radius: 35px;
  z-index: -1;
}

.price_bottom_img img {
  min-width: 329px;
}

.price_bottom_info {
  margin-bottom: 65px;
}

.price_bottom_info_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #434342;
  margin-bottom: 27px;
}

.price_bottom_btns {
  display: flex;
  align-items: center;
  gap: 45px;
}

.price_bottom_btn {
  background: #d4607a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 192px;
  height: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.price_bottom_btn:hover {
  background: #cfe6f7;
  color: #111;
}

.price_bottom_btn_tel {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #434342;
}

.price_bottom_banner {
  margin-bottom: 80px;
}

.price_banner_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page_title {
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #434342;
  margin: 25px 0 45px;
}

.services_block {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
}

.services_block:nth-child(even) {
  flex-direction: row-reverse;
  margin-bottom: 58px;
}

.services_block:nth-child(even) .services_block_l {
  border-radius: 35px 0 0 35px;
  position: relative;
  top: 30px;
}

.services_block_l {
  background: #f8f3ee;
  border-radius: 0 35px 35px 0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 55%;
}

.services_block_l_inn {
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
}

.services_block_r {
  flex-basis: 45%;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  top: 30px;
}

.services_block:nth-child(even) .services_block_r {
  top: 0;
}

.services_block_r img {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
}

.services_block_title {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-bottom: 30px;
}

.services_block_items li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #303030;
}

.services_block_items li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  transition: 0.5s;
}

.services_block_items li:hover {
  translate: 20px 0;
}

.services_block_items li:hover a {
  font-weight: 500;
}

.services_block_items li:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #67bbf9;
}

.services_block_2 .services_block_items li:before,
.services_block_5 .services_block_items li:before {
  background: #fe82b3;
}

.services_block_3 .services_block_items li:before,
.services_block_6 .services_block_items li:before {
  background: #eabd1b;
}

.services_block_items li:last-child {
  margin-bottom: 0;
}

.services_blocks {
  margin-bottom: 100px;
}

.services_block_2:before,
.services_block_4:before,
.services_block_6:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -40px;
  translate: -50% 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
}

.services_block_2:before {
  background-image: url(/wp-content/uploads/2026/03/stom-ysm.svg);
  left: 51%;
  top: -94px;
  width: 235px;
  height: 170px;

}

.services_block_4:before {
  background-image: url(/wp-content/uploads/2026/03/cat-zub.png);
  width: 220px;
  height: 145px;
  top: -62px;
}

.services_block_6:before {
  background-image: url(/wp-content/uploads/2026/03/cat-fl.png);
  width: 225px;
  height: 220px;
  top: -100px;
}

















.hidden-anim {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(.34, .88, .44, .95);
}

.leftAnim {
  translate: -50px 0;
  transition: 1s;
}

.rightAnim {
  translate: 50px 0;
}

.bottomAnim {
  translate: 0 50px;
}

.topAnim {
  translate: 0 -50px;
}

.scaleAnim {
  scale: 0.1;
}

.scaleAnim07 {
  scale: 0.7;
}

.delay_02 {
  transition-delay: 0.2s;
}

.delay_03 {
  transition-delay: 0.3s;
}

.delay_04 {
  transition-delay: 0.4s;
}

.delay_05 {
  transition-delay: 0.5s;
}

.delay_06 {
  transition-delay: 0.6s;
}

.delay_08 {
  transition-delay: 0.8s;
}

.delay_1 {
  transition-delay: 1s;
}


.show-elements.leftAnim,
.show-elements.rightAnim,
.show-elements.bottomAnim,
.show-elements.topAnim,
.show-elements.scaleAnim,
.show-elements.scaleAnim07 {
  translate: 0;
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.mobile_burger,
.mobile_search {
  display: none;
}

#headerMenu {
  display: none;
}

.burger-menu_desc {
  display: flex;
}

.desk_menu_wrapper #headerMenu {
  display: block;
}

.page-header-custom__title_price {
  margin-top: 10px;
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  color: #434342;
}

.custom_desc_price {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #434342;
  max-width: 100%;
}

.footer_column_menu_btn {
  display: none;
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 8px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #434342;
}

.doctor_section_page {
  padding-top: 15px;
}

.page-header-custom__title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #434342;
}

.doctors_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 35px;
}

.doctor_item_photo img {
  width: 100%;
  display: block;
  transition: 0.3s;
}

.doctor_item_photo {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  display: block;
}

.doctor_item_photo:hover img {
  scale: 1.1;
}

.doctor_item_name {
  font-weight: 800;
  font-size: 27px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #434342;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  transition: 0.3s;
}

.doctor_item_name:hover {
  color: var(--main-color);
}

.doctor_item_spec {
  background-image: url(/wp-content/uploads/2026/04/spec-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  height: 63px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  padding: 0 44px 0 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #515151;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor_item_spec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: #f1ece6;
  z-index: -1;
}

.doctor_item_actions {
  margin-top: 20px;
}

.doctor_item_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  border-radius: 5px;
  padding: 0 35px;
  border: 1px solid var(--main-color);
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  cursor: pointer;
}

.doctor_item_btn_primary {
  background: var(--main-color);
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.doctor_item_btn_primary::before {
  content: '';
  content: "✨";
  position: absolute;
  right: -7px;
  top: -5px;
  font-size: 18px;
  opacity: 0;
  transition: 0.3s;
  translate: 15px -7px;
}

.doctor_item_btn_primary:hover {
  background: #cfe6f7;
  box-shadow: 0 0 15px rgba(207, 230, 247, .6);
  color: #111;
  border: 1px solid transparent;
}

.doctor_item_btn_primary:hover:before {
  opacity: 1;
  translate: 0 0;
}

.doctor_item_btn_outline {
  color: #303030;
}

.doctor_item_btn_outline:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: #ffeff2;
}

.reviews_head {
  justify-content: center;
}

.reviews_stat {
  display: none;
}

.doctor_page {
  margin-top: 0;
}

.doctor_page_wrapper {
  display: flex;
  gap: 30px;
}

.doctor_page_side_l {
  min-width: 448px;
  width: 448px;
}

.doctor_page_img {
  width: 100%;
  display: block;
  border-radius: 35px;
  position: sticky;
  top: 80px;
}

.doctor_page_side_r {
  background: #f8f3ee;
  border-radius: 35px;
  padding: 60px;
  margin-top: 25px;
  width: 100%;
}

.doc_page_name_head_n {
  width: 100%;
}

.doc_page_spec br {
  display: none;
}

.doc_page_name_head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 35px;
  margin-left: -15px;
}

.doc_page_title {
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #434342;
  margin-top: 0;
  margin-bottom: 5px;
}

.doc_page_spec {
  /* height: 24px; */
  width: 100%;
  position: relative;
  isolation: isolate;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #515151;
  padding: 10px 44px 10px 17px;
  background-image: url(/wp-content/uploads/2026/04/page-doc-spec-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.doctor_page_quote {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px 15px;
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  line-height: 150%;
  color: #000;
  margin-bottom: 35px;
  position: relative;
}

.doctor_page_quote svg {
  position: absolute;
  left: 33px;
  top: -10px;
}

.doctor_page_quote p {
  margin-bottom: 0;
}

.doctor_page_short_experience {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #303030;
  margin-bottom: 35px;

}

.doc_block_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #303030;
  margin-bottom: 20px;
}

.doctor_page_descr_txt ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 150%;
  color: #303030;
  padding-left: 30px;
  font-weight: 300;
}

.doctor_page_descr_txt ul li strong {
  font-weight: 500;
}

.doctor_page_descr_txt ul li:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  translate: 0 -50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #434342;
}


.doctor_page_descr_txt ul li:last-child {
  margin-bottom: 0;
}

.doctor_page_education {
  margin: 35px 0;
}

.doctor_page_education_item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.doctor_page_education_item:last-child {
  margin-bottom: 0;
}

.doctor_page_education_item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #303030;
}


.single-likari .reviews {
  margin: 67px 0 0;
}

.not_found {
  padding: 0 15px;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.not_found_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 139%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2e2e;
  margin: 30px 0 5px;
}

.not_found_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  text-align: center;
  color: #434342;
  margin-bottom: 30px;
}

.not_found_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.not_found_btns>* {
  flex: 1;
  white-space: nowrap;
  border: 2px solid #d4607a;
  width: 214px;
  height: 49px;
  border-radius: 5px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.nf_btn {
  color: #2e2e2e;
}

.nf_btn:hover {
  color: #fff;
  background: #d4607a;
  border: 2px solid transparent;
}

.nf_order {
  background: #d4607a;
  color: #fff;
  margin-top: 0 !important;
}

.nf_order:hover {
  background: #cfe6f7;
  color: #111;
  border: 2px solid transparent;
}

.contact-info__title {
  margin: 25px 0 20px;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #434342;
}

.contacts-page {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

.contacts-left {
  background: #f1ece6;
  border-radius: 15px;
  padding: 20px 20px 30px;
  min-width: 472px;
}

.admins-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.contacts-right {
  width: 100%;
}

.admin-card {
  border-radius: 15px;
  padding: 10px 34px 10px 10px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 15px;
}

.admin-card--blue {
  background: #def0ff;
}

.admin-card--pink {
  background: #fbdfea;
}

.admin-photo {
  width: 100%;
  max-width: 145px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
}

.admin-role {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #434342;
  margin-bottom: 5px;
}

.admin-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #434342;
}

.contacts-info-block {
  background: #fff;
  border-radius: 10px;
  padding: 40px 45px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  transition: 0.3s;
}

a.contact-item:hover .contact-details,
.contact-item:hover a.contact-value {
  color: var(--main-color) !important;
}

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

.contact-details {
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  color: #434342;
  transition: 0.3s;
}

.contact-details .contact-label {
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #434342;
}

.contact-details .contact-value {
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  color: #434342;
  transition: 0.3s;
}

.contacts-social-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #404040;
  display: block;
  margin: 23px 0 15px;
}

.contacts-social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contacts-map {
  width: 100%;
  height: 405px;
  overflow: hidden;
  border-radius: 10px;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.social-link {
  transition: 0.3s;
}

.social-link:hover {
  opacity: 0.7;
}

.header_conts span {
  transition: 0.3s;
}

a.header_conts:hover span {
  color: var(--main-color);
}

.rev_page_top {
  margin: 25px 0 80px;
}

.rev_page_top_wrapper>svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.rev_page_top_wrapper {
  position: relative;
  isolation: isolate;
  background: #fbdfea;
  border-radius: 35px;
  padding: 60px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rev_page_top_title {
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 27px;
}

.rev_page_top_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #434342;
  margin-bottom: 0;
}

.rev_page_top_text {
  margin-bottom: 25px;
}

.rev_page_top_btn {
  background: var(--main-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0 25px;
  height: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}

.rev_page_top_btn:hover {
  background: #af2e4b;
}

.rev_page_all_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 35px;
}

.rev_page_all_header h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 139%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2e2e;
  margin: 0;
}

.rev_stat_count,
.rev_stat_avg {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #aeaeae;
}

.rev_stat_count strong,
.rev_stat_avg strong {
  font-weight: 600;
  font-size: 30px;
  line-height: 139%;
  text-align: center;
  color: #2e2e2e;
}

.rev_page_all_stats {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rev_page_all_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.rev_card {
  background: #e2f4ff;
  border-radius: 35px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rev_card_author {
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.rev_card_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  margin: 17px 0 22px;
}

.rev_card_doctor_link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rev_card_doctor {
  background: #fff;
  border-radius: 5px;
  padding: 8px;
}

.rev_card_doctor:hover .rev_card_doctor_name {
  color: var(--main-color);
}

.rev_card_doctor_link img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 3px;
}

.rev_card_doctor_name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  transition: 0.3s;
}

.rev_card_doctor_spec {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #aeaeae;
}

.rev_card_doctor_spec br {
  display: none;
}

.rev_pagination {
  margin-top: 35px;
}

.rev_pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

a.page-numbers,
span.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 3px solid #dadada;
  border-radius: 15px;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  transition: 0.3s;
}

span.page-numbers.current {
  background: #d4607a;
  border: 3px solid #d4607a;
  color: #fff;
  margin: 0;
}

a.page-numbers:hover {
  border: 3px solid #d4607a;
}

.next.page-numbers,
.prev.page-numbers {
  border: 3px solid #d4607a;
  color: #d4607a;
  transition: 0.3s;
}

.next.page-numbers:hover,
.prev.page-numbers:hover {
  background: #ffeded;
}

.rev_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #fff;
  border-radius: 35px;
  padding: 50px 65px;
  width: 92%;
  max-width: 600px;
  z-index: 3000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  scale: 0.4;
}

.rev_overlay_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2999;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.rev_popup.show_rev_popup {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.rev_overlay_bg.show_rev_popup {
  opacity: 1;
  visibility: visible;
}

.rev_popup_close {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #FBDFEA;
  padding-top: 2px;
  transition: 0.3s;
  border: 1px solid transparent !important;
}

.rev_popup_close:hover {
  border: 1px solid var(--main-color) !important;
}

.rev_popup h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 27px;
}

.rev_popup_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rev_popup_form input,
.rev_popup_form textarea {
  width: 100%;
  background: #f7f7f7;
  border: unset;
  border-radius: 15px;
  padding: 0 25px;
  height: 54px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #111;
}

.rev_popup_form input::placeholder,
.rev_popup_form textarea::placeholder {
  color: #bbb;
}

.rev_popup_form input:focus-visible,
.rev_popup_form textarea:focus-visible {
  outline: 1px solid #FBDFEA;
}

.rev_popup_form textarea {
  padding-top: 18px;
  resize: none;
  height: 140px;
}

.rev_rating_selector {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: center;
}

.rev_rating_selector label {
  margin-bottom: 0;
}

.rev_popup_form button {
  background: #d4607a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 20px;
  height: 42px;
  position: relative;
  left: 50%;
  translate: -50% 0;
  margin-top: 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.rev_popup_form button:hover {
  background: #af2e4b;
}

.rev_custom_select {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  user-select: none;
  box-sizing: border-box;
}

.rev_custom_select_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 0 25px;
  height: 54px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #111;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-radius 0.15s;
}

.rev_custom_select.open .rev_custom_select_trigger {
  border-radius: 15px 15px 0 0;
}

.rev_custom_select_placeholder {
  color: #aaa;
}

.rev_custom_select_dropdown {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  background: #f7f7f7;
  border-radius: 0 0 15px 15px;
  overflow-y: auto;
  max-height: 220px;
  z-index: 200;
}

.rev_custom_select.open .rev_custom_select_dropdown {
  display: block;
}

.rev_custom_select_option {
  padding: 13px 25px;
  font-size: 16px;
  color: #111;
  cursor: pointer;
  transition: background 0.1s;
}

.rev_custom_select_option:hover {
  background: #efefef;
}

.rev_custom_select_option.selected {
  background: #e8e8e8;
  font-weight: 600;
}

.rev_custom_select_trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.rev_custom_select.open .rev_custom_select_trigger svg {
  transform: rotate(180deg);
}

.rev_stars_input {
  display: inline-flex;
  gap: 4px;
  cursor: pointer;
}

.rev_stars_input span {
  display: inline-flex;
  color: #CCCCCC;
  transition: color 0.15s;
}

.rev_stars_input span svg {
  pointer-events: none;
}

.rev_stars_input span.hover,
.rev_stars_input span.selected {
  color: #FFC107;
}

.rev_card_stars {
  display: inline-flex;
  gap: 3px;
}

.rev_star {
  display: inline-flex;
  color: #CCCCCC;
}

.rev_star.active {
  color: #FFC107;
}

.mute_minute_popup {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 7000;
  width: 410px;
  height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  isolation: isolate;
}

.mute_minute_popup_over {
  position: fixed;
  display: none;
  inset: 0;
  z-index: 6999;
  background: #111;
  opacity: 0.7;
}

.mute_minute_popup_heart {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  animation: heartbeat 2.5s ease-in-out infinite;
}

.mute_minute_popup_pretitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #2e2e2e;
}

.mute_minute_popup_title {
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
}

.mute_minute_counter {
  font-weight: 700;
  font-size: 43px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
}

@keyframes heartbeat {

  0%,
  100% {
    scale: 1;
  }

  50% {
    scale: 1.06;
  }
}


.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 13px;
  margin: 0;
  margin-top: 15px;
  border-radius: 8px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid #f7969f !important;
}

.rev_page_top_btn.doc_page_rev_btn {
  margin-top: 50px;
}

.nocomments_doctor {
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
}

.post-type-archive-likari .rev_card_doctor {
  margin-top: 20px;
}

.wcs_fixed_right {
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.wcs_button {
  background: #FFA800;
}

.wcs_button_label {
  margin: 0;
  background: #fff0be;
  opacity: 1;
  color: #000;
  padding: 8px 15px;
  position: relative;
}

.wcs_button_label:after {
  content: '';
  position: absolute;
  right: 30px;
  rotate: 45deg;
  bottom: -5px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #FFF0BE;
}

.wcs_popup {
  bottom: 60px;
  max-width: unset;
  width: auto;
}

.wcs_popup_person_container {
  background: #fff0be;
  border-radius: 15px;
  padding: 15px;
  width: 290px;
  max-width: unset;
  box-shadow: unset;
  position: relative;
}

.wcs_popup_person_container:after {
  content: '';
  position: absolute;
  right: 30px;
  rotate: 45deg;
  bottom: -5px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #FFF0BE;
}

.wcs_popup_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #434342;
  margin-bottom: 16px;
}

.wcs_popup_person {
  border-radius: 10px;
  padding: 15px 22px 15px 16px;
}

.wcs_popup_person_content_top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.wcs_popup_person_name {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.wcs_popup_person_status {
  background: #26c281;
  border-radius: 5px;
  padding: 0 6px;
  height: 18px;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wcs_popup_person_description {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}











































@media screen and (max-width: 1550px) {
  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item {
    margin-bottom: 0;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item>a {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .top_section_wrapper {
    margin-top: -20px;
  }
}

@media screen and (max-width: 1280px) {
  .how_cloud {
    top: 54%;
  }

  .gallery_img {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1220px) {
  .custom-logo-link {
    margin-right: 30px;
  }

  .two_column_list ul {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1199px) {

  .rev_page_top_wrapper {
    padding: 40px 45px;
  }

  .rev_page_all_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-info-block {
    padding: 27px;
  }

  .contacts-page {
    flex-direction: column;
  }

  .header-top-kids .dream-s-phone a {
    white-space: nowrap;
    font-size: 14px;
  }

  .price_bottom_wrapper {
    gap: 20px;
    padding: 0 35px;
  }

  .price_bottom_info_title {
    font-size: 17px;
  }

  .price_bottom_btn_tel {
    font-size: 23px;
  }

  .image_txt_block_h1 {
    font-size: 35px;
  }

  header .header_conts svg {
    display: none;
  }

  .top_section_title {
    font-size: 35px;
  }

  .about_wrapper {
    align-items: flex-end;
  }

  .about_descr {
    margin-bottom: 40px;
  }

  .proposion_wrapper_icon_2 {
    right: 2%;
  }

  .proposion_wrapper_icon_3 {
    bottom: 28%;
    right: 4%;
  }

  .how_info_top {
    padding: 60px 50px 60px 50px;
  }

  .how_info_bottom {
    padding: 60px 80px 60px 62px;
  }

  .reviews_wrapper {
    max-width: 860px;
  }

  .dream-s-social a svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .header_inner {
    gap: 15px;
  }

  .header_conts span {
    font-size: 12px !important;
  }

  header .dream-s-social {
    gap: 5px;
  }

  .custom-menu-container .custom-menu>li#menu-item-6978>.sub-menu,
  .custom-menu-container .custom-menu>li#menu-item-7115>.sub-menu {
    height: auto;
    left: 0 !important;
  }

  .quest_block_side_title {
    font-size: 28px;
  }

  .photo-page__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-services-section ul li {
    height: 162px;
    line-height: 17px;
    overflow: hidden;
  }

  .descriptoion-section .description-item {
    padding: 20px 40px;
  }

  button {
    padding: 10px 20px;
    margin-top: 27px;
  }

  .news-section h2:after,
  .news-section h2:before {
    width: 290px;
  }

  .news-section .item-news {
    padding: 10px;
    height: 410px;
  }

  .news-section .item-news .thumbnail-news {
    height: 160px;
  }

  .description-callback {
    padding: 15px 60px;
  }

  .h2,
  h2 {
    font-size: 26px;
  }

  .price-page .price-item .title {
    font-size: 22px;
  }

  .price-page .price-item ul li {
    font-size: 16px;
  }

  .our-specialists-page .specialists-block:after {
    height: 125px;
  }

  .dream-s-slider.our-specialists .slide-block .link-center {
    top: 27px;
  }

  .our-specialists-page .content {
    font-size: 20px;
  }

  .our-specialists-page .specialists-block {
    width: -webkit-calc(100%/3 - 53px);
    width: -moz-calc(100%/3 - 53px);
    width: calc(100% / 3 - 53px);
    margin-right: 77px;
    height: 510px;
  }

  .our-specialists-page .specialists-block .thumbnail {
    width: 261px;
    height: 261px;
  }

  .our-specialists-page .specialists-block .title {
    font-size: 22px;
    line-height: 24px;
    height: 68px;
  }

  .news-page .desc {
    font-size: 22px;
    padding: 40px 0;
  }

  .news-section .h2:after,
  .news-section .h2:before {
    width: 305px;
  }

  .news-page .item-news .thumbnail {
    height: 188px;
    width: 280px;
  }

  .news-page .item-news .thumbnail img {
    max-width: 325px;
    max-height: 325px;
  }

  .news-page .item-news {
    height: 450px;
  }

  .promotion-page .item-block .item-news {
    height: 345px;
  }

  .promotion-page .item-block .item-news .content,
  .promotion-page .item-block .item-news .content-container {
    height: 344px;
  }

  .single-page .content img {
    max-width: 490px;
  }

  .dream-s-footer .menu-menu-footer-right-container {
    padding-left: 90px;
  }

  .dream-s-footer {
    padding: 50px 0 20px;
  }

  .doctors-card__img {
    width: 160px;
    height: 210px;
  }

  .doctors-card__content {
    padding-left: 180px;
  }

  .doctors-card__name-surname {
    font-size: 24px;
    padding-top: 15px;
  }

  .doctors-card__name-name {
    font-size: 22px;
  }

  .doctors-card__role {
    margin-bottom: 10px;
  }

  .doctors-card__info-experience {
    margin-bottom: 10px;
  }

  .rudenta .doctors-card__name-name {
    font-size: 20px;
  }

  .custom-menu-container .custom-menu>li>.sub-menu:before {
    display: none;
  }

  .doctors-card__info-node,
  .doctors-card__info-review {
    display: none;
  }

  .section-v-5__feedback-desc .button-block {
    flex-wrap: wrap;
  }

  .section-v-5__feedback-desc .button-block__btn {
    margin-bottom: 20px;
  }

  .custom-menu-container .custom-menu>li#menu-item-6978>.sub-menu,
  .custom-menu-container .custom-menu>li#menu-item-7115>.sub-menu {
    top: 16px;
    padding-left: 15px !important;
  }

  .dream-s-phone,
  .time-work {
    margin-left: 15px;
  }

  .time-work,
  .location-adress,
  .dream-s-phone a {
    font-size: 13px;
  }

  .custom-logo-link {
    margin-right: 20px;
  }

  .news-main__node-title {
    max-height: 78px;
    overflow: hidden;
  }

  .dream-s-footer .footer-info.footer-info--size li a {
    font-size: 20px;
  }

  .burger-menu {
    display: flex;
  }

  .custom-menu-container {
    /* display: none; */
    position: absolute;
    width: 100%;
    background-color: #f1ece6;
    top: 107px;
    padding: 25px 15px;
    /* height: 100%; */
    translate: 0 -128%;
    z-index: 100;
    height: 93vh;
    overflow: auto;
    transition: 0.4s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    position: fixed;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item {
    width: 80%;
  }

  .header_wrapper.sticky .custom-menu-container {
    top: 67px;
  }

  .dream-s-header:has(.showMobMenu) .container {
    padding: 0;
  }

  /* .dream-s-header:has(.showMobMenu) .navbar-header {
    padding: 0.8rem 15px 0.9rem 15px;
  } */



  .menu-info-helper .time-work {
    margin-left: 0;
  }

  .burger-menu.open:before {
    background-image: url(../img/icons/burger-close.svg);
  }

  .custom-menu-container .custom-menu li.menu-item-has-children>a:after {
    display: none;
  }

  .mobileSubmenuBtn {
    width: 22px;
    height: 20px;
    /* border: 1px solid red; */
    position: absolute;
    top: 3px;
    right: 31px;
  }

  .mobileSubmenuBtn:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 9px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    background-image: url(/wp-content/themes/dream-s/img/icons/arrow-down.svg);
    background-size: cover;
  }

  .open_submenu_mobile .menu-item-has-children .mobileSubmenuBtn {
    top: 4px;
  }

  .custom-menu-container .custom-menu>li>.sub-menu {
    width: 100% !important;
  }

  .dream-s-header:has(.showMobMenu) .group-service-button {
    padding-right: 15px;
  }

  .menu-item-has-children {
    position: relative;
  }

  .sub-menu {
    display: none !important;
  }

  .open_submenu_mobile.sub-menu {
    display: block !important;
  }

  .showMobMenu.custom-menu-container {
    translate: 0 0;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu.open_submenu_mobile {
    background: transparent !important;
    /* padding-top: 20px !important; */
    box-shadow: unset !important;
  }

  li#menu-item-3118,
  li#menu-item-5374,
  li#menu-item-7115,
  li#menu-item-6978 {
    padding-bottom: 0;
    top: 0;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
    padding-top: 10px;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
    /* padding-top: 0 !important; */
    padding-left: 15px;
    padding-bottom: 10px;
  }

  .custom-menu {
    display: block;
  }

  .custom-menu-container .custom-menu>li>.sub-menu {
    position: relative;
  }

  .custom-menu-container .custom-menu>li>.sub-menu.show,
  .custom-menu-container .custom-menu>li#menu-item-7557>.sub-menu {
    display: block;
    margin-top: 0 !important;
    padding-left: 15px !important;
    padding-top: 0;
    column-count: 1;
  }

  .custom-menu-container .custom-menu>li {
    margin-bottom: 10px;
  }

  .custom-menu-container .custom-menu li.menu-item-has-children>a:after {
    border-right: 2px solid #515b6d;
    border-bottom: 2px solid #515b6d;
  }

  .custom-menu-container .custom-menu li.menu-item-has-children>a:hover:after {
    border-right: 2px solid #515b6d;
    border-bottom: 2px solid #515b6d;
  }

  .custom-menu-container .custom-menu>li>a {
    color: #515b6d !important;
  }

  .custom-menu-container .custom-menu>li>a.open {
    color: rgba(81, 91, 109, 0.6) !important;
  }

  .custom-menu-container .custom-menu li.menu-item-has-children>a.open:after {
    border-right: 2px solid rgba(81, 91, 109, 0.6);
    border-bottom: 2px solid rgba(81, 91, 109, 0.6);
    transform: rotate(225deg);
    top: 21px;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>a.open {
    color: rgba(81, 91, 109, 0.8);
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
    display: none;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu.show-2 {
    display: block;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1024px) {

  .doctor_page_side_l {
    min-width: 300px;
    width: 300px;
  }

  .doctor_page_side_r {
    padding: 32px;
  }

  .services_block_6:before {
    width: 199px;
    height: 190px;
  }

  .yellow_banner_info_num {
    font-size: 25px;
  }

  .time-work,
  .location-adress,
  .dream-s-phone a {
    font-size: 14px;
  }

  .sec_block_descr p {
    font-size: 16px;
  }

  .section_title {
    margin-bottom: 25px;
    font-size: 27px;
  }

  .arrow_block_descr,
  .arrow_side_list ul li,
  .arrow_side_title,
  .cloud_list_wrapper li span,
  .last_block_descr,
  .cloud_list_descr p,
  .attention_block_item_txt p,
  .quest_block_side_descr p {
    font-size: 16px;
  }

  .arrow_block_descr {
    margin-bottom: 40px;
  }

  .arrow_img svg {
    display: none;
  }

  .doctor_item_spec {
    font-size: 13px;
  }

  .doctor_item_spec {
    background-size: cover;
  }
}

@media screen and (max-width: 992px) {

  .rev_page_top_wrapper {
    padding: 20px;
  }

  .rev_page_top_title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .rev_popup_form button {
    width: 100%;
  }

  .rev_page_top_text p {
    font-size: 16px;
  }

  .rev_page_top_btn {
    margin-top: 0;
  }

  .rev_popup {
    padding: 30px 25px;
  }

  .rev_popup h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .rev_popup_form textarea {
    height: 100px;
  }

  .doctor_page_side_l {
    min-width: 200px;
    width: 200px;
  }

  .doctor_page_wrapper {
    gap: 20px;
  }

  .doc_page_title {
    font-size: 25px;
  }

  .doc_page_icon {
    width: 85px;
  }

  .doctor_page_quote {
    font-size: 16px;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item {
    width: 98%;
  }

  .custom-menu-container .custom-menu>li>.sub-menu.show,
  .custom-menu-container .custom-menu>li#menu-item-7557>.sub-menu {
    padding-left: 0 !important;
  }

  body {
    padding-top: 105px;
  }

  .services_block {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }

  .services_block_2:before {
    top: -100px;
    left: 50%;
    width: 190px;
    height: 131px;
  }

  .page_title {
    font-size: 40px;
    margin: 0 0 33px;
  }

  .services_block_l {
    justify-content: flex-start;
    padding: 27px 0;
    border-radius: unset;
  }

  .services_block_l_inn {
    padding-left: 0;
    width: 100%;
    max-width: 720px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .services_block_title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 22px;
  }

  .services_block_r {
    top: 0;
    border-radius: unset;
  }

  .services_block_r img {
    border-radius: unset;
  }

  .services_block:nth-child(even) {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .services_block_4:before {
    width: 180px;
    height: 110px;
    top: -80px;
  }

  .services_block_6:before {
    width: 125px;
    height: 118px;
    top: -100px;
  }

  .services_block:nth-child(even) .services_block_l {
    top: 0;
    border-radius: unset;
  }

  .services_blocks {
    margin-bottom: 60px;
  }

  .image_txt_section_wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .cloud_section_wrapper {
    flex-direction: column-reverse;
  }

  .cloud_section_txt p {
    margin-bottom: 18px;
  }

  .image_txt_section_side {
    flex-basis: 100%;
    width: 100%;
  }

  .yellow_banner {
    padding: 55px 0 60px;
  }

  .yellow_banner_img img {
    left: 14px;
    width: 40%;
  }

  .yellow_banner_info_bottom {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
    margin-top: 15px;
  }

  .y_round {
    width: 50%;
  }


  .yellow_banner_info_txt p {
    font-size: 18px;
  }

  .yellow_banner_wrapper {
    padding: 30px 25px;
  }

  .yellow_banner_img {
    min-width: 40%;
  }

  .pink_banner_info_txt p {
    font-size: 25px;
  }

  .pink_banner {
    padding: 113px 0 120px;
  }

  /* .desk_menu_wrapper {
    display: none;
  } */

  .burger-menu_desc {
    display: none;
  }

  #headerMenu {
    display: block;
  }

  .dropdown_lang,
  .dream-s-header.dream-s-header-kids {
    display: none;
  }

  .how_wrapper_top .how_img {
    top: 0;
  }

  .how_img img {
    height: 300px;
  }

  .how_wrapper {
    gap: 0;
  }

  .how {
    overflow: hidden;
  }

  .how_wrapper_bottom .how_img img {
    border-radius: 0;
  }

  .how_info_bottom {
    border-radius: 0;
  }

  .how_wrapper_bottom {
    flex-direction: column-reverse !important;
  }

  .how_cloud {
    top: 47%;
  }

  .mobile_burger,
  .mobile_search {
    display: block;
  }

  .top_cloud_l {
    left: -45px;
    bottom: 18px;
    width: 200px;
  }

  .quest_block_side_title {
    font-size: 23px;
    max-width: 100%;
  }

  .quest_block_side_title br {
    display: none;
  }

  .quest_block_wrapper {
    gap: 35px;
    flex-direction: column;
  }

  .sec_block_wrapper {
    flex-direction: column-reverse;
  }

  .last_block {
    margin-top: 70px;
    padding: 70px 0;
  }

  .sec_block {
    padding-top: 60px;
  }

  .hero_kids {
    height: auto;
    padding-bottom: 66px;
  }

  .last_block_wrapper {
    flex-direction: column;
  }

  .photo-video-page__block {
    height: 190px;
  }

  .photo-video-page__block video {
    height: 100%;
    width: 100%;
  }

  .location-adress {
    margin-left: 0;
  }

  .menu-info-helper {
    margin: 25px 0 0;
  }

  .blog_page_title {
    margin-top: 14px;
    font-size: 34px;
  }

  .price_list_item {
    gap: 15px;
  }

  .price_bottom_img img {
    min-width: 230px;
  }

  .section-v-7__form-title {
    font-size: 24px;
  }

  .price_bottom_btns {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .price_bottom_info {
    margin-bottom: 33px;
  }

  .price_bottom_info_title {
    margin-bottom: 15px;
  }

  .blog_image {
    margin: 20px 0 30px;
  }

  .blog_page {
    margin-bottom: 10px;
  }

  .blog_title_h2 {
    font-size: 28px;
  }

  .blog_txt {
    font-size: 18px;
  }

  .single-page-promo_content-title {
    font-size: 22px;
  }

  .promotion-page__item-image {
    height: 222px;
  }

  .doctors-card__content {
    padding-left: 0;
  }

  .dream-s-header {
    padding-bottom: 10px;
  }

  .doctors-card__img {
    width: 120px;
    height: 100%;
    margin-right: 15px;
  }

  .page-service__sign-form {
    width: 100%;
    padding: 25px;
    top: -18px;
  }

  .page-service__sign-title {
    font-size: 23px;
    line-height: 130%;
  }

  .custom-logo-link {
    margin-right: 0;
  }

  .doctors-card__name-surname {
    font-size: 18px;
  }

  .doctors-card__name-name {
    font-size: 18px;
  }

  .doctors_wrapper {
    gap: 15px;
  }

  .custom-logo {
    width: auto;
  }

  .header-top-kids .dream-s-phone a {
    font-size: 25px;
  }

  .header__sub-contacts {
    margin-left: auto;
  }

  .btn.btn-default.navbar-btn.search-button {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .modal-box .modal-block.call-phone {
    height: 195px;
  }

  .modal-box .modal-block.call-phone form {
    height: 165px;
  }

  .dream-s-slider.our-specialists .slide-block .link-center,
  .img-about,
  .img-signature {
    display: none;
  }

  .modal-box .modal-block {
    width: 460px;
    height: 325px;
  }

  .closed-button {
    top: -5px;
  }

  .modal-box .modal-block form {
    height: 300px;
    padding: 25px;
  }

  .modal-box .modal-block .input-form {
    padding: 7px 12px;
    font-size: 14px;
    margin-bottom: -8px;
  }

  .modal-box .modal-block .textarea-input {
    height: 125px;
  }

  .modal-box .modal-block .submit-input {
    font-size: 16px;
    padding: 8px;
    bottom: 10px;
  }

  .dream-s-slider .slide-block .slider-title .title {
    font-size: 28px;
  }

  .dream-s-slider .button-form {
    border-radius: 20px;
    font-size: 15px;
  }

  .dream-s-slider .slider-button .button-center {
    top: 27px;
  }

  .about-section {
    padding-bottom: 30px;
  }

  .about-section h2 {
    font-size: 26px;
    margin-top: 80px;
  }

  .about-section p {
    font-size: 18px;
  }

  .link-price:after {
    left: 55px;
  }

  .navbar .navbar-toggler {
    border: 0;
    padding: 0;
  }

  .menu-services-section ul li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100% / 2);
  }

  .descriptoion-section .description-item {
    padding: 20px 10px;
  }

  .description-callback .call-back-butt,
  .description-callback .call-back-text {
    width: 100%;
    float: none;
  }

  .call-back-butt button {
    padding: 10px 20px;
    margin-top: 27px;
    width: 100%;
  }

  .description-callback {
    padding: 12px 45px;
    text-align: center;
  }

  #breadcrumbs a,
  #breadcrumbs span {
    white-space: nowrap;
  }

  .news-section h2:after,
  .news-section h2:before {
    width: 200px;
  }

  .news-section .item-news .thumbnail-news {
    height: 117px;
  }

  .dream-s-slider.other-page .slide-block .slider-title .title {
    font-size: 30px;
  }

  .services-page .content {
    font-size: 14px;
  }

  .price-page .price-item .title {
    font-size: 20px;
  }

  .price-page .price-item ul li {
    font-size: 14px;
  }

  .news-page .desc,
  .our-specialists-page .content {
    font-size: 18px;
  }

  .our-specialists-page .specialists-block {
    width: -webkit-calc(100%/2 - 60px);
    width: -moz-calc(100%/2 - 60px);
    width: calc(100% / 2 - 60px);
    margin-right: 120px;
    height: 550px;
  }

  .our-specialists-page .specialists-block:nth-child(2n + 2) {
    margin-right: 0 !important;
  }

  .our-specialists-page .specialists-block:nth-child(3n + 3) {
    margin-right: 120px;
  }

  .our-specialists-page .specialists-block .thumbnail {
    width: 301px;
    height: 301px;
  }

  .promotion-page .item-block .item-news {
    height: 216px;
  }

  .news-page .item-news .title {
    font-size: 16px;
  }

  .news-page .item-news .content {
    font-size: 14px;
  }

  .news-section .h2:after,
  .news-section .h2:before {
    width: 195px;
  }

  .news-section .item-news .title {
    font-size: 14px;
    margin: 6px 0;
    height: 37px;
    line-height: 19px;
  }

  .news-section .item-news .text {
    height: auto;
    overflow: visible;
    line-height: 14px;
  }

  .news-section .item-news {
    height: 396px;
  }

  .news-page .item-news .thumbnail {
    height: 140px;
    width: 208px;
  }

  .news-page .item-news .thumbnail img {
    max-width: 360px;
    max-height: 360px;
    width: auto;
  }

  .news-page .item-news {
    height: 400px;
  }

  .single-page .content img {
    max-width: 320px;
  }

  .promotion-page .item-block .item-news .thumbnail {
    width: 45%;
    float: left;
  }

  .promotion-page .item-block .item-news .content {
    float: right;
    width: 55%;
    height: 216px;
    position: relative;
  }

  .promotion-page .thumbnail a>img,
  .promotion-page .thumbnail>img {
    margin: 0;
    width: 100%;
  }

  .promotion-page .item-block .item-news .content-container {
    height: 216px;
    padding: 12px;
    font-size: 14px;
  }

  .promotion-page .item-block .item-news .content-container:hover {
    min-height: auto;
    max-height: none;
  }

  .promotion-page .item-block .item-news .content-container h2 {
    font-size: 20px;
  }

  .dream-s-footer .menu-menu-footer-right-container {
    padding-left: 35px;
  }

  .bottom-footer {
    margin: 14px 0 0;
  }

  .dropdown-menu {
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
  }

  li>ul>li>ul>li>.dropdown-item {
    padding: 0.25rem 3rem;
  }

  li>ul>li>ul>li>.dropdown-item:before {
    content: "• ";
  }

  .banner-with-portrait {
    padding-top: 0;
  }

  .banner-with-portrait__container {
    padding: 45px 45px;
  }

  .banner-with-portrait__container {
    flex-direction: column;
    padding-bottom: 0;
    align-items: center;
  }

  .banner-with-portrait__body.body {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-with-portrait__body.body .body__title {
    font-size: 24px;
    line-height: 32px;
  }

  .banner-with-portrait__image {
    position: initial;
  }

  .banner-with-portrait__image img {
    max-height: 300px;
  }

  .section-doctor-blog {
    margin-left: calc((100vw - 690px) / 2);
  }

  .block-title {
    font-size: 38px;
  }

  .block-text {
    font-size: 16px;
    line-height: 25px;
  }

  .doctor-tabs__navs {
    display: flex;
    justify-content: space-between;
  }

  .page-otzyvy__promo-content {
    margin: 35px 15px;
  }

  .dream-s-phone {
    margin-left: auto;
  }

  .section-v-1__video-block {
    flex-wrap: wrap;
  }

  .section-v-1__video-block-txt,
  .section-v-1__video-block-youtube {
    width: 100%;
    padding-right: 0;
  }

  .section-v-1__video-block-txt {
    margin-bottom: 20px;
  }

  .section-v-1__links {
    padding-bottom: 100px;
  }

  .section-v-5__feedback-wrapper {
    flex-wrap: wrap;
  }

  .section-v-5__feedback-desc .button-block__btn {
    margin-bottom: 0;
  }

  .section-v-5__feedback-desc {
    margin-bottom: 40px;
  }

  .dream-s-footer,
  .dream-s-footer .footer-info li a {
    font-size: 16px;
  }

  .contact-section .info-people {
    justify-content: space-between;
    margin-top: 50px;
  }

  .contact-section .info-people .item-people {
    margin-left: 0;
  }

  .dream-s-footer .footer-info.footer-info--size li a {
    font-size: 16px;
  }

  .page-service__reason {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-service__reason-img {
    margin-bottom: 30px;
    text-align: center;
  }

  .page-service__reason-order-2 {
    order: 2;
  }

  .page-service__reason-order-1 {
    order: 1;
  }

  .custom-menu-container .custom-menu>li#menu-item-7557>.sub-menu {
    left: 0 !important;
    width: 100% !important;
    height: auto;
    top: 17px !important;
  }

  .custom-menu-container .custom-menu li:has(ul) {
    margin-bottom: 0;
  }

  .custom-menu-container .custom-menu>li#menu-item-7558>.sub-menu {
    height: auto;
    top: 10px;
    left: 15px !important;
  }

  .custom-menu-container .custom-menu>li#menu-item-7558>.sub-menu a {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dream-s-social li a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dream-s-social li a svg {
    width: 50%;
    height: 50%;
  }

  .header_wrapper.sticky .header-top {
    opacity: 1;
    max-height: unset;
    padding: 5px 0;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);
  }


  .header_wrapper.sticky .logo_kids_img {
    width: 100px !important;
  }

  .top_section_title {
    font-size: 28px;
  }

  .footer_column_logo {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .reviews_wrapper {
    max-width: 640px;
  }

  .footer_column:has(.contact_footer_item) {
    flex-basis: 100%;
    width: 100%;
  }

  .gallery {
    margin: 70px 0;
  }

  .about_side_t {
    flex-basis: 100%;
  }

  .about_wrapper {
    flex-direction: column-reverse;
  }

  .about_descr_icon {
    left: 50%;
    translate: -50% 0;
    top: -90px;
  }

  .about {
    margin-top: -15px;
  }

  .proposion_item_txt {
    font-size: 14px;
  }

  .proposion_wrapper_icon_3 {
    bottom: 21%;
    right: -4%;
  }

  .proposion_item_num {
    font-size: 24px;
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .how_wrapper {
    flex-direction: column;
  }

  .proposion {
    padding: 80px 0 67px;
  }

  .how_info_list {
    margin-bottom: 0px;
  }

  .how_wrapper_top .how_img img {
    border-radius: 0;
  }

  .footer_wrapper {
    flex-wrap: wrap;
  }

  .top_cloud_r {
    right: -40px;
  }

}

@media screen and (max-width: 768px) {

  .services_block_l_inn {
    max-width: 540px;
  }

  .news-main__node-title {
    padding: 0 10px;
  }

  .news-main__node-description {
    padding: 0 10px;
  }

  .news-main__node-readmore {
    left: 10px;
  }

  div.wpcf7-mail-sent-ok {
    width: 100%;
    height: 145px;
  }

  .header-social {
    display: flex;
    flex-wrap: wrap;
  }

  .dream-s-info {
    display: none;
  }

  .dream-s-lang {
    margin-left: auto;
  }

  .toggle-menu {
    top: 32px;
  }

  .news-section .h2:after,
  .news-section .h2:before {
    width: 130px;
  }

  .news-section .item-news .thumbnail-news {
    height: 90px;
  }

  .news-section .item-news .text p {
    font-size: 14px;
    line-height: 16px;
  }

  .news-section .item-news {
    overflow: hidden;
    height: 415px;
  }

  .our-specialists-page .specialists-block {
    width: -webkit-calc(100%/2 - 45px);
    width: -moz-calc(100%/2 - 45px);
    width: calc(100% / 2 - 45px);
    margin-right: 90px;
    height: 500px;
  }

  .our-specialists-page .specialists-block:nth-child(2n + 2) {
    margin-right: 0;
  }

  .our-specialists-page .specialists-block:nth-child(3n + 3) {
    margin-right: 90px;
  }

  .our-specialists-page .specialists-block .thumbnail {
    width: 248px;
    height: 248px;
  }

  .our-specialists-page .specialists-block .experience {
    margin-top: 6px;
  }

  .our-specialists-page .specialists-block .title {
    font-size: 20px;
    padding: 20px 5px 0;
  }

  .news-page .item-news {
    width: -webkit-calc(100%/2 - 5px);
    width: -moz-calc(100%/2 - 5px);
    width: calc(100% / 2 - 5px);
    height: 410px;
  }

  .news-page .item-news:nth-child(2n + 2) {
    margin-right: 0;
  }

  .news-page .item-news:nth-child(3n + 3) {
    margin-right: 10px;
  }

  .news-page .item-news .thumbnail {
    height: 140px;
    width: 261px;
  }

  .promotion-page .item-block .item-news .thumbnail {
    width: 100%;
    float: none;
  }

  .promotion-page .item-block .item-news .content {
    float: none;
    width: 100%;
    height: auto;
  }

  .promotion-page .item-block .item-news {
    height: auto;
  }

  .promotion-page .item-block .item-news .content-container {
    height: auto;
    padding: 12px;
    font-size: 14px;
    position: static;
    margin: 5px 0;
  }

  .promotion-page .item-block .item-news:nth-child(2n) .content-container {
    margin: 5px 0;
  }

  .dream-s-footer,
  .dream-s-footer .footer-info li a,
  .dream-s-footer .footer-info li:first-child a {
    font-size: 15px;
  }

  .dream-s-footer .footer-info li a:before {
    background-position-y: -22px;
    background-position-x: 3px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    -o-background-size: 150px;
    background-size: 150px;
  }

  .dream-s-footer .footer-info li a.info-marker:before {
    background-position-x: -22px;
    background-position-y: -14px;
    left: -26px;
  }

  .dream-s-footer .menu-menu-footer-right-container {
    padding-left: 30px;
  }

  .dream-s-footer .social-icon li a {
    height: 20px;
    width: 20px;
  }

  .dream-s-footer .social-icon li a:before {
    background-position-y: -17px;
    background-position-x: 27px;
    -webkit-background-size: 140px 140px;
    -moz-background-size: 140px;
    -o-background-size: 140px;
    background-size: 140px;
  }

  .dream-s-footer .social-icon li a.social-instagram:before {
    -ms-background-position-x: -65px;
    background-position-x: -65px;
  }

  .dream-s-footer .social-icon li a.social-g-plus:before {
    -ms-background-position-x: -93px;
    background-position-x: -93px;
  }

  .dream-s-footer .social-icon li a.social-facebook:before {
    -ms-background-position-x: -121px;
    background-position-x: -121px;
  }

  .dream-s-footer .footer-info {
    padding-bottom: 15px;
  }

  .dream-s-footer .footer-info li a.info-mail:before {
    background-position-x: -40px;
    background-position-y: -17px;
  }

  .doctors-card__img {
    width: 108px;
    height: 180px;
  }

  .doctors-card__content {
    padding-left: 128px;
  }

  .doctors-card__name-surname {
    font-size: 22px;
    line-height: 30px;
    padding-top: 15px;
  }

  .doctors-card__name-name {
    font-size: 18px;
    line-height: 30px;
  }

  .doctors-card__role {
    margin-bottom: 15px;
    border-bottom: 0;
  }

  .doctors-card__info-readmore {
    padding: 9px 25px;
  }

  .doctor-presentation__img-wrapper {
    justify-content: center;
  }

  .doctor-presentation__img {
    width: 247px;
    height: 271px;
    object-position: center;
  }

  .section-doctor-blog {
    margin: 0 calc((100vw - 510px) / 2);
  }

  .doctor-blog {
    display: block;
  }

  .doctor-blog__container {
    margin-bottom: 50px;
    text-align: center;
    margin-right: 0;
  }

  .doctor-blog-pagination {
    justify-content: center;
  }

  .section-v-1__links {
    padding-bottom: 80px;
  }

  .section-v-1__video-block-txt {
    margin-bottom: 40px;
  }

  .section-v-1__links {
    padding-bottom: 80px;
  }

  .doctors-card__info-experience {
    display: none;
  }

  .contact-section .info-people .people-img {
    width: 158px;
    height: 158px;
  }

  .contact-section .info-people .people-desc h4 {
    font-size: 18px;
  }

  .contact-section .info-people .people-desc span {
    font-size: 12px;
  }

  .contact-info .contact-info__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 30px;
  }

  .contact-info .info-phone .info-phone__title,
  .contact-info .info-marker .info-marker__title,
  .contact-info .info-email .info-email__title,
  .contact-info .info-open .info-open__title {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-info .info-phone a {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-info .info-phone {
    margin-bottom: 30px;
  }

  .contact-info .info-email a {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-info .info-open p,
  .contact-info .info-marker a {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-page__title {
    font-size: 28px;
    line-height: 31px;
  }

  .contact-page__desc {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .contact-page__social-item {
    width: 42px;
    height: 42px;
  }

  .contact-section a svg {
    width: 18px;
  }

  .section-v-7__form {
    padding: 40px 0 50px 0;
  }

  .contact-section {
    padding: 30px 0;
  }

  .dream-s-footer__title {
    margin-bottom: 10px;
  }

  .bottom-pay__wrapper {
    flex-wrap: wrap;
  }

  .bottom-pay__wrapper p {
    margin-bottom: 20px;
  }

  .bottom-copy__wrapper {
    flex-wrap: wrap;
  }

  .bottom-copy__wrapper .left-copy {
    width: 100%;
    margin-bottom: 10px;
  }

  #modalSearch .modal-body {
    padding: 20px;
  }

  #searchform.search-form {
    width: 100%;
  }

  #searchform.search-form input {
    margin-right: 0;
  }

  #searchform .search-form-button {
    padding: 0;
    position: absolute;
    right: 20px;
    width: 34px;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50%;
  }


  .custom-menu-container .custom-menu li {
    margin-bottom: 20px;
  }

  .custom-menu-container .custom-menu li:last-child {
    margin-bottom: 0;
  }

  #searchform .form-control {
    width: 94%;
    margin-left: 12px;
  }

  .search-form svg {
    left: 24px;
  }

  #searchform .search-form-button span {
    display: block;
  }

  #searchform .search-form-button p {
    display: none;
  }

  #modalSearch .title-form-review {
    margin: 0 0 20px 0;
  }

  .page-service__reason {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mega-sub-menu {
    margin-top: 0 !important;
  }

  #mainModalSign .sign__wrapper-img {
    display: none;
  }

  .welcome-block__btn {
    display: block;
  }

  #welcome-block {
    padding: 15px;
    width: 184px;
  }

  .welcome-block__title {
    font-size: 22px;
  }

  .welcome-block__qr {
    display: none;
  }

  .welcome-block__title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 639px) {

  .rev_popup_close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  a.page-numbers,
  span.page-numbers {
    width: 45px;
    height: 45px;
  }

  .rev_page_top {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .rev_page_all_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .rev_page_all_header h2 {
    font-size: 27px;
  }

  .rev_card {
    padding: 20px;
    border-radius: 25px;
  }

  .rev_card_author {
    font-size: 23px;
  }

  .contact-info__title {
    font-size: 32px;
    margin-top: 0;
  }

  .contacts-info-block {
    padding: 20px;
  }

  .doctor_page_wrapper {
    flex-direction: column;
  }

  .contact-details .contact-value,
  .contact-details {
    font-size: 18px;
  }

  .admins-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .contacts-page {
    margin-bottom: 50px;
  }

  .contact-item {
    margin-bottom: 33px;
  }

  .contacts-left {
    width: 100%;
    min-width: unset;
  }

  .doctor_page_side_l {
    min-width: unset;
    width: 100%;
  }

  .doctor_page_side_r {
    margin-top: 0;
  }

  .doctor_page {
    margin-top: 5px;
  }

  .doc_page_icon {
    display: none;
  }

  .doc_page_title {
    text-align: center;
    margin-bottom: 9px;
  }

  .doctor_page_quote {
    margin-bottom: 25px;
  }

  .doctor_page_short_experience {
    margin-bottom: 25px;
  }

  .doc_block_title {
    margin-bottom: 13px;
  }

  .doctor_page_descr_txt ul li {
    line-height: 130%;
  }

  .doctor_page_education {
    margin: 25px 0;
  }

  .doctor_page_side_r .top_section_btn {
    width: 100%;
  }

  .doc_page_name_head {
    margin-left: 0;
  }

  .doc_page_spec {
    border-radius: 12px;
  }

  .doctor_page_side_r {
    padding: 15px;
    border-radius: 25px;
  }

  .doctor_item_spec {
    font-size: 16px;
  }

  .footer_column_menu_btn svg {
    width: 20px;
    height: 20px;
  }

  .footer_column_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d4607a;
    transition: 0.3s;
    position: absolute;
    top: -2px;
    right: 0;
  }

  .footer_column_menu_block:has(.show) .footer_column_menu_btn {
    rotate: 180deg;
  }

  footer .footer_column_menu_title_cont {
    margin-bottom: 15px;
  }

  .footer_column_menu_block {
    width: 100%;
    position: relative;
  }

  .footer_column_menu_title {
    margin-bottom: 0;
  }

  .custom-menu-container .custom-menu>li#menu-item-7557>.sub-menu,
  .custom-menu .menu-item-has-children>.sub-menu {
    column-count: 1;
  }

  .custom-menu-container .custom-menu li {
    margin-bottom: 12px;
  }

  .menu-footer ul {
    column-count: 1 !important;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
  }


  .menu-footer ul.show {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    max-height: 1000px;
  }

  .top_cloud_r {
    right: 0;
  }

  .footer_wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page_title {
    font-size: 30px;
    margin: 0 0 29px;
  }

  .price_bottom_wrapper {
    flex-direction: column-reverse;
    padding-top: 40px;
  }

  .services_block_title {
    font-size: 18px;
  }

  .services_block_items li a {
    font-size: 16px;
  }

  .price_order_btn {
    width: 150px;
    min-width: 150px;
    font-size: 14px;
  }

  .price_list_item {
    flex-direction: column;
  }

  .price_bottom_wrapper:before {
    height: 100%;
  }

  .image_txt_block_h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .image_txt_section_descr p {
    font-size: 16px;
  }



  .how_info_top {
    padding: 46px 15px 32px 15px;
  }

  .reviews_item {
    padding: 25px 30px;
    margin: 0;
  }

  .slick-arrow.slick-next {
    right: 40px;
  }

  .slick-arrow.slick-prev {
    left: 40px;
    z-index: 10;
  }

  .slick-arrow {
    top: unset;
    translate: 0 0;
    bottom: -70px;
  }

  .reviews_title {
    font-size: 25px;
    margin-bottom: 0;
  }

  .reviews_stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .reviews_counts_num {
    font-size: 20px;
  }

  .reviews_counts_title {
    font-size: 16px;
  }

  .bottom-pay__wrapper {
    gap: 5px;
  }

  .dream-s-footer__bottom {
    margin-top: 0;
  }

  .dream-s-footer__bottom-pay {
    margin: 20px 0 27px;
  }

  .reviews {
    margin: 50px 0 90px;
  }

  .gallery_img {
    margin-right: 0;
    margin: 0 15px;
  }

  .gallery_title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .gallery_img img {
    height: 300px;
  }

  .gallery {
    margin: 50px 0;
  }

  .how_wrapper_top {
    margin-bottom: 50px;
  }

  .how_info_bottom {
    padding: 46px 15px 31px 15px;
    top: 0;
  }

  .how_info_title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .how_cloud {
    top: 49%;
  }

  .custom-menu-container {
    top: 92px;
  }

  .signin_popup_form {
    padding: 60px 40px 60px;
  }

  .header_wrapper.sticky .custom-menu-container {
    top: 68px;
  }

  .header-top-kids .dream-s-phone a {
    font-size: 16px;
    white-space: nowrap;
  }

  button.btn.btn-default.navbar-btn.search-button {
    margin: 0;
  }

  .logo_kids_img {
    width: 108px !important;
  }

  .top_section_wrapper {
    flex-direction: column;
  }

  .top_section_wrapper {
    margin-top: 25px;
  }

  .top_section_title {
    font-size: 26px;
  }

  .proposion_title {
    font-size: 25px;
  }

  .proposion {
    padding: 50px 0 60px;
  }

  .about_descr {
    padding: 23px 15px;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .proposion_wrapper_icon_3 {
    bottom: 23%;
    right: -6%;
    scale: 0.7 !important;
  }

  .proposion_wrapper_icon_1 {
    left: -9%;
    top: 32%;
  }

  .proposion_wrapper_icon_2 {
    top: 13%;
    right: -1%;
  }

  .proposion_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .top_section_img_wrapper {
    padding-left: 0;
    margin-top: 30px;
  }

  .top_section_btn {
    margin-top: 0;
  }

  body {
    padding-top: 90px;
  }

  .just_txt_title {
    font-size: 28px;
  }

  .section-v-5__feedback .slick-list {
    margin: 0;
  }

  .numb_txt {
    display: none;
  }

  footer .numb_txt {
    display: inline-block;
  }

  .quest_block_side {
    flex-direction: column;
    gap: 13px;
  }

  .cloud_list_wrapper li .cloud_list_num {
    top: 13px;
    left: 13px;
    font-size: 10px;
  }

  .attention_block_item svg {
    min-width: 46px;
    width: 46px;
  }

  .hero_kids_wrapper {
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 30px;
  }

  .hero_kids_title {
    font-size: 34px;
  }

  .hero_kids_descr p {
    font-size: 18px;
  }

  .arrow_wrapper_item {
    flex-direction: column;
    gap: 0;
  }

  .cloud_list_wrapper li svg {
    width: 33px;
    min-width: 33px;
  }

  .cloud_list_wrapper li {
    gap: 10px;
  }

  .last_block_descr p {
    font-size: 18px;
  }

  .last_block_btns {
    flex-direction: column;
  }

  .last_block_btn_chat,
  .last_block_btn_popup {
    width: 100%;
    max-width: 100%;
  }

  .cloud_list:not(:has(.arrow_block_title)) {
    margin-top: 30px;
  }

  .arrow_side_list ul {
    padding-left: 15px;
    margin-top: 32px;
  }

  .arrow_img svg {
    display: block;
  }

  .arrow_side_img {
    position: relative;
  }

  .arrow_img {
    position: absolute;
    right: 0;
    rotate: -72deg;
    transform: scaleX(-1);
    bottom: -78px;
    width: 78px;
  }

  .arrow_side_list ul li:first-child {
    width: 86%;
  }

  html:has(.page-template-template-price) {
    scroll-padding-top: 150px;
  }

  html:has(.page-template-template-parent-category .sticky) {
    scroll-padding-top: 250px;
  }

  html:has(.page-template-template-parent-category) {
    scroll-padding-top: 475px;
  }

  html:has(.page-template-template-price .sticky) {
    scroll-padding-top: 275px;
  }

  html:has(.page-template-template-price) {
    scroll-padding-top: 285px;
  }



  .search-form-button {
    min-width: 80px;
    border-radius: 4px !important;
  }

  .doctors-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .doctors-card__img {
    height: 100%;
  }

  .doctor-presentation__container>.row {
    flex-direction: column-reverse;
  }

  .doctor-presentation__img {
    width: 100%;
    height: auto;
  }

  .doctor-presentation__stitle {
    font-size: 18px;
  }

  .doctor-presentation__title {
    font-size: 28px;
  }

  .doctor-presentation__upheader {
    font-size: 18px;
  }

  .doctor-presentation__body {
    margin: 23px 0 0 0;
  }

  .search_modal {
    width: 94%;
  }

  .price_item_title {
    font-size: 14px;
    padding-right: 50px;
  }

  .preice_item_num {
    font-size: 16px;
    white-space: nowrap;
  }

  .price_buy_from {
    font-size: 16px;
  }

  .technologies-page__popup .modal-content {
    padding: 15px;
  }

  .technologies-page__popup-img {
    background-position: center;
  }

  .technologies-page__popup h2 {
    font-size: 26px;
  }

  .technologies-page__popup h3 {
    font-size: 20px;
  }

  .technologies-page .row {
    display: grid;
  }

  .technologies-page__popup-txt {
    font-size: 14px;
  }

  .technologies-page .row .col-4 {
    width: 100% !important;
    max-width: 100%;
    flex-basis: 100%;
  }

  .technologies-page {
    padding: 40px 0;
  }

  .slider_wrapper {
    height: calc(70vh - 164px);
  }

  .slider_title {
    max-width: 210px;
    font-size: 26px;
  }

  .slider_item .container {
    justify-content: flex-end;
    padding-bottom: 30px;
  }

  .slider_subtitle {
    max-width: 266px;
    margin-bottom: 20px;
  }

  .slider_item a {
    height: 40px;
  }

  .section-v-1__video-title {
    font-size: 28px;
  }

  .section-v-1__video-title br {
    display: none;
  }

  .slider-rev .slick-arrow {
    display: none !important;
  }

  .section-v-1__video-desc,
  .section-v-1__video-block-txt p {
    font-size: 18px;
  }

  .doctor-presentation__box {
    margin-bottom: 30px;
  }

  .section-v-1__links-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .doctor__quote-text {
    font-size: 22px;
    line-height: 31px;
  }

  .page-doctors__service-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-doctors__service .container {
    padding: 0;
  }

  .doctor__quote svg {
    left: 0px;
    width: 30px;
  }

  .news_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-page-title {
    margin-top: 30px;
  }

  .block-accordion__node-link-number {
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }

  .block-accordion__node-more {
    font-size: 17px;
    right: 28px;
  }

  .block-accordion__node-more::after {
    right: -14px;
    top: 9px;
  }

  .block-accordion__node-link a {
    padding: 20px 130px 25px 49px;
    font-size: 16px;
    line-height: 21px;
  }

  .block-accordion__node-link-number {
    left: 0;

  }

  .doctor-tabs__navs {
    padding: 0 15px;
  }

  .page-otzyvy__title div {
    font-size: 16px;
  }

  .page-otzyvy__title {
    flex-direction: column;
    gap: 15px;
  }

  .section-v-1__video-block {
    flex-direction: column-reverse;
  }

  .section-v-2__choose-title {
    font-size: 26px;
  }

  .section-v-2__choose-item .link {
    font-size: 16px;
  }

  .section-v-2__choose-item .txt {
    font-size: 14px;
  }

  .section-v-3__doctors-title,
  .section-v-4__services-title,
  .section-v-5__feedback-desc .title {
    font-size: 26px;
  }

  .section-v-5__feedback-slider {
    width: 100%;
  }

  .feedback-slider__item-date {
    display: none;
  }

  .feedback-slider .slick-arrow {
    left: 50%;
    translate: -50% 0;
    margin-left: 0;
    right: unset !important;
  }

  .feedback-slider .slick-arrow.slick-next {
    left: 60%;
  }

  .feedback-slider .slick-arrow.slick-prev {
    left: 40%;
  }

  .section-v-3__doctors-desc,
  .section-v-4__services-desc {
    font-size: 18px;
  }

  .section-v-6__blog {
    padding: 60px 0;
  }

  .section-v-5__feedback {
    padding: 60px 0 100px;
  }

  .section-v-6__blog-title {
    margin-bottom: 15px;
  }

  .section-v-3__doctors-link {
    margin-top: 30px;
  }

  .section-v-3__doctors {
    margin-bottom: 80px;
  }

  .doctors-card__name-surname {
    font-size: 18px;
  }

  .video-content {
    height: 235px;
  }

  .section-v-1 {
    padding-bottom: 40px;
  }

  .section-v-2__choose {
    padding: 40px 0;
  }

  .section-v-1__video-block-txt {
    margin-bottom: 0;
  }

  .video-content .youtube {
    background-size: cover;
  }

  .section-v-1__links-body-txt .txt {
    max-width: 240px;
  }

  .section-v-1__links-body-img {
    margin-right: 0;
  }

  .slider-rev .slider_item {
    background-position: 75% 0;
  }

  .blog_txt ul li {
    font-size: 18px;
  }

  .blog_txt ul li:after {
    top: 11px;
  }

  .blog_txt ul li:before {
    top: 6px;
  }

  .page-header-custom.page-header-custom--reviews {
    height: auto;
  }

  .photo-page__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .reviews-item-page.reviews-item {
    padding: 30px 20px;
  }

  .reviews-item__info {
    right: 20px;
    top: 29px;
    max-width: 95px;
    text-align: right;
  }

  .reviews-item__info-date {
    font-size: 14px;
  }


  .vide_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .photo-video-page__block {
    height: 217px;
  }

  .reviews-item__user-avatar {
    width: 40px;
    height: 40px;
  }

  .reviews-item__user-name {
    font-size: 18px;
    white-space: unset;
  }

  .reviews-item__user {
    padding-right: 73px;
  }

  .reviews-item__doctor-item {
    width: 100%;
  }

  .page-header-custom {
    height: auto;
    padding: 40px 0;
  }

  .parent-category__link {
    margin-bottom: 80px;
  }

  .signin_popup {
    justify-content: center;
    width: 90%;
  }

  .signin_popup_form {
    width: 100%;
    flex-basis: 100%;
  }

  .signin_popup_img {
    display: none;
  }

  .promotion-page__item {
    margin-bottom: 15px;
  }

  .parent-category__title {
    font-size: 28px;
  }

  .parent-category__item {
    margin-bottom: 60px;
  }

  .parent-category__desc {
    font-size: 28px;
  }

  .price-page .price-tabs {
    overflow: auto;
    flex-wrap: nowrap;
  }

  .price-tabs__item {
    white-space: nowrap;
  }

  .single-page-promo {
    flex-direction: column;
    display: flex;
  }

  .promo_page {
    padding: 14px 0 0;
  }

  .single-page-promo_img {
    float: unset;
    width: 100%;
  }

  .promotion_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-header-custom__desc {
    max-width: 100%;
  }

  .page-header-custom__title {
    font-size: 34px;
    line-height: 125%;
    margin-bottom: 30px;
  }

  .doctor_item_photo {
    margin-bottom: 10px;
  }

  .doctor_item_name {
    font-size: 23px;
    text-align: center;
  }

  .doctor_item_actions {
    margin-top: 10px;
  }

  .doctors_wrapper {
    gap: 30px;
  }

  .page-header-custom .container:after {
    display: none;
  }

  .promotion-page {
    padding: 40px 0;
  }

  .service_just_txt_center p {
    text-align: left !important;
  }

  .promotion-page__item-label {
    margin: 0 20px 15px 20px;
    font-size: 12px;
  }

  .promotion-page__item-title {
    margin: 0 20px 15px 20px;
    font-size: 18px;
  }

  .promotion-page__item-text {
    margin: 0 20px 30px 20px;
    font-size: 14px;
  }

  .promotion-page__item-link {
    margin: 0 20px;
    font-size: 16px;
  }

  .promotion-page__item-image {
    height: 170px;
    margin-bottom: 20px;
  }

  .promotion-page__item {
    padding-bottom: 30px;
  }

  .block_three_imgs {
    grid-template-columns: repeat(1, 1fr);
  }

  .block_before_after_clean {
    flex-direction: column;
  }

  .before_after_clean_txt {
    font-size: 16px;
    height: 35px;
    padding: 0 15px;
  }

  .block_img_txt_g {
    flex-direction: column;
  }

  .block_img_txt_t_wrapper {
    padding: 0;
    background: white;
  }

  .block_img_txt_t_wrapper p {
    font-size: 19px;
  }

  .block_img_txt_t_wrapper {
    margin-left: 0;
    margin-top: 20px;
  }

  .txt_green_bg:has(.txt_green_bg_wrapper_left) {
    padding: 22px 23px;
  }

  .txt_green_bg:has(.txt_green_bg_wrapper_wide) {
    padding: 60px 0;
    text-align: left;
  }

  .txt_green_bg:has(.txt_green_bg_wrapper_wide) h2 {
    text-align: left !important;
  }

  .page-service-custom__title .title {
    font-size: 34px;
  }

  .page-service h2 {
    font-size: 28px;
    line-height: 130%;
    margin: 50px 0 30px;
    text-align: left;
  }

  .service_i_t {
    flex-direction: column;
  }

  .page-service-custom__tagline {
    font-size: 18px;
    max-width: 290px;
  }

  .page-service-custom__tagline br {
    display: none;
  }

  .dream-s-slider,
  .dream-s-slider .slide-block {
    height: 320px;
    min-height: auto;
  }

  .dream-s-slider .slide-block .slider-title .title {
    font-size: 20px;
  }

  .dream-s-slider .button-form {
    padding: 7px 25px;
  }

  .dream-s-slider .slider-button {
    bottom: 15px;
  }

  .page-service__reason-txt h2 {
    margin-top: 0;
  }

  .page-service__faq .page-service__title {
    text-align: left;
  }

  .faq-item__btn {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 80px;
  }

  .doctors_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-service__sign-title {
    font-size: 24px;
  }

  .page-service__sign {
    height: auto;
  }

  .page-service__sign .row {
    flex-direction: column;
    padding: 50px 0;
    gap: 40px;
  }

  .page-service__sign-body {
    height: auto;
  }

  .page-service__sign-form {
    top: 0;
    padding: 40px 30px;
    height: auto !important;
  }

  .page-service {
    padding-bottom: 0;
  }

  .page-service__sign .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .txt_green_bg {
    padding: 50px 30px;
  }

  .txt_green_bg h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .dream-s-slider .slide-block .slider-title {
    bottom: 25px;
  }

  .modal-box .modal-block {
    width: 100%;
    height: 270px;
  }

  .modal-box .modal-block form {
    height: 240px;
    padding: 15px 20px;
  }

  .modal-box .modal-block .entry .submit-input {
    bottom: 6px;
  }

  .modal-box .modal-block .entry .ajax-loader {
    bottom: 14px;
  }

  .closed-button {
    top: 0;
    right: 0;
    height: 14px;
    width: 14px;
  }

  .closed-button:after,
  .closed-button:before {
    background-color: #000;
    height: 16px;
  }

  .modal-box .modal-block .textarea-input {
    height: 75px;
  }

  div.wpcf7-mail-sent-ok {
    height: 158px;
    padding: 40px 80px;
  }

  .about-section p {
    font-size: 16px;
  }

  .about-section h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .descriptoion-section .description-item {
    padding: 20px 10px;
    width: 100%;
    margin: 10px 0;
  }

  .news-section h2 {
    font-size: 23px;
  }

  .news-section .item-news {
    height: 370px;
    overflow: hidden;
    width: 100%;
  }

  .news-section .item-news .thumbnail-news {
    height: 200px;
  }

  .news-section .item-news .thumbnail-news img {
    width: 100%;
  }

  .news-section .h2:after,
  .news-section .h2:before {
    width: 60px;
  }

  .info-section .info-item {
    width: 100%;
    float: none;
  }

  .news-page .item-news {
    width: 100%;
    height: 480px;
    margin-right: 0;
  }

  .news-page .item-news .thumbnail {
    height: 230px;
    width: 388px;
  }

  .news-page .item-news .thumbnail img {
    max-width: 400px;
    max-height: 400px;
  }

  .single-page .content img {
    max-width: 260px;
  }

  .our-specialists-page .specialists-block {
    width: 100%;
    margin-right: 0;
    height: 155px;
    -webkit-border-radius: 90px 10px 10px 90px;
    -moz-border-radius: 90px 10px 10px 90px;
    border-radius: 90px 10px 10px 90px;
  }

  .our-specialists-page .specialists-block:after {
    height: auto;
  }

  .our-specialists-page .specialists-block .experience {
    margin-top: 6px;
    font-size: 15px;
  }

  .our-specialists-page .specialists-block:before {
    bottom: 8px;
    height: 20px;
    width: 20px;
  }

  .our-specialists-page .specialists-block .thumbnail {
    width: 155px;
    height: 155px;
    float: left;
  }

  .our-specialists-page .specialists-block .title {
    font-size: 17px;
    padding-left: 160px;
    text-align: center;
    padding-top: 15px;
    height: 45px;
    line-height: 16px;
  }

  .our-specialists-page .specialists-block .content {
    padding: 0 12px;
    font-size: 14px;
    height: 55px;
    margin-bottom: 0;
    line-height: 16px;
  }

  .dream-s-footer .footer-info li a,
  .dream-s-footer .footer-info li:first-child a {
    font-size: 13px;
  }

  .dream-s-footer .footer-info li a:before {
    background-position-y: -17px;
    background-position-x: 3px;
    -webkit-background-size: 120px 120px;
    -moz-background-size: 120px;
    -o-background-size: 120px;
    background-size: 120px;
    top: 3px;
    left: -21px;
    height: 14px;
    width: 14px;
  }

  .dream-s-footer .footer-info {
    padding-top: 0;
  }

  .dream-s-footer .footer-info li a.info-marker:before {
    background-position-x: -17px;
    background-position-y: -10px;
    left: -20px;
  }

  .dream-s-footer .footer-info li a.info-mail:before {
    background-position-x: -35px;
    background-position-y: -17px;
    height: 15px;
    width: 15px;
    left: -20px;
    top: 3px;
  }

  .dream-s-footer .menu-menu-footer-right-container {
    padding-left: 0;
  }

  .dream-s-footer .social-icon {
    float: right;
    margin-right: -10px;
    margin-top: 10px;
  }

  .dream-s-footer {
    min-height: 260px;
  }

  .bottom-footer {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }

  .bottom-footer .left-copy,
  .bottom-footer .right-art {
    float: none;
  }

  .section-v-6__blog-slider .slick-dots {
    margin-top: 5px;
  }

  .bottom-pay__wrapper ul {
    margin-bottom: 20px;
  }

  .breadcrumbs {
    overflow: auto;
    padding-bottom: 5px;
  }

  .page-otzyvy__promo {
    padding: 50px 30px 0 30px;
    flex-direction: column;
  }

  .page-otzyvy__promo-content {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .page-otzyvy__promo-content h2 {
    font-size: 26px;
  }

  .custom-menu-container .custom-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item a {
    margin: 0 0 10px;
    display: block;
  }
}

@media (max-width: 576px) {
  .technologies-page__popup .modal-content {
    width: auto;
  }

  .section-v-4__services-item:hover .section-v-4__services-item-overlay {
    display: none;
  }

  .section-v-4__services-item:hover p {
    color: #4b545e;
  }

  .section-v-4__services-item:hover svg path {
    fill: #135860;
  }

  .section-v-4__services-link {
    margin-top: 40px;
  }

  .dream-s-footer__bottom {
    margin-top: 40px;
  }

  .dream-s-footer__title {
    font-size: 16px;
  }

  .menu-menu-footer-left-container {
    margin-bottom: 20px;
  }

  .price-item .price-item__current:after {
    left: 0;
  }

  .price-item .price-item__current:before {
    left: 11px;
  }

  .price-item .price-item__current {
    padding: 21px 150px 22px 50px;
    font-size: 18px;
  }

  .page-service__price .price-item__current {
    padding-right: 0;
    font-size: 16px;
  }

  .price-item .price-item__current span {
    font-size: 22px;
  }

  .price_name {
    padding-right: 50px;
    line-height: 130%;
  }

  .page-service__price .price-text {
    white-space: nowrap;
  }

  .page-service__price .price-item__current span {
    font-size: 18px;
  }

  .group-service-button__sign {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .top_section_btn_f {
    margin-top: 20px;
  }

  .cloud_section {
    margin: 40px 0;
  }

  .cloud_section_txt p {
    font-size: 18px;
  }

  .cloud_section_wrapper {
    gap: 10px;
  }

  .flex_h2_title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .flex_justtxt {
    margin-top: 16px;
  }

  .flex_justtxt p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .image_txt_section_descr li {
    padding-left: 84px;
    font-size: 16px;
  }

  .yellow_banner_img {
    min-width: 0;
  }

  .yellow_banner_info_txt p {
    font-size: 20px;
    line-height: 130%;
  }

  .yellow_banner_img img {
    left: 50%;
    width: 55%;
    translate: -50% 0;
  }

  .yellow_banner_wrapper {
    padding: 30px 25px 215px 25px;
  }

  .y_round {
    width: 100%;
  }

  .flex_justtxt ul li {
    font-size: 16px;
  }

  .pink_banner {
    padding: 45px 0 94px;
  }

  .pink_banner_info_txt p {
    font-size: 21px;
  }

  .pink_banner_img img {
    top: 42%;
  }

  .price_list_item {
    padding-left: 15px;
    align-items: flex-start;
  }

  .price-item-block {
    padding: 23px 15px;
  }

  .not_found_btns {
    flex-direction: column;
    width: 100%;
  }

  .not_found_btns * {
    width: 100%;
    min-height: 51px;
  }

  .doc_page_rev_btn {
    margin-top: 50px;
  }

  .not_found_title {
    font-size: 22px;
  }

  .signin_popup_title {
    font-size: 19px;
  }

  .signin_popup_form {
    padding: 70px 20px 40px;
  }

  .signin_popup {
    height: auto;
  }

  .close_popup_sign {
    width: 40px;
    height: 40px;
  }

  .custom-menu .menu-item-has-children>.sub-menu {
    top: 15px;
  }

  .menu-info-helper .location {
    flex-direction: row;
    gap: 10px;
  }

  .menu-info-helper .location-adress {
    align-items: flex-start;
  }

  .menu-info-helper .time-work div {
    align-items: flex-start;
  }

  .menu-info-helper .time-work {
    margin-right: 20px;
  }

  .menu-info-helper .mobile-wpml {
    margin-top: 25px;
  }

  .custom-menu .menu-item-has-children {
    top: 0;
    padding-bottom: 12px;
  }

  .rev_page_top_btn.doc_page_rev_btn {
    margin-top: 40px;
  }

  .nocomments_doctor {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {

  .news-section .h2:after,
  .news-section .h2:before,
  .promotion-section .block-info-promotion a:before {
    display: none;
  }

  .dream-s-slider .slide-block .slider-title .title {
    font-size: 18px;
  }

  .dream-s-slider .slider-title .button-form {
    margin-top: 24px;
    width: 100%;
  }

  .dream-s-slider .slider-button .button-left,
  .dream-s-slider .slider-button .button-right {
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .toggle-menu {
    top: 34px;
  }

  .menu-services-section ul li {
    width: 100%;
  }

  .promotion-section .block-info-promotion {
    width: 276px;
  }

  .promotion-section .container {
    width: 290px;
  }

  .description-callback {
    padding: 12px 14px;
  }

  .news-section .item-news .thumbnail-news {
    height: 158px;
  }

  .news-section .item-news .text {
    height: 110px;
  }

  .price-page .price-item ul li {
    padding-right: 0;
  }

  .price-page .price-item .title {
    font-size: 22px;
    width: 100%;
  }

  .news-page .item-news {
    height: 415px;
  }

  .news-page .item-news .thumbnail {
    height: 155px;
    width: 253px;
  }

  .our-specialists-page .specialists-block:after {
    height: 125px;
  }

  .our-specialists-page .specialists-block {
    width: 250px;
    height: 450px;
    -webkit-border-radius: 130px 130px 10px 10px;
    -moz-border-radius: 130px 130px 10px 10px;
    border-radius: 130px 130px 10px 10px;
    margin: auto auto 50px 20px;
    display: block;
    clear: both;
    overflow: hidden;
  }

  .our-specialists-page .specialists-block .thumbnail {
    width: 250px;
    height: 250px;
    float: none;
  }

  .our-specialists-page .specialists-block .title {
    font-size: 17px;
    padding-left: 5px;
    text-align: center;
    padding-top: 10px;
  }

  .our-specialists-page .specialists-block .content {
    font-size: 15px;
    height: 67px;
    line-height: 19px;
  }

  .dream-s-slider.other-page.promotion,
  .dream-s-slider.other-page.promotion .slide-block {
    height: 320px;
  }

  .dream-s-slider.other-page .slide-block .slider-title .title {
    font-size: 20px;
  }

  .dream-s-footer .footer-info li a,
  .dream-s-footer .footer-info li:first-child a {
    font-size: 16px;
  }

  .dream-s-footer .footer-info li a.info-marker:before {
    background-position-x: -21px;
    height: 30px;
    -webkit-background-size: 134px 134px;
    -moz-background-size: 134px;
    -o-background-size: 134px;
    background-size: 134px;
  }

  .dream-s-footer .footer-info li a.info-mail:before {
    top: 6px;
  }

  .dream-s-footer .footer-info li a:before {
    top: 5px;
  }

  .dream-s-footer .social-icon {
    margin-right: 0;
  }

  .banner-with-portrait__body.body .body__title {
    font-size: 20px;
    line-height: 28px;
  }

  .banner-with-portrait__body.body .body__subtitle {
    font-size: 15px;
    line-height: 20px;
  }

  .banner-with-portrait__body.body .body__contacts {
    flex-direction: column;
  }

  .banner-with-portrait__body.body .body__record-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .block-title {
    font-size: 24px;
  }

  .block-text {
    font-size: 14px;
    line-height: 20px;
  }

  .section-doctor-blog {
    margin: 0 15px;
  }

  .page-otzyvy__title {
    padding: 20px 10px;
  }

  .reviews-item {
    padding: 10px 0;
  }


  .reviews-item__reviews {
    float: none;
    margin-right: 15px;
  }

  .reviews-item__description {
    font-size: 14px;
    line-height: 20px;
  }

  .doctor_section_page {
    padding-top: 0;
  }

  .choose-lang-title {
    font-size: 22px;
  }

  .choose-lang-subtitle {
    font-size: 19px;
  }

  #popup_language {
    padding-top: 62px;
  }

  #popup_language .popupClose {
    top: -5px;
    right: -5px;
  }
}

@media (min-width: 576px) {
  .technologies-page__popup .modal-dialog {
    max-width: 737px;
  }
}

@media (max-width: 321px) {

  .contact-icon svg {
    width: 30px;
  }

  .contact-details .contact-value,
  .contact-details {
    font-size: 15px;
  }

  .contact-details .contact-label {
    font-size: 14px;
  }

  .admin-photo {
    max-width: 100px;
  }

  .custom-logo-link {
    width: 129px;
    height: 47px;
  }

  .news-main__node-img {
    height: 190px;
  }

  body {
    padding-top: 90px;
  }

  .dream-s-phone.header_conts {
    display: none !important;
  }

  .top_section_title {
    font-size: 22px;
  }

  .about_descr_icon {
    left: 36%;
    top: -105px;
  }

  .proposion_title {
    font-size: 20px;
  }

  .proposion_wrapper_icon_2 {
    top: 12%;
    scale: 0.7 !important;
    right: 0%;
  }

  .proposion_wrapper_icon_3 {
    top: 24%;
  }

  .how_info_title,
  .gallery_title,
  .reviews_title {
    font-size: 20px;
  }
}

.description-slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.description-slider button span {
  font-size: 60px;
}

.descriptoion-section .owl-prev {
  left: -60px;
}

.descriptoion-section .owl-next {
  right: -60px;
}