/*! 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: "Golos Text", 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;
}

.wrapper__left {
	width: 94.585417vw;
    margin-right: 0;
    margin-left: auto;
}

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

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

@font-face {
  font-family: "Pribambas";
  src:  url("../fonts/Pribambas-Regular.ttf") format("truetype");
  font-weight: 400;
  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;
    position: absolute;
    top: 8vw;
    width: 100%;
    max-width: 88.7708333333vw;
    left: 50%;
    transform: translateX(-50%);
    /* margin-bottom: 3.0729166667vw; */
    border-radius: 1vw;
    z-index: 2;
	color: #fff;
}

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

.header__top-left {
	display: flex;
    align-items: center;
    gap: 2rem;
}

.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: #FFFFFF;
    font-size: 0.891666667vw;
    line-height: 1.0416666667vw;
    opacity: .7;
}

.header__top-right {
	display: flex;
    align-items: center;
    gap: 3rem;
}

.header__time {
    display: flex;
    align-items: center;
    opacity: .8;
    font-size: 0.891666667vw;
    line-height: 1.0416666667vw;
}

.header__time p:first-child {
	border-right: 1px solid rgba(255, 255, 255, .9);
    padding-right: 1rem;
}

.header__time p:nth-child(2) {
	padding-left: 1rem;
}

.header__phone a {
	font-size: 0.91666667vw;
    line-height: 1.46666667vw;
    color: #fff;
	font-weight: 500;
}

.header__phone p {
	opacity: .8;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
}

.md-main-title {
	 font-family: "Pribambas";
	 font-size: 2.1667vw;
    line-height: 2.633333vw;
}

.main {
    position: relative;
    margin-bottom: 5.46875vw;
    min-height: 50.25vw;
    padding-top: 10.770833vw;
    margin-top: -0.7vw;
    padding-bottom: 0 !important;
    z-index: 0;
    margin: -0.7vw auto 0 10px;
}

.main__slider {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main__slide {
	background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
}

.main__slide .wrapper {
	position: relative;
    top: 15rem;
}

.main__slider .slider-pagination {
	bottom: 6rem !important;
}

.main__slider .swiper-pagination-bullet {
	width: 7rem;
    height: 1px;
    border-radius: 2px;
    opacity: .2 !important;
}

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

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

.main__slide-title {
	font-size: 4.5667vw;
    line-height: 3.9633333vw;
}

.main__slide-text {
	font-size: 1.09667vw;
    line-height: 1.53333vw;
    opacity: .7;
    margin-top: 10px;
}

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

.main__btn-white {
	padding: 14px 3rem;
    border-radius: 8px;
	background-color: #fff;
}

.main__btn {
	padding: 14px 3rem;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.marquee__slider {
 	background: #00A19C;
 	padding: 8px 0;
 	position: relative;
  	z-index: 100;
	color: #fff;
	margin-bottom: 1.5rem;
}

.marquee__item {
	font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
}

.mobile {
	display:none;
}

.main__title {
	font-family: "Pribambas";
    font-size: 2.667vw;
    line-height: 2.633333vw;
}

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

.services__left {
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services__item-link {
    border-radius: 12px;
	position: relative;
	height: 13rem;
	z-index: 1;
}

.services__item-link:nth-child(2) {
	background-color: #FFF0CE;
}

.services__item-link:nth-child(2):hover {
	background-color:#FED304;
}

.services__item-link:nth-child(3) {
	background-color: #E7F3FE;
}

.services__item-link:nth-child(4) {
	background-color: #CEFFD2;
}

.services__item-link:nth-child(5) {
	background-color: #FDECF8;
}

.services__item-link:nth-child(6) {
	background-color: #CEFAFF;
}

.services__item-link:nth-child(7) {
	background-color: #DDCEFF;
}

.services__item-link:nth-child(8) {
	background-color: #D9FFCE;
}

.services__item-link:nth-child(9) {
	background-color: #F3FFCE;
}

.services__btn {
	background-color: #F79467;
    color: #fff;
    padding: 14px 10rem;
    border-radius: 8px;
    width: max-content;
}

.services__item-title {
	font-family: "Pribambas";
    font-size: 1.667vw;
    line-height: 1.633333vw;
    color: #151515;
    padding: 2rem;
}

.services__item-image {
	position: absolute;
    right: 0;
    bottom: -4px;
}

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

.services__item-link:nth-child(3) .services__item-image {
	right: -5rem;
}

.services__item-link:nth-child(4) .services__item-image {
	right: -2rem;
}

.services__item-link:nth-child(6) .services__item-image {
	right: -2rem;
}

.services__item-link:nth-child(8) .services__item-image {
    right: -4rem;
    bottom: -2rem;
}

.services__item-link:nth-child(9) .services__item-image {
	bottom: -2rem;
    right: -2rem;
}

.services__content {
	background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0 4rem;
    background-position: top;
	background-image: url(/wp-content/uploads/2025/08/section-bg.png);
}

.doctors__content {
	background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10rem;
    background-position: bottom;
	background-image: url(/wp-content/uploads/2025/08/section-bg.png);
	position: relative;
}

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

.team__buttons{
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #E7F5F8;
}

.team__button {
    background-color: #E7F5F8;
    color: #151515;
    transition: all 0.3s ease;
    font-size: 0.91666667vw;
    line-height: 1.0416666667vw;
    padding: 10px 30px;
    border-radius: 15px;
    cursor: pointer;
	height: 40px;
}

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

.team__link {
	background-color: #F79467;
    color: #fff;
    padding: 14px 5rem;
    border-radius: 8px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
}

.team__slider-top {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 6rem;
    top: -4.6rem;
}

.slider-btn {
	border: 1px solid #F79467;
	width: 40px;
	height: 40px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	cursor: pointer;
}

.slider-btn:hover {
	background-color: #F67A42;
}

.slider-btn:hover svg path {
	stroke: #fff;
}

.slider-btn:active {
	background-color: #F36728;
}

.slider-btn:active svg path {
	stroke: #fff;
}

.team__slide {
    border-radius: 12px;
    padding: 2rem;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
	height: 20rem !important;
}

.team__slide img {
	position: absolute;
    bottom: 0;
    right: 0;
}

.team__slide:nth-child(1),
.team__slide:nth-child(4),
.team__slide:nth-child(7){
	background-color:#FFF4D3;
}

.team__slide:nth-child(1):hover,
.team__slide:nth-child(4):hover,
.team__slide:nth-child(7):hover{
	background-color:#EDB828;
}

.team__slide:nth-child(2),
.team__slide:nth-child(5),
.team__slide:nth-child(8){
	background-color: #E3F4D4;
}

.team__slide:nth-child(2):hover, .team__slide:nth-child(5):hover, .team__slide:nth-child(8):hover {
	background-color: #598A64;
}

.team__slide:hover .team__name,
.team__slide:hover .team__position,
.team__slide:hover .team__experience span {
	color: #fff;
}

.team__slide:hover .team__experience {
	color:#FFFFFF80;
}

.team__slide:nth-child(3),
.team__slide:nth-child(6),
.team__slide:nth-child(9){
	background-color: #E1F5FC;
}

.team__slide:nth-child(3):hover,
.team__slide:nth-child(6):hover,
.team__slide:nth-child(9):hover{
	background-color:#19647E;
}

.team__name {
	font-size: 1.29667vw;
    line-height: 1.53333vw;
    color: #000000;
    font-weight: 500;
	padding-bottom: 10px;
}

.team__position {
	color: #000000;
    opacity: .7;
    font-size: 1.08667vw;
    line-height: 1.3333vw;
}

.team__info {
	width: 55%;
}

.team__experience {
	color: #00000080;
    font-size: 1.08667vw;
    line-height: 1.13333vw;
}

.team__experience span {
	font-weight: 500;
	color: #000;
}

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

.works__link {
	font-size: 0.9667vw;
    line-height: 1.33333vw;
    color: #151515;
}

.work__item {
	display:flex !important;
	gap:10px;
}

.work__img {
	position: relative;
    width: 100%;
    display: inline-flex;
    color: #000000;
}

.work__img img {
	width: 100%;
}

.work__img p {
	position: absolute;
    bottom: 1rem;
    left: 1rem;
     background: rgba(255,255,255,0.4); 
  	backdrop-filter: blur(10px);        
 	 -webkit-backdrop-filter: blur(10px); 
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    border-radius: 8px;
    color: #000000;
    font-size: 0.8667vw;
    line-height: 1.13333vw;
}

.work__item-service {
	font-family: "Pribambas";
    font-size: 1.3667vw;
    line-height: 2.633333vw;
	padding-top: 5px;
}

.work__item-content {
	display: flex;
    gap: 1rem;
	padding-top: 5px;
}

.work__item-img {
	width: 4rem;
    background-color: #E3F4D4;
    border-radius: 50%;
    height: 4rem;
    object-fit: contain;
}

.work__item-doctor {
	font-size: 0.9667vw;
    line-height: 1.633333vw;
    text-decoration: underline;
    font-weight: 500;
}

.slider__top  {
	right: 0;
}

.work__item-position {
	font-size: 0.8667vw;
    line-height: 1.33333vw;
}

.work__item-left,
.work__item-right {
	width: 100%;
}

.mt {
	margin:4rem 0;
}

.about .wrapper {
	width: 65.770833vw;
}

.center {
	text-align: center;
}

.about__info__text {
    font-size: 1.1667vw;
    line-height: 1.533333vw;
    color: #151515;
    opacity: .7;
    margin-top: 10px;
}

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

.about__item {
	background-color: #D9F4F3;
    border-radius: 12px;
    padding: 1rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__item-title {
	font-size: 1.19667vw;
    line-height: 1.633333vw;
    font-weight: 500;
}

.about__item-text {
	font-size: 0.9667vw;
    line-height: 1.33333vw;
}

.about__btns {
	display: flex;
    align-items: center;
    margin-top: 1.2rem;
    gap: 1rem;
    justify-content: center;
}

.btn {
	padding: 14px 4rem;
    border-radius: 8px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about__btn {
	background-color: #F79467;
    color: #fff;
}

.about__btn:hover,
.form__btn:hover,
.team__link:hover ,
.services__btn:hover,
.btn__orange:hover {
	background-color:#F67A42;
	color: #fff;
}

.about__btn:active ,
.form__btn:active,
.team__link:active ,
.services__btn:active,
.btn__orange:active {
	background-color:#F36728;
	color: #fff;
}

.about__btn-price {
	color:  #F79467;
	border: 1px solid #F79467;
}

.about__btn-price:hover {
	background-color:#F67A42;
	color: #fff;
}

.about__btn-price:active {
	background-color:#F36728;
	color: #fff;
}

.consultation {
	background-color: #B3E9E7;
    margin: 4rem 1rem;
    border-radius: 12px;
}

.consultation .wrapper {
	display: flex;
    justify-content: space-between;
	position: relative;
}

.main__subtitle {
	color: #151515;
    opacity: .7;
    font-size: 1.098667vw;
    line-height: 1.3333vw;
	padding-top: 1rem;
}

.consultation__content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
	padding: 4rem 0;
}

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

.consultation__form {
	padding: 4rem 0;
}

.consultation__form-title {
	color: #151515;
    opacity: .5;
    font-size: 1.08667vw;
    line-height: 1.3333vw;
}

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

.form__btn {
    background-color: #F79467;
    color: #fff;
    border: none;
    font-size: 1.091666667vw;
    width: 100%;
    padding: 14px 5rem;
    border-radius: 8px;
    margin-top: 10px;
}

.form__input input{
    height: 3.208333vw;
    padding: 0 1.604167vw;
    font-size: 0.89375vw;
    line-height: 1.25vw;
    letter-spacing: 0;
    width: 100%;
    border-radius: 8px;
}

.form__input {
	margin-top:1rem;
}

.form__text {
    font-size: 1.09667vw;
    line-height: 1.33333vw;
    margin-top: 1rem;
    color: #151515;
}

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

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

.form__checkbox {
    font-size: 0.98667vw;
    line-height: 2.33333vw;
    color: #15151580;
}

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

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

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

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

.info__subtitle {
	font-size: 1.19667vw;
    line-height: 1.533333vw;
    font-weight: 500;
	padding: 1rem 0;
}

.info__subtitle a {
	color:#F79467;
	text-decoration: underline;
}

.info__text {
	font-size: 1.09667vw;
    line-height: 1.33333vw;
    color: #151515;
	padding-bottom: 1rem;
}

.info__name {
	font-family: "Bad Script", cursive;
    font-size: 1.8667vw;
    line-height: 2.633333vw;
}

.info__position {
	font-size: 0.9667vw;
    line-height: 1.33333vw;
    color: #151515;
}

.btn__orange {
	background-color: #F79467;
    color: #fff;
}

/* .consultation__person {
	position: absolute;
    left: 50%!important;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */



.why .wrapper {
	position:relative;
	height: 60rem;
}

.why__image {
  	position: absolute;
  	top: 50%;
	left: 50%;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 60.5px 0px #0000001A;
}

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

.why__item {
    padding: 2rem;
    border-radius: 12px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-shadow: 0px 4px 60.5px 0px #0000001A;
	width: 25rem;
}

.why__item-title {
	font-size: 1.19667vw;
    line-height: 1.533333vw;
    font-weight: 500;
	margin-bottom: 1rem;
}

.why__item-text {
	font-size: 1.09667vw;
    line-height: 1.33333vw;
    color: #151515;
    opacity: 0.6;
}

.why__item-image {
	margin-bottom: 2rem;
}
.why__item:nth-of-type(1)  {   
	background: #FDECF8;
    transform: rotate(20deg);
    position: absolute;
    top: 9rem;
    left: 4rem;
}

.why__item:nth-of-type(2)  { 
    bottom: 0;
    left: 7rem;
    background: #CEFAFF;
    transform: rotate(-10deg);
    position: absolute;
    z-index: 9;
}

.why__item:nth-of-type(4)  {
    top: 6rem;
    right: 2rem;
    background: #FFF0CE;
    transform: rotate(-10deg);
    position: absolute;
}

.why__item:nth-of-type(5)  { 
    bottom: 0;
    right: 3rem;
    background: #D9FFCE;
    transform: rotate(6deg);
    position: absolute;
    z-index: 9;
}


.review__content-item {
	display: grid;
    gap: 10px;
}

.review__slider-content {
	background-color: #D9F4F3;
    border-radius: 12px;
    padding: 1rem;
	height: 15rem;
}

.video-slider__slide {
	position:relative;
	width: 100%;
    height: 100%;
}

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

.video-slider__slide .video {
	border: 1px solid #FFFFFF;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(77.5px);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.video-slider__slide video,
.video-slider__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.review__slider-text {
	font-size: 0.9667vw;
    line-height: 1.33333vw;
    color: #151515;
    padding-bottom: 2rem;
	height: 10rem;
}

.review__slider-name {
	font-size: 1.09667vw;
    line-height: 1.33333vw;
	font-weight:500;
}

.review__slider-address {
	color: #151515;
    opacity: .5;
	font-size: 0.9667vw;
    line-height: 1.33333vw;
}

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

.photo__top  {
	position: relative;
}

.photo__top::after {
	content: url(/wp-content/uploads/2025/08/actuals-26.png);
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 40%;
    top: 1rem;
}

.questions .wrapper {
	width: 50.770833vw;
}

.questions__container {
	margin-top: 2rem;
}

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

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

.questions__item-title {
    font-size: 1.045833vw;
    line-height: 1.6666666667vw;
    cursor: pointer;
    padding: 1rem;
    border-radius: 12px;
}

.questions__item-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 5;
    top: 0.93125vw;
    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: #151515;
    display: none;
}

.bg__container {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16rem 0 2rem 0;
	background-position: top;
    background-image: url(/wp-content/uploads/2025/08/faq-bg.png);
}

.questions__item.open {
	background-color: transparent;
	border-radius: 0;
}

.questions__item.open .questions__item-title {
	background-color: #F79467;
    color: #fff;
}

.questions__item.open .questions__item-btn svg {
	transform: rotate(180deg);
}
.questions__item.open .questions__item-btn svg path {
	stroke: #fff;
}

.questions__item-text {
	width: 100%;
}

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

.contacts__link {
	font-size: 0.9667vw;
    line-height: 1.33333vw;
    color: #151515;
}

.contacts__content-top {
	display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
    margin: 1rem 0;
}

.contacts__content-left {
	display: flex;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 1rem;
    justify-content: space-between;
}

.contacts__content-info svg,
.contacts__content-text svg {
	background-color: #E7F5F8;
    border-radius: 8px;
    padding: 8px;
    width: 40px;
    height: 40px;
}

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

.contacts__info-item {
	display: flex;
    gap: 10px;
}

.contacts__info-item svg {
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
}

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

.contacts__info-text {
    display: grid;
    font-family: "Montserrat";
    font-size: 0.9667vw;
    line-height: 1.033333vw;
	gap: 5px;
}

.contacts__info-text p {
	font-weight:500;
}

.contacts__content-map iframe {
	width: 40rem;
    height: 15rem;
    border-radius: 8px;
}

.contacts__content-text {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 1rem;
    justify-content: space-between;
    flex-direction: column;
    height: 8rem;
}

.contacts__content-right {
	display: grid;
    gap: 1rem;
}

.contacts__content-text a {
	font-size: 1.19667vw;
    line-height: 1.033333vw;
    font-weight: 500;
    color: #151515;
}

.contacts__content-text div {
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.contacts__content-text span {
	color:#15151580;
	font-size: 0.9667vw;
}

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

.contacts__content-soc {
	background-color: #F79467;
    color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.contacts__content-img img {
	border-radius: 12px;
}

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

.contacts__soc-svg svg {
	background-color: #FFFFFF;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.contacts__soc-bottom {
	font-size: 1.09667vw;
    line-height: 1.33333vw;
    font-weight: 500;
    color: #fff;
}

.header__page .header {
	position: inherit;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin-bottom: 3.0729166667vw;
    border-radius: 1vw;
    color: #151515;
}

.header__page .header__phone a ,
.header__page .header__logo-text {
	  color: #151515;
}

.header__page .header__time p:first-child {
	border-right:1px solid rgba(21, 21, 21, .9);
}

.header__page .header__img {
	display: none;
}

.header__img-black {
	display: none;
}

.header__page .header__img-black {
	display: block;
}
.articles__typical-content p {
	font-size: 0.98667vw;
    line-height: 1.33333vw;
	margin-bottom: 1rem;
}

.articles__typical-content h3 {
	color: #222222;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    font-family: "Pribambas";
	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;
}

.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: #15151580;
  margin: 0 0.78125vw;
}


.articles__author-content {
    border-radius: 15px;
    display: flex;
    gap: 1rem;
    background-image: url(/wp-content/uploads/2025/08/author-bg.jpg);
    background-repeat: no-repeat;
	padding: 0 3rem;
}

.articles__author-top {
    font-weight: 600;
    font-size: 1.38667vw;
    line-height: 1.9533333vw;
    margin-top: 2rem;
}

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

.articles__author-info {
	color: #151515;
    opacity: .5;
    font-size: 1.0138667vw;
    line-height: 1.33333vw;
}

.articles__author-bottom {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 2rem 0;
    text-align: end;
}

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

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

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

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

.articles__author-details {
	padding-left: 3rem;
}

.articles__item-title {
    font-size: 1.038667vw;
    line-height: 1.33333vw;
    color: #151515;
    margin: 10px 0 5px;
    width: 75%;
}

.articles__item-img {
	width:100%;
}

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


.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,
.breadcrumbs__item a {
    font-size: 0.91667vw;
    line-height: 0.9333333333vw;
    letter-spacing: 0.04em;
    color: #15151580;
}

.breadcrumbs__item.active {
	color:#151515;
}

.articles__typical {
	position: relative;
}

.articles__typical::after {
	content: url(/wp-content/uploads/2025/08/author-after.png);
    position: absolute;
    right: 0;
    bottom: 1rem;
}


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

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

.page-numbers.current {
	background-color: #F79467;
    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;
}

.page__pagination button {
	margin: 2rem auto;
}

.articles__title {
	margin-bottom: 3rem;
}

.news__top .wrapper {
	display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    gap: 2rem;
}

.news__link {
	font-size: 0.9667vw;
    line-height: 1.33333vw;
    color: #151515;
}

.news__buttons {
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #F2F2F2;
    border-radius: 15px;
}

.video {
    position: relative;
    overflow: hidden;
}

.video__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%;  
    z-index: 0;
}

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

.video .wrapper {
    position: relative;
    z-index: 1;
    background-color: #F2F2F2;
    padding: 2rem;
    border-radius: 12px;
}

.video__content {
    position: relative;
    z-index: 1; 
	display:flex;
	flex-direction: column;
	gap:3rem;
}

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

.about__main-img img {
	width: 100%;
}

.about__main-content {
	background-color: #F2F2F2;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__main-content  .main__subtitle {
    color: #151515;
    padding: 1rem 0;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 1;
}

.about__main-advantages .wrapper {
	display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    margin: 1rem auto;
}

.about__main-advantage {
	background-color: #C6ECEB;
    border-radius: 12px;
    padding: 1.5rem;
}

.about__main-text {
	font-size: 1.098667vw;
    line-height: 1.3333vw;
	color: #151515;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 1;
    padding-top: 2rem;
}

.principle {
	position: relative;
}

.principle__content {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    grid-template-columns: 1fr 1fr;
}

.principle__content-image {
	width: 15rem;
    height: 15rem;
	display: flex;
    margin-left: auto;
	position: sticky;
    top: 3.5vw;
}

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

.principle .questions__container {
	margin-top: 6rem;
}

.sertificate {
	position:relative;
}

.sertificate::before {
	content: url(/wp-content/uploads/2025/08/image-35.png);
	position: absolute;
    left: 0;
    top: -16rem;
}

.sertificate__slide {
	height: 14rem !important;
}

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

.about__page .photo {
	position:relative;
	margin: 10rem 0;
}

.about__page .photo::before  {
	content: url(/wp-content/uploads/2025/08/actuals-24.png);
    position: absolute;
    right: 0;
    top: -22rem;
}


.history__slider-btn {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 5px;	
}

.history__image {
	position:relative;
}

.history__info {
	position: absolute;
    bottom: 3rem;
    left: 2rem;
    color: #fff;
}

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

.history__text {
	width: 40%;
	font-size: 1.0667vw;
    line-height: 1.53333vw;
}

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

.history__pagination .swiper-pagination-bullet {
	background: transparent !important;
    color: #151515;
    font-size: 0.89667vw;
    line-height: 1.53333vw;
    width: auto !important;
    font-weight: 500;
	opacity: 1;
}


.history__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: #00A19C;
	font-weight: 600;
}

.history__timeline {
 	position: relative;
	margin: 2rem 0 4rem;
}

.history__progress-line {
  position: absolute;
  top: 3.3rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(21, 21, 21, .2);
  z-index: 1;
  overflow: hidden;
}

.history__progress-fill {
  height: 100%;
  width: 0%;
  background-color: #00A19C;
  transition: width 0.4s ease;
}

.history__pagination .swiper-pagination-bullet::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    transition: background-color 0.3s;
    top: 3rem;
    position: relative;
	z-index: 3;
}

.history__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #00A19C;
}

.history .slider-btn {
	background-color: #fff;
	border-color: #fff;
}

.history .slider-btn:hover {
	    background-color: #F67A42;
}