/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}


/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a, 
button {
	cursor: pointer;
}

html {
  width: 100%;
  overflow-y: auto !important;
}

.page {
  font-family: "Montserrat", serif;
  width: 100%;
}
.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
/*   -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; */
}
.page * input {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.page.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 88.7708333333vw;
  margin: 0 auto;
}

* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "Montserrat";
  src:  url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src:  url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src:  url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src:  url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src:  url("../fonts/Montserrat-Alternates/MontserratAlternates-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src:  url("../fonts/Montserrat-Alternates/MontserratAlternates-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}


.md-standart-slider {
  position: relative;
}
.md-standart-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.md-standart-slider .swiper-container .swiper-wrapper {
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}


.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.slider-pagination  {
	bottom: 1rem !important;
    position: absolute;
    left: 50%!important;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-pagination .swiper-pagination-bullet {
    position: relative;
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 6px;
	opacity: 1!important; 
}

.slider-pagination .swiper-pagination-bullet-active {
	background:  #FFFFFF;
}

.slider-pagination .swiper-pagination-bullet-active .bullet-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C1B6A4; 
	transform: scaleX(0);
	transform-origin: left;
	animation: progress-fill 10s linear forwards;
}

@keyframes progress-fill {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}


.popup {
  position:fixed;
  color: #000;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.popup.open .popup__blur {
  overflow-y: scroll;
}
.popup__blur {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.popup__container {
  margin: auto;
  z-index: 2;
}
.popup__block {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.popup__close {
  position: absolute;
  z-index: 5;
  top: 2.83vw;
  right: 1.5625vw;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  cursor: pointer;
}
.popup__close img,
.popup__close svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #000000;
}
.popup__close img path,
.popup__close svg path {
  fill: #000000;
}

.main__popup {
    width: 36.041667vw;
    border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main__popup-content {
  padding: 2.8645833333vw 2.0833333333vw 2.8645833333vw 2.0833333333vw;
}

.main__popup-title {
    font-weight: 500;
    font-size: 1.5229166667vw;
    line-height: 2.1354166667vw;
    letter-spacing: 0.02em;
    margin-bottom: 1.3020833333vw;
    color: #000000;
    font-family: "Montserrat Alternates";
    text-align: center;
}

.main__popup-subtitle {
	color:#000000;
	opacity: .7;
	font-size: 1.229166667vw;
    line-height: 1.5417vw;
    text-align: center;
	margin-bottom:1rem;
}

.popup .form__input input  {
	background-color: #F6F6F6;
}

.popup .form__btn {
	background-color: #B69986;
    color: #fff;
    margin-top: 1rem;
}

.popup  .form__checkbox {
	color: #22222280;
    line-height: 1.33333vw;
    text-align: center;
    font-size: 0.78667vw;
}
 
.popup  .form__checkbox  a {
	color:#222222 ;
}
.main__popup-after {
	text-align:center;
	display:none;
	padding: 2rem 0 3rem 0;
}


.header {
	height: auto !important;
    background-color: #FFF;
    top: 1vw;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 3.0729166667vw;
    border-radius: 1vw;
    position: relative;
    z-index: 30;
}

.header__top ,
.header__bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    align-items: center;
    gap:  0.666667vw;
}

.header__logo a {
	width:4rem;
}

.header__logo img {
	width: 100%;
    height: 100%;
      object-fit: contain;
}

.header__logo-text{
    letter-spacing: 0.03em;
    color: #222222;
    width: 16.416667vw;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
}

.address__dropdown {
    position: relative;
    display: inline-block;
}

.address__dropdown-select {
    cursor: pointer;
    font-size: 0.891666667vw;
    line-height: 1.0416666667vw;
    transition: color 0.3sease;
    color: #1F1F24;
	display: flex;
    align-items: center;
    gap: 10px;
}

.header__address-btn{
	background: transparent;
}

.header__address-btn.active {
	transform: rotate(180deg);
}

.header__address-list {
	position: absolute;
    box-shadow: 0px 3px 6.2px 0px #00000026;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 1rem;
    list-style: none;
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3sease, transform 0.3sease;
	gap: 10px;
	z-index:99;
}

.header__address-list .header__address-info {
	padding: 5px 10px;
    border-radius: 20px;
}

.header__address-list .header__address-info a {
	font-weight: 500;
    font-size: 0.7866667vw;
}

.header__address-list.active  {
    display: grid;
    opacity: 1;
    width: 100%;
}

.header__address-list a {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    color: #222222;
}

.header__text {
	font-size: 0.891666667vw;
    line-height: 1.0416666667vw;
	color: #222222B2;
}

.header__time-text {
	font-size: 0.891666667vw;
    line-height: 1.0416666667vw;
	font-weight:500;
}

.header__border {
	border-right: 1px solid rgba(0, 0, 0, .2);
	height: 2rem;
}

.header__contacts a {
	font-size: 0.891666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    color: #222222;
}

.header__contacts-btn {
    background-color: transparent;
    color: #B69986;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    border: 1px solid #B69986;
    padding: 10px;
    border-radius: 15px;
}

.header__contacts-call {
	background-color: #B69986;
    color: #fff;
}

.header__contacts-call span {
	background-color: #FFFFFF;
    color: #B69986;
    padding: 6px;
    margin-right: 10px;
    border-radius: 10px;
}

.header__bottom {
	padding-top:1rem;
	position:relative;
}

.header__bottom  .wrapper {
	display:flex;
	align-items: center;
	justify-content:space-between;
}

.header__btn {
  display: none;
}

.header__btn-wrap{
	display: flex;
	align-items: center;
	cursor: pointer;
}

.header__btn-wrap p{
	font-size: 0.9625vw;
    letter-spacing: 0.03em;
    color: #B69986;
    font-weight: 500;
	text-align: end;
}

.header__btn-wrap p+p {
	display:none;
}

.header.open .header__btn-wrap p {
	display:none;
}

.header.open .header__btn-wrap p+p {
	display:block;
}

.header.open .header__btn span {
	background-color: #E31F25;
}

.header__btn {
    display: block;
    width: 2vw;
    height: 1.3vw;
    position: relative;
    z-index: 999;
    margin-right: 1vw;
	cursor: pointer;
}

.header__btn span {
	width: 100%;
    height: 0.1771428571vw;
    border-radius: 5px;
    position: absolute;
    left: 0;
    background-color: #B69986;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__btn span:first-child {
	top: 0;
}

.header__btn span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 80%;
}

.header__btn span:last-child {
	bottom: 0;
}

.header__btn-wrap.open span:first-child {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
			transform: translateY(-50%) rotate(-45deg);
	-webkit-transform-origin: center center;
			transform-origin: center center;
}

.header__btn-wrap.open span:nth-child(2) {
	opacity: 0;
}

.header__btn-wrap.open span:last-child {
	bottom: 50%;
	-webkit-transform: translateY(50%) rotate(45deg);
			transform: translateY(50%) rotate(45deg);
	-webkit-transform-origin: center center;
			transform-origin: center center;
}

.header__bottom-services {
	display: flex;
    align-items: center;
}

.menu-services {
  display: none;
}

.header__bottom-services.active .menu-services {
    display: block;
    position: absolute;
    bottom: -20rem;
    z-index: 99;
    background-color: #FFFFFF;
    box-shadow: 0px 12px 21.3px 0px #0000000D;
    padding: 2rem;
    border-radius: 15px;
    width: 88.7708333333vw;
}

.menu ul{
	list-style-type: none;
}

.nav-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.nav-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.header__bottom-services {
  position: relative;
}

.dropdown-item {
  border-bottom: 1px solid transparent;
  border-image: none;
  transition: border-image 0.3s ease;
}

.dropdown-item:hover {
  border-image-source: linear-gradient(90deg, #FFDDD9 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  border-width: 1px;
}

.nav-menu--level-1 {
  position: absolute;
  top: 2rem;
  left: 20rem;
  width: 600px;
  z-index: 100;
  background-color: white;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-left: 1px solid rgba(34, 34, 34, 0.2);
  padding-left: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

@media (min-width: 992px) {
  .dropdown-item:hover > .nav-menu--level-1,
  .dropdown-item:focus-within > .nav-menu--level-1 {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.nav-menu--level-1 .submenu-title {
    color: #222222;
    font-weight: 500;
    font-size: 1.38667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
}

.header__bottom-left {
	display: flex;
    align-items: center;
	gap: 2rem;
    justify-content: space-between;
}

.header__bottom-right {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.header-list {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    list-style-type: none;
}

.nav-link{
	color:#222222;
}

.nav-link:hover {
	border-bottom: 1px solid;
}

.menu-services .nav-link:hover {
	border-bottom: none;
}

.menu-uslugi-container .header-list {
	flex-direction:column;
	align-items: baseline;
}

.nav-menu--level-1 {
	display:none;
}

.breadcrumbs {
	padding: 1.0416666667vw;
    margin-top: 0;
  	position: relative;
  	z-index: 10;
}

.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

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

.breadcrumbs__item::before {
  content: "-";
  color: #22222280;
  margin: 0 0.78125vw;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item.active {
  pointer-events: none;
}

.breadcrumbs__item.active a,
.breadcrumbs__item.active {
  color: #222222;
}

.breadcrumbs a,
.breadcrumbs__item{
    font-size: 0.91667vw;
    line-height: 0.9333333333vw;
    letter-spacing: 0.04em;
    color: #22222280;
}

.breadcrumbs__item.active {
	color:#222222;
}

.md-main-subtitle {
    color: #222222;
	font-weight:500;
    font-size: 1.08667vw;
    line-height: 1.9533333vw;
}

.md-main-title {
	font-family: "Montserrat Alternates";
	font-weight:500;
	color:#222222;
	font-size: 2.1667vw;
    line-height: 2.633333vw;
}

.md-main-title .title__bg {
	background-color: #C1B6A4;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.about {
	margin: 4rem 0;
}

.about__page .breadcrumbs__container {
	justify-content: center;
}

.about__page .about__main-container {
	text-align:center;
}

.about__main-btn {
    font-size: 1.091666667vw;
    line-height: 1.0416666667vw;
    border: 1px solid #B69986;
    padding: 12px 3rem;
    border-radius: 15px;
    background-color: #B69986;
    color: #fff;
    margin: 1rem 0 2rem 0;
	cursor:pointer;
	display: inline-block;
}

.about__main-video {
	width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 100%;
}

.about .wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.about__slider {
	width: 43.479167vw;
}

.about__slide img {
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    background-color: #D9D9D9;
    border-radius: 15px;
}

.about__info {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main__title {
	color: #222222;
    font-weight: 500;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    font-family: "Montserrat Alternates";
}

.about__info__sub {
	font-weight: 500;
    font-size: 1.18667vw;
    line-height: 1.33333vw;
    margin-bottom: 1rem;
}

.about__info__text {
	color: #000000;
    opacity: .5;
    font-size: 1.08667vw;
    line-height: 1.33333vw;
}

.about__number {
	margin: 2rem 0;
}

.about__number .main__title {
	margin-bottom: 2rem;
}

.about__number-items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
	margin: 0 auto;
}

.about__number-item:nth-child(1),
.about__number-item:nth-child(2),
.about__number-item:nth-child(3) {
  grid-column: span 4;
}

.about__number-item:nth-child(4) {
  grid-column: span 6;
}

.about__number-item:nth-child(5),
.about__number-item:nth-child(6) {
  grid-column: span 3;
}

.about__number-item {
    background-color: #F6F6F6;
    padding: 2rem;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    flex-direction: column;
	cursor:pointer;
}

.about__number-item:hover {
	border: 3px solid #C1B6A4;
}

.about__number-item p {
	color: #000000;
    opacity: .5;
    font-weight: 500;
    font-size: 0.98667vw;
    line-height: 1.133333vw;
}

.about__number-item span {
	font-weight: 500;
    font-size: 3.1667vw;
	letter-spacing: .13rem;
}

.about__number-info {
	display: flex;
    align-items: center;
    gap: 0.5rem;
}

.about__number-buttom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission {
	margin: 4rem 0;
}

.mission .wrapper {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 2rem;
    margin: 0 auto;
}

.mission__image {
	grid-column: span 1;
}

.mission__image-img {
	    height: 100%;
    width: 18rem;
    object-fit: cover;
    border-radius: 15px;
}

.mission__info {
	grid-column: span 2;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
    text-align: center;
    border-radius: 15px;
}

.mission__info-next {
	grid-column: span 2;
    border-radius: 15px;
    background-color: #C1B6A4;
    color: #fff;
    padding: 3rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.mission__info-next .main__title {
	color: #fff;
}

.mission__info-btn {
	font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    border: none;
    padding: 12px 30px;
    border-radius: 15px;
    background-color: #fff;
    color: #B69986;
    margin: 1rem 0 2rem 0;
    cursor: pointer;
}

.main__info-text {
	font-size: 0.98667vw;
    line-height: 1.133333vw;
}

.main__info-span {
	color: #C1B6A4;
    font-weight: 500;
    text-decoration: underline;
    font-style: italic;
    font-size: 0.98667vw;
    line-height: 1.133333vw;
}

.services {
	margin:4rem 0;
}

.services .wrapper {
	display:grid;
	grid-template-columns: 1fr 2fr;
	gap: 4rem;
}

.services__left {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services__subtitle {
	color: #222222;
    opacity: .7;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.services__btn {
	width: fit-content;
    padding: 10px 5rem;
}

.services__items {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.services__item {
	border-right: 1px solid rgba(0, 0, 0, .2);
}

.services__item:last-child {
	border-right:none;
	 padding-right: 0;
}

.services__item-image img {
	object-fit: cover;
    width: 3rem;
    height: 3rem;
    background-color: #F6F6F6;
    border-radius: 50%;
    padding: 5px;
}


.services__item-link {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
	 border-right: 1px solid rgba(0, 0, 0, .2);
    padding: 1rem;
	height: 5rem;
}


.services__item-link:nth-child(7) ,
.services__item-link:nth-child(8) ,
.services__item-link:nth-child(9)  {
	border-bottom: none;
}

.services__item-title {
	color: #222222;
    font-weight: 500;
    font-size: 1.038667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
}


.services__item-link:hover .services__item-title {
	color:#B69986;
}

.services__left {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantage {
	margin: 4rem 0;
}

.advantage .main__title {
	margin-bottom: 2rem;
}

.advantage__items {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.advantage__item {
	background-color: #F6F6F6;
    padding: 1rem;
    box-shadow: 0px 3px 6.2px 0px #00000026;
	position: relative;
	padding-right: 6rem;
	border-radius: 15px;
}

.advantage__item-left {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.advantage__item-content {
    padding-top: 1.0416666667vw;
   	font-size: 0.98667vw;
    line-height: 1.33333vw;
    display: none;
}

.advantage__item-title {
	font-weight: 500;
    font-size: 1.038667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
}

.advantage__item-btn {
	background-color: #B69986;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	    position: absolute;
    z-index: 5;
    width: 1.666667vw;
    height: 1.666667vw;
    top: 1.3125vw;
    right: 1.7708333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.sertificate  .main__title {
	margin-bottom:2rem;
}

.sertificate__slide img {
	width: 100%;
    height: 100%;
	object-fit: contain;
}

.mt {
	margin: 5rem 0;
}

.slider-btn {
	background-color: #F6F6F6;
    border-radius: 15px;
    display: flex !important;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
	cursor: pointer;
	border: 1px solid #00000033;
}

.slider-prev-btn  {
	position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-next-btn {
	position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: -3rem;
}

.team__slide {
	position:relative;
	border-radius:15px;
}

.team__slide:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.3%, rgba(0, 0, 0, 0.35) 86.97%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
	border-radius:15px;
}

.team__slide img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius:15px;
	position:relative;
}

.team__link {
	color: #B69986;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}

.center__title {
	text-align: center;
}

.team__buttons {
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	background-color: #ECECEC;
	width: fit-content;
    margin: 0 auto;
	cursor: pointer;
}

.team__button {
	background-color: transparent;
    color: #B69986;
	transition: all 0.3s ease;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    padding: 10px 30px;
	border-radius:15px;
}

.team__button.active {
	background-color:#B69986;
	color: #fff;
}

.wrapper__right {
	width: 93.8854166668vw;
    margin-right: 0;
    margin-left: auto;
}

.team__info {
	position: absolute;
    bottom: 1rem;
    color: #fff;
    left: 1rem;
	font-family: "Montserrat Alternates";
	z-index: 10;
}

.team__slide-link {
    position: absolute;
    z-index: 9;
    right: 2rem;
    top: 2rem;
    opacity: 0;
}

.team__slide:hover .team__slide-link {
	opacity:1;
}

.team__experience {
	font-weight: 500;
    font-size: 0.98667vw;
    line-height: 1.9533333vw;
}

.team__name {
	font-weight: 500;
    font-size: 1.038667vw;
    line-height: 1.133333vw;
}

.team__position {
	color: #FFFFFF80;
    font-size: 1.038667vw;
    line-height: 1.033333vw;
}

.team__slider {
	margin: 3rem 0;
}

.team .main__title {
	margin: 1rem 0;
}

.photo__top {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 2rem;
}

.photo__buttons {
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	background-color: #ECECEC;
}

.photo__button {
	background-color: transparent;
    color: #B69986;
	transition: all 0.3s ease;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    padding: 10px 30px;
	border-radius:15px;
	cursor: pointer;
}

.photo__button.active {
	background-color:#B69986;
	color: #fff;
}

.photo__subtitle {
	font-size: 0.98667vw;
    line-height: 2.33333vw;
}

.photo__slide  img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    border-radius: 15px;
}

.consultation .wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.consultation__form {
	background-color: #C1B6A4;
    color: #FFF0F0;
    border-radius: 15px;
    padding: 2rem;
}

.consultation__person {
	background-color: #C1B6A4;
    color: #fff;
    border-radius: 15px;
	position: relative;
}

.consultation__person img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-info {
	position: absolute;
   background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(86.9px);
  -webkit-backdrop-filter: blur(86.9px); /* для Safari */
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
}

.person-info p {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.person-info span {
	font-size: 0.8667vw;
    line-height: 0.933333vw;
}

.consultation__form  .main__title {
	color:#FFF0F0;
}

.main__subtitle {
	margin: 10px 0 1rem 0;
	font-size: 1.08667vw;
    line-height: 1.633333vw;
}

.form__container {
	display: grid;
    gap: 10px;
}

.md-main-color-btn {
	font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    border: 1px solid #B69986;
    padding: 1rem 30px;
    border-radius: 15px;
    background-color: #B69986;
    color: #fff;
    cursor: pointer;
	font-weight:500;
}

.form__btn {
	background-color: #fff;
	color:#B69986;
	border:none;
	font-size: 1.091666667vw;
	width: 100%;
    margin-bottom: 1rem;
}

.form__input input{
	height: 3.208333vw;
    padding: 0 2.6041666667vw;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    letter-spacing: 0;
    width: 100%;
    border-radius: 15px;
}

.form__input {
	margin-bottom:1rem;
}

.form__text {
	font-size: 0.9667vw;
    line-height: 2.33333vw;
}

.form__choose {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.form__top-item {
	display: flex;
    align-items: center;
    gap: 7px;
}

.form__checkbox {
	font-size: 0.8667vw;
    line-height: 2.33333vw;
    color: #FFFFFF80;
}

.form__checkbox  a {
	text-decoration:underline;
	color: #fff;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
    align-items: center;
    gap: 1rem;
    margin: 10px 0;
}

.consultation__time {
	font-size: 0.98667vw;
    line-height: 2.33333vw;
}

.consultation__phone {
	color: #FFF0F0;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    font-family: "Montserrat Alternates";
    text-decoration: underline;
}

.review__content-item {
	display:flex;
	align-items:center;
	gap:1rem;
	height: 100%;
}

.review .main__title {
	margin-bottom:1rem;
}

.review__slider__text {
	background-color: #FBFBFB;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0px 3px 6.2px 0px #00000026;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review__content-text {
	font-size: 0.92667vw;
    line-height: 1.33333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1vw;
    -webkit-line-clamp: 6;
}

.review__slider__video {
	position:relative;
}

.review__info {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.video {
	width: 3.133854vw;
    height: 3.133854vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #B69986;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.review__text {
	color: #000000;
    opacity: .2;
    margin-bottom: .5rem;
}

.review__name {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
    font-weight: 500;
}

.review__work {
	font-size: 0.8667vw;
    line-height: 1.033333vw;
}

.questions .main__title {
	margin-bottom:2rem;
}

.questions__items {
	display: grid;
    gap: 1rem;
}

.questions__item {
	background-color: #F6F6F6;
    border-radius: 15px;
    padding: 2rem;
	display: flex;
    align-items: center;
	position: relative;
	transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.questions__item-step {
	color: #222222;
    opacity: .4;
}

.questions__item-title {
	font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: 500;
    font-family: "Montserrat Alternates";
}

.questions__item-text {
	width: 54rem;
    margin-left: auto;
}

.questions__item-btn {
	background-color: #FFFFFF;
    border-radius: 10px;
    width: 30px;
    height: 30px;
	position: absolute;
    z-index: 5;
    top: 2.3125vw;
    right: 1.7708333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.questions__item-content {
	padding-top: 1.0416666667vw;
    font-size: 0.983333vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.03em;
    color: #222222;
    display: none;
    opacity: .8;
}

.articles__typical-content p {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
	margin-bottom: 1rem;
	width: 70%;
}

.articles__typical-content h3 {
	color: #222222;
    font-weight: 500;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    font-family: "Montserrat Alternates";
	margin-bottom: 10px;
}

.articles__typical-content .wp-block-image  img {
	width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 15px;
    margin: 1rem 0;
}

.articles__author-image img {
	border-radius:15px;
}

.articles__author-content {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
	margin-bottom: 2rem;
}

.articles__author-top {
	font-weight: 600;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    font-family: "Montserrat Alternates";
    margin-bottom: 1rem;
}

.articles__author-name {
	font-size: 1.138667vw;
    line-height: 1.9533333vw;
    font-weight: 500;
}

.articles__author-info {
	color: #000000;
    opacity: .5;
    font-size: 1.0138667vw;
    line-height: 1.33333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.articles__author-bottom {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-align: end;
}

.articles__author-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.articles__author-link a {
	background-color: #B69986;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.articles__link {
	color: #B69986;
    text-decoration: underline;
    font-size: 0.867vw;
}

.articles__items {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.articles__item-title {
	font-weight: 500;
    font-size: 1.038667vw;
    line-height: 1.33333vw;
    color: #000000;
	margin: 10px 0;
}

.articles__item-img {
	width:100%;
}

.articles__item-date {
	font-size: 0.938667vw;
    line-height: 1.33333vw;
    color: #000000;
}

.nav-links {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
    gap: 1rem;
}

.nav-links a {
	color:#222222;
}

.page-numbers.current {
	background-color: #B69986;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.nav-links .next.page-numbers,
.nav-links .prev.page-numbers {
	display:none;
}

.articles {
	margin-bottom: 3rem;
}

.news__top {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.news__link {
	color: #B69986;
    text-decoration: underline;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.news__items {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.news__left {
	background-color: #F6F6F6;
    box-shadow: 0px 3px 6.2px 0px #00000026;
    padding: 2rem;
    border-radius: 15px;
}

.news__left .articles__item-img {
	width: 100%;
    height: 16rem;
    object-fit: cover;
    border-radius: 15px;
}

.news__item {
	display:grid;
	gap:1rem;
}

.news__item .articles__item {
	background-color: #F6F6F6;
    box-shadow: 0px 3px 6.2px 0px #00000026;
    padding:1.5rem;
    border-radius: 15px;
	display: flex;
    align-items: center;
	gap:1rem;
}

.news__item  .articles__item-date,
.news__left .articles__item-date {
	display:none;
}

.news__left p {
	color: #222222;
    opacity: .5;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.news__item .articles__item-img {
	width: 8rem;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.news__left .articles__item-title {
	font-size: 1.238667vw;
    line-height: 1.533333vw;
	width: 70%;
}

.news__item .articles__item-title {
	font-size: 1.238667vw;
    line-height: 1.433333vw;
	width: 50%;
}

.contacts__top {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.contacts__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #ECECEC;
}

.contacts__button {
    background-color: transparent;
    color: #B69986;
    transition: all 0.3s ease;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 15px;
    cursor: pointer;
}

.contacts__button.active {
	background-color: #B69986;
    color: #fff;
}

.map__container {
	position:relative;
}

.map__container iframe {
	width: 100%;
    height: 35rem;
    border-radius: 15px;
}

.map__items {
	position: absolute;
    top: 1rem;
    z-index: 108;
    backdrop-filter: blur(71.80000305175781px);
    background: #FFFFFF40;
    right: 1rem;
    border-radius: 15px;
    padding: 2rem;
	display: grid;
    gap: 1rem;
    width: 30rem;
}

.map__item {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.map__item p {
	font-size: 1.1238667vw;
    line-height: 1.433333vw;
    font-weight: 500;
    opacity: .5;
	width: 8rem;
}

.map__item span {
	font-size: 1.01238667vw;
    line-height: 1.433333vw;
	width: 100%;
    text-align: left;
}

.map__btns {
	background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 15px;
    font-size: 1.016667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
	cursor: pointer;
	color: #222;
}

.page__content .wrapper {
	position:relative;
}

.page__content .wp-block-gallery {
	position: absolute;
    right: 3rem;
    top: 30%;
    width: 20%;
}

.page__content h3 {
	color: #222222;
    font-weight: 500;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
/*     font-family: "Montserrat Alternates"; */
}

.page__content h4 {
	 font-weight: 500;
}
.page__content h2 {
	font-family: "Montserrat Alternates";
    font-weight: 500;
    color: #222222;
    font-size: 2.1667vw;
    line-height: 2.33333vw;
	margin-bottom: 1.5rem;
}

.page__content h2 span {
	font-family: "Montserrat", serif;
}

.page__content p {
    font-size: 0.98667vw;
    line-height: 1.33333vw;
    margin: 1rem 0;
    width: 70%;
}

.page__content ul {
	    font-size: 0.98667vw;
    line-height: 1.33333vw;
    margin: 1rem 0;
    padding-left: 1rem;
}

.therapy .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #F7F7F7;
    box-shadow: 0px 3px 6.2px 0px #00000026;
    border-radius: 15px;
}

.therapy__info {
	padding: 2rem;
	display: grid;
    gap: 1rem;
}

.therapy__info-sub {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.therapy__info-items {
	display: flex;
    gap: 1rem;
}

.therapy__info-item {
	background-color: #fff;
	box-shadow: 0px 3px 6.2px 0px #00000026;
	border-radius:15px;
	padding:1rem;
}

.therapy__info-item p {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
    padding-top: 1.2rem;
}

.therapy__btn {
	font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 15px;
    background-color: #B69986;
    color: #fff;
}

.therapy__link {
	color: #B69986;
    text-decoration: underline;
    text-align: center;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
}

.therapy__image img {
	border-radius:15px;
	height:100%;
}

.work__items {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom:2rem;
}

.work__item {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.work__item-top {
	display: flex;
    align-items: center;
    gap: 1rem;
	margin-bottom: 1rem;
} 

.work__item-top p {
	font-size: 1.098667vw;
    line-height: 1.33333vw;
    font-weight: 500;
}

.work__item-top span {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
    opacity: .5;
}

.work__item-top img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
	border-radius:15px;
	object-position: top;
}


.works__top {
	display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.works__link {
	color: #B69986;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
    text-decoration: underline;
}

.work__item-service,
.work__item-time {
	font-size: 0.98667vw;
    line-height: 1.633333vw;
	display: flex;
    align-items: center;
    gap: 10px;
}

.work__item-service span,
.work__item-time span {
    font-weight: 500;
	display:flex;
	align-items:center;
	gap:5px;
}

.work__item-text {
	opacity: .7;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
    padding-top: 1rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.before-after__slide.twentytwenty-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	  height: 100%;
	pointer-events: none;
	object-fit: cover;
}
.before-after__slide.twentytwenty-container {
  aspect-ratio: 4 / 3;
  height: auto;
  width: 100%;
  position: relative;
	touch-action: none;
  overflow: hidden;
}

.twentytwenty-container,
.twentytwenty-handle {
  touch-action: none !important;
  pointer-events: auto !important;
/*   z-index: 10 !important; */
}


.before-after__slide .twentytwenty-handle::before, .before-after__slide .twentytwenty-handle:after {
  z-index: -1;
  width: 0.3645833333vw;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.before-after__slide .twentytwenty-handle::after {
  top: 103%;
}
.before-after__slide .twentytwenty-handle::before {
  bottom: 103%;
}
.before-after__slide .twentytwenty-handle span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
border-radius: var(--brad-regular);
  border: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.before-after__slide .twentytwenty-handle span.twentytwenty-left-arrow {
  z-index: 1;
  background-image: url("/wp-content/uploads/2025/05/handle.svg");
}
.before-after__slide .twentytwenty-handle span.twentytwenty-right-arrow {
  display: none;
}

.before-after__slide {
	border-radius:15px;
}

.doctor {
	background-repeat: no-repeat !important;
    background-size: contain !important; 
    height: 70.08333vw;
    position: relative;
}

.doctor__top {
    display: grid;
    padding-top: 4rem;
	gap: 3rem;
    grid-template-columns: 1fr .3fr;
}

.doctor .main__title {
	font-size: 1.58667vw;
}

.main__title span {
	color:#B69986;
}

.doctor__top-left {
	display: grid;
    gap: 1rem;
	height: fit-content;
}

.doctor__subtitle {
	font-size: 1.198667vw;
    line-height: 1.33333vw;
}

.doctor__btns {
	display:flex;
	gap:1rem;
}

.doctor__link {
    font-size: 1.091666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
    padding: 12px 3rem;
    border-radius: 15px;
    background-color: #B69986;
    color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}

.doctor__price {
	font-size: 1.091666667vw;
    line-height: 1.0416666667vw;
    font-weight: 500;
	padding: 12px 3rem;
    border-radius: 15px;
	background-color: transparent;
	color: #B69986;
	border: 1px solid #B69986;
	display: flex;
    align-items: center;
    justify-content: center;
}

.doctor__price:hover {
	background-color:#9D8372;
	color: #fff;
}

.doctor__top-info span {
	color:#B69986;
	font-weight: 600;
    font-size: 4.38667vw;
    line-height: 5.9533333vw;
    font-family: "Montserrat Alternates";
}

.doctor__top-info  p {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.doctor__block{
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.doctor__block.left-side .doctor__block-content{
  left: auto;
  right: 50%;
}

.doctor__block-dot {
    width: 0.75vw;
    height: 0.75vw;
    border-radius: 50%;
    background: #B69986;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor__block-dot::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius:50%;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: plusPulse 2s infinite;
}

@keyframes plusPulse {
  0%{
    opacity: 0.5;
  }

  80%{
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100%{
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.doctor__block-content {
   position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    background: #FFF;
    padding: 1.09vw 0.846vw 1.09vw 1.046vw;
    color: #3F3F3F;
    transition: 0.4s;
    z-index: -1;
    width: 16.32292vw;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
	margin-top: 2rem;
}

.doctor__block-title{
    font-size: 0.983333vw;
    font-weight: 500;
    color: #22222280;
    font-family: "Montserrat Alternates";
    padding-top: 10px;
}

.doctor__block-text{
    font-size: 0.917vw;
    line-height: 1.67vw;
    color: #B69986;
    font-family: "Montserrat Alternates";
    text-decoration: underline;
    font-weight: 500;
}

.doctor__block:hover{
  z-index: 3;
}

.doctor__block:hover .doctor__block-content{
  opacity: 1;
  max-height: 500px;
}

.doctor__block-star {
	display: flex;
    align-items: center;
	gap:10px;
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-size: 1.038667vw;
    line-height: 1.533333vw;
}

.doctor__single .wrapper {
	background-color: #F6F6F6;
    padding: 2rem;
	padding-bottom: 0;
    border-radius: 15px;
}

.doctor__single .breadcrumbs {
	padding:  0;
}

.doctor__single-position,
.doctor__single-experience {
	font-size: 1.091667vw;
	margin-bottom: 0.667vw;
    line-height: 1.33333vw;
}

.doctor__single-experience {
	margin-bottom: 1.667vw;
}

.doctor__single-btn {
    font-size: 1.0916667vw;
    line-height: 1.04167vw;
    background-color: rgb(182, 153, 134);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(182, 153, 134);
    border-image: initial;
    padding: 1rem 3rem;
    border-radius: 15px;
    margin: 1rem 0px 2rem;
}

.doctor__single-address {
	font-size: 1.091667vw;
    line-height: 1.33333vw;
    display: flex;
    align-items: center;
    gap: 10px;
}

.doctor__single-text {
	font-size: 1.091667vw;
    line-height: 1.33333vw;
    opacity: .5;
}

.doctor__single-content {
	display: flex;
	gap: 10rem;
}

.doctor__single-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doctor__single-image {
	width: 24.614583vw;
    height: 31.458333vw;
}

.doctor__single-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor__single-social {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.doctor__single-social  a {
	background-color: #B69986;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	cursor: pointer;
}

.doctor__single-title {
	line-height: 2.533333vw;
    width: 80%;
    margin: 1rem 0;
}

.doctor__content {
	margin: 5rem 0;
}

.doctor__content h3 {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.archive__doctor-page .works, 
.archive__doctor-page .sertificate , 
.archive__doctor-page .review, 
.archive__doctor-page .news, 
.archive__doctor-page .contacts {
	display:none;
}

.doctor__items {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.doctor__items .team__link {
	position: absolute;
    z-index: 9;
    right: 2rem;
    top: 2rem;
	opacity: 0;
}

.doctor__items .team__slide:hover .team__link {
	opacity:1;
}

.doctor__filters {
	margin: 1rem 0 2rem;
	display: flex;
    align-items: center;
    gap: 1rem;
}

.filters-item {
	background-color: #F6F6F6;
    color: #222;
    transition: all 0.3s ease;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    padding: 10px 30px;
    border-radius: 15px;
}

.filters-item.active {
	background-color:#B69986;
	color: #fff;
}

.bg .wrapper {
	background-color: #F6F6F6;
    border-radius: 15px;
	display:flex;
	justify-content: space-between;
}

.services__info {
	padding:2rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bg .breadcrumbs {
	padding:0;
}

.services__info .about__main-btn {
	margin-bottom:0;
	width: 100%;
	width: 25rem;
}

.services__info-container .main__subtitle {
	line-height: 1.33333vw;
	margin: 1rem 0;
}

.services__advantage-items {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.services__advantage-item {
	padding:1rem;
	background-color:#F6F6F6;
	border-radius:15px;
}

.services__advantage-top {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.services__advantage-img {
	background-color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.services__advantage-title {
	font-family: "Montserrat Alternates";
    font-weight: 500;
    font-size: 1.08667vw;
    line-height: 1.533333vw;
}

.services__advantage-subtitle {
	font-size: 1.08667vw;
    line-height: 1.33333vw;
    margin-top: 1rem;
}

.services__about .wrapper {
	display:flex;
	justify-content:space-between;
}

.services__about-right {
	font-family: "Montserrat Alternates";
    font-weight: 500;
    font-size: 1.38667vw;
    line-height: 1.733333vw;
}

.services__about-right span {
	color:#22222280;
}

.services__about-left {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services__about-left .about__main-btn {
	margin: 0;
}

.services__enpf .wrapper {
	background-color: #F6F6F6;
    border-radius: 15px;
    position:relative;
}

.services__enpf-left {
	padding: 3rem;
}

.services__enpf-image {
	width: 33.614583vw;
    height: 28.458333vw;
    position: absolute;
    bottom: 0;
    right: 4vw;
}

.services__indications .wrapper {
	display: grid;
    grid-template-columns: .3fr 1fr;
    gap: 3rem;
}

.services__indications-info { 
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services__indications-items {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.services__indications-item {
	padding: 1rem;
    background-color: #F6F6F6;
    border-radius: 15px;
}

.services__indications-top {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.services__indications-img {
    background-color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.services__indications-title {
    font-size: 1.08667vw;
    line-height: 1.533333vw;
	font-weight:500;
}

.services__indications-subtitle {
    font-size: 0.998667vw;
    line-height: 1.33333vw;
    margin-top: 1rem;
}

.services__way-items {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
	margin-top: 2rem;
}

.services__way-item {
    background-color: #F6F6F6;
    border-radius: 15px;
	position:relative;
}

.services__way-title {
	padding:1rem;
}

.services__way-img {
	width: 10.614583vw;
    height: 8.458333vw;
    object-fit: cover;
    margin-left: auto;
	display: flex;
}

.stage__items {
  	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-top: 2rem;
}

.stage__item {
	  background-color: #F6F6F6;
	  border-radius: 50%;
	  width: 200px;
	  height: 200px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  font-size: 0.98667vw;
	  line-height: 1.33333vw;
	  font-weight: 500;
	  padding: 20px;
	  position: relative;
}

.stage__connector {
  	width: 80px;
  	height: 1px;
  	background-color: rgba(0, 0, 0, .2);
  	position: relative;
}

.stage__dot {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 10px;
  	height: 10px;
  	background-color: white;
  	border: .5px solid rgba(0, 0, 0, .2);
  	border-radius: 50%;
  	transform: translate(-50%, -50%);
}

.services__page-center  .breadcrumbs__container {
	justify-content: center;
}

.services__page-center .services__info-container  {
	text-align:center;
}

.services__page-center .services__info  {
	padding-top: 0;
}

.services__page-center .md-main-title {
	line-height: 2.9533333vw;
}

.services__page-center .md-main-title span {
	color:#22222280;
}

.services__types {
	text-align:center;
}

.center_title {
	text-align:center;
}

.services__types-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.services__types-item {
  	text-align: center;
  	flex-shrink: 0;
  	transition: all 0.3s ease;
}

.services__types-img {
  border-radius: 50%;
  object-fit: cover;
  width: 7rem;
  height: 7rem;
  transition: all 0.3s ease;
}

.services__types-item.active .services__types-img {
  width: 10rem;
  height: 10rem;
}

.services__types-title {
	font-weight: 500;
    font-size: 1.08667vw;
    line-height: 1.533333vw;
}

.services__types-subtitle {
	font-size: 0.98667vw;
  	line-height: 1.33333vw;
  	margin-top: 1rem;
  	display: none;
  	width: 30rem;
}

.services__types-item.active .services__types-subtitle {
  display: block;
}


.services__effects .main__subtitle {
	line-height: 1.2633333vw;
}

.services__effects-items {
	display:flex;
	justify-content:space-between;
	gap:1rem;
}

.services__effects-item{
	background-color:#B69986;
	color: #fff;
	border-radius:15px;
	padding:1rem;
}

.services__effects-subtitle {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.services__method-items {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.services__method-item {
	background-color:#F6F6F6;
	border-radius:15px;
	padding:2rem;
	display: grid;
    gap: 1rem;
}

.services__method-title {
	font-family: "Montserrat Alternates";
	font-weight: 500;
    font-size: 1.18667vw;
    line-height: 1.533333vw;
}

.services__method-subtitle {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.services__method-img {
	display: inline-flex;
    margin: 0 auto;
}

.services__content .wrapper {
    display: grid;
    justify-content: space-between;
    align-items: flex-end;
    grid-template-columns: 1fr max-content;
}

.services__content .services__info  {
	padding: 0;
}

.services__page-children .bg .wrapper {
	padding: 2rem;
	padding-bottom: 0;
}

.services__page-children .services__info {
	padding: 0;
	padding-bottom:2rem;
}

.breadcrumbs__container.center__title {
	justify-content:center;
}

.services__page-children .md-main-title {
	    line-height: 2.533333vw;
}

.bg .services__image {
	background-color: #B69986;
    border-radius: 15px;
}

.services__image {
	
	width: 30rem;
    height: 28rem;
}

.services__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.services__page-children .services__image {
	background-color:transparent;
}

.services__page-children .about__main-btn {
	margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.doctor__single-img {
	border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services__why-container {
	display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.services__why-items {
	display: grid;
    gap: 1rem;
}

.services__why-item {
	background-color: #F6F6F6;
    border-radius: 15px;
    padding: 1rem;
}

.services__why-title {
	font-family: "Montserrat Alternates";
    font-weight: 500;
    font-size: 1.18667vw;
    line-height: 1.533333vw;
}

.services__why-subtitle {
	margin-top:1rem;
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.services__sleep-container {
	background-image: url(/wp-content/uploads/2025/05/sleep.jpg);
	background-size: cover;
    padding-top: 25rem;
    background-repeat: no-repeat;
	margin-top:2rem;
}

.services__sleep-items {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem;
	gap:1rem;
}

.services__sleep-item {
	background-color:#F6F6F6;
	border-radius:15px;
	padding:1rem;
}

.services__sleep-title {
	font-family: "Montserrat Alternates";
    font-weight: 500;
    font-size: 1.018667vw;
    line-height: 1.33333vw;
}

.services__sleep-subtitle {
	margin-top:1rem;
	font-size: 0.98667vw;
    line-height: 1.33333vw;
}

.services__medication-items {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:1rem;
	margin:2rem 0;
}

.services__medication-item {
	background-color:#F6F6F6;
	border-radius:15px;
	padding:1rem;
	display:flex;
	flex-direction:column;
	gap:1rem;
}

.services__medication-img {
	background-color: #C1B6A4;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.services__medication-text {
	text-align: center;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
}


.services__medication-bottom .about__main-btn {
	padding: 12px 10rem;
}

.services__medication-link {
	color: #B69986;
    text-decoration: underline;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.services__page-orthopedics .services__indications-items {
	grid-template-columns: repeat(2, 1fr);
}

.services__page-orthopedics  .services__indications .wrapper {
	grid-template-columns: .5fr 1fr;
}

.services__type-items {
	margin-top:2rem;
	display: flex;
    align-items: center;
	gap:1rem;
}

.services__type-item {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 2rem;
    height: 24rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
	width: 100%;
	cursor: pointer;
}

.services__type-btn {
	display:none;
}

.services__type-item.active .services__types-subtitle,
.services__type-item.active  .services__type-title,
.services__type-item.active .services__type-btn {
	display:block;
}

.services__type-img {
	margin: 0 auto;
    display: flex;
}

.services__type-title {
	font-weight: 500;
    font-size: 1.18667vw;
    line-height: 1.533333vw;
	font-family: "Montserrat Alternates";
	display:none;
}

.services__advice-content {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 2rem;
	padding-bottom: 0;
    display: flex;
    gap: 3rem;
}


.services__advice-left {
	position:relative;
}

.services__advice-info {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 37.5px 0px #0000001A;
    border-radius: 15px;
    padding: 1rem;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	font-family: "Montserrat Alternates";
}

.services__advice-experience {
	font-weight: 500;
    font-size: 0.98667vw;
    line-height: 1.9533333vw;
}

.services__advice-name {
	font-weight: 500;
    font-size: 1.038667vw;
    line-height: 1.133333vw;
}

.services__advice-position {
	font-size: 1.038667vw;
    line-height: 1.033333vw;
	color: #22222280;
}

.services__advice-top {
	font-family: "Montserrat Alternates";
    color: #B69986;
    font-weight: 500;
    font-size: 0.98667vw;
    line-height: 1.9533333vw;
}

.services__advice-items {
	margin: 2rem 0;
	display: flex;
    flex-direction: column;
    gap: 1rem;
}

.services__advice-item {
	display: flex;
    gap: 1rem;
	font-size: 1.098667vw;
    line-height: 1.533333vw;
}

.services__advice-item  span {
	font-weight:500;
}

.services__advice-item  svg {
	width: 30px;
	height:30px;
}

.services__advice-text {
	background-color: #B69986;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 1rem;
    font-size: 1.098667vw;
    line-height: 1.533333vw;
}

.main__slide {
	background-image: url(https://webbyframes.store/wp-content/uploads/2025/06/group-558-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 42rem !important;
    color: #fff;
    background-position: bottom;
}

@media (min-width: 1500px) {
	.main__slide {
		height: 50rem !important;
	}
}


.main__slide .wrapper {
	padding-top:3rem;
}

.main__slide-second .wrapper {
	padding-top: 28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
}

.main__slide-third .wrapper {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 6rem;
}

.main__slide-brearcrumbs {
	    font-weight: 600;
    opacity: .6;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
   
}

.main__slide-brearcrumbs  span {
	 text-decoration: underline;
}

.main__slide-second  .main__slide-title,
.main__slide-third  .main__slide-title,
.main__slide-four  . main__slide-title {
	font-size: 4.667vw;
}

.main__slide-title {
    font-size: 2.9667vw;
    line-height: 4.53333vw;
    color: #fff;
}

.main__slide-title  span {
	background-color: #fff;
	color:#A17A58;
	border-radius:15px;
	padding:5px;
}

.main__slide-btn {
	background-color: #FFFFFF;
    color: #B69986;
    width: fit-content;
    margin: 1rem 0;
    box-shadow: 0px 3px 6.2px 0px #00000026;
    border-radius: 15px;
    padding: 1rem 2rem;
    font-size: 1.0916667vw;
    line-height: 1.0416666667vw;
}

.main__slide-tex {
	    font-size: 1.0667vw;
    line-height: 1.53333vw;
    color: #222;
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.main__slide-tex span {
	font-weight:500;
}

.main__slide-third  .main__slide-btn ,
.main__slide-four .main__slide-btn  {
	padding: 1rem 5rem;
}

.main__slide-text {
	    font-size: 1.0667vw;
    line-height: 1.53333vw;
}

.main__slide-four .main__slide-text {
	font-size: 1.3667vw;
    line-height: 1.53333vw;
    padding-top: 1rem;
    font-weight: 500;
}

.main__raiting-content {
	background-color: rgba(255, 255, 255, .2);
    width: fit-content;
	display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    border-radius: 15px;
}

.main__raiting-left {
	display:flex;
	flex-direction:column;
	align-items: center;
	gap:5px;
}

.main__raiting-number {
	font-weight: 600;
    font-size: 2.59667vw;
}

.main__raiting-star {
	display: flex;
    align-items: center;
    gap: 3px;
}

.main__slide-items {
	position: absolute;
    bottom: 4rem;
    display: flex;
    align-items: center;
	gap:2rem;
}

.main__slide-item {
	max-width:10rem;
	display:grid;
	gap:10px;
}

.main__slide-item  img {
	background-color: #fff;
	width: 40px;
	height:40px;
	border-radius:10px;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.doctor__mobile-img,
.doctor__top-mobile {
	display:none;
}

.main__slider .slider-pagination {
	border: 1px solid #FFFFFF;
    padding: 10px;
    border-radius: 15px;
    background-color: #C2A98E;
	width: fit-content !important;
	
}

.main__slider .swiper-pagination-bullet {
	width: 1rem;
    height: 1rem;
    border-radius: 50%;
    opacity: .5 !important;
}

.main__slider .swiper-pagination-bullet-active {
	 opacity: 1!important;
	    width: 50px;
	border-radius:10px;
}

.main__slider .slider-pagination .swiper-pagination-bullet-active .bullet-progress {
	background:#B69986;
	padding:4px;
}

.price__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
	margin: 2rem 0;
	gap:1rem;
}

.filter-btn,
.filter-btn-price {
	background-color:#F6F6F6;
	border-radius:15px;
	padding:10px;
	font-size: 1.091666667vw;
    line-height: 1.0416666667vw;
}

.filter-btn.active,
.filter-btn-price.active{
  background-color:#B69986;
  color: #fff;
}

.table-header, .table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 10px 0;
}

.item-col a {
	color: #222222;
}

.table-header {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    color: #222222;
    font-size: 0.9667vw;
    line-height: 1.533333vw;
}

.table-title {
 	font-size: 1.1667vw;
    line-height: 1.533333vw;	
}

.table-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.service__price .wrapper {
	background-color: #F6F6F6;
    border-radius: 15px;
    padding: 2rem;
}


.price__table {
	background-color: #F6F6F6;
    border-radius: 15px;
    padding: 2rem;
	margin-bottom:2rem;
}

.price__top .wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 1rem;
}

.price__top .breadcrumbs {
	padding-left: 0;
}

.service__price-top  {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.service__price-table {
	padding: 0;
    margin: 0;
	margin-top: 2rem;
}

.price__search {
     display: flex;
    align-items: center;
    background-color: #F9F9F9;
    border: 1px solid #00000033;
    border-radius: 15px;
}

.table-row.hidden-row {
  display: none !important;
}
.price__more-wrap {
  text-align: center;
  margin-top: 1rem;
}
.price__more-btn {
    background-color: #B69986;
    padding: 12px 2rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
}


#service-search {
  	flex-grow: 1;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #F9F9F9;
    border-radius: 15px;
}

#service-search-btn {
     padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.works__filters {
	display: flex;
    flex-wrap: wrap;
/*     justify-content: space-between; */
    margin: 2rem 0;
	gap:2rem;
}


.work__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.work__popup-content {
    background: #fff;
    padding: 1rem;
    max-width: 400px;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
.work__popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work__popup  .work__item-service {
	padding-top:1rem;
}

.work__item-fulltext {
	display:block;
}

.work__item-btn {
	background-color: transparent;
    color: #B69986;
    text-align: end;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    padding-top: 10px;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
    text-decoration: underline;
}

.footer {
	background-color:#B69986;
	color: #fff;
	padding: 2rem 0;
}

.footer__logo {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.footer__logo img {
	background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
	width:7rem;
}

.footer__logo-text {
	font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
	color: #fff;
	opacity: 0.5;
	width: 20.416667vw;
}

.footer__top {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 2rem;
}


.footer__address {
	display: flex;
    align-items: center;
    gap: 10px;
	font-size: 1.0916667vw;
    line-height: 1.416666667vw;
    font-weight: 500;
	padding-bottom:10px;
	
}

.footer__address-info a {
	color:#FFFFFF;
	font-size: 1.0916667vw;
    line-height: 1.416666667vw;
    font-weight: 500;
	padding-left: 2rem;
}

.footer__menu .menu-services {
	display:block;
}

.footer__center {
	display: flex;
    justify-content: space-between;
}

.footer__menu {
	display:flex;
	gap:3rem;
}

.footer__menu-name {
	font-weight: 500;
    font-size: 1.138667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
    padding-bottom: 1rem;
}

.footer-list {
	list-style-type: none;
    color: #FFFFFF;
    font-size: 1.0916667vw;
    line-height: 1.416666667vw;
    display: grid;
    gap: 10px;
}

.footer-list .nav-link {
	color: #FFFFFF;
}

.footer-list .nav-icon {
	display:none;
}

.footer__center-info {
	display:grid;
	gap:1rem;
	font-size: 1.0916667vw;
    line-height: 1.416666667vw;
}

.footer__item-text {
	font-weight:500;
	font-size: 1.1916667vw;
}

.footer__social-content {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}

.footer__social-left {
	background-color: #FFFFFF;
    border-radius: 15px;
    padding: 1rem;
    display: flex;
    align-items: center;
	color:#B69986;
	justify-content: space-between;
    gap: 5rem;
}

.footer__social {
	display: flex;
    align-items: center;
    gap: 10px;
}

.footer__social svg {
	background-color: #B69986;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 10px;
}

.footer__social-text p {
	    font-weight: 500;
    font-size: 1.138667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
}

.footer__social-text span {
    font-size: 1.0138667vw;
    line-height: 1.33333vw;
    font-family: "Montserrat Alternates";
}

.footer__social-btn {
	background-color: #fff;
    color: #B69986;
    font-size: 1.0916667vw;
    line-height: 1.0416666667vw;
    border: 1px solid #B69986;
    padding: 1rem 3rem;
    border-radius: 15px;
	cursor: pointer;
}

.footer__bottom {
	    color: #FFFFFF80;
    font-size: 1.0916667vw;
    line-height: 1.416666667vw;
}

.footer__bottom  a {
	   color: #FFFFFF;
	text-decoration: underline;
}

/* Прелоадер */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/preload.jpg') no-repeat;
    background-size: cover;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.preloader-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-logo {
    width: 875px;
    height: 248px;
    animation: logoAppear 1s forwards;
}

@keyframes logoAppear {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.logo-image {
    width: 100%;
    height: auto;
}

/* Прогресс-бар */
.preloader-progress {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
}

.preloader-progress-bar {
    height: 100%;
    width: 0;
    background-color: white;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.whatsapp-float {
  position: fixed;
  bottom: 6rem;
  right: 20px;
  z-index: 999;
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 40px;
  height: 40px;
}

.main__slide-four-mobile,
.main__slide-four {
	display:none !important;
}


.services__page-orthopedics .services__image {
	    background-color: #B69986;
    border-radius: 15px;
}

.services__page-orthopedics .services__content .wrapper  {
	    align-items: center;
}

.services__indications-mobile-btn {
	display:none;
}


@media (max-width: 768px) {
    .preloader-logo {
        max-width: 80%;
        height: auto;
    }
}

.header__mobile {
	display:none;
}


@media only screen and (min-width: 769px) {
	.therapy__image-mobile ,
	.services__mobile-title,
	.articles__author-mobile,
	.services__enpf-image-mobile,
	.services__sleep-img-mobile {
		display: none;
	}
	
}
@media only screen and (max-width: 768px){
	
	
	.header__top ,
	.header__bottom {
		display:none;
	}
	
	
	.header__mobile {
	 display:block;
		position: relative;
	} 
	
	.services__indications-mobile-btn {
		display:block;
	}
	
	.header__mobile-content {
		display:flex;
		justify-content: space-between;
        align-items: center;
	}
	
	.header__time-text {
    font-size: 3.0591667vw;
    line-height: 4.041667vw;
    font-weight: 500;
    color: #222222B2;
}
	
	.header__time a {
		    font-size: 3.51667vw;
    line-height: 4.041667vw;
    font-weight: 500;
    color: #000;
	}
	
	.header__btn-wrap {
    background-color: #B69986;
    border-radius: 5px;
    padding: 4px;
}
	
	.header__btn {
		width: 6vw;
    height: 6vw;
    position: relative;
    z-index: 999;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 5px;
    padding: 6px;
	}
	
	.header__btn span:first-child {
    top: 5px;
}
	
	.header__btn span:nth-child(2) {
		width:100%;
	}
	
	
	.header__btn span:last-child {
    bottom: 5px;
}
	.header__btn span {
		    width: 100%;
    height: 0.57143vw;
    border-radius: 5px;
    position: absolute;
    left: 3px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 6px;
	}
	
	.header__mobile-logo {
		    display: flex;
    align-items: center;
    gap: 1rem;
	}
  .header__mobile-open {
    display: none;
  }
  
  .header__mobile-open.active {
    display: block;
  }
  
  .dropdown-item .nav-link {
          position: relative;
        padding-right: 30px;
        width: 100%;
        display: flex;
  }
  
	.nav-link__icon {
   	 	width: 25px;
    	height: 25px;
  		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
    	background-position: center;
	}
	
	.submenu-title {
		        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
	}
  
  .nav-menu--level-1 {
       display: flex !important;
        position: absolute;
        top: 4rem;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        gap: 1rem;
        flex-direction: column;
        padding-left: 0;
	   border-left: none;
	
  }
  
  .nav-menu--level-1.active {
      display: flex !important;
	      opacity: 1;
        visibility: visible;
  }
	
	.nav-menu--level-1 .nav-link:after  {
		background-image: none;
	}
  
  .submenu-back {
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
  z-index: 1;
  pointer-events: auto;
  }
  
  .submenu-back:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
	.header__mobile-text,
	.submenu-title ,
	.nav-menu--level-1 .submenu-title {
		color: #222222;
    font-weight: 500;
    font-size: 4.38667vw;
    line-height: 5.953333vw;
    font-family: "Montserrat Alternates";
    margin: 1rem 0;
	}
	
	.header__mobile-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin:1rem 0;
	}
	
	.menu-services {
		display:grid;
		margin-bottom: 1rem;
	}
	
	
	.header-list {
		flex-direction: column;
    	align-items: baseline;
	}
	
	.header__mobile-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		margin-top: 1rem;
	}
	
	.header__text {
		font-size: 2.891667vw;
		line-height: 3.041667vw;
		color: #222222B2;
	}
	
	.header__contacts a {
		font-size: 3.0591667vw;
    	line-height: 4.041667vw;
	}
	.header__contacts-btn {
		font-size: 2.916667vw;
    	line-height: 3.041667vw;
		padding: 1rem 16px;
		display: flex;
	}
	
	.dropdown-item {
		width: 100%;
		        display: flex;
	}
	
	.menu-container {
		margin: 1rem 0;
	}
	
	.header__border-menu {
		border-top: 1px solid rgba(0, 0, 0, .2);
		width: 80%;
        margin: 0 auto;
	}
	
	.header__bottom-item {
		display: none;
	}
	.services .wrapper {
		display: flex;
		flex-direction: column;
		gap:2rem;
	}

	.services .wrapper .services__left {
		order: 2;
	}
	
	.services__mobile-title {
		display:block;
	}
	
	.services__desktop-title {
		display:none;
	}
	
	.services__item-link {
		    gap: 0.5rem;
		    padding: 10px;
    height: 4rem;
	}
	
	.services__item-link:nth-child(even) {
		border-right: none;
	}
	.services__item-title {
	   font-size: 2.8667vw;
        line-height: 4.33333vw;
	}
	.services__left .main__title, .advantage .main__title, .therapy .main__title, .team .main__title, .review .main__title, .works .main__title, .doctor .main__title, .photo .main__title, .questions .main__title, .news .news__top .main__title, .contacts .main__title,
	.main__title {
		 font-size: 5.98667vw;
        line-height: 7.953333vw;
	}
	.news__link {
		font-size: 2.98667vw;
	}
	.doctor .main__title, .questions .main__title {
		line-height: 5.953333vw;
	}
	.photo .main__title, .contacts .main__title {
		margin-bottom: 18px;
	}
	.therapy__info-sub {
		font-size: 3.758667vw;
    	line-height: 4.73333vw;
		
	}
	
	.advantage__item-btn {
		    width: 7.666667vw;
    height: 7.666667vw;
    top: 3.3125vw;
    right: 2.770833vw;
	}
	.advantage__item-content {
		        font-size: 3.38667vw;
        line-height: 5.33333vw;

	}
	.advantage__item {
		padding-right: 3rem;

	}
	.advantage__item-title {
		font-size: 3.758667vw;
        line-height: 4.33333vw;
	}
	
	.therapy__info-items {
		flex-direction: column;
	}
	.services__subtitle {
	    font-size: 3.758667vw;
        line-height: 6.33333vw;
	}
	.services__btn {
	        font-size: 3.091667vw;
        padding: 1rem 5rem;
	}
	.services .wrapper .services__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.services .wrapper .services__items .services__item:nth-child(2) {
		border-right: none;
	}
	.services .wrapper .services__items .services__item:nth-child(3) {
		border-bottom: none;
		border-right: 1px solid rgba(0, 0, 0, .2);
	}

	.services .wrapper .services__items .services__item .services__item-link.empty {
		display: none;
	}
	.services .wrapper .services__items .services__item .services__item-link:nth-child(1) {
		border-bottom: none;
	}
	.services .wrapper .services__items .services__item:nth-child(1),
	.services .wrapper .services__items .services__item:nth-child(2) {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	.advantage .wrapper .advantage__items {
		display: flex;
		flex-direction: column;
	}
	.therapy .wrapper {
		display: flex;
		flex-direction: column;
	}
	
	.team__top {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 1rem;
		align-items: flex-start;
	}
	
	 .team .main__title {
		text-align:left;
		 margin-bottom: 0;
		         margin-top: 0;
	}
	
	
	.slider-btn {
		display:none !important;
	}

	.therapy .wrapper .therapy__image {
		padding: 0;
		display: none;
	}
	.therapy__info-item p {
	        font-size: 3.758667vw;
        line-height: 4.33333vw;
	}
	.therapy__btn {
		        font-size: 3.16667vw;
        padding: 1rem 30px;
		    line-height: 3.041667vw;
	}
	.therapy__link {
		font-size: 2.916667vw;
	}
	.team__link {
		font-size: 2.98667vw;
        width: 100%;
		line-height: 3.33333vw;
	}
	.team__button {
		font-size: 2.916667vw;
	}
	.team__experience {
		        font-size: 3.58667vw;
        line-height: 3.953333vw;
	}
	.team__name {
	        font-size: 3.8667vw;
        line-height: 4.633333vw;
	}
	.team__position {
		font-size: 3.038667vw;
    	line-height: 3.33333vw;
	}
	
	.doctor__items .team__link {
		    opacity: 1;
		top: auto;
		bottom: 2rem;
		left: auto;
		text-align: end;
		align-items: flex-end;
		justify-content: flex-end;
		right: 2rem;
	}
	.therapy .wrapper .therapy__info .therapy__image.therapy__image-mobile {
		display: block;
	}
	.therapy .wrapper .therapy__image img {
		width: 100%
	}
	.work__items {
/* 		display: flex; */
		grid-template-columns: repeat(4, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
	}
	
	.work__item {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.work__item .twentytwenty-container {
    	display: flex;
	}
/* 	.work__item .twentytwenty-handle {
		left: 50% !important;
	} */

	.work__item-top img {
		width: 3em;
		height: 3em;
	}
	.work__item-time span svg {
		width: 15px;
		height: 15px;
	}
	
	.consultation .wrapper {
		display: flex;
		flex-direction: column;
	}
	.consultation .form__input input {
		height: 5vw;
		font-size: 2.9vw;
		line-height: 3.953333vw;
	}

	.consultation__form .main__subtitle, .consultation__form .form__text, .consultation__form .consultation__time  {
		font-size: 3.6vw;
		line-height: 4.953333vw;
	}
	
	.consultation__phone {
		font-size: 3.38667vw;
    line-height: 3.953333vw;
	}
	
	.consultation__form .form__checkbox {
		font-size: 2.84vw;
		line-height: 3.953333vw;
		margin-bottom: 8px;
	}
	.consultation__form .form__btn {
		font-size: 2.7vw;
		
	}
	.consultation__person .person-info p {
		font-size: 2.9vw;
		line-height: 3.953333vw;
	}
	.consultation__person .person-info span {
		font-size: 2.8vw;
		line-height: 3.953333vw;
	}
	.doctor {
		background: none !important;
		height: 100%;
	}
	.doctor .doctor__top {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}
	
	.doctor .doctor__container {
		display: none;
	}
	.doctor__mobile-img img {
		width: 100%;
	}
	.works__link {
		font-size: 2.98667vw;
		line-height: 5.953333vw;
	}
	.work__item-top p {
    	font-size: 3.098667vw;
		line-height: 5.953333vw;
	}
	.work__item-top span {
    	font-size: 2.98667vw;
		line-height: 5.953333vw;
	}
	.work__item-service, .work__item-time {
    	        font-size: 3.098667vw;
        line-height: 4.633333vw;
        width: 100%;
	}
	.work__item-text {
		 font-size: 3.758667vw;
        line-height: 5.33333vw;
	}
	
	.work__item-btn {
		font-size: 2.98667vw;
		line-height: 3.33333vw;
	}
	.doctor__mobile-img, .doctor__top-mobile {
		display: flex;
		gap: 20px;
		justify-content: space-between;
	}
	
	.doctor__btns {
		flex-direction:column;
	}
	.doctor__top-right.doctor__top-desktop {
		display: none;
	}
	.doctor__subtitle {
    	font-size: 3.7598667vw;
        line-height: 5.33333vw;
	}
	.doctor__top-info span {
		font-size: 6.38667vw;
	}
	.doctor__top-info p {
    	font-size: 2.98667vw;
    	line-height: 4.33333vw;
	}
	.doctor__link, .doctor__price {
		        font-size: 3.756vw;
        line-height: 3.41667vw;
        width: 100%;
        padding: 14px 3rem;
	}
	.photo__subtitle {
		font-size: 3.758667vw;
		line-height: 4.33333vw;
		margin-bottom: 18px;
	}
	
	.photo__top {
		flex-direction: column;
		align-items: self-start;
	}
	
	.photo__buttons, .photo__button {
		width: 100%;
		font-size: 2.916667vw;
	}
	
	.photo .photo__slider .slider-next-btn, .photo .photo__slider .slider-prev-btn, .review .review__slider .slider-next-btn, .review .review__slider .slider-prev-btn {
		display: none !important;
	}
	
	.photo__slide img {
		height: 10rem;
	}
	
	.review__content {
		font-size: 3.72667vw;
		line-height: 5.33333vw;
	}
	
	.review__work {
		font-size: 3.38667vw;
        line-height: 3.833333vw;
	}
	
	.review__name {
		font-size: 3.78667vw;
		line-height: 4.633333vw;
	}
	
	.questions__item {
		flex-direction: column;
		align-items: baseline;
		gap: 10px;
	}
	
	.questions__item-btn {
		top: 5.3125vw;
    	right: 3.770833vw;
	}
	
	.questions__item-text {
		width: auto;
		margin-left: 0;
	}
	
	.questions__item-title {
		font-size: 3.145833vw;
		line-height: 5.041667vw;
	}
	.questions__item-content {
		font-size: 2.983333vw;
    	line-height: 3.302083vw;
	}

	.news__items {
		display: flex;
		overflow-x: auto;
		padding-bottom: 20px;
	}
	
	.news__left {
		min-width: 300px;
		box-sizing: border-box;
	}
	
	.news__item {
		display: flex;
	}
	
	.news__left .articles__item-img {
		width: 100%;
        height: 10rem;
        object-fit: cover;
	}
	
	.news__item .articles__item-img {
		width: 100%;
		height: 10rem;
	}
	
	.news__item .articles__item {
		flex-direction: column;
		align-items: self-start;
		max-width: 360px;
		padding: 2rem;
	}
	
	.news__left .articles__item-title,
	.news__item .articles__item-title {
	    font-size: 3.98667vw;
        line-height: 5.433333vw;
        width: 100%;
	}
	
	.news__left p {
       display:none;
    }
	
	.mt {
		margin: 3rem 0;
	}
	
	.contacts__top {
		flex-direction: column;
		align-items: self-start;
	}
	.contacts__buttons {
		width: 100%;
	}
	.contacts__button {
		width: 100%;
		font-size: 2.916667vw;
	}
	
	.map__items {
		position: relative;
		width: 100%;
		background-color: #F6F6F6;
		right: 0;
	}
	.map__item p {
	   font-size: 3.123867vw;
	   line-height: 4.433333vw;
	}
	.map__item span {
		font-size: 3.012387vw;
    	line-height: 4.433333vw;
	}
	.map__btns {
		font-size: 3.016667vw;
	}
	
	.breadcrumbs {
		    padding: 3.041667vw;
	}
	
	.breadcrumbs__container {
		margin-bottom: 14px;
	}
	.breadcrumbs a, .breadcrumbs__item {
		font-size: 2.91667vw;
        line-height: 3.933333vw;
		        width: max-content;
	}
	
	.md-main-title {
		font-size: 7.1667vw;
        margin-bottom: 20px;
        line-height: 6.533333vw;
	}
	
	.price__top .wrapper {
		flex-direction: column;
		align-items: self-start;
	}
	
	.price__search {
		width: 100%;
		
	}
	
	.price__filters {
		flex-wrap: inherit;
		box-sizing: border-box;
		overflow-x: auto;
		gap: 10px;
		padding: 20px 0;
	}
	
	.price__filters .filter-btn {
		font-size: 2.91667vw;
		width: 100%;
		white-space: nowrap; 
		padding: 20px;
		
	}
	
	.price__tables .table-title, .price__tables .header-item {
		font-size: 3.1667vw;
        line-height: 4.533333vw;
	}
	
	.service__price-top {
    	display: flex;
		align-items: baseline;
		justify-content: space-between;
		flex-direction: column;
		gap: 1rem;
	}
	
	.table-header, .table-row {
		font-size: 3.1667vw;
		line-height: 4.533333vw;
		        gap: 10px;
	}
	
	.item-col:first-child {
		    word-break: break-word;
	}
	.doctor__filters {
		overflow-x: auto;
		padding: 20px 0;
	}
	
	.doctor__filters .filters-item {
		font-size: 2.916667vw;
		white-space: nowrap;
		padding: 20px 30px;
	}
	
	.doctor__items {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	
	.md-main-subtitle {
	   font-size: 4.08667vw;
        margin-bottom: 14px;
        line-height: 4.953333vw;
	}
	
	.about__main-btn {
		padding: 20px 3rem;
		font-size: 3.091667vw;
		  line-height: 4.53333vw;
	}
	.about .wrapper {
		grid-template-columns: 1fr;
	}
	
	.mobile-none {
		display:none;
	}
	
	.about__info__sub {
		font-size: 3.5667vw;
        line-height: 4.33333vw;
	}
	.about__info__text {
	    font-size: 3.08667vw;
        line-height: 4.33333vw;
	}
	
	.about__slider {
		width: 88.479167vw;
	}
	
	.about__number-item p {
	        font-size: 3.758667vw;
        line-height: 4.133333vw;
	}
	
	.about__number-item span {
    font-weight: 500;
    font-size: 6.1667vw;
    letter-spacing: .13rem;
}
	
	.about__number-items {
		display: flex;
		overflow-x: auto;
    	padding: 0 0 20px;
	}
	
	.mission .wrapper {
		display: flex;
		flex-direction: column;
	}
	.mission__image-img {
		width: 100%;
	}
	
	.mission__image {
		order: 2;
	}
	.mission__image-img {
		width: 100%;
	}
	
	.mission__info {
		order: 1;
	}
	
	.mission__info-next {
		order: 3;
	}
	
	.main__info-text {
		        font-size: 3.758667vw;
        line-height: 5.133333vw;
	}
	.main__info-span {
		font-size: 2.98667vw;
    	line-height: 2.133333vw;
	}
	
	.mission__info-btn {
		font-size: 2.916667vw;
    	line-height: 2.041667vw;
		padding: 20px 30px;
	}
	.contacts__button, .photo__button {
		padding: 20px 30px;
	}
	
	.works__filters {
		overflow-x: auto;
        display: flex;
        padding: 0 0 20px;
        flex-wrap: nowrap;
        gap: 1rem;
        width: 100%;
	}
	
	.works__filters .filter-btn {
		        padding: 20px 2rem;
        font-size: 3.091667vw;
        line-height: 3.041667vw;
        width: 100%;
	}

	
	.work__page .work__items {
		        grid-template-columns: 1fr;
	}
	.articles__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.articles__item-title {
		font-size: 3.038667vw;
		line-height: 4.33333vw;
	}
	
	.articles__item-date {
		font-size: 1.938667vw;
    	line-height: 2.33333vw;
	}
	
	.articles__typical-content p {
		font-size: 3.58667vw;
        line-height: 5.33333vw;
        width: 100%;
	}
	.articles__typical-content h3 {
		font-size: 4.38667vw;
		line-height: 4.9533333vw;
		margin-bottom: 20px;
	}
	
	.articles__author-content {
		display:none;
	}
	
	.articles__author-mobile {
		display:block;
        background-color: #F6F6F6;
        border-radius: 15px;
        padding: 1.5rem;
        gap: 1rem;
        margin-bottom: 2rem;
	}
	
	.articles__author-mobile-top {
		display:flex;
		gap:1rem;
		        margin-bottom: 1rem;
		
	}
	
	.articles__author-image img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
	
	.articles__author-image {
		    width: 100px;
    height: 100px;
	}
	.articles__author-top {
		font-size: 3.38667vw;
		line-height: 3.953333vw
		margin-bottom: 1rem;
	}
	.articles__author-name {
		font-size: 3.138667vw;
		line-height: 3.953333vw;
	}
	
	.articles__author-info {
	  	font-size: 3.3867vw;
        line-height: 4.33333vw;
        -webkit-line-clamp: none;
		        margin-bottom: 1rem;
	}
	
	
	.articles__author-content {
		flex-direction: column;
	}
	
	.articles__author-bottom {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
	.articles__link {
		font-size: 2.867vw;
	}
	.articles__author-link {
		margin-right: 20px;
	}
	
	.footer__top {
		align-items: baseline;
    	flex-direction: column;
	}
	
	.footer__logo-text {
		font-size: 2.916667vw;
    line-height: 4.041667vw;
    width: 100%;
	}
	
	.footer__address {
		    font-size: 3.091667vw;
    line-height: 3.667vw;
		    padding-top: 1rem;
	}
	
	.footer__address-info a {
		    font-size: 3.091667vw;
    line-height: 3.416667vw;
	}
	
	.footer__center,
	.footer__menu {
		flex-direction: column;
	}
	
	.footer__item-text {
	        font-size: 3.667vw;
        line-height: 4.1667vw;
	}
	
	.footer__center-info {
	font-size: 3.691667vw;
    line-height: 4.416667vw;
		color:#fff;
	}
	
	.footer-list {
		font-size: 3.691667vw;
    	line-height: 4.416667vw;
	}
	
	.footer__menu-name {
		    font-size: 4.138667vw;
    line-height: 4.33333vw;  
		margin-top: 1rem;
	}
	
	.footer__menu {
		gap:0;
	}
	
	.footer__social-btn {
		display:none;
	}
	
	.footer__social-left {
		 align-items: baseline;
		gap: 1rem;
		flex-direction: column;
		width: 100%;
	}
	
	.footer__social-text p {
		font-size: 3.138667vw;
    	line-height: 3.33333vw;
	}
	
	.footer__social-text span {
		font-size: 2.13867vw;
    	line-height: 2.33333vw;
	}
	
	.footer__bottom {
		font-size: 3.5791667vw;
    	line-height: 4.416667vw;
	}
	
	.main__slide {
		background-position: center;
	}
	
	.main__slide-first  {
		display:none !important;
	}
	
	.main__slide-second {
		background-image: url(/wp-content/uploads/2025/06/banner-3.jpg) !important;
	}
	
	.main__slide-second  .main__slide-title {
		color:#000000;
	}
	
	.main__slide-second .wrapper {
		padding-top: 3rem;
		display: flex;
		align-items: baseline;
		color: #000000;
		flex-direction: column;
	}
	
	.main__slide-title {
		font-size: 6.1667vw;
        line-height: 6.533333vw;
		margin-bottom:10px;
	}
	
	.main__slide-btn {
		font-size: 3.1667vw;
    	line-height: 3.41667vw;
		width: 100%;
	}
	
	.main__slide-tex {
		font-size: 4.5667vw;
		position:initial;
        line-height: 5.53333vw;
	}
	
	.main__slide-tex span {
		font-weight:500;
	}
	
	.main__slide-second  .main__slide-btn  {
		background-color: #B69986;
    	color: #fff;
	}
	
	
	.main__slide-third {
		background-image: url(/wp-content/uploads/2025/06/banner-2.jpg) !important;
	}
	
	.main__slide-bottom {
		    display: flex;
    flex-direction: column-reverse;
    gap: 0;
	}
	
	.main__slide-text {
		font-size: 3.5667vw;
		line-height: 4.53333vw;
	}
	
	.main__slide-four {
		background-image: url(/wp-content/uploads/2025/06/banner-4.jpg) !important;
	}
	
	.main__slide-four-desktop {
		display:none;
	}
	
	.main__slide-four-mobile {
		display:block;
	}
	
	.main__slide-four-mobile  .main__slide-title {
		font-size: 20.1667vw;
		line-height: 21.533333vw;
		font-weight: 700;
		text-align: center;
		margin-bottom: 0;
	}

	.main__slide-four .main__slide-text {
		text-align: center;
		font-weight: 400;
		font-size: 4.5667vw;
		line-height: 5.53333vw;
		padding-top: 0;
	}
	
	.main__slide-four-desktop .main__slide-text {
		display:none;
	}
	
	.form__input input {
		    padding: 4.604167vw;
	}
	
	.doctor__single-content {
		display: flex;
		gap: 0rem;
		flex-direction: column;
	}
	
	.doctor__single-title {
		width: 100%;
    	text-align: center;
	}
	
	.doctor__single-btn {
    	font-size: 3.091667vw;
		line-height: 3.04167vw;
	}
	
	.doctor__single-address {
		font-size: 3.091667vw;
		line-height: 3.33333vw;
		justify-content: center;
	}
	
	.doctor__single-text {
		font-size: 3.091667vw;
		line-height: 4.33333vw;
		opacity: .5;
	}
	.doctor__single-social {
		justify-content:center;
	}
	
	.doctor__single-image {
		width: 42.614583vw;
		height: 52.458333vw;
		margin: 0 auto;
	}
	
	.doctor__single-position, .doctor__single-experience {
		font-size: 3.091667vw;
		margin-bottom: 0.667vw;
		line-height: 4.33333vw;
		text-align: center;
	}
	
	.doctor__content.articles__typical-content p,
	.doctor__content.articles__typical-content h3 {
		text-align: left;
	}
	
	.bg .wrapper {
		    flex-direction: column;
	}
	
	.services__image {
		width: 88.7708333333vw;
		height: 15rem;
	}
	
	.services__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}	
	
	.services__page .breadcrumbs__container {
		justify-content:center;
	}
	
	.services__info-container .md-main-title {
		text-align:center;
		line-height: 10.533333vw;
	}
	
	.services__info-container .main__subtitle {
		line-height: 3.7533333vw;
		margin: 1rem 0;
		font-size: 3.08667vw;
		text-align: center;
	}
	
	.services__info-container .main__subtitle br {
		display:none;
	}
	
	.services__info .about__main-btn {
		    width: 100%;
    	text-align: center;
	}
	
	.services__advantage-items {
		    display: grid;
		grid-template-columns: repeat(4, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
		gap:1rem;
	}
	
	.services__advantage-title {
		font-size: 4.68667vw;
    	line-height: 5.533333vw;
	}
	
	.services__advantage-subtitle {
		font-size: 3.58667vw;
		line-height: 4.33333vw;
		margin-top: 1rem;
	}
	
	.footer__item-info {
		color: #fff;
	}
	
	.footer__logo img {
		width: 7rem;
	}
	
	.main__popup {
		width: 88.7708333333vw;
	} 
	
	.popup__close {
		top: 2.83vw;
		right: 3.5625vw;
		width: 2.302083vw;
	}
	
	.main__popup-title {
		font-size: 4.522917vw;
    	line-height: 5.135417vw;
	}
	
	.main__popup-subtitle {
		font-size: 3.7229167vw;
    	line-height: 4.5417vw;
	}
	
	.form__input input {
		font-size: 3.375vw;
    	line-height: 3.25vw;
	}
	
	.form__text {
		font-size: 3.39667vw;
		line-height: 4.33333vw;
	}
	
	.form__btn {
		font-size: 3.7691667vw;
	}
	
	.popup .form__checkbox {
		line-height: 4.33333vw;
    	font-size: 3.378667vw;
	}
	
	.main__popup-content {
		padding: 4.864583vw 3.083333vw 4.864583vw 3.083333vw;
	}
	
	.popup__close img, .popup__close svg {
		
	}
	
	.services__about .wrapper {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 1rem;
	}
	
	.services__about-left {
		gap: 1rem;
	}

	.services__about-right {
		 font-size: 3.758667vw;
    	line-height: 4.733333vw;
	}
	
	.services__about-right br {
		display:none;
	}
	
	.main__subtitle {
		font-size: 3.758667vw;
    	line-height: 4.633333vw;
	}
	
	.services__enpf-image-desktop {
		display:none;
	}
	
	.services__enpf-image-mobile {
		display:block;
	}
	
	.services__enpf-image-mobile img {
		width:100%;
		height:100%;
		
	}
	
	.services__enpf .about__main-btn {
		        width: 100%;
        text-align: center;
	}

	.services__indications-desktop-btn {
		display:none;
	}
	.services__indications-mobile-btn {
		display:block;
	}
	
	.services__indications .wrapper {
		    grid-template-columns: 1fr;
		gap:1rem;
	}
	
	.services__indications-items {
		    grid-template-columns: repeat(6, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
		gap: 1rem;
	}
	
	.services__indications-title {
		font-size: 3.758667vw;
		line-height: 4.533333vw;
		font-weight: 500;
	}
	
	.services__indications-subtitle {
		font-size: 3.598667vw;
		line-height: 5.33333vw;
		margin-top: 1rem;
	}
	
	.services__way-items {
		    grid-template-columns: repeat(6, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
		gap: 1rem;
	}
	
	.services__way-img {
    	width: 30.614583vw;
		height: 30.458333vw;
	}
	
	.services__effects .main__subtitle {
		line-height: 4.633333vw;
	}
	
	.services__effects-items {
		grid-template-columns: repeat(6, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
		gap: 1rem;
		display:grid;
	}
	
	.services__types-items {
		grid-template-columns: repeat(5, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
		gap: 1rem;
		display: grid;
		        justify-content: flex-start;
	}
	
	.services__types-title {
		 font-size: 3.8667vw;
    	line-height: 4.533333vw;
	}
	
	.services__types-subtitle {
	    font-size: 3.58667vw;
        line-height: 4.33333vw;
		width: 100%;
		display: flex;
	}
	
	.services__types-item.active .services__types-img {
    width: 7rem;
    height: 7rem;
}
	
	.services__effects-subtitle {
		font-size: 3.667vw;
		line-height: 4.33333vw;
	}
	
	.services__method-items {
		grid-template-columns: repeat(3, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
		gap: 1rem;
	}
	
	.services__method-item {
		padding:1rem;
	}
	
	.services__method-title {
		font-size: 4.8667vw;
        line-height: 4.533333vw;
	}
	
	.services__method-subtitle {
		font-size: 3.38667vw;
		line-height: 4.33333vw;
	}
	
	.services__page-children .bg .wrapper {
		flex-direction: column-reverse;
	}
	
	.services__page .md-main-title {
			font-size: 5.1667vw;
		  line-height: 7.533333vw;
	}
	
	.services__about-left .about__main-btn {
    	margin: 0 !important;
	}
	
	.services__page-children .wrapper {
		padding: 0;
		padding-bottom: 0;
	}
	
	.services__why-image {
		display:none;
	}
	
	.services__why-title {
		font-size: 3.58667vw;
    	line-height: 4.533333vw;
	}
	
	.services__why-subtitle {
		font-size: 3.38667vw;
    	line-height: 5.33333vw;
	}
	
	.services__why-subtitle  br {
		display:none;
	}
	
	.services__sleep-container {
		background-image:none;
		padding-top: 2rem;
	}
	
	.services__sleep-img-mobile {
		display:block;
		width: 100%;
        height: 100%;
	}
	
	.services__sleep-items {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0;
		gap: 1rem;
		padding-top: 1rem;
	}
	
	.services__sleep-title {
		font-size: 3.18667vw;
    	line-height: 3.33333vw;
	}
	
	.services__sleep-subtitle {
		font-size: 2.98667vw;
		line-height: 3.33333vw;
	}
	
	.services__medication-items {
		grid-template-columns: repeat(3, 250px);
		overflow-x: auto;
		padding-bottom: 15px;
	}
	
	.services__medication-text {
		font-size: 3.58667vw;
    	line-height: 4.33333vw;
	}
	
	.service__price .wrapper {
		padding: 2rem;
	}
	
	.services__content .wrapper {
		display:flex;
		    flex-direction: column;
    	gap: 1rem;
	}
	
	.services__type-items {
		grid-template-columns: repeat(4, 100%);
		overflow-x: auto;
		padding-bottom: 15px;
		display: grid;
	}
	
	.services__type-item {
	    height: 32rem;
        justify-content: space-between;
	}
	
	.services__type-img {
		margin: 0 auto;
		display: flex;
		width: 10rem;
		height: 10rem;
		object-fit: cover;
	}
	
	.services__type-title {
		font-size: 4.58667vw;
        line-height: 5.533333vw;
        display: block;
	}
	
	.services__type-btn {
		display: block;
	}
	
	.services__advice-content {
		flex-direction: column-reverse;
	}
	
	.services__advice-top {
		font-size: 2.98667vw;
    	line-height: 3.953333vw;
	}
	
	.services__advice-item {
		font-size: 3.098667vw;
    	line-height: 4.533333vw;
	}
	
	.services__advice-text {
		font-size: 3.098667vw;
    	line-height: 4.533333vw;
	}
	
	.services__advice-img {
		width: 100%;
    	height: 100%;
	}
	
	.services__advice-experience {
		font-size: 2.98667vw;
    	line-height: 3.953333vw;
	}
	
	.services__advice-name ,
	.services__advice-position {
		font-size: 3.038667vw;
    	line-height: 3.133333vw;
	}
	
	.services__page-orthopedics .services__indications .wrapper {
		grid-template-columns: 1fr;
	}
	
	.services__page-orthopedics .services__indications-items {
		grid-template-columns: repeat(4, 100%);
		overflow-x: auto;
		padding-bottom: 15px;
		display: grid;
	}
	
	.page__content h2 {
		font-size: 4.1667vw;
   		line-height: 5.33333vw;
	}
	
	.page__content h3 {
		font-size: 3.38667vw;
    	line-height: 3.953333vw;
	}
	
	.page__content p,
	.page__content ul {
		font-size: 2.98667vw;
		line-height: 3.33333vw;
		width: 100%;
	}
	
	.page__content .wp-block-gallery  {
		display:none;
	}
	
	.main__slide-third .wrapper {
		    justify-content: flex-start;
	}
	
	.filter-btn, .filter-btn-price {
		font-size: 3.1667vw;
    	line-height: 4.041667vw;
    	color: #222222;
    	width: 100%;
	}
	
	.services__medication-bottom .about__main-btn {
		padding: 12px 8rem;
   		width: -webkit-fill-available;
		        line-height: 4.091667vw;
		font-size:  3.791667vw;
}
	
	
	.review__slider__text {
		padding:1rem;
	}
	.stage__items {
		 display: grid;
		 grid-auto-flow: column;
		 grid-auto-columns: max-content;
		 overflow-x: auto;
 		 padding-bottom: 15px;
		 justify-content: flex-start;
	}
	
	.stage__item {
		font-size: 3.5667vw;
    	line-height: 4.33333vw;
		width: 180px;
    	height: 180px;
	}
	
	.stage__connector {
		    width: 20px;
	}
	
	.review__content-text {
		font-size: 3.752667vw;
    	line-height: 4.33333vw;
	}
	
	.services__page-children .services__info {
		padding-top: 2rem;
	}
	
	.services__page-center .services__info {
		padding: 0;
		padding-bottom: 2rem;
	}
	
	.map__container iframe {
		height: 20rem;
	}
	
	
	.video-slider__slide img {
		    width: 100%;
    height: 100%;
	}
}
.my-h1-title{
	margin-top:35px;
	line-height: 1.33333vw;
	text-align:center;
    font-family: "Montserrat Alternates";
}
.my-h2-title{
	font-family: "Montserrat", serif;
	color: #222222;
    opacity: .7;
    font-size: 0.98667vw;
    line-height: 1.33333vw;
	font-weight:300;
	text-align:center;
		margin-top:15px;
}
.my-h2-title h2{
	font-weight: 100;
	font-size:18px;
}
@media only screen and (max-width: 620px){
	
	.articles__items {
		grid-template-columns: 1fr;
		gap:3rem;
	}
	
	.articles__item img {
		width: 100%;
	}
	
	.articles__item-title {
		font-size: 4.038667vw;
		line-height: 4.33333vw;
	}
	
	.articles__item-date {
		font-size: 2.938667vw;
    	line-height: 2.33333vw;
	}
	.my-h1-title{
		margin-top:35px;
		line-height: 1.33333vw;
		text-align:center;
		font-family: "Montserrat Alternates";
    	line-height: 6.33333vw;
		
	}
	.my-h2-title{
		font-family: "Montserrat", serif;
		color: #222222;
		opacity: .7;
		font-size: 0.98667vw;
		line-height: 1.33333vw;
		font-weight:300;
		text-align:center;
			margin-top:15px;
	}
	.my-h2-title h2{
		font-weight: 100;
		font-size:18px;
    	line-height: 6.93333vw;
		
	}

	
}

