@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap");

html {
  overflow-x: hidden;
}

*::-webkit-input-placeholder {
  color: #a7a7a7 !important;
  opacity: 1 !important;
}

*:-moz-placeholder {
  color: #a7a7a7 !important;
  opacity: 1 !important;
}

*::-moz-placeholder {
  color: #a7a7a7 !important;
  opacity: 1 !important;
}

*:-ms-input-placeholder {
  color: #a7a7a7 !important;
  opacity: 1 !important;
}

input::placeholder,
textarea::placeholder,
input::placeholder:focus {
  color: #a7a7a7 !important;
  opacity: 1 !important;
}

.open {
  display: block !important;
}

.animated-fadeInUp {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.33, 0, 0.13, 1);
  transition-duration: 2.5s;
  transition-delay: 1s;
  transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.animated.menuInUp.delay-10s {
  animation-delay: 0s;
}

.animated.menuInUp.delay-11s {
  animation-delay: 0.1s;
}

.animated.menuInUp.delay-12s {
  animation-delay: 0.2s;
}

.animated.menuInUp.delay-13s {
  animation-delay: 0.3s;
}

.animated.menuInUp.delay-14s {
  animation-delay: 0.4s;
}

.animated.menuInUp.delay-15s {
  animation-delay: 0.5s;
}

.animated.menuInUp.delay-16s {
  animation-delay: 0.6s;
}

.animated.menuInUp {
  animation-name: InUp;
  animation-duration: 3s;
  animation-iteration-count: 1;
  visibility: visible;
}

.animated.fadeIn {
  animation-name: fade;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

.animated.InLeft {
  animation-name: InLeft;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: unset;
}

body {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: #1c1c1c;
  overflow-x: hidden;
  background-color: #faf8f4;
  position: relative;
}

a.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  background-color: #e6cab6;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 111;
}

a.back-to-top i {
  font-size: 23px;
  font-family: "Arial", serif;
  color: #c3a090;
  margin-top: -10px;
}

.hidden {
  display: none;
}

ul {
  list-style-type: none;
  padding-inline-start: unset;
  margin-bottom: 0px;
}

ul li {
  page-break-inside: avoid;
  break-inside: avoid;
}

a {
  color: #1c1c1c;
}

a:hover {
  color: #c3a090;
  text-decoration: unset;
  opacity: 0.8;
}

/*
a:visited {
    color: #CCBAB2;
    text-decoration: unset;
}
*/

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: "Fiorina Subhead";
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
}

h1 {
  font-size: 52px;
  margin: 0;
}

h2 {
  font-size: 38px;
  margin: 0;
}

h3 {
  font-size: 32px;
  margin: 0;
}

h4 {
  font-size: 28px;
  margin: 0;
}

h5 {
  font-size: 24px;
  margin: 0;
}

header .container-fluid,
.content .container-fluid,
footer .container-fluid {
  padding: 0 80px;
}

a.btn.btn-circle,
.btn-feedback {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  border-radius: 300px;
  border: 1px solid #fff;
  padding: 6px 24px 8px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  background-color: transparent;
}

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

a.btn.btn-circle:hover,
.btn-feedback:hover {
  background-color: #ead3c5;
  border: 1px solid #ead3c5;
  color: #1c1c1c;
}

a.btn.btn-circle:active,
.btn-feedback:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #c3a090;
  border: 1px solid #c3a090;
  color: #1c1c1c;
}

.fancybox-container .fancybox-thumbs__list {
  margin: 0 auto;
}

.fancybox-container.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

svg {
  overflow: visible;
  visibility: visible;
}

img {
  /*width: 100%;*/
}

.swiper {
  width: 100%;
  height: 100%;
}

/* header */

header {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.header-wrap {
  padding: 16px 0 0;
  /*border-bottom: 1px solid #EBE0DA;*/
}

.header-address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header-addres__social ul,
.header-phone__social ul {
  display: flex;
  gap: 16px;
}

.header-addres__social ul li,
.header-phone__social ul li {
  width: 24px;
  height: 24px;
}

.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

.logo.animation {
  opacity: 0;
}

.header-logo img {
  width: 196px;
}

.header-logo nav {
  padding: 16px 0;
}

.header-logo nav a.nav-link {
  padding: 0 16px;
  line-height: 100%;
  color: #fff;
}

.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.header-addres__social,
.header-phone__social {
  margin-top: 0px;
}

.header-addres__name,
.header-phone__btn {
  line-height: 100%;
}

.header-phone__btn a {
  color: #fff;
}

.header-wrap .col-lg-6.p-0,
.header-wrap .navbar,
.header-wrap .navbar-nav .dropdown {
  position: unset;
}

.header-wrap .navbar-nav .dropdown-menu {
  width: 100%;
  top: 131px;
  margin: 0;
  border: unset;
  padding: 0;
  border-radius: unset;
  box-shadow: 0px 20px 25px 0px rgba(0, 83, 125, 0.05);
  z-index: 22222;
}

hr.style {
  margin: 0;
  border-top: 1px solid #ebe0da;
}

.section-wrapper {
  display: flex;
}

.section-items {
  padding: 0;
  background-color: #fff;
  max-width: 453px;
  min-width: 453px;
  border-right: 1px solid #ebe0da;
  padding-bottom: 16px;
}

.section-item {
  padding: 16px 32px 16px 64px;
  border-bottom: 1px solid #ebe0da;
}

.section-items div:last-child {
  border: unset;
}

.section-service {
  color: #c3a090;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  padding: 32px 64px;
  border-bottom: 1px solid #ebe0da;
}

.element-items {
  width: 100%;
}

.section-element.active {
  display: block;
}

.section-element {
  display: none;
}

.section-name a {
  display: block;
  color: #c3a090;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  padding: 32px 55px;
  text-decoration: underline;
}

.section-item a {
  color: #1c1c1c;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

.element-item {
  padding: 16px 175px 16px 55px;
  column-count: 2;
  column-gap: 32px;
}

.element-item a {
  white-space: normal;
  display: inline-block;
  color: #1c1c1c;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 12px;
}

/* first-screen */

.first-screen {
  position: relative;
  color: #ffffff;
  height: calc(100vh - 131px);
}

/* .first-screen__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
} */

.first-screen__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}

/* .first-screen video {
  position: relative;
  margin-top: -131px;
  z-index: 0;
  width: 100vw;
  height: calc(100vh + 176px);
  object-fit: cover;
} */

.first-screen {
  position: relative;
  color: #ffffff;
  height: calc(100vh - 131px);
}

.first-screen video {
  position: relative;
  margin-top: -131px;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.first-screen__content {
  position: relative;
  top: 0;
  gap: 50px;
  width: 100%;
  height: 100%;
  padding: 32px 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.first-screen__title h1 {
  font-family: "Fiorina Subhead";
  font-size: 52px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  flex-basis: 35%;
}

.first-screen__desc {
  flex-basis: 25%;
  padding-right: 20px;
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.service-about svg {
  visibility: hidden;
}

.service-about.animated.fadeIn svg {
  visibility: visible;
}

a.btn.btn-primary {
  background-color: #e6cab6;
  font-size: 19px;
  font-weight: 500;
  padding: 16px 32px;
  color: #1c1c1c;
}

.section-item.active {
  position: relative;
  background-color: #ebe0da;
}

.section-item.active a {
  position: relative;
  display: block;
  color: #c3a090;
  z-index: 111;
}

.section-item.active:after {
  content: "";
  background: url(/local/templates/artimeda/img/menu-active.svg) no-repeat;
  position: absolute;
  top: 16px;
  right: 32px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.element-item a:hover {
  color: #c3a090;
}

.service-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.service-item a {
  display: block;
  border-radius: 32px;
  border: 1px solid #fff;
  padding: 20px 64px 20px 32px;
  color: #fff;
  /* line-height: 150%; */
}

.service-items .service-item:nth-child(1) a,
.service-items .service-item:nth-child(2) a,
.service-items .service-item:nth-child(3) a {
  position: relative;
  bottom: -2px;
}

.service-items .service-item:nth-child(4) a,
.service-items .service-item:nth-child(5) a,
.service-items .service-item:nth-child(6) a {
  position: relative;
  bottom: -1px;
}

.service-item a {
  position: relative;
}

.service-item a:after {
  content: "";
  background: url(/local/templates/artimeda/img/service-arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 32px;
  width: 20px;
  height: 20px;
}

.content {
  width: 100%;
  /*padding: 0 80px;*/
}

/* main-doctor */

.horizontal-slider {
  /* display: flex; */
  /* overflow-x: hidden; */
  /* position: sticky; */
  /* top: 0; */
  /* gap: 132px; */
  /* flex-wrap: nowrap; */
  width: 100vw;
  /* height: calc(100vh - 160px); */
  /* margin: 80px 0; */
  height: 100vh;
  padding: 80px 0;
  margin: 0 -80px;
  /* margin-bottom: 80px; */
  /* overflow: hidden; */
  position: relative;
}

.horizontal-slider.swiper {
  /*overflow: visible;*/
}

.horizontal-slider .swiper-slide {
  margin-right: 132px;
}

.horizontal-slider .swiper-slide.step-2 {
  margin-right: 195px;
}

.horizontal-slider .swiper-wrapper {
  margin: 0 80px;
}

.show.wheel-control-horizontal,
.show.wheel-control-vertical {
  z-index: 11;
}

.wheel-control-horizontal,
.wheel-control-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  /*border: 1px solid red;*/
  width: 70vw;
  height: 80vh;
  /*width: 50%;*/
  /*height: calc(100vh - 160px);*/
  /*cursor: all-scroll;*/
}

.horizontal-slider .wheel-control-horizontal.show {
  cursor: url(/local/templates/artimeda/img/cursor-move-horizontal.png), auto;
}

.step-1 {
  position: relative;
  height: auto;
  width: 80vw;
  display: flex;
  justify-content: space-between;
}

.step-1__top {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  color: #1c1c1c;
}

.step-1__bottom {
  font-weight: 400;
  line-height: 150%;
  width: 70%;
}

.step-1-img {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* z-index: 1; */
  overflow: hidden;
}

.animation {
  visibility: hidden;
  /*opacity: 0;*/
}

.step-1-img img.animation {
  opacity: 0;
}

.step-1-img img.animated {
  width: 100%;
  height: calc(100vh - 160px);
  object-fit: cover;
  animation: scale 150000ms ease;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  visibility: visible;
  opacity: 1;
}

.step-1-img img {
  visibility: visible;
}

@keyframes scale {
  0% {
    opacity: 0.5;
    transform: scale(1.3);
  }

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

.step-2 {
  position: relative;
  height: auto;
  width: 91vw;
  display: flex;
  justify-content: space-between;
  gap: 132px;
}

.step-2-img {
  display: none;
  /* opacity: 0; */
}

.swiper-slide-active .step-2-img {
  display: block;
  width: 70%;
  /* height: calc(100vh - 160px); */
  /* object-fit: cover; */
  /* overflow: hidden; */
}

.swiper-slide-active .step-2-img img {
  width: 100%;
  /* height: calc(100vh - 160px); */
  height: 100vh;
  margin-top: -80px;
  margin-left: -80px;
  object-fit: cover;
  /* overflow: hidden; */
}

.step-2-img img.animated {
  animation: fade 15000ms ease;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper-slide-active .step-2-title,
.step-2-desc {
  width: 100%;
}

.step-2-top {
  flex-basis: 65%;
}

.step-2-bottom {
  flex-basis: 35%;
}

.step-2-title {
  font-family: "Fiorina Subhead";
  font-size: 32px;
  font-weight: 350;
  line-height: 120%;
  text-transform: uppercase;
  width: 90%;
}

.step-2-text {
  height: calc(100vh - 160px);
}

.step-2-top img {
  width: 275px;
  height: auto;
  margin-bottom: 32px;
}

.step-2-top div {
  font-weight: 400;
  line-height: 150%;
  padding-right: 135px;
}

.step-2-bottom img {
  margin-bottom: 16px;
}

.step-2-bottom ul li:first-child {
  margin-bottom: 48px;
}

.step-2-bottom img {
  width: auto;
  height: 56px;
}

.card::-webkit-scrollbar {
  display: none;
}

.step-3 {
  position: relative;
  height: auto;
  width: calc(100vw - 80px);
  /*width: 100vw;*/
  display: flex;
  justify-content: space-between;
  /*margin-right: 0px!important;*/
}

.step-4 {
  height: auto;
  width: 100vw;
  margin-right: 80px !important;
  margin-left: -80px;
  margin-top: -80px;
  padding: 0 105px;
}

.step-3-top {
  padding-right: 40%;
}

.step-3-top div {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.step-3-top div span:first-child {
  font-size: 52px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
}

.step-3-bottom ul {
  margin-bottom: 32px;
}

.step-3-img {
  width: 50%;
}

.step-3-img img {
  width: -webkit-fill-available;
  object-fit: cover;
  height: 100vh;
  margin-top: -80px;
}

.animated.InUp {
  animation: InUp 150000ms ease;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

@keyframes InUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInSlide {
  0% {
    transform: translateY(60%);
  }

  100% {
    transform: translateY(0);
  }
}

/* main clinic */

.main-clinic img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  object-fit: cover;
}

.main-clinic-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
}

.main-clinic-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 25%;
}

.main-clinic-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

.main-clinic-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 25%;
}

.main-clinic-2-wrap {
  display: flex;
  gap: 32px;
}

.main-clinic-text {
  /* width: 50%; */
  /* margin: 32px auto 64px; */
  text-align: center;
}

.main-clinic-1 img.animated {
  animation: InLeft 150000ms ease;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

.main-clinic-2-wrap img.animated {
  animation: InUp 150000ms ease;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

.main-clinic-3 img.animated {
  animation: InRight 150000ms ease;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

.main-clinic-2>a>img.animated {
  animation: FullSmall 150000ms ease;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  visibility: visible;
}

@keyframes FullSmall {
  0% {
    transform: scale3d(2, 2, 2);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes InLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes InRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fancybox-button {
  background: #faf8f4;
  height: 36px;
  padding: 0px;
  width: 36px;
}

/* artimeda */

img.artimeda {
  /* object-fit: cover; */
  width: 100%;
  height: 213px;
  margin: 16px 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  width: calc(100% + 160px);
  margin-left: -80px;
  height: 1px;
  background-color: #ebe0da;
}

.block-artimeda-wrap {
  height: 100vh;
  overflow: hidden;
}

.vertical-slider {
  position: relative;
  /*height: 100vh;*/
}

.vertical-slider .wheel-control-vertical.show {
  cursor: url(/local/templates/artimeda/img/cursor-move-vertical.png), auto;
}

.block-artimeda-1 {
  border-right: 1px solid #ebe0da;
}

.swiper-slide.slide-1 {
  padding: 0 80px;
}

.block-parallax {
  position: absolute;
  z-index: 1000;
}

.block-artimeda-1-top,
.block-artimeda-2-top {
  top: 10%;
}

.block-artimeda-1 h2 {
  top: 45%;
}

.block-artimeda-1-top img {
  width: 100%;
}

.block-artimeda-1-bottom,
.block-artimeda-2-bottom {
  top: calc(100% - 370px);
}

.block-artimeda-2-bottom {
  right: 0px;
}

.block-artimeda-name {
  position: relative;
  padding-top: 24px;
  /* bottom: 24px; */
}

.block-artimeda img {
  width: 100%;
  height: auto;
}

.block-artimeda-2-bottom .block-artimeda-name {
  margin: 12px 0 24px;
}

.block-artimeda-1 h2 {
  width: fit-content;
  color: #1c1c1c;
  font-family: "Fiorina Subhead";
  font-size: 38px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  /* padding: 80px 0 80px 0px; */
  margin: 0 -200px 0 200px;
}

.block-artimeda-1-bottom {
  display: flex;
  gap: 24px;
}

.block-artimeda-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-artimeda-2 video {
  width: 310px;
  /* height: auto; */
  object-fit: cover;
  height: 366px;
}

.block-artimeda-2>div:first-child {
  margin-top: 185px;
  margin-left: 24px;
  width: 310px;
}

.block-artimeda-2>div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block-artimeda-2>div:last-child a,
.block-artimeda-2>div:last-child a:hover {
  color: #1c1c1c;
}

.block-artimeda-2 a {
  position: relative;
}

.block-artimeda-2 a:after {
  content: "";
  background: url(/local/templates/artimeda/img/artimeda-video.svg) no-repeat;
  position: absolute;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide .block-artimeda-2 a:hover::before {
  content: unset;
}

/* staff-clinic */

.block-staff-clinic {
  background-color: #f7f2ec;
  padding: 0 80px;
}

.staff-clinic-wrap {
  height: 100vh;
  min-height: 725px;
}

.staff-clinic-thumb {
  height: 70px;
}

.staff-clinic-swiper,
.thumbs-staff-clinic {
  flex-basis: 50%;
}

.staff-clinic-name,
.staff-clinic-job {
  width: 50%;
  text-align: center;
}

.staff-clinic-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.staff-clinic-img {
  position: relative;
  padding: 57px 48px;
  margin: 15px;
  border: 1px solid #ebe0da;
  background: #faf8f4;
}

.staff-clinic-img img {
  position: relative;
  z-index: 111;
}

.staff-clinic-img a:hover {
  opacity: unset;
}

.staff-clinic-img:after {
  position: absolute;
  content: "";
  background: url(/local/templates/artimeda/img/diagonale-line.svg) no-repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.thumbs-staff-clinic {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  padding: 48px 0px;
}

.staff-clinic-title {
  width: 50%;
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  text-transform: unset;
}

.thumbs-staff-clinic .swiper-wrapper {
  height: calc(100% - 200px);
}

.staff-clinic-thumb.swiper-slide-thumb-active {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  /* padding-bottom: 8px; */
}

/*
.staff-clinic-thumb.swiper-slide-thumb-active:after {
    position: absolute;
    content: '';
    background: url(/local/templates/artimeda/img/btn-arrow.svg) no-repeat;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0px;
    width: 24px;
    height: 24px;
}
*/
.staff-clinic-thumb a.staff-clinic-doctor {
  display: block !important;
  width: 100% !important;
}

.staff-clinic-thumb a.staff-clinic-doctor {
  display: none;
}

a.staff-clinic-doctor svg {
  opacity: 0;
}

.staff-clinic-thumb a.staff-clinic-doctor:hover::before {
  content: unset;
}

.staff-clinic-thumb {
  position: relative;
  font-family: "Fiorina Subhead";
  font-size: 38px;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  width: 100% !important;
  height: 45px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #c3a090;
  border-bottom: 1px solid #c3a090;
}

/* main doctor video */

.main-doctor-video {
  background: url(/local/templates/artimeda/img/video-artimeda.jpg) center no-repeat;
  background-size: cover !important;
  height: 80vh;
  position: relative;
}

.main-doctor-video__top {
  height: calc(100% - 100px);
}

.main-doctor-video__text {
  color: #fff;
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 16px;
  padding: 0 10px;
}

.main-doctor-video__bottom {
  margin: 0 auto;
  width: 50%;
  height: 100px;
  color: #fff;
  text-align: center;
}

/* before after  */

.main-before-after {
  border-bottom: 1px solid #ebe0da;
}

.main-before-after__text {
  height: 100vh;
  border-right: 1px solid #ebe0da;
  padding: 64px 0;
}

.main-before-after h2,
.main-before-after .h2 {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-before-after__text p {
  width: 50%;
}

.main-before-after__text .overflow-hidden {
  padding-left: 3px;
}

.before-item__img img,
.after-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-before-after {
  overflow: visible;
}

.before-after-items>div {
  width: 100%;
}

.main-before-after__desc {
  overflow: hidden;
  padding: 0 32px;
}

.before-item__img,
.after-item__img {
  position: relative;
  flex-basis: 50%;
}

.before-after-item__img {
  position: relative;
  width: 100%;
  height: auto;
  /*min-height: 430px;
    max-height: 430px;*/
  gap: 24px;
  justify-content: center;
  overflow: hidden;
}

.before-item__img div,
.after-item__img div {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 16px;
  border-radius: 30px;
  background: #fff;
}

.before-after-item__title {
  font-size: 22px;
  line-height: 140%;
  width: 100%;
  gap: 16px;
}

.swiper-before-after__nav {
  margin: 40px;
  gap: 24px;
}

.before-after-items {
  margin-top: 64px;
}

.before-after-item {
  box-shadow: 0px 38px 48px 0px rgba(0, 0, 0, 0.05);
}

.before-after-item {
  position: relative;
  gap: 32px;
  padding: 32px;
  background-color: #fff;
  width: auto;
  height: fit-content;
}

.before-after-item__img>a {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.before-after-items .swiper-slide a:hover::before {
  content: unset;
}

.before-after-item__img>a:hover {
  opacity: 1;
}

/* gallery */

.gallery {
  margin: 64px 0;
}

.gallery h2 {
  font-family: "Fiorina Subhead";
  font-size: 38px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.gallery-filter {
  width: 100%;
  margin-bottom: 32px;
}

.gallery-filter ul li {
  display: flex;
  align-items: center;
}

.gallery-filter-top {
  display: none;
}

ul#gallery-tab {
  border: unset;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1c1c1c;
  opacity: 1;
  background-color: unset;
  border-color: unset;
}

.nav-tabs .nav-link {
  color: #1c1c1c;
  opacity: 0.3;
  margin-right: 32px;
  margin-bottom: unset;
  border: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: 0;
}

.nav-link span:first-child {
  margin-right: 8px;
}

.slider-gallery-item {
  overflow: visible;
}

.slider-gallery-items__item.swiper-slide,
.thumbs-slider-gallery__item.swiper-slide {
  width: auto !important;
}

.slider-gallery-items__item img {
  height: 520px;
  object-fit: contain;
}

.thumbs-slider-gallery__item.swiper-slide {
  margin-right: 32px;
  cursor: pointer;
}

/* stories */

.stories {
  padding: 64px 0;
  background: #f7f2ec;
}

.stories h5 {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: 50%;
}

.stories-filter-top {
  display: none;
}

.stories .row {
  flex-direction: column;
}

.stories .h5 {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: 50%;
}

.stories-desc {
  font-size: 18px;
  line-height: 140%;
  width: 29%;
  margin-bottom: 32px;
}

ul#stories-tab {
  border: unset;
}

.tab-content {
  width: 100%;
}

.stories-filter {
  width: 100%;
  margin-bottom: 32px;
}

.stories-filter ul li {
  display: flex;
  align-items: center;
}

.stories-item {
  padding: 32px;
  background: #faf8f4;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 32px;
  margin-right: 24px;
  min-height: 355px;
  width: 33%;
}

.stories-item__name {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  width: 100%;
}

.slider-stories-yandex .stories-item__name {
  display: flex;
  flex-direction: column;
}

.slider-stories-yandex .stories-item__header>div {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.slider-stories-yandex .stories-item__avatar img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 68px;
  height: 68px;
}

.slider-stories-yandex .stories-item__avatar span {
  display: block;
}

.stories-item__avatar {
  position: relative;
}

.stories-item__avatar span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 100%;
}

.stories-item__avatar img,
.stories-item__avatar span {
  display: none;
}

.stories-item__operation,
.stories-item__doctor {
  border-radius: 300px;
  border: 1px solid #c3a090;
  padding: 8px 24px;
  width: fit-content;
  color: #c3a090;
  font-size: 14px;
  line-height: 100%;
}

.stories-item__doctor a {
  color: #c3a090;
}

.stories-item__text a,
a.link {
  color: #c3a090;
  text-decoration-line: underline;
}

.youtube-img,
.stories-item__img {
  position: relative;
}

.youtube-img img,
.stories-item__img img {
  width: 100%;
  object-fit: cover;
  height: 375px;
}

.slider-stories-video .stories-item__img img {
  width: 100%;
  object-fit: cover;
  height: 413px;
}

.youtube-img a:after,
.stories-item__img a:after {
  content: "";
  background: url(/local/templates/artimeda/img/artimeda-video.svg) no-repeat;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-stories-video .stories-item__name svg,
.slider-stories-yandex .stories-item__name svg {
  display: none;
}

.slider-stories-video .stories-item {
  /*width: 310px;*/
  gap: 16px;
  padding: 0;
  background-color: unset;
}

.swiper-stories__nav {
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 11;
  gap: 24px;
}

.slider-stories-text.swiper,
.slider-stories-yandex.swiper,
.slider-stories-video.swiper,
.slider-patents-items.swiper,
.slider-partners-items.swiper,
.slider-diploma-items.swiper {
  overflow: visible;
}

.slider-stories-text .swiper-wrapper,
.slider-stories-yandex .swiper-wrapper,
.slider-stories-video .swiper-wrapper {
  /* overflow: hidden; */
  height: 100% !important;
}

.stories-item__operation {
  margin-bottom: 8px;
}

.business-rating-badge-view__star {
  position: relative;
}

.business-rating-badge-view__star:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business-rating-badge-view__star._full:after {
  background: url(/local/templates/artimeda/img/star-full.svg) no-repeat;
}

.business-rating-badge-view__star._empty:after {
  background: url(/local/templates/artimeda/img/star-no.svg) no-repeat;
}

.stories-item__stars {
  display: flex;
  align-items: center;
  gap: 12px;
}

.business-rating-badge-view__stars {
  display: flex;
}

.business-rating-badge-view__star {
  position: relative;
  width: 20px;
  height: 20px;
}

/* footer */

footer {
  border-top: 1px solid #ebe0da;
}

.footer {
  display: flex;
  margin: 64px 0;
  gap: 20px;
}

.footer>div {
  flex-basis: 20%;
}

.footer-one-logo img {
  width: fit-content;
  height: 48px;
}

.footer-one-logo {
  margin-bottom: 24px;
}

.footer-one-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.footer-one-contact__tel a {
  color: #1c1c1c;
}

.footer-one-contact__mail a {
  color: #c3a090;
}

.footer-one-contact__tel a:hover {
  color: #e6cab6;
}

.footer-one-map a.btn.btn-circle {
  border: 1px solid #c3a090;
  color: #c3a090;
}

.footer-two a.nav-link,
.footer-three a.nav-link,
.footer-four a.nav-link,
.footer-five a.nav-link {
  padding: 0 0 12px;
  line-height: 100%;
}

.footer-two__social ul {
  display: flex;
  gap: 16px;
}

.footer-two__social {
  margin-top: 20px;
}

.footer-copyright {
  text-align: center;
  margin: 16px auto;
}

.block-footer {
  overflow: hidden;
}

/*breadcrumb */

.breadcrumb {
  padding: 16px;
  background-color: transparent;
  margin-bottom: 0;
}

ol.breadcrumb li a {
  font-size: 14px;
  color: #fff;
  line-height: 100%;
}

ol.breadcrumb li.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding: 0;
}

ol.breadcrumb li.breadcrumb-item.active {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  opacity: 0.4;
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding: 0 16px;
  color: #fff;
  content: "/";
  opacity: 0.4;
  font-size: 14px;
}

/* form */

.form-contact-title {
  color: #4e763c;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 136%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

form {
  width: 100%;
}

form .data {
  display: flex;
  gap: 20px;
}

.form-contact__name,
.form-contact__email {
  width: 50%;
}

form label {
  font-size: 17px;
  font-weight: 400;
  line-height: 156%;
  margin-bottom: 8px;
}

form label span {
  color: #faa480;
}

input.form-control,
textarea.form-control {
  display: flex;
  border-radius: 4px;
  background: #f4ede9;
  padding: 16px 24px;
  color: #a7a7a7;
  font-size: 17px;
  font-weight: 400;
  line-height: 156%;
  height: auto;
  border-color: transparent;
}

.textarea {
  display: flex;
  flex-direction: column;
}

.data,
.subject,
.textarea {
  margin-bottom: 20px;
}

form .form-control:focus {
  color: #a7a7a7;
  background-color: #fff;
  border: 1px solid #f4ede9;
  outline: 0;
  box-shadow: unset;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.save-actions button {
  padding: 0px 32px;
  height: 60px;
  line-height: 60px;
  color: #464748;
  background: linear-gradient(93.55deg, #c4e388 0%, #a7db91 100%);
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  border: unset;
}

.modal.show .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#feedback .modal-content {
  padding: 20px;
}

div#feedback .modal-header {
  border: unset;
  padding: 0;
}

.modal-header {
  position: absolute;
  right: 25px;
}

.modal-header .close span {
  font-size: 33px;
}

body.modal-open {
  padding: 0px !important;
}

/* service */

.first-screen-service {
  margin-top: -180px;
}

.first-screen-service.v-2 .row,
.first-screen-service.v-3 .row {
  max-height: 731px;
}

.first-screen-service .row {
  height: 100vh;
  padding: 220px 0 48px;
}

.first-screen-service h1 {
  color: #fff;
  padding-right: 25%;
  height: 150px;
}

.first-screen-service__desc p {
  color: #fff;
  padding-left: 50%;
  padding-right: 25px;
  height: 150px;
}

.first-screen-service__desc p {
  padding-left: 35%;
}

.service-block {
  padding: 64px 0;
  background-color: #ead3c5;
}

.service-block-top h2 {
  font-size: 44px;
  margin-bottom: 32px;
}

.service-block-desc {
  width: 55%;
  margin-bottom: 32px;
}

.service-block-list {
  width: 100%;
  padding-right: 128px;
}

.service-block-list ul {
  column-count: 2;
  column-gap: 48px;
}

.service-block-list ul li {
  position: relative;
  border-bottom: 1px solid #1c1c1c;
  /* padding-bottom: 8px; */
  margin-bottom: 16px;
}

.service-block-list ul li a {
  position: relative;
  padding-right: 35px;
  padding-bottom: 8px;
  display: block;
  color: #1c1c1c;
  z-index: 111;
}

/*
.service-block-list ul li a:before {
    position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    z-index: 111;
}
*/
.service-block-list ul li::after {
  content: "";
  background: url(/local/templates/artimeda/img/arrow-right.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-block-img img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 32px;
}

.service-block-img div {
  margin-bottom: 26px;
}

.btn-feedback {
  position: relative;
  width: max-content;
  /*height: 52px;*/
}

.btn-feedback.arrow {
  padding: 16px 60px 16px 32px !important;
}

.btn-feedback.white {
  border-radius: 300px;
  border: 1px solid #e1bfb0;
  background: #fff;
  font-size: 19px;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 100%;
}

.btn-feedback.arrow::after {
  content: "";
  background: url(/local/templates/artimeda/img/arrow-right.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
}

.section-detail__text {
  /*margin: 64px 175px;*/
  margin: 64px auto;
  width: calc(100% - 460px);
  /* padding: 0 112px; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accordion-block {
  margin-bottom: 24px;
}

.section-detail__text>p,
.section-detail__text>h2,
.section-detail__text>h3,
.section-detail__text>h4,
.section-detail__text>h5,
.section-detail__text>ul,
.section-detail__text>ol,
.section-detail__text>div.accordion-block {
  padding: 0 112px;
  margin-bottom: 0;
}

.section-detail__text .h5 {
  font-family: "Fiorina Subhead";
  font-weight: 350;
  line-height: 110%;
  font-size: 24px;
  margin: 0;
  padding: 0 112px;
  text-transform: unset;
}

.section-detail__text .one-img img {
  width: 100%;
  margin: 32px 0;
}

.section-detail__text h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-transform: none;
}

.section-detail__text a,
.doctor-detail-text a {
  color: #c3a090;
}

ul.list-border li {
  margin-bottom: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1c1c1c;
  padding-right: 36px;
}

ul.list-border li:last-child {
  margin-bottom: 0;
}

.btn-feedback.primary,
body.black .btn-feedback.primary {
  border-radius: 300px;
  border: 1px solid #e1bfb0;
  padding: 16px 32px;
  background: #e6cab6;
  font-size: 19px;
  font-weight: 500;
  color: #1c1c1c;
}

.section-detail__text .btn-feedback.primary {
  margin-bottom: 26px;
}

.services .main-doctor-video:after {
  content: "";
  position: absolute;
  background-color: rgba(30, 14, 9, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
}

.main-doctor-video__top,
.main-doctor-video__bottom {
  z-index: 1;
  position: relative;
}

.main-doctor-video__top {
  padding-top: 100px;
}

ol.list-number {
  list-style: none;
  counter-reset: myCounter;
  /*margin-bottom: 32px;*/
}

.list-number strong {
  font-size: 17px;
}

ol.list-number li {
  position: relative;
  font-size: 17px;
  line-height: 156%;
  margin-bottom: 12px;
  padding-left: 50px;
}

ol.list-number li:last-child {
  margin-bottom: 0;
}

ol.list-number>li:before {
  letter-spacing: 0.02em;
  color: #c3a090;
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 36px;
  height: 36px;
  background: #f7f2ec;
  position: absolute;
  top: -3px;
  left: 0px;
  border-radius: 50%;
  display: block;
  counter-increment: myCounter;
  content: counter(myCounter);
}

/* doctor comment */

.doctor-comment {
  background-color: #f7f2ec;
  padding: 64px 230px;
}

.doctor-comment__wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.doctor-comment__desc {
  flex-basis: 70%;
}

.doctor-comment__quote {
  position: relative;
  padding-right: 56px;
}

.doctor-comment__img img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.doctor-comment__quote:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(/local/templates/artimeda/img/quote.svg) no-repeat;
  width: 32px;
  height: 24px;
}

.doctor-comment__btn {
  padding-left: 70px;
}

.doctor-comment__text {
  width: 70%;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 16px;
}

.img-text {
  display: flex;
  min-height: 837px;
}

.img-text__img,
.img-text__text {
  flex-basis: 50%;
}

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

.img-text__text {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.service-section p {
  margin-bottom: 0;
}

.text-block {
  margin: 64px 230px;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.text-block h2 {
  text-align: center;
}

.text-img {
  display: flex;
  gap: 64px;
  padding: 100px 80px;
  min-height: 567px;
  background-color: #fff;
}

.text-img>div {
  flex-basis: 50%;
}

.text-img__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.text-img__text h2 {
  text-align: center;
}

.button-bottom div {
  padding-bottom: 32px;
}

ul.column-two {
  column-count: 2;
  column-gap: 24px;
}

ul.list-check li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 35px;
}

ul.list-check li::before {
  content: "";
  background: url(/local/templates/artimeda/img/check.svg) no-repeat;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 28px;
  height: 28px;
}

.text-img__img {
  background-size: 100% !important;
}

.text-img-doctor {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 50% 48px 48px;
}

.text-img-doctor__person {
  display: flex;
  align-items: center;
  gap: 22px;
}

.text-img-doctor__person img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.text-img-doctor>img {
  width: 37px;
}

.text-img-doctor__text {
  font-weight: 500;
  padding-right: 32px;
}

.artimeda-quote {
  padding: 64px;
  background-color: #ead3c5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.artimeda-quote__text {
  font-size: 24px;
  padding: 0 20%;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}

.section-detail__text h2 {
  text-align: center;
  padding: 0 20%;
}

.card {
  background-color: transparent;
  border: unset;
  border-radius: unset;
}

.accordion-block .accordion>.card>.card-header {
  padding: 8px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: transparent;
}

.accordion-block .accordion>.card {
  border-bottom: 1px solid #1c1c1c;
}

.accordion-block .accordion>.card:first-child {
  border-top: 1px solid #1c1c1c;
}

.btn-link {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 350;
  line-height: 125%;
  text-transform: uppercase;
  padding: 0;
}

.btn-link:hover {
  color: #1c1c1c;
  text-decoration: unset;
}

.accordion-block .accordion .card-header button,
.accordion-block .accordion .card-header h2 {
  position: relative;
}

.accordion-block .accordion .card-header button,
.accordion-block .accordion .card-header h2 {
  position: relative;
  font-family: "Commissioner";
  font-size: 28px;
  font-weight: 350;
  line-height: 125%;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 30px;
}

.accordion-block .accordion .card-header button[aria-expanded="false"]:after,
.accordion-block .accordion .card-header h2[aria-expanded="false"]:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(/local/templates/artimeda/img/accordion-plus.svg) center no-repeat;
}

.accordion-block .accordion .card-header button[aria-expanded="true"]:after,
.accordion-block .accordion .card-header h2[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/local/templates/artimeda/img/close-2.svg) center no-repeat;
  opacity: 0.6;
}

.card-body {
  padding: 16px 0;
}

.card-body__title {
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 140%;
}

ul.list-round {
  margin-left: 20px;
  list-style: none;
  page-break-inside: avoid;
  break-inside: avoid;
  /*margin-bottom: 12px;*/
}

ul.list-round li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 5px;
}

ul.list-round li:last-child {
  margin-bottom: 0;
}

ul.list-round li::before {
  content: "";
  background: #c3a090;
  position: absolute;
  top: 13px;
  left: -17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.text-block.bg {
  margin: 0;
  padding: 120px 175px;
  /* background-color: #F7F2EC; */
  background: url(/local/templates/artimeda/img/bg-text-block.jpg),
    #f7f2ec center no-repeat;
  background-size: 100%;
}

.text-block .h2 {
  font-family: "Fiorina Subhead";
  text-align: center;
  font-size: 38px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  padding: 0 20%;
}

.text-block .desc {
  text-align: center;
  padding: 0px 17%;
}

ul.list-check-border li {
  margin-bottom: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1c1c1c;
  position: relative;
  margin-bottom: 13px;
  padding-left: 35px;
}

ul.list-check-border li::before {
  content: "";
  background: url(/local/templates/artimeda/img/check.svg) no-repeat;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 28px;
  height: 28px;
}

.form-block {
  background: url(/local/templates/artimeda/img/bg-form.jpg) center no-repeat;
  min-height: 351px;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.form-block:after {
  content: "";
  background: linear-gradient(0deg,
      rgba(30, 14, 9, 0.2) 0%,
      rgba(30, 14, 9, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form-block-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}

.form-block__text,
.form-block__btn {
  flex-basis: 40%;
}

.form-block__title {
  font-family: "Fiorina Subhead";
  font-size: 32px;
  color: #fff;
  font-weight: 350;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.form-block__desc,
.form-block__desc a {
  color: #fff;
}

.form-block__btn {
  text-align: center;
}

.form-block__check {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 155%;
  margin: 16px 0;
}

.form-block__check a {
  color: #fff;
}

/* price */

.service-price {
  padding: 100px 0;
  /*border: 1px solid #EBE0DA;*/
}

.service-price h2 {
  font-size: 40px;
  font-weight: 350;
  line-height: 110%;
  margin-bottom: 16px;
}

.service-price_desc {
  padding: 0px 33%;
}

.accordion-price {
  margin: 32px 0;
}

.accordion-price .card {
  border-bottom: 1px solid #1c1c1c;
}

.accordion-price h2 {
  text-align: center;
  margin: 25px;
}

.accordion-price .card:first-child {
  border-top: 1px solid #1c1c1c;
}

.accordion-price>.card-wrap .card-header {
  padding: 8px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: unset;
}

.card-wrap {
  padding-bottom: 25px;
}

.accordion-price .card-header button {
  position: relative;
}

.accordion-price .card-header button[aria-expanded="false"]:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(/local/templates/artimeda/img/plus-price.svg) center no-repeat;
}

/*
.accordion-price .card-header button[aria-expanded="true"]:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(/local/templates/artimeda/img/close-price.svg) center no-repeat;
}
*/
.accordion-price .card-header button[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/local/templates/artimeda/img/close-2.svg) center no-repeat;
  opacity: 0.6;
}

.accordion-price .card-body {
  background-color: #f7f2ec;
  padding: 32px;
}

.accordion-price .accordion-price__item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #ebe0da;
  padding-bottom: 16px;
  margin-bottom: 8px;
  justify-content: space-between;
}

.accordion-price .accordion-price__nom {
  flex-basis: 5%;
  font-size: 14px;
}

.accordion-price .accordion-price__main {
  flex-basis: 60%;
}

.accordion-price .accordion-price__name {
  margin-bottom: 8px;
  font-weight: 500;
}

.accordion-price .accordion-price__desc {
  display: flex;
  gap: 8px;
  font-size: 14px;
  padding-right: 32px;
}

.media-item-wrap.w-1 .media-item:first-child img,
.media-item-wrap.w-3 .media-item:last-child img {
  height: 264px;
  object-fit: cover;
}

.media-item-wrap.w-1 .media-item:last-child img,
.media-item-wrap.w-3 .media-item:first-child img {
  height: 460px;
  object-fit: cover;
}

.accordion-price__cost {
  display: flex;
  flex-basis: 33%;
  justify-content: end;
}

.accordion-price__nalog {
  text-align: center;
}

.accordion-price__nalog div:last-child {
  font-size: 14px;
}

.accordion-price__nalog a {
  color: #c3a090;
}

.accordion-price__old {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

/* service-detail */

.service-detail p {
  margin-bottom: 0;
}

.accordion-block p {
  margin-bottom: 16px;
}

.service-detail .first-screen-service h1 {
  padding-right: 0;
  height: unset;
  margin-bottom: 25px;
}

.first-screen-service__text .first-screen-service__p {
  color: #fff;
  padding-right: 80px;
}

a.first-screen-service__play {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  color: #fff;
  margin-bottom: 64px;
}

a.first-screen-service__play img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

/* black header */

body.black .header-addres__name,
body.black .header-phone__btn a {
  color: #1c1c1c;
}

body.black .logo svg path {
  fill: #c3a090;
}

body.black header a.btn.btn-circle,
body.black header .btn-feedback {
  border: 1px solid #c3a090;
  color: #c3a090;
}

body.black .header-logo nav a.nav-link,
body.black ol.breadcrumb li a {
  color: #1c1c1c;
}

body.black ol.breadcrumb li.breadcrumb-item.active,
body.black .breadcrumb-item+.breadcrumb-item::before {
  color: #a4a4a4;
  opacity: 1;
}

.first-screen-service.v-2,
.first-screen-service.v-3 {
  position: relative;
  margin-top: 0;
  background-color: #f7f2ec;
}

.first-screen-service.v-2 .row,
.first-screen-service.v-3 .row {
  height: calc(100vh - 180px);
  padding: 0;
}

.first-screen-service__play2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  background-color: #fff;
  width: 222px;
  z-index: 1;
}

.first-screen-service__desc {
  /*position: absolute;
    right: 0;
    width: 100%;
    height: calc(100vh - 180px);*/
}

.first-screen-service__play2 img {
  max-width: 100%;
  height: 230px;
  object-fit: cover;
}

.first-screen-service__play2 div {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 155%;
  margin-top: 12px;
}

.first-screen-service__play2 a {
  position: relative;
  display: block;
}

.first-screen-service__play2 a:after {
  content: "";
  background: url(/local/templates/artimeda/img/artimeda-video.svg) no-repeat;
  position: absolute;
  width: 64px;
  height: calc(50% - 32px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.first-screen-service.v-2 .first-screen-service__text,
.first-screen-service.v-3 .first-screen-service__text {
  gap: 24px;
  padding-right: 150px;
}

.first-screen-service.v-2 h1,
.first-screen-service.v-3 h1 {
  color: #1c1c1c;
  margin-bottom: 0;
}

.first-screen-service.v-2 h4 {
  font-size: 24px;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 140%;
  text-transform: unset;
}

.first-screen-service__article {
  background-color: #e6cab6;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.first-screen-service__article .h4 {
  margin-bottom: 12px;
}

a.btn.btn-white {
  position: relative;
  border-radius: 300px;
  border: 1px solid #e1bfb0;
  background: #fff;
  font-size: 19px;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 100%;
}

a.btn.btn-white.arrow {
  padding: 16px 60px 16px 32px !important;
}

a.btn.btn-white.arrow::after {
  content: "";
  background: url(/local/templates/artimeda/img/arrow-right.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%);
}

/* about */

.first-screen-about {
  margin-top: -180px;
  min-height: 640px;
}

.first-screen-about__title {
  margin-bottom: 30px;
}

.first-screen-about .row {
  height: 100vh;
  padding: 200px 0 48px;
}

.first-screen-about__title h1 {
  color: #fff;
  margin-bottom: 24px;
}

.first-screen-about__title div {
  color: #fff;
  margin-right: 150px;
}

.first-screen-about__description {
  display: flex;
  gap: 24px;
}

.about__numbers {
  display: flex;
  flex-direction: column;
}

.first-screen-about__description .about__numbers:first-child {
  flex-basis: 60%;
}

.about__numbers span:first-child {
  color: #fff;
  font-family: "Fiorina Subhead";
  font-size: 52px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
}

.about__numbers span:last-child {
  color: #fff;
}

a.first-screen-about__play {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  color: #fff;
}

a.first-screen-about__play img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

.img-img .row {
  height: 792px;
}

.img-img__left,
.img-img__right {
  flex-basis: 50%;
  padding: 110px 0;
}

.img-img__left {
  border-right: 1px solid #ebe0da;
  display: flex;
  flex-direction: column;
}

.img-img__left img {
  width: 322px;
  margin: 0 auto 64px;
}

.img-img__left h2 {
  padding-right: 45%;
  margin-bottom: 32px;
}

.img-img__left p {
  padding-right: 45%;
}

.img-img__right img:first-child {
  position: relative;
  top: 250px;
  z-index: 1;
}

.img-img__right img:last-child {
  position: relative;
  left: 150px;
  top: -300px;
}

.about .img-text {
  background-color: #f7f2ec;
  min-height: 440px;
}

.about .clinic-direction {
  background-color: #f7f2ec;
  min-height: auto;
}

.about .img-text__text {
  padding: 64px 100px;
}

.img-text__text h3 {
  font-size: 38px;
}

.clinic-direction {
  border-top: 1px solid #ebe0da;
  padding: 64px 0;
}

.clinic-direction ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}

.clinic-direction ul a {
  display: block;
  border-radius: 32px;
  border: 1px solid #1c1c1c;
  padding: 20px 64px 20px 32px;
  color: #1c1c1c;
}

.clinic-direction ul li:nth-child(1) a,
.clinic-direction ul li:nth-child(2) a,
.clinic-direction ul li:nth-child(3) a {
  position: relative;
  bottom: -2px;
}

.clinic-direction ul li:nth-child(4) a,
.clinic-direction ul li:nth-child(5) a,
.clinic-direction ul li:nth-child(6) a {
  position: relative;
  bottom: -1px;
}

.about .artimeda-quote__text {
  font-family: "Fiorina Subhead";
  font-size: 28px;
  font-weight: 350;
  line-height: 125%;
  text-transform: uppercase;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.clinic-doctor {
  padding: 64px 0;
}

.clinic-doctor .row {
  justify-content: space-between;
}

.clinic-doctor__img {
  position: relative;
  flex-basis: 30%;
}

.clinic-doctor__text {
  position: relative;
  flex-basis: 50%;
}

.clinic-doctor__img a {
  position: relative;
  display: block;
}

.clinic-doctor__img img {
  width: 100%;
}

.clinic-doctor__img a:after {
  content: "";
  background: url(/local/templates/artimeda/img/artimeda-video.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clinic-doctor__img span {
  position: absolute;
  color: #fff;
  left: 32px;
  bottom: 32px;
}

.clinic-doctor__text {
  padding-left: 64px;
}

.clinic-doctor__text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/local/templates/artimeda/img/quote.svg) no-repeat;
  width: 32px;
  height: 24px;
}

p.clinic-doctor__textcolumn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

p.clinic-doctor__textcolumn img {
  width: 142px;
}

/* patents */

.clinic-patents,
.clinic-partners {
  background-color: #f7f2ec;
  padding: 64px 0;
}

.clinic-patents h5,
.clinic-partners h5 {
  font-size: 38px;
  margin-bottom: 32px;
}

.clinic-patents__desc {
  column-count: 2;
  column-gap: 24px;
}

.clinic-patents__top {
  margin-bottom: 32px;
}

.clinic-patents>div:first-child {
  border-bottom: 1px solid #ebe0da;
}

.clinic-patents__title {
  font-family: "Fiorina Subhead";
  font-size: 28px;
  padding-right: 10%;
  font-weight: 350;
  line-height: 125%;
  text-transform: uppercase;
  margin: 32px 0;
}

.clinic-patents__slider,
.clinic-partners__slider {
  width: 100%;
}

.slider-patents-item img,
.slider-partners-item img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.slider-patents-items,
.slider-partners-items {
  position: relative;
}

.slider-patents-item {
  width: 25%;
}

.slider-patents-items>div:first-child,
.slider-partners-items>div:first-child {
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 11;
  gap: 24px;
}

.slider-partners-item {
  width: 16.66%;
}

.slider-partners-items .swiper-wrapper {
  position: relative;
  background-color: #fff;
}

.slider-partners-items .swiper-wrapper:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  right: -100%;
  z-index: -1;
}

.slider-partners-items .swiper-wrapper:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: -1;
}

.clinic-partners {
  border-bottom: 1px solid #ebe0da;
}

/* default */

.clinic-default {
  margin: 64px 0;
}

.clinic-default__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.clinic-default__top h1 {
  margin-bottom: 16px;
}

.clinic-default__top {
  margin: 0 auto 64px;
}

.clinic-default__desc {
  margin: 0 auto;
  width: 70%;
}

.clinic-default__text p,
.clinic-default__text h2,
.clinic-default__text h3,
.clinic-default__text h4,
.clinic-default__text ol,
.clinic-default__text ul,
.clinic-default__text .accordion-block,
.clinic-default__text .h2 {
  padding: 0 112px;
}

.clinic-default__text ul.list-round {
  margin-left: 30px;
}

.clinic-default__text .one-img img {
  width: 100%;
  margin: 32px 0;
}

.clinic-default__text .accordion-block ul,
.clinic-default__text .accordion-block ol {
  margin-left: 0px;
  padding: 0 25px;
}

.clinic-default__text .accordion-block p,
.clinic-default__text .accordion-block h3,
.clinic-default__text .accordion-block h4 {
  padding: 0;
}

.clinic-default__text .h2 {
  text-align: center;
  font-family: "Fiorina Subhead";
  font-size: 32px;
  font-weight: 350;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.clinic-default__text h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-transform: none;
}

.doctor-detail-text p {
  margin-bottom: 0;
}

/* contacts */

.clinic-contacts__top {
  margin: 64px 0;
}

.clinic-contacts h1 {
  font-family: "Fiorina Subhead";
  margin-bottom: 16px;
  font-weight: 350;
  line-height: 110%;
}

.clinic-contacts__desc {
  width: 35%;
  margin: 0 auto;
}

.clinic-contacts__bottom {
  display: flex;
}

.clinic-contacts__bottom>div {
  flex-basis: 50%;
}

.clinic-contacts__bottom>div:first-child {
  padding: 32px 24px 32px 64px;
  background-color: #f7f2ec;
  width: 40%;
}

.clinic-contacts__title {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 140%;
}

.clinic-contacts__text ul li {
  margin-bottom: 12px;
}

.clinic-contacts__text ul li span {
  display: inline-block;
  width: 49%;
}

.clinic-contacts__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}

.about-clinic {
  max-width: 1920px;
  margin: auto;
}

/* doctors */

.doctors-top {
  margin-top: 64px;
}

.doctors-top.bg {
  min-height: 100vh;
  margin-top: -180px;
  position: relative;
  z-index: -1;
  height: 100vh;
  max-height: 911px;
  max-width: 1920px;
  margin: -180px auto 0;
  min-height: auto;
}

.doctors-top.bg:after {
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.doctors-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 16px;
}

.doctors-top.bg .doctors-desc {
  margin-bottom: 64px;
}

.doctors-top.bg .doctors-title,
.doctors-top.bg .doctors-desc {
  color: #fff;
}

.doctors-desc {
  text-align: center;
  width: 33%;
}

.doctors-items {
  margin: 64px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 24px;
}

.clinic-doctors-item__img img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.clinic-doctors-item {
  position: relative;
  display: flex;
}

.clinic-doctors-item a {
  width: 100%;
  display: flex;
}

.clinic-doctors-item__img {
  width: 100%;
}

.clinic-doctors-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 33%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1c1c1c 100%);
  z-index: 0;
}

.clinic-doctors-item__text {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: #fff;
  z-index: 1;
  width: calc(100% - 64px);
}

.clinic-doctors-item__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}

.doctors-pagination {
  border-top: 1px solid #ebe0da;
  padding: 32px 0;
}

.doctors-pagination nav {
  width: 1300px;
  display: flex;
  justify-content: space-between;
}

.pagination-prev .page-item .page-link,
.pagination-next .page-item .page-link {
  border-radius: 300px;
  padding: 16px 32px;
  border: 1px solid #c3a090;
}

.pagination .page-item .page-link {
  border-radius: 300px;
  padding: 16px 22px;
  border: 1px solid transparent;
}

.pagination {
  gap: 8px;
}

.page-item.active .page-link {
  color: #c3a090;
  background-color: transparent;
  border: 1px solid #c3a090;
  padding: 16px 22px;
}

.page-item .page-link:hover {
  color: #1c1c1c;
  background-color: #ead3c5;
  border: 1px solid transparent;
}

.page-item .page-link:focus {
  color: #1c1c1c;
  background-color: #c3a090;
  box-shadow: unset;
}

.page-link {
  line-height: 100%;
  color: #c3a090;
  background-color: transparent;
  border: unset;
}

.pagination-prev .page-item .page-link:hover svg path,
.pagination-next .page-item .page-link:hover svg path {
  fill: #1c1c1c;
}

/* doctor detail */

.first-screen-doctor {
  padding: 64px 0;
  background-color: #f7f2ec;
  /* height: calc(100vh - 180px); */
  /* overflow: hidden; */
}

.first-screen-doctor__img {
  position: relative;
  width: 535px;
  height: 650px;
}

a.first-screen-doctor__play {
  position: absolute;
  top: 32px;
  right: 32px;
}

.first-screen-doctor__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

ul.doctor-detail-member {
  display: flex;
  gap: 24px;
  margin: 64px 80px;
}

ul.doctor-detail-member li {
  flex-basis: 33%;
}

ul.doctor-detail-member img {
  width: auto;
  height: 56px;
  margin-bottom: 24px;
}

.doctor-detail-service {
  padding: 64px 80px;
  background-color: #f7f2ec;
}

h2.doctor-detail-service__title {
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  padding-bottom: 32px;
}

.doctor-detail-service__desc {
  padding-right: 20%;
  padding-bottom: 32px;
}

.doctor-detail-service__img {
  gap: 32px;
}

.doctor-detail-service__list ul li a:before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
}

.doctor-detail-service__list ul li {
  position: relative;
}

.doctor-detail-service__list ul li::after {
  content: "";
  background: url(/local/templates/artimeda/img/arrow-right.svg) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
}

.doctor-detail-text {
  margin: 64px auto;
  width: calc(100% - 460px);
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.doctor-detail-text .h2 {
  font-family: "Fiorina Subhead";
  font-size: 38px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
}

.doctor-detail-text ol.list-number {
  padding-inline-start: 0;
}

.clinic-diploma__slider {
  width: 100%;
  margin: 64px 0;
}

.clinic-diploma__title {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.slider-diploma-item img {
  width: 100%;
  object-fit: cover;
  height: 247px;
}

.slider-diploma-item {
  width: 20%;
}

.slider-diploma-items,
.slider-diploma-item a {
  position: relative;
}

.swiper-diploma__nav {
  position: absolute;
  top: -85px;
  right: 0;
  z-index: 11;
  gap: 24px;
}

.swiper-slide a[data-fancybox]:hover::before {
  content: url(/local/templates/artimeda/img/button-plus.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.slider-partners-item.swiper-slide a:hover::before,
.before-after-item.swiper-slide a:hover::before,
.stories-item.swiper-slide a:hover::before,
.staff-clinic-item.swiper-slide a:hover::before {
  content: unset;
}

.swiper-slide a {
  position: relative;
  display: block;
}

/* media */

.media {
  flex-direction: column;
  align-items: unset;
}

.media-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 64px 0;
}

.media-desc {
  width: 33%;
  text-align: center;
}

.media-items {
  width: 100%;
}

.media-item-wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
}

.media-item-wrap a {
  flex-basis: 50%;
}

.media-item__img {
  margin-bottom: 32px;
}

.media-item__img img {
  width: 100%;
  transition: transform 1s;
}

.media-item__date {
  font-size: 14px;
  line-height: 155%;
  margin-bottom: 16px;
}

.media-item__title {
  font-size: 22px;
  line-height: 140%;
  width: 60%;
}

.media-item__img {
  overflow: hidden;
}

.media-item-wrap a:hover {
  opacity: 1;
}

.media-item:hover img {
  transform: scale(1.05);
}

.media-item-wrap.w-1,
.media-item-wrap.w-3 {
  gap: 10%;
}

.media-item-wrap.w-1 a:first-child,
.media-item-wrap.w-3 a:last-child {
  flex-basis: 40%;
}

.media-item-wrap.w-1 a:last-child,
.media-item-wrap.w-3 a:first-child {
  flex-basis: 60%;
}

.media-pagination {
  border-top: 1px solid #ebe0da;
  padding: 32px 0;
}

.media-pagination nav {
  width: 1300px;
  display: flex;
  justify-content: space-between;
}

.media-item-wrap.w-0 .media-item__img img,
.media-item-wrap.w-2 .media-item__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 1s;
}

/* media */

.media-detail-top {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.media-detail-top h1 {
  margin: 0 20%;
  text-align: center;
}

.media-detail-top__desc {
  margin: 0 20%;
  text-align: center;
}

img.media-detail-top__img {
  /* width: 100%; */
  height: 680px;
  margin: 24px 0 16px;
}

.media-detail-list {
  margin: 64px 0;
}

.media-detail-list__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.media-detail-list__top>div:first-child {
  flex-basis: 55%;
}

.media-detail-list__title {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.media-detail-list__desc {
  font-size: 18px;
  line-height: 140%;
  padding-right: 40%;
}

.media-list-items {
  display: flex;
  gap: 32px;
}

a.media-list-item {
  flex-basis: 50%;
}

.media-list-item__img img {
  width: 100%;
  margin-bottom: 32px;
}

.media-list-item__date {
  font-size: 14px;
  line-height: 155%;
  margin-bottom: 16px;
}

.media-list-item__title {
  color: #222;
  font-size: 22px;
  line-height: 140%;
  padding-right: 30%;
}

.section-detail__text h3,
.section-detail__text h4,
.section-detail__text h5 {
  text-transform: unset;
}

/* rezult */

.rezult-list {
  padding: 64px 0 0;
}

.rezult-list h1 {
  width: 100%;
  font-weight: 350;
  text-align: center;
  margin-bottom: 32px;
}

.rezult-items {
  width: 100%;
}

.rezult-filter {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

.rezult-filter-wrap {
  justify-content: center;
  border: unset;
}

.rezult-items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 32px;
  margin-bottom: 48px;
}

.rezult-filter-top {
  display: none;
}

.rezult-filter .nav-link {
  cursor: pointer;
}

.rezult-pagination nav {
  position: relative;
  padding: 32px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rezult-pagination nav:after {
  position: absolute;
  content: "";
  background: #ebe0da;
  top: 0px;
  left: -50%;
  width: 200%;
  height: 1px;
}

/* rezult detail */

.first-screen-rezult {
  margin: 48px 0;
}

.first-screen-rezult__text,
.first-screen-rezult__text h1,
.first-screen-rezult__text p {
  padding-right: 32px;
}

.first-screen-rezult .before-after-item {
  margin-left: 32px;
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
}

.first-screen-rezult h1 {
  margin-bottom: 24px;
}

.rezult-detail a {
  color: #c3a090;
}

.rezult-detail-list {
  margin: 64px 0;
}

.rezult-detail-list__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.rezult-detail-list__top>div:first-child {
  flex-basis: 55%;
}

.rezult-detail-list__title {
  font-family: "Fiorina Subhead";
  font-size: 44px;
  font-weight: 350;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.rezult-detail-list__desc {
  font-size: 18px;
  line-height: 140%;
  padding-right: 40%;
}

.rezult-list-items {
  display: flex;
  gap: 32px;
}

.three-img,
.two-img {
  display: flex;
  gap: 16px;
}

.three-img img {
  /*width: 32.8%;*/
  width: calc(33.33% - 11px);
  margin: 32px 0;
}

.two-img img {
  /*width: 49.7%;*/
  width: calc(50% - 8px);
  margin: 32px 0;
}

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

/* sitemap */

.sitemap h2 {
  margin: 25px auto;
  text-align: center;
}

table.map-columns {
  width: 100%;
}

ul.map-level-0 a {
  font-weight: 300;
}

.card-header .btn,
.card-body .accordion-price__name {
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.first-screen:before {
  content: "";
  width: 100%;
  height: 600px;
  background-color: #faf8f4;
  position: absolute;
  bottom: -600px;
  z-index: 1;
}

.media-item-wrap.w-1,
.media-item-wrap.w-3,
.media-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

.media-item__img {
  min-height: 500px;
}

@media (max-width: 1440px) {
  .first-screen {
    height: calc(100vh - 131px) !important;
  }
}

.text-block {
  padding: 60px 112px;
}

@media (min-width: 992px) {
  .first-screen-service .align-items-lg-end {
    align-items: flex-start !important;
  }
}

.card-body .accordion-price__name {
  overflow-wrap: inherit;
  hyphens: none;
  word-break: keep-all;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

.text-img {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}


/* FIXES */

/* .service-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.first-screen-service .row {
  height: auto;
}

.first-screen-service {
  display: flex;
  max-height: 100vh;
}

.first-screen-service {
  min-height: clamp(37vh, 46vh, 936px, 100vh);
  display: flex;
}

.first-screen-service .container-fluid {
  display: flex;
} */


/* .first-screen-service {
  min-height: clamp(37vh, 936px, 936px);
  display: flex;
}

.first-screen-service .container-fluid {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}

.first-screen-service .row {
  height: auto;
  flex: 1;
  display: flex;
  padding: clamp(400px, 220px, 220px) 0 48px;
  box-sizing: border-box;
} */


/* ~50% zoom */

/* .first-screen-service.zoom-90 {
  height: 100vh;
}

.first-screen-service.zoom-90 .row {
  padding-top: 23em;
}

.first-screen-service.zoom-80 {
  height: 100vh;
}

.first-screen-service.zoom-80 .row {
  padding-top: 23em;
}

.first-screen-service.zoom-67 {
  height: 100vh;
}

.first-screen-service.zoom-67 .row {
  padding-top: 23em;
}

.first-screen-service.zoom-60 {
  height: 74vh;
}

.first-screen-service.zoom-60 .row {
  height: 71em;
  padding-top: 26em;
}


.first-screen-service.zoom-40 {
  height: 49vh;
}

.first-screen-service.zoom-40 .row {
  height: 71em;
  padding-top: 26em;
}


.first-screen-service.zoom-25 {
  height: 37vh;
}

.first-screen-service.zoom-25 .row {
  height: 71em;
  padding-top: 26em;
} */

/* TEST 2 */

/* .first-screen-service {
  max-height: 100vh !important;
  min-height: 100%;
  display: flex;
}

.first-screen-service .container-fluid {
  min-height: 100%;
  display: flex;
}

.first-screen-service .row {
  min-height: 820px;
  height: auto;
  max-height: 100vh;
  margin-top: auto;
} */

/* TEST 3 */

@media (min-width: 2036px) {
  .first-screen-service {
    max-height: 100%;
  }

  .first-screen-service .row {
    height: 100%;
    padding: 220px 0 48px;
  }

  .first-screen-service__text.col-12.col-lg-6.d-flex.align-items-lg-end {
    padding-top: 300px;
  }

  .first-screen-service__desc.col-12.col-lg-6.d-flex.align-items-end {
    padding-top: 832px;
  }

}

@media (min-width: 2561px) {
  .first-screen-service {
    max-height: 100%;
  }

  .first-screen-service .row {
    height: 100%;
    padding: 220px 0 48px;
  }

  .first-screen-service__text.col-12.col-lg-6.d-flex.align-items-lg-end {
    padding-top: 400px;
  }

  .first-screen-service__desc.col-12.col-lg-6.d-flex.align-items-end {
    padding-top: 1000px;
  }

}

@media (min-width: 2826px) {
  body:not(.black) .first-screen-service {
    margin-top: -28em !important;
  }
}

@media (min-width: 3840px) {
  body:not(.black) .first-screen-service {
    margin-top: -28em !important;
  }
}