.btn-w-to-black::before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000000;
  position: relative;
  margin-right: 10px;
  transition: all 0.4s;
}
.btn-w-to-black:hover:before {
  opacity: 0;
  margin: 0;
}

/* popup3 */
.popup-city__inner {
  width: 783px;
  height: 422px;
  padding: 60px 86px 30px;
}
.popup-city__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.popup-city__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.popup-city__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}
.popup-city__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}
.popup-city__link {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  border: 0.5px solid #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
}
.popup-city__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.popup-city__link-text {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}
.popup-city__link-text span {
  text-transform: lowercase;
}
.popup-city__content .close-btn {
  position: relative;
  top: 0;
  right: 0;
}
.popup-city__link.active {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.popup-city__arrow {
  display: none;
}
.popup-city__link.active .popup-city__arrow {
  display: block;
}
/* popup3 */

/* c-hero */
.c-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.c-hero__line {
  opacity: 1;
  height: 100%;
}
.c-hero__line-1 {
  left: 31vw;
}
.c-hero__line-2 {
  left: 43vw;
}
.c-hero__line-3 {
  left: 85vw;
}
.c-hero__line-4 {
  left: 87vw;
}
.c-hero__content {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  height: 100%;
}
.c-hero__inner {
  padding-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.c-hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.c-hero__title > span {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}
.c-hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.c-hero__title > :last-child {
  transform: translateX(40px);
}
.c-hero__lb {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-hero-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}
.c-hero__bottom-text {
  width: 410px;
  text-align: justify;
  align-self: flex-end;
}
.c-hero__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  align-items: end;
}
.c-hero__rl {
  display: flex;
  flex-direction: column;
}
.c-hero__hid-t {
  visibility: hidden;
  opacity: 0;
}
.c-hero__img {
  overflow: hidden;
}
.c-hero__img-1 {
  width: 250px;
  height: 359px;
  align-self: flex-end;
}
.c-hero__img-2 {
  width: 100%;
  height: 600px;
}
.c-hero__hid-t,
.c-hero__rr-text {
  margin-top: 20px;
}
.c-hero__rl .c-hero-text {
  text-align: justify;
}
.c-hero__bottom-btn {
  display: none;
}
.c-hero-btm-text {
  min-height: 70px;
}
/* c-hero */

/* services */
.c-services__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.c-services__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-services__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #b1b1b1;
}
.c-services__list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.c-services__list-item_text {
  color: #000;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  width: auto;
}
.c-services__list-btns {
  display: flex;
  align-items: center;
}
.c-services__btn-more {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 12px 0;

  color: #1a1a1a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: all 0.4s;
}
/* services */

/* problems */
.problems__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.problems__title {
  color: #252525;
  font-family: AnastasiaScript;
  font-size: 80px;
  line-height: 80%;
}
.problems__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.problems__content-l {
  border-right: 1px solid #dedede;
  padding: 20px 20px 20px 0;
}
.problems__content-l img {
  height: auto;
  position: sticky;
  top: 20px;
}
.problems__list {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
}
.problems__list-item {
  border-top: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 160px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.problems__list-title {
  color: #252525;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  gap: 22px;
}
.problems__list-title > .num {
  color: #252525;
  font-family: AnastasiaScript;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}
.problems__list > :first-child {
  border: none;
}
.problems__list-text {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}
/* problems */

/* advs */
.c-advs__inner {
  display: flex;
  flex-direction: column;
  gap: 115px;
}
.c-advs__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  line-height: 115%;
}
.c-advs__blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
.c-advs__block {
  height: 493px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
.c-advs__block.green {
  background-color: #4d5b44;
}
.c-advs__block.block1 {
  padding-top: 15px;
}
.c-advs__block.block2 {
  padding-bottom: 15px;
  border: 1px solid #1b1b1b;
}
.c-advs__block.block3 {
  padding: 0;
  background-color: #ebebeb;
  overflow: hidden;
  justify-content: space-between;
}
.c-advs__block.block3 > .c-advs__block-content {
  padding: 30px 30px 0;
}
.c-advs__block-img {
  width: 100%;
  height: auto;
  transform: translateY(5px);
}
.c-advs__block.block4 {
  padding-top: 15px;
}
.block1__img {
  width: 193px;
  height: 193px;
  position: absolute;
  top: -75px;
  right: 50px;
  transform: rotate(-12deg);
}
.c-advs__num {
  color: #fff;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}
.c-advs__block.block2 .c-advs__num {
  color: #000;
}
.c-advs__block.block3 .c-advs__num {
  color: #000;
  position: absolute;
  bottom: 15px;
  right: 45px;
}
.c-advs__block-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-advs__block-content > h3 {
  color: #252525;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
}
.c-advs__block-content > p {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.c-advs__block.green .c-advs__block-content > h3,
.c-advs__block.green .c-advs__block-content > p {
  color: #fff;
}
/* advs */

.vh-v {
  width: 100%;
  height: 100vh;
  display: block;
}

/* stages */
.stages {
  overflow: hidden;
}
.stages__blocks-wrap {
  position: relative;
}
.grey-overlay {
  width: calc(100% + 160px);
  height: 100%;
  position: absolute;
  right: -160px;
  z-index: 4;
  backdrop-filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
  background-color: rgba(255, 255, 255, 0.75);
}
.stages__inner {
  padding-top: 50px;
}
.stages__blocks {
  position: relative;
  overflow: visible;
  width: max-content;
}
.stages__blocks::before {
  content: "";
  display: block;
  width: calc(100% + 320px);
  position: absolute;
  top: 50%;
  left: -160px;
  height: 2px;
  background-color: #252525;
  transform: translateY(-50%);
  z-index: -1;
}
.stages__title {
  color: #000;
  text-align: center;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  margin-bottom: 124px;
}

.stages__block {
  display: grid;
  grid-template-rows: 1fr 90px 1fr;
  gap: 40px;
  width: 790px;
  flex-shrink: 0;
}
.stage-item {
  min-height: 236px;
}
.stages > .container {
  overflow: visible;
}
.stage-num {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 90px;
  height: 90px;
  background-color: #252525;
  color: #fff;
  border-radius: 50%;
}
.stage-num > span {
  color: #fff;
  font-family: AnastasiaScript;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transform: translateX(11px);
}
.stage-item__list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.stage-item__list-item {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.stage-item__title {
  color: #252525;
  font-size: 24px;
  line-height: 130%; /* 31.2px */
  text-transform: uppercase;
}
.stages__blocks {
  display: flex;
}
.stages__block:nth-child(odd) > :last-child {
  grid-row: 1;
}
.stages__block:nth-child(odd) > :first-child {
  grid-row: 3;
}
/* stages */

/* b-procedure */
.b-procedure {
  position: relative;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  min-height: 90vh;
}
.b-procedure__bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b-procedure__bg > div {
  height: 100%;
}
.b-procedure__bg > :first-child {
  background-color: #f8f8f8;
}
.b-procedure__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 228px;
}
.b-procedure__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}
.b-procedure__title.left {
  width: 428px;
  position: relative;
}
.b-procedure__title.left::after {
  --w: 233px;
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  right: calc(0px - var(--w) - 30px);
  width: var(--w);
  height: 1px;
  background-color: #000;
}
.b-procedure__list {
  display: flex;
  flex-direction: column;
  max-width: 540px;
  gap: 10px;
}
.b-procedure__list-item {
  padding-bottom: 10px;
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 32.4px */
  text-transform: uppercase;
  border-bottom: 1px solid #d2d2d2;
}
.b-procedure__title.right {
  width: 607px;
  text-align: right;
}
.b-procedure__list.right > li {
  text-align: right;
}
.b-procedure__left,
.b-procedure__right {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.b-procedure__left .b-procedure__center-img {
  display: none;
}
.b-procedure__right {
  align-items: flex-end;
}
.b-procedure__center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 5px;
}
.b-procedure__center-img > div {
  width: 70px;
  height: 270px;
}
.b-procedure__center-img2 {
  margin-top: 111px;
}
.b-procedure__center-img3 {
  margin-top: 222px;
}
.b-procedure__center-img > div > img {
  height: 100%;
  object-fit: cover;
}
/* b-procedure */

/* fw */
.fw {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.fw__inner {
  display: flex;
}
.fw__left {
  padding: 20px 20px 20px 0;
  width: 45%;
  flex-shrink: 0;
  border-right: 1px solid #dedede;
}
.fw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  position: relative;
}
.fw-grid__sparcle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fw-grid__sparcle img {
  height: 100%;
}
.fw__left-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 635px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px;
}
.fw-grid__content.w-img {
  padding: 0;
  align-items: flex-end;
  justify-content: flex-end;
}
.fw-grid__content.w-img img {
  width: 70%;
  margin-left: auto;
}
.fw-grid__content.w-img picture {
  display: flex;
}
.fw__left-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fw__left-img img {
  object-fit: cover;
  height: 100%;
}
.fw__left-title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  max-width: 640px;
}
.fw__left-top-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  max-width: 385px;
}
.fw-grid__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 0 30px;
}
.fw-grid__num {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
}
.fw-grid__text {
  color: #000;
  font-size: 20px;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  margin-left: 30px;
}
/* fw */

/* d-grid */
.dermatology-grid {
  background-image: url("../images/d-grid-desktop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dermatology-grid__inner {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
.dermatology-grid__title {
  width: 100%;
  align-self: flex-end;
  color: #fff;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
.d-grid {
  display: flex;
  justify-content: space-between;
}
:root {
  --side-length: 342px;
}

.d-grid__right,
.d-grid__left {
  display: grid;
  grid-template-columns: var(--side-length) var(--side-length);
  grid-template-rows: var(--side-length) var(--side-length);
}
.d-grid__right {
  grid-template-columns: 389px var(--side-length);
}
.d-grid__item {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.d-grid__item > p {
  padding: 0 30px 30px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.d-grid__item > span {
  color: #fff;
  font-family: AnastasiaScript;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: -20px;
}
.d-grid__right-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
.d-grid__item.item3 {
  transform: translateY(104px);
}
/* d-grid */

/* child-d  */
.child-d-container {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 160px;
  margin: 0 auto;
  height: auto;
}
.child-d {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.child-d__inner {
  display: flex;
}
.child-d__l {
  display: flex;
  flex-direction: column;
  width: 55%;
  border-right: 1px solid #dedede;
  padding-right: 20px;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.child-d__r {
  width: 45%;
  padding: 20px 0 20px 20px;
  flex-shrink: 0;
}
.child-d__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  max-width: 663px;
}
.child-d__text {
  color: #252525;
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%; /* 28px */
  width: 529px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.child-d__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.child-d__bottom-text {
  width: 585px;
  color: #252525;
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
.child-d__r img {
  object-fit: cover;
  height: 100%;
}
/* child-d  */

/* cure list */
.cure-list__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.cure-list__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #b1b1b1;
  padding-top: 16px;
}
.cure-list__list-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #b1b1b1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.cure-list__list-text {
  color: #252525;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.cure-list__list-text > span {
  color: #a0a0a0;
}
.cure-list__list-item > .num {
  color: #252525;
  font-family: AnastasiaScript;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cure-list__title {
  color: #252525;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
/* cure list */

/* service price */
.service-price {
  overflow: hidden;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.service-price__container {
  padding-right: 160px;
}
.service-price__inner {
  display: flex;
}
.service-price__r {
  position: relative;
  width: 55%;
  flex-shrink: 0;
}
.service-price__l {
  border-right: 1px solid #dedede;
  padding: 20px;
  padding-left: 0;
  width: 45%;
  flex-shrink: 0;
}
.service-price__sparcle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.service-price__title {
  color: #252525;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.service-price__b {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.service-price__b .btn-arrow {
  flex-shrink: 0;
}
.service-price__price {
  color: #252525;
  font-family: AnastasiaScript;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.service-price__price > span {
  color: #b7b7b7;
  font-family: AnastasiaScript;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.service-price__text {
  color: #252525;
  font-size: 24px;
  width: 80%;
  line-height: 130%;
  margin-top: 25px;
  margin-bottom: 95px;
}
.service-price__r-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
  padding-left: 20px;
}
/* service price */

/* title-grid-section */
.title-grid-section {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.title-grid-section__inner {
  display: flex;
  align-items: center;
}
.title-grid-section__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  width: 540px;
  margin-right: 50px;
}
.t-grid {
  border-left: 1px solid #dedede;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.title-grid-section-r {
  width: 100%;
}
.t-grid__top,
.t-grid__bottom {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  justify-items: center;
}
.t-grid__top {
  border-bottom: 1px solid #dedede;
  padding-bottom: 44px;
}
.title-grid-section__inner {
  padding: 40px 0;
}
.t-grid__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 415px;
}
.t-grid__title {
  color: #252525;
  font-size: 24px;
  line-height: 130%; /* 31.2px */
  text-transform: uppercase;
}
.t-grid__text {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%; /* 23.4px */
}
.t-grid__bottom {
  padding-top: 44px;
}
.t-grid__line {
  display: block;
  height: auto;
  width: 1px;
  background-color: #dedede;
}
.t-grid__top > :first-child,
.t-grid__bottom > :first-child {
  padding-right: 40px;
}
.t-grid__top > :last-child,
.t-grid__bottom > :last-child {
  padding-left: 40px;
}
/* title-grid-section */

/* list-w-bg */
.list-w-bg {
  position: relative;
}
.list-w-bg__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.list-w-bg__inner {
  padding: 72px 0px;
}
.list-w-bg__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 64px */
  margin-bottom: 60px;
}
.list-w-bg__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #b1b1b1;
  padding-top: 8px;
  gap: 8px;
}
.list-w-bg__list-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b1b1b1;
}
.list-w-bg__list-num {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.list-w-bg__list-text {
  color: #252525;
  font-size: 24px;
  line-height: 150%; /* 36px */
}
/* list-w-bg */

/* grid-cards  */
.grid-cards {
  position: relative;
}
.grid-cards > .bg-letters {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.grid-cards__inner {
  padding: 60px 0;
}
.grid-cards__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  text-align: center;
}
.grid-cards__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-cards__grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 0 40px 40px;
  border: 1px solid #dedede;
}
.grid-cards__grid-num {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 120px */
  text-transform: uppercase;
}
.grid-cards__grid-item-b {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.grid-cards__grid-subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.grid-cards__grid-text {
  color: #000;
  font-size: 18px;
  line-height: 140%; /* 25.2px */
}
/* grid-cards  */

/* double-list */
.top-list {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.top-list__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.double-list__list {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dedede;
}
.double-list__list.bottom {
  border-right: none;
}
.double-list__item {
  display: flex;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
}
.double-list__item.top {
  padding-left: 160px;
  padding-right: 40px;
}
.double-list__item.bottom {
  padding-right: 160px;
}
.double-list__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.double-list__num.top {
  background-color: #eff2e7;
}
.double-list__num > span {
  color: #000;
  text-align: center;
  font-family: AnastasiaScript;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  margin-left: 31px;
}
.double-list__text {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  padding: 30px 0px;
}
.top-list__r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 70px 0px;
}
.double-list__title {
  color: #000;
  text-align: center;
  font-family: AnastasiaScript;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  width: 607px;
}
.bottom-list__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bottom-list {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.bottom-list__l {
  border-right: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 65px;
  padding-bottom: 80px;
}
.double-list__num.bottom {
  border: 1px solid #dedede;
}
.bottom-list__img {
  width: 325px;
  height: 375px;
  transform-origin: center center;
  rotate: 22deg;
}
.bottom-list__img img {
  object-fit: cover;
}
/* double-list */

/* v breadcrumbs */
.c-hero__content,
.sub-service-hero__left {
  position: relative;
}
.v-breadcrumbs {
  position: absolute;
  top: 80px;
  padding-left: 160px;
  z-index: 8;
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  width: 50vw;
}
.v-breadcrumbs > span {
  color: #252525;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
/* v breadcrumbs */

/* contacts-hero */
.contacts-hero {
  position: relative;
  padding-top: 150px;
}
.contacts-hero__text-block {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 25px;
}
.contacts-hero__text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  width: 68%;
}
.contacts-hero__img {
  margin-top: 50px;
  overflow: hidden;
}
/* contacts-hero */

/* contacts-list */
.contacts-list__inner {
  padding-top: 50px;
  border-top: 1px solid #b1b1b1;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contacts-list__block {
  padding-bottom: 50px;
  border-bottom: 1px solid #b1b1b1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contacts-list__title {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 48px;
  line-height: 120%;
}
.common-socials-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-list__title-sm {
  color: #989898;
  font-size: 14px;
  line-height: 150%;
}
.contacts-list__subtitle {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 150%; /* 24px */
}
a.contacts-list__subtitle {
  transition: all 0.4s;
}
a.contacts-list__subtitle:hover {
  opacity: 0.8;
}
.common-socials__item {
  display: flex;
  flex-direction: column;
}
.contacts-list__items {
  display: flex;
  gap: 70px;
}
.common-socials-networks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.common-socials-networks__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts-list__content-wrap {
  display: flex;
  gap: 30px;
}
.contacts-list__map {
  width: 500px;
  height: 320px;
}
.contacts-list__map iframe {
  width: 100%;
  height: 100%;
}
/* contacts-list */

/* about-hero */
.about-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.about-hero > .container {
  height: 100%;
}
.about-hero__inner {
  display: flex;
  height: 100%;
  padding-top: 74px;
}
.about-hero__l {
  width: 35%;
  height: 100%;
  border-right: 1px solid #dedede;
}
.about-hero__r {
  width: 65%;
  height: 100%;
  border-right: 1px solid #dedede;
}
.about-hero__img {
  padding-right: 20px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.about-hero__img picture {
  width: 100%;
  height: 95%;
}
.about-hero__img img {
  height: 100%;
  object-fit: cover;
}
.about-hero__title {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding: 109px 76px 109px 43px;
}
.about-hero__subtitle {
  color: #1a1a1a;
  font-size: 30px;
  line-height: 130%;
  max-width: 605px;
  margin-bottom: 33px;
  margin-top: 45px;
}
.about-hero__info {
  display: flex;
  flex-direction: column;
  padding-left: 64px;
}
.about-hero__info > .btn-arrow {
  align-self: flex-end;
}
.about-hero__text {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%; /* 23.4px */
  padding-right: 20px;
  margin-bottom: 40px;
}
/* about-hero */

/* about-founder */
.about-founder {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.about-founder .container {
  padding-right: 0;
}
.about-founder__inner {
  display: flex;
}
.about-founder__title-l {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.about-founder__title-mid {
  padding: 70px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding-left: 70px;
}
.about-founder__title-mid h2 {
  color: #000;
  font-family: AnastasiaScript;
  font-size: 80px;
  line-height: 130%; /* 104px */
}
.about-founder__text-content {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 20px;
}
.about-founder__subtitle {
}
.about-founder__content {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  justify-items: center;
}
.about-founder__l {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.about-founder__r {
  height: 100%;
  width: 100%;
  position: relative;
}
.about-founder__r img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  object-fit: cover;
  height: 100%;
}
.about-founder__subtitle {
  color: #000;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-founder__text {
  max-width: 560px;
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 130px;
}
.about-founder__text-content > .openPopup {
  align-self: flex-end;
}
.about-founder__text-content {
  padding-bottom: 60px;
}
/* about-founder */

/* sertificate-slider */
.sertificate-slider__wrap {
  position: relative;
}
.sertificate-slider__title {
  color: #000;
  margin-bottom: 60px;
  font-family: AnastasiaScript;
  font-size: 80px;
  line-height: 130%;
}
.sertificate-slider__wrap button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 70px;
  height: 70px;
  fill: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important ;
  overflow: hidden;
}
.sertificate-slider__wrap .sertificatesSwiper__nav button:hover {
  opacity: 0.8;
}
.sertificatesSwiper-next {
  right: 0;
  margin-right: 15px;
}
.sertificatesSwiper-prev {
  margin-left: 15px;
  left: 0;
}
/* sertificate-slider */

/* gallery-swiper */
.gallery-swiper__wrap {
  position: relative;
}
.gallerySwiper__nav-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gallery-swiper__wrap button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 70px;
  height: 70px;
  fill: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  overflow: hidden;
}
.gallery-swiper__wrap button:hover {
  opacity: 0.8;
}
.gallerySwiper-prev {
  margin-left: 160px;
  left: 0;
}
.gallerySwiper-next {
  right: 0;
  margin-right: 160px;
}
.gallerySwiper-slide {
  height: 100%;
  max-height: 944px;
}
.gallerySwiper-slide img {
  height: 100%;
  object-fit: cover;
}
.gallery-swiper__wrap .swiper-wrapper {
  align-items: stretch !important;
}
/* gallery-swiper */

.sertificate-slider {
  display: none !important;
}
