@import url("https://cdn.jsdelivr.net/npm/@qpokychuk/gilroy@1.0.2/index.min.css");
@import url("https://fonts.cdnfonts.com/css/optima");
@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Optima Cyr";
  font-style: normal;
  font-weight: 400;
  src: local("Optima Cyr"), local("Optima"), url("https://fonts.cdnfonts.com/s/14439/OPTIMA.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif;
}

a,
li,
ul {
  list-style: none;
  text-decoration: unset;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background: #000;
  padding: 23px 0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 84%;
}
.header .burger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header .burger-btn img {
  width: 22px;
  height: 12px;
  display: block;
}
.header ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header li a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.54px;
}
.header__right-block {
  display: flex;
  align-items: center;
  gap: 122px;
}
.header .contacts {
  display: flex;
  align-items: start;
  gap: 12px;
}
.header .contacts p {
  color: #6E6E6E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header .contacts a {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.6px;
}

.hero {
  height: 960px;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hero .main-title {
  font-family: "Optima Cyr", "Optima", "Arsenal", "Philosopher", sans-serif;
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.hero .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 14px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #C18A54;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero__imges {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.hero__imges .item {
  width: 216px;
  height: 133px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 22px 0 21px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinic-directions {
  border-radius: 40px;
  background: #F1F1F3;
  backdrop-filter: blur(5px);
  margin-top: -63px;
  padding-top: 75px;
  padding-bottom: 73px;
  margin-bottom: 112px;
}
.clinic-directions .section-title {
  color: #2B4637;
  font-family: "Optima Cyr", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.clinic-directions .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.clinic-directions .blocks .item {
  width: 336px;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 12px;
  padding-left: 36px;
  padding-bottom: 22px;
}
.clinic-directions .blocks .item:nth-child(1) {
  width: 696px;
}
.clinic-directions .blocks .item:nth-child(5) {
  width: 696px;
}
.clinic-directions .blocks .item:last-child {
  padding-left: 0;
  text-align: center;
}
.clinic-directions .blocks .item:last-child .item_btn {
  margin: 0 auto;
}
.clinic-directions .blocks .item .item_title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  text-transform: uppercase;
}
.clinic-directions .blocks .item .item_description {
  max-width: 518px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.clinic-directions .blocks .item .item_btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: #C18A54;
  padding: 11px 41px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.chief-doctor {
  margin-bottom: 70px;
}
.chief-doctor__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.chief-doctor__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chief-doctor__contents .section-title {
  max-width: 575px;
  color: #2B4637;
  font-family: "Optima Cyr", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 61px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.chief-doctor__contents .name {
  color: #3D3D3F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.chief-doctor__contents .description {
  max-width: 456px;
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.chief-doctor__contents .time {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.chief-doctor .img-block {
  width: 696px;
  height: 292px;
  border-radius: 20px;
  background: #2B4637;
  display: flex;
  justify-content: center;
  position: relative;
}
.chief-doctor .img-block img {
  width: 409px;
  height: 394px;
  position: absolute;
  bottom: 0;
}

.treatment-process {
  margin-bottom: 70px;
}
.treatment-process__inner {
  display: flex;
  align-items: start;
  gap: 24px;
}
.treatment-process .contents {
  width: calc(50% - 12px);
  border-radius: 20px;
  background: #DBE1DD;
  padding: 51px 97px 54px 105px;
}
.treatment-process .contents .section-title {
  color: #2B4637;
  font-family: "Optima Cyr", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.treatment-process .contents .section-title br {
  display: none;
}
.treatment-process .contents .numbers-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.treatment-process .contents .numbers-block .item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.treatment-process .contents .numbers-block .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2B4637;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #2B4637;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.48px;
  flex-shrink: 0;
}
.treatment-process .contents .numbers-block .number::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(43, 70, 55, 0.55);
  border-radius: 50%;
  pointer-events: none;
}
.treatment-process .contents .numbers-block .text {
  color: #848585;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.48px;
}

.img-block {
  width: calc(50% - 12px);
}
.img-block .img {
  width: 100%;
  height: 345px;
  border-radius: 20px;
  margin-bottom: 23px;
}
.img-block .img_title {
  color: #996B3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.48px;
  margin-bottom: 14px;
}
.img-block .img_description {
  color: #868686;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.32px;
  margin-bottom: 14px;
}
.img-block .img_description.strong {
  margin-bottom: 12px;
  font-weight: 700;
}
.img-block .img_description:last-of-type {
  margin-bottom: 0;
}

.therapeutic-methods {
  margin-bottom: 80px;
}
.therapeutic-methods .section-title {
  max-width: 1416px;
  color: #2B4637;
  font-family: "Optima Cyr", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.therapeutic-methods_blocks {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.therapeutic-methods_blocks .item {
  width: calc(33.3333333333% - 8px);
  height: 231px;
  border-radius: 20px;
  padding: 24px 24px 50px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #607B6D;
}
.therapeutic-methods_blocks .item:nth-child(1) {
  background: #607B6D;
}
.therapeutic-methods_blocks .item:nth-child(3) {
  background: #456153;
}
.therapeutic-methods_blocks .item:nth-child(4) {
  background: #2B4637;
}
.therapeutic-methods_blocks .item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.therapeutic-methods_blocks .item .num {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.therapeutic-methods_blocks .item img {
  width: 49px;
  height: 49px;
}
.therapeutic-methods_blocks .item .item_description {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.4px;
}
.therapeutic-methods_descriptions-block {
  display: flex;
  align-items: start;
  gap: 34px;
  margin-top: 40px;
}
.therapeutic-methods_descriptions-block .item {
  width: -moz-fit-content;
  width: fit-content;
  color: #868686;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
}
.therapeutic-methods_descriptions-block .item:first-of-type {
  border-right: 1px solid #CCC;
  padding-right: 34px;
}

.key-differences {
  margin-bottom: 80px;
}
.key-differences .section-title {
  color: #2B4637;
  font-family: "Optima Cyr", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.key-differences__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}
.key-differences .item {
  width: calc(50% - 12px);
  border-bottom: 1px solid #996B3E;
  padding-bottom: 21px;
}
.key-differences .item .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 21px;
}
.key-differences .item .description {
  color: #4D4D4D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.48px;
}

.create-miracle {
  margin-bottom: 80px;
}
.create-miracle__inner {
  height: 301px;
  border-radius: 20px;
  background: rgba(96, 123, 109, 0.65);
  backdrop-filter: blur(5px);
  background-image: url("../images/create-miracle_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.create-miracle .section-title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.create-miracle .section-description {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin-bottom: 27px;
}
.create-miracle .btn {
  width: 297px;
  border-radius: 10px;
  background: #C18A54;
  padding: 14px 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin: 0 auto;
}

.footer {
  background: #2B4637;
  color: #FFF;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 49px;
  gap: 20px;
}
.footer__logo-block .footer__logo {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 84%;
  display: block;
  margin-bottom: 8px;
}
.footer__logo-block .footer__subtitle {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 84%;
}
.footer__info-row {
  display: contents;
}
.footer__info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__info-item .label {
  color: #E4C58A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer__info-item .value {
  color: #C8D2DC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.footer__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.footer__btn {
  border-radius: 10px;
  background: #C18A54;
  width: 297px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  transition: background 0.3s ease;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  justify-content: center;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom .copyright,
.footer__bottom .developer {
  color: #C8D2DC;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__bottom .copyright a,
.footer__bottom .developer a {
  color: #C8D2DC;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Mobile Menu Drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu.active .mobile-menu__drawer {
  transform: translateX(0);
}
.mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-menu__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 40px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 2;
}
.mobile-menu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.mobile-menu__close img {
  width: 30px;
  height: 30px;
  display: block;
}
.mobile-menu__nav {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
.mobile-menu__nav a {
  color: #2B4637;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mobile-menu__nav a:hover {
  color: #C18A54;
}
.mobile-menu__whatsapp-btn {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #2B4637;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.3s ease;
}
.mobile-menu__whatsapp-btn:hover {
  background: #1f3428;
}

/* Responsive Media Queries for All Screens */
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .clinic-directions .blocks .item {
    width: calc(50% - 12px);
  }
  .clinic-directions .blocks .item:nth-child(1), .clinic-directions .blocks .item:nth-child(5) {
    width: 100%;
  }
  .chief-doctor__inner {
    gap: 30px;
  }
  .chief-doctor .img-block {
    width: 50%;
    height: auto;
    min-height: 290px;
  }
  .chief-doctor .img-block img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .treatment-process__inner {
    gap: 20px;
  }
  .treatment-process .contents {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .header__right-block {
    display: none;
  }
  .header .logo {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 84%;
  }
  .header .burger-btn {
    display: flex;
  }
  .hero {
    height: auto;
    min-height: 580px;
    padding: 40px 0 45px;
  }
  .hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .hero__contents {
    display: contents;
  }
  .hero .main-title {
    order: 1;
    font-size: clamp(32px, 7.5vw, 48px);
    line-height: 1.2;
    letter-spacing: 0.96px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 400;
  }
  .hero__imges {
    order: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    justify-content: space-between;
  }
  .hero__imges .item {
    height: 48px;
    padding: 10px 12px;
    border-radius: 16px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Rasmli item lar: 41% kenglik */
  }
  .hero__imges .item:nth-child(2), .hero__imges .item:nth-child(4), .hero__imges .item:nth-child(6), .hero__imges .item:nth-child(9) {
    width: calc(41% - 4px);
    flex: 0 0 calc(41% - 4px);
    height: 60px;
    border-radius: 18px;
  }
  .hero__imges .item {
    /* Matnli (text) item lar: 59% kenglik */
  }
  .hero__imges .item:nth-child(3), .hero__imges .item:nth-child(5), .hero__imges .item:nth-child(7), .hero__imges .item:nth-child(11) {
    width: calc(59% - 4px);
    flex: 0 0 calc(59% - 4px);
    height: 60px;
    border-radius: 18px;
  }
  .hero__imges .item:nth-child(1), .hero__imges .item:nth-child(8), .hero__imges .item:nth-child(10), .hero__imges .item:nth-child(12) {
    display: none;
  }
  .hero__imges .item:nth-child(3) {
    order: 1;
  }
  .hero__imges .item:nth-child(2) {
    order: 2;
  }
  .hero__imges .item:nth-child(4) {
    order: 3;
  }
  .hero__imges .item:nth-child(5) {
    order: 4;
  }
  .hero__imges .item:nth-child(7) {
    order: 5;
  }
  .hero__imges .item:nth-child(6) {
    order: 6;
  }
  .hero__imges .item:nth-child(9) {
    order: 7;
  }
  .hero__imges .item:nth-child(11) {
    order: 8;
  }
  .hero__imges .item .description {
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.3px;
  }
  .hero .btn {
    order: 3;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C18A54;
    color: #FFF;
  }
  .clinic-directions {
    margin-top: 0;
  }
  .chief-doctor {
    margin-bottom: 30px;
  }
  .chief-doctor .container {
    padding-right: 12px;
  }
  .chief-doctor__inner {
    flex-direction: column;
    gap: 32px;
  }
  .chief-doctor__contents {
    gap: 0;
  }
  .chief-doctor__contents .name {
    color: #3D3D3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .chief-doctor__contents .description {
    max-width: 257px;
    color: #626262;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .chief-doctor__contents .time {
    color: #626262;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .chief-doctor__contents .section-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 12px;
  }
  .chief-doctor .img-block {
    width: 100%;
    min-height: 179px;
    margin: 0 auto;
    position: relative;
  }
  .chief-doctor .img-block img {
    max-width: 217px;
    height: 210px;
  }
  .treatment-process {
    margin-bottom: 30px;
  }
  .treatment-process__inner {
    flex-direction: column;
    gap: 24px;
  }
  .treatment-process .contents {
    width: 100%;
    padding: 24px 17px 24px 15px;
    border-radius: 20px;
  }
  .treatment-process .contents .section-title {
    color: #2B4637;
    text-align: center;
    font-family: "Optima", "Optima Cyr", "Optima Nova", "Philosopher", serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  .treatment-process .contents .section-title br {
    display: block;
  }
  .treatment-process .contents .numbers-block {
    gap: 10px;
  }
  .treatment-process .contents .numbers-block .item {
    gap: 8px;
  }
  .treatment-process .contents .numbers-block .item .number {
    width: 34px;
    height: 34px;
    min-width: 34px;
    color: #2B4637;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.28px;
  }
  .treatment-process .contents .numbers-block .item .number::after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .treatment-process .contents .numbers-block .item .text {
    max-width: 222px;
    color: #848585;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.32px;
  }
  .treatment-process .img-block {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .treatment-process .img-block .img_title {
    order: 1;
    color: #996B3E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
  }
  .treatment-process .img-block .img_description {
    order: 2;
    color: #868686;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.28px;
    margin-bottom: 8px;
  }
  .treatment-process .img-block .img_description.strong {
    font-weight: 700;
    color: #868686;
  }
  .treatment-process .img-block .img {
    order: 3;
    width: 100%;
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .therapeutic-methods_blocks {
    flex-wrap: wrap;
  }
  .therapeutic-methods_blocks .item {
    width: calc(50% - 12px);
  }
  .therapeutic-methods_descriptions-block {
    flex-direction: column;
    gap: 20px;
  }
  .therapeutic-methods_descriptions-block .item:first-of-type {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .clinic-directions {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
    background: none;
  }
  .clinic-directions .section-title {
    color: #2B4637;
    font-family: "Optima", "Optima Cyr", "Optima Nova", "Philosopher", serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .clinic-directions .blocks {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .clinic-directions .blocks .item {
    width: 100% !important;
    height: 284px;
    border-radius: 20px;
    padding: 21px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .clinic-directions .blocks .item > * {
    position: relative;
    z-index: 2;
  }
  .clinic-directions .blocks .item .item_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    max-width: 176px;
  }
  .clinic-directions .blocks .item .item_description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .clinic-directions .blocks .item .item_btn {
    width: 100% !important;
    height: 34px;
    border-radius: 10px;
    background: #C18A54;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 8.5px;
  }
  .clinic-directions .blocks .item:last-child {
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    padding-bottom: 21px;
    height: 284px;
  }
  .clinic-directions .blocks .item:last-child .item_title {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .therapeutic-methods {
    margin-bottom: 30px;
  }
  .therapeutic-methods .section-title {
    font-family: "Optima", "Optima Cyr", "Optima Nova", "Philosopher", serif !important;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin-bottom: 16px;
  }
  .therapeutic-methods_blocks {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .therapeutic-methods_blocks .item {
    width: 100% !important;
    height: 132px;
    min-height: unset;
    border-radius: 20px;
    padding: 14px 15px 36px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .therapeutic-methods_blocks .item:nth-child(1) {
    background: #607B6D;
  }
  .therapeutic-methods_blocks .item:nth-child(2) {
    background: #456153;
  }
  .therapeutic-methods_blocks .item:nth-child(3) {
    background: #2B4637;
  }
  .therapeutic-methods_blocks .item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .therapeutic-methods_blocks .item_header .num {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
  }
  .therapeutic-methods_blocks .item_header img {
    width: 30px;
    height: 30px;
  }
  .therapeutic-methods_blocks .item .item_description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.28px;
  }
  .therapeutic-methods_descriptions-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }
  .therapeutic-methods_descriptions-block .item {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #868686;
    font-weight: 500;
  }
  .therapeutic-methods_descriptions-block .item:first-of-type {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
  }
  .key-differences {
    margin-bottom: 30px;
  }
  .key-differences .section-title {
    font-family: "Optima", "Optima Cyr", "Optima Nova", "Philosopher", serif !important;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.44px;
    margin-bottom: 18px;
  }
  .key-differences__blocks {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .key-differences .item {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #996B3E;
    padding-bottom: 13px;
  }
  .key-differences .item .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .key-differences .item .description {
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    font-weight: 600;
    letter-spacing: 0.24px;
  }
  .create-miracle {
    margin-bottom: 30px;
  }
  .create-miracle__inner {
    height: auto;
    min-height: 240px;
    padding: 28px 13px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .create-miracle .section-title {
    max-width: 255px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.48px;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .create-miracle .section-description {
    max-width: 264px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.32px;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .create-miracle .btn {
    width: 100%;
    max-width: 242px;
    height: 39px;
    border-radius: 10px;
    background: #C18A54;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer {
    background: #2B4637;
    color: #FFF;
  }
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0 16px 0;
  }
  .footer__logo-block .footer__logo {
    font-size: 28px;
    line-height: 84%;
    margin-bottom: 8px;
  }
  .footer__logo-block .footer__subtitle {
    color: #FFF;
    font-size: 12px;
  }
  .footer__info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .footer__info-row .footer__info-item {
    width: calc(50% - 8px);
    gap: 8px;
  }
  .footer__info-row .footer__info-item .label {
    color: #E4C58A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .footer__info-row .footer__info-item .value {
    color: #C8D2DC;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .footer__text {
    color: #FFF;
    font-size: 12px;
    line-height: 120%;
    max-width: 100%;
  }
  .footer__btn {
    width: 238px;
    height: 39px;
    border-radius: 10px;
    background: #C18A54;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
  }
  .footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .footer__bottom .copyright,
  .footer__bottom .developer {
    color: #C8D2DC;
    font-size: 12px;
    text-align: center;
  }
  .footer__bottom .copyright a,
  .footer__bottom .developer a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 14px 0;
    z-index: 999;
  }
  .hero {
    height: 582px;
    padding-top: 74px;
  }
  .hero__inner {
    gap: 0;
  }
  .hero .main-title {
    max-width: 285px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .hero__imges {
    margin-bottom: 24px;
  }
  .hero__imges .item {
    height: 48px !important;
    font-size: 12px;
    padding: 10px 14px;
  }
  .hero__imges .item .description {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
  }
  .hero .btn {
    width: 100%;
    max-width: 100%;
    height: 40px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
  }
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.widgets {
  position: fixed;
  z-index: 9999;
}

.widgets__whatsapp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.widgets__whatsapp:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.widgets__whatsapp::after,
.widgets__whatsapp::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__whatsapp:after {
  animation-delay: 0.5s;
}

.widgets__tel {
  position: fixed;
  right: 20px;
  bottom: 135px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.widgets__tel:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.widgets__tel::after,
.widgets__tel::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #333333;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__tel:after {
  animation-delay: 0.5s;
}/*# sourceMappingURL=main.css.map */