* {

}
._container {
  width: 100%;
  max-width: 1448px;
  padding: 0 16px;
  margin: 0 auto;
}

.btn {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  gap: 8px;
  padding: 0 24px;
  border-radius: 40px;
  border: 2px solid transparent;
}
.btn.btnPrimary {
  background: #e22554;
  color: #fff;
}
.btn.btnIco {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 12px;
  background: #e22554;
}
.btn.btnIco.btnIcoRed {
  background: #F85077;
}
.btn.btnOutline {
  border: 2px solid #e22554;
  color: #e22554;
}
.btn.btnOutline span {
  color: #e22554;
}

.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--font-family-base);
}

section {
  padding: 40px 0px;
}

a {
  color: #1B1B26;
}

.newHeader {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 10px 34px rgba(226, 37, 84, 0.12), 0 2px 10px rgba(27, 27, 38, 0.08);
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.95) 0 28%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 236, 242, 0.9) 52%, rgba(248, 80, 119, 0.22) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 37, 84, 0.1);
  z-index: 100;
  width: 100%;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.newHeader .headerTop {
  background: rgba(255, 255, 255, 0.42);
}
.newHeader.scrolled .headerTop {
  display: none;
}
.newHeader.scrolled {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.96) 0 26%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 238, 244, 0.92) 48%, rgba(248, 80, 119, 0.28) 100%) !important;
  box-shadow: 0 18px 48px rgba(226, 37, 84, 0.18), 0 8px 22px rgba(27, 27, 38, 0.12);
  border-bottom-color: rgba(226, 37, 84, 0.16);
}
.newHeader .headerTop .headerTopWrap {
  display: flex;
  padding: 8px 0;
  align-items: center;
  gap: 88px;
}
.newHeader .headerTop .headerTopPhone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.newHeader .headerTop .headerTopPhone .headerPhoneLink {
  display: flex;
  gap: 6px;
  align-items: center;
}
.newHeader .headerTop .headerTopPhone .headerPhoneLink svg {}
.newHeader .headerTop .headerTopPhone .headerPhoneLink span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.newHeader .headerTop .headerTopPhone .headerOrderLink {
  color: #e22554;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
.newHeader .headerTop .headerTopLinks {
  display: flex;
  gap: 32px;
  align-items: center;
}
.newHeader .headerTop .headerTopLinks a {
  display: flex;
  gap: 4px;
  align-items: center;
}
.newHeader .headerTop .headerTopLinks a svg {}
.newHeader .headerTop .headerTopLinks a span {
  font-family: Mulish;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.newHeader .headerTop .headerTopButtons {
  margin-left: auto;
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
.newHeader .headerTop .headerTopButtons .searchBtnIco {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  box-shadow: 0px 1px 8px 0px #185D6E33;
  background: #fff;
}
.newHeader .headerTop .headerTopButtons .searchBtnIco svg {}

.newHeader .headerBottom {}
.newHeader .headerBottom .headerBottomWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.newHeader .headerBottom .headerBottomLogo {}
.newHeader .headerBottom .headerBottomLogo img {
  max-height: 62px;
  max-width: 310px;
  object-fit: contain;
}

.newHeader .headerBottom .headerBottomMenu > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.newHeader .headerBottom .headerBottomMenu > ul li {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
.newHeader .headerBottom .headerBottomMenu > ul li:hover .menu__list_wrapper {
  display: block;
  left: -20px;
}
.newHeader .headerBottom .headerBottomMenu .menu__link {
  transition: All 0.3s ease 0s;
}
.newHeader .headerBottom .headerBottomMenu .menu__link svg{
  display: none;
}
.newHeader .headerBottom .headerBottomMenu  .menu__link:hover {
    color: var(--color-primary);
}
.newHeader .headerBottom .headerBottomMenu .menu__button {
  cursor: pointer;
  padding-right: 15px;
  transition: All 0.3s ease 0s;
}
.newHeader .headerBottom .headerBottomMenu .menu__button::after, .newHeader .headerBottom .headerBottomMenu .menu__button::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 2px;
  top: 8px;
  right: 0;
  background-color: var(--color-black-text);
  transition: transform 0.2s ease-out;
  border-radius: 5px;
}
.newHeader .headerBottom .headerBottomMenu .menu__button::after {
  transform: rotate(45deg);
  right: 4px;
}
.newHeader .headerBottom .headerBottomMenu .menu__button::before {
  transform: rotate(-45deg);
}
.newHeader .headerBottom .headerBottomMenu .menu__button:hover {
  color: var(--color-primary);
}
.newHeader .headerBottom .headerBottomMenu .menu__button:hover::after {
  transform: rotate(-45deg);
  background-color: var(--color-primary);
}
.newHeader .headerBottom .headerBottomMenu .menu__button:hover::before {
  transform: rotate(45deg);
  background-color: var(--color-primary);
}
.newHeader .headerBottom .headerBottomMenu .menu__button:hover li {
  color: var(--color-black-text);
}
.newHeader .headerBottom .headerBottomMenu .menu__list {
  background-color: var(--color-white);
  box-shadow: 0 0 16px 0 rgba(17, 31, 57, 0.1);
  border-radius: 24px;
  width: 320px;
  padding: 16px;
  margin-top: 20px;
}
.newHeader .headerBottom .headerBottomMenu .menu__list_wrapper {
  position: absolute;
  display: none;
}
.newHeader .headerBottom .headerBottomMenu .menu__list li {
  font-family: Mulish;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.newHeader .headerBottom .headerBottomMenu .menu__list li a{
  font-family: Mulish;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.newHeader .headerBottom .headerBottomMenu .menu__list li:not(:last-child) {
  margin-bottom: 10px;
}
.newHeader .headerBottom .headerBottomMenu .menu__list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 35%;
  left: 10px;
  border-radius: 50%;
  background-color: #e22554;
}
.newHeader .headerBottom .headerBottomMenu .menu__list li img {
  width: 15px;
  opacity: 0;
  transition: all 0.3s;
}
.newHeader .headerBottom .headerBottomMenu .menu__list li:hover img {
  opacity: 1;
}
.newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile {
  display: none;
}
.newHeader .headerBottom .headerBottomButtons {
  display: flex;
  gap: 8px;
}
.newHeader .headerBottom .headerBottomMobileButtons {
  display: none;
}

.wrapper {
  padding-top: 136px;
}

body {
  --mag-site-bg:
    radial-gradient(circle at 20% 8%, rgba(255, 255, 255, 0.94) 0 24%, rgba(255, 255, 255, 0) 48%),
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.88) 0 20%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 48% 76%, rgba(255, 255, 255, 0.9) 0 28%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(226, 37, 84, 0.3) 0%, rgba(248, 80, 119, 0.24) 48%, rgba(226, 37, 84, 0.32) 100%),
    #fff3f6;
  background: var(--mag-site-bg);
  background-attachment: fixed;
}

.wrapper,
.main {
  background: var(--mag-site-bg);
  background-attachment: fixed;
}

section,
.newHeader,
.newHeader .headerTop,
.newHeader .headerBottom,
.section-color,
.mainDirections,
.mainEquipment,
.mainFaq,
.mainAdvards,
.mainRating,
.reviews,
footer.footer,
footer.footer .footer__wrapper {
  background: transparent !important;
}

.newHeader,
.newHeader .headerTop,
.newHeader .headerBottom {
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.95) 0 28%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 236, 242, 0.9) 52%, rgba(248, 80, 119, 0.22) 100%) !important;
}

.newHeader.scrolled,
.newHeader.scrolled .headerBottom {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.96) 0 26%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 238, 244, 0.92) 48%, rgba(248, 80, 119, 0.28) 100%) !important;
}

.mainHeroVideo {
  padding: 0 0 40px;
}

.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.22) 0 0.55rem, transparent 0.6rem),
    radial-gradient(circle at 74% 32%, rgba(255, 255, 255, 0.22) 0 0.42rem, transparent 0.46rem),
    linear-gradient(145deg, #ff7aa1 0%, #e22554 100%) !important;
}

.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem::before {
  background: none !important;
}

.mainServicesItemIcon {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.82);
  filter: drop-shadow(10px 10px 0 rgba(162, 18, 58, 0.28));
  -webkit-mask: var(--service-icon, var(--icon-cross)) center / contain no-repeat;
  mask: var(--service-icon, var(--icon-cross)) center / contain no-repeat;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.45s ease;
}

.mainServicesItemIcon svg {
  display: none;
}

.innerServices,
.mainServices {
  --icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='60' cy='62' r='34'/%3E%3Cpath d='M60 42v23l16 11M34 23l-12 12M86 23l12 12M44 18h32'/%3E%3C/g%3E%3C/svg%3E");
  --icon-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M60 96S22 73 22 43c0-15 11-25 24-25 8 0 13 4 17 10 4-6 9-10 17-10 13 0 24 10 24 25 0 30-44 53-44 53Z'/%3E%3Cpath d='M21 61h20l8-16 14 34 10-22h26'/%3E%3C/g%3E%3C/svg%3E");
  --icon-cross: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='28' y='22' width='64' height='78' rx='14'/%3E%3Cpath d='M60 43v36M42 61h36M43 22v-9M77 22v-9'/%3E%3C/g%3E%3C/svg%3E");
  --icon-female: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='60' cy='40' r='24'/%3E%3Cpath d='M60 64v42M42 86h36M48 98h24'/%3E%3C/g%3E%3C/svg%3E");
  --icon-kidney: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M46 22C28 27 23 48 33 66c7 13 15 22 11 40M74 22c18 5 23 26 13 44-7 13-15 22-11 40M43 56c11 8 23 8 34 0M60 61v28'/%3E%3C/g%3E%3C/svg%3E");
  --icon-bone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M35 34c-9-9-2-24 10-20 6 2 10 7 13 14l34 34c7 3 12 7 14 13 4 12-11 19-20 10-9 9-24 2-20-10 2-6 7-10 14-13L58 40c-3 7-7 12-13 14-12 4-19-11-10-20Z'/%3E%3C/g%3E%3C/svg%3E");
  --icon-ribbon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M46 18c16 17 28 42 36 84M74 18c-16 17-28 42-36 84M45 18c-13 9-13 27 0 35 12 8 26-3 15-23-11 20 3 31 15 23 13-8 13-26 0-35'/%3E%3C/g%3E%3C/svg%3E");
  --icon-ultrasound: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='26' y='20' width='68' height='52' rx='10'/%3E%3Cpath d='M42 72l-10 24h56L78 72M44 44h32M52 56h16M43 96v10M77 96v10'/%3E%3C/g%3E%3C/svg%3E");
  --icon-surgery: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='33' cy='82' r='12'/%3E%3Ccircle cx='87' cy='82' r='12'/%3E%3Cpath d='M45 73l38-40M75 73L37 33M60 58l17 18M60 58L43 76'/%3E%3C/g%3E%3C/svg%3E");
  --icon-lab: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M44 18h32M52 18v27L30 88c-4 8 2 16 11 16h38c9 0 15-8 11-16L68 45V18M42 78h36M49 56h22'/%3E%3C/g%3E%3C/svg%3E");
  --icon-brain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M43 93c-14 0-25-11-25-25 0-9 5-17 12-22-1-15 10-27 24-27 8 0 15 4 20 10 17 0 30 13 30 30 0 16-12 29-28 30-7 4-15 4-23 1'/%3E%3Cpath d='M42 46c8-4 17-1 21 7M72 35c-5 8-4 16 3 23M46 71c7-3 15 0 19 6M79 63c8 2 13 8 13 17'/%3E%3C/g%3E%3C/svg%3E");
  --icon-tooth: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='black' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M38 18c9 0 14 6 22 6s13-6 22-6c14 0 23 13 19 31-3 13-10 23-13 38-2 10-8 17-15 17-8 0-7-22-13-22s-5 22-13 22c-7 0-13-7-15-17-3-15-10-25-13-38-4-18 5-31 19-31Z'/%3E%3C/g%3E%3C/svg%3E");
}

.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(1) .mainServicesItemIcon { --service-icon: var(--icon-clock); }
.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(2) .mainServicesItemIcon { --service-icon: var(--icon-heart); }
.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(3) .mainServicesItemIcon { --service-icon: var(--icon-cross); }
.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(4) .mainServicesItemIcon { --service-icon: var(--icon-female); }
.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(5) .mainServicesItemIcon { --service-icon: var(--icon-kidney); }
.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(6) .mainServicesItemIcon { --service-icon: var(--icon-bone); }
.mainServices .mainServicesSwiper .mainServicesItems .mainServicesItem:nth-child(7) .mainServicesItemIcon { --service-icon: var(--icon-ribbon); }

.innerServices .innerServicesWrap .innerServicesItem {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 32%, rgba(255, 255, 255, 0.22) 0 0.55rem, transparent 0.6rem),
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.2) 0 0.42rem, transparent 0.46rem),
    linear-gradient(145deg, #ff7aa1 0%, #e22554 100%) !important;
}

.innerServices .innerServicesWrap .innerServicesItem::before {
  background: none !important;
}

.innerServices .innerServicesWrap .innerServicesItem::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.82);
  filter: drop-shadow(10px 10px 0 rgba(162, 18, 58, 0.28));
  -webkit-mask: var(--service-icon, var(--icon-cross)) center / contain no-repeat;
  mask: var(--service-icon, var(--icon-cross)) center / contain no-repeat;
  pointer-events: none;
}

.innerServices .innerServicesWrap .innerServicesItem span {
  position: relative;
  z-index: 1;
}

.innerServices .innerServicesWrap .innerServicesItem:nth-child(1) { --service-icon: var(--icon-clock); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(2) { --service-icon: var(--icon-heart); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(3) { --service-icon: var(--icon-cross); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(4) { --service-icon: var(--icon-female); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(5) { --service-icon: var(--icon-kidney); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(6) { --service-icon: var(--icon-bone); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(7) { --service-icon: var(--icon-ribbon); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(8) { --service-icon: var(--icon-ribbon); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(9) { --service-icon: var(--icon-female); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(10) { --service-icon: var(--icon-ultrasound); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(11) { --service-icon: var(--icon-kidney); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(12) { --service-icon: var(--icon-surgery); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(13) { --service-icon: var(--icon-cross); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(14) { --service-icon: var(--icon-cross); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(15) { --service-icon: var(--icon-lab); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(16) { --service-icon: var(--icon-brain); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(17) { --service-icon: var(--icon-tooth); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(18) { --service-icon: var(--icon-tooth); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(19) { --service-icon: var(--icon-cross); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(20) { --service-icon: var(--icon-surgery); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(21) { --service-icon: var(--icon-surgery); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(22) { --service-icon: var(--icon-brain); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(23) { --service-icon: var(--icon-female); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(24) { --service-icon: var(--icon-cross); }
.innerServices .innerServicesWrap .innerServicesItem:nth-child(25) { --service-icon: var(--icon-cross); }

html,
body,
.wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.mainHeroVideo__wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 720px;
  min-height: 320px;
  border-radius: 32px;
  background: #101820;
}
.mainHeroVideo__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #101820;
}
.mainHeroVideo__poster picture,
.mainHeroVideo__poster img {
  display: block;
  width: 100%;
  height: 100%;
}
.mainHeroVideo__poster img {
  object-fit: cover;
}
.mainHeroVideo__poster,
.mainHeroVideo__media {
  transform: translate3d(var(--hero-parallax-x, 0), var(--hero-parallax-y, 0), 0) scale(1.035);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mainHeroVideo__media {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- ОБНОВЛЕННЫЙ БЛОК КОНТЕНТА --- */
.mainHeroVideo__content {
  position: absolute;
  left: 60px; /* Немного уменьшен отступ слева для десктопа */
  top: 50%; /* Центрируем блок по вертикали... */
  transform: translateY(-50%); /* ...чтобы смотрелось аккуратно */
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(430px, calc(100% - 40px));
  height: auto; /* Убрано жесткое растягивание высоты */
  padding: 40px; /* Уменьшены внутренние отступы */
  color: #fff;
  opacity: 0;
  transform: translateY(calc(-50% + 26px)) scale(0.98);
  transition:
    opacity 0.9s ease 0.28s,
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.28s;
}
.mainHeroVideo__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 48px; /* Чуть меньше скругление */
  background: #e22554;
}
.mainHeroVideo__brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  background: #fff;
  color: #1B1B26;
  font-family: Mulish;
  font-size: 22px; /* Чуть меньше шрифт */
  font-weight: 800;
  line-height: 1;
}
.mainHeroVideo__brand img {
  width: 220px;
  height: 34px;
  object-fit: contain;
}
.mainHeroVideo__brand span {
  display: none;
}
.mainHeroVideo__content h2 {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 24px 0 0; /* Задан фиксированный отступ вместо auto */
  color: #fff;
  font-family: Mulish;
  font-size: 30px; /* Немного уменьшен для десктопа */
  font-weight: 800;
  line-height: 1.18;
}
.mainHeroVideo__content p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0; /* Уменьшен отступ */
  color: rgba(255, 255, 255, 0.88);
  font-family: Mulish;
  font-size: 18px; /* Немного уменьшен */
  font-weight: 500;
  line-height: 1.35;
}
.mainHeroVideo__sound {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 40px;
  background: #fff;
  color: #e22554;
  font-family: Mulish;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(16, 24, 32, 0.18);
}
.mainHeroVideo__sound.is-on .mainHeroVideo__soundWave {
  display: block;
}
.mainHeroVideo__sound:not(.is-on) .mainHeroVideo__soundWave {
  display: none;
}

/* --- АДАПТИВ ДЛЯ МОБИЛЬНЫХ ТЕЛЕФОНОВ И ПЛАНШЕТОВ --- */
@media (max-width: 768px) {
  .mainHeroVideo__content {
    left: 16px;
    padding: 24px; /* Делаем плашку компактной */
    width: calc(100% - 32px);
  }
  .mainHeroVideo__content::before {
    border-radius: 32px; /* Меньше скругление для мобилок */
  }
  .mainHeroVideo__brand {
    font-size: 16px; /* Сильно уменьшаем бренд */
    min-height: 40px;
    padding: 0 20px;
  }
  .mainHeroVideo__brand img {
    width: 170px;
    height: 28px;
  }
  .mainHeroVideo__content h2 {
    font-size: 22px; /* Уменьшаем заголовок */
    margin: 16px 0 0;
  }
  .mainHeroVideo__content p {
    font-size: 14px; /* Уменьшаем подзаголовок */
    margin: 12px 0 0;
  }
  .mainHeroVideo__sound {
    right: 16px;
    bottom: 16px;
    min-height: 36px; /* Кнопка звука тоже становится аккуратнее */
    padding: 0 12px;
    font-size: 12px;
  }
}
.mainGallery .mainGallerySwiper .mainGalleryItems .mainGalleryItem a {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  overflow: hidden;
  border-radius: 32px;
}
.mainGallery .mainGallerySwiper .mainGalleryItems .mainGalleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mainAdmantages {
  padding-top: 64px;
  padding-bottom: 64px;
}

.includeBlock {}
.includeBlock .includeBlockExpert {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 380px;
  background: #e22554;
  color: #fff;
  height: 356px;
  justify-content: center;
  border-radius: 48px;
  overflow: hidden;
  padding-right: 80px;
  gap: 32px;
}
.includeBlock .includeBlockExpert:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background:
    linear-gradient(90deg, rgba(27, 27, 38, 0.62) 0%, rgba(27, 27, 38, 0.42) 48%, rgba(226, 37, 84, 0.7) 100%);
  border-radius: 48px;
  z-index: 1;
}
.includeBlock .includeBlockExpert .includeBlockExpertImage {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.includeBlock .includeBlockExpert .includeBlockTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.includeBlock .includeBlockExpert .includeBlockDescription {
  font-family: Mulish;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.includeBlock .includeBlockExpert .includeBlockButtons {
  position: relative;
  z-index: 2;
}
.includeBlock .includeBlockExpert .includeBlockButtons .includeBlockButton {
  max-width: 289px;
  width: 289px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
}
.includeBlock .includeBlockExpert .includeBlockButtons .includeBlockButton span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.includeBlock .includeBlockExpert .includeBlockButtons .includeBlockButton svg {}
.includeBlock .includeBlockQuestion {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 380px;
  background: linear-gradient(124.24deg, #e22554 20.51%, #f85077 80.07%);
  color: #fff;
  height: 336px;
  border-radius: 60px;
  padding-left: 160px;
  padding-top: 64px;
  gap: 24px;
}
.includeBlock .includeBlockQuestion:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("images/includeBlockQuestionBg.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionImage {
  position: absolute;
  right: 154px;
  bottom: 0;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  position: relative;
  max-width: 664px;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionDescription {
  max-width: 664px;
  font-family: Mulish;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionButtons {
  position: relative;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionButtons .includeBlockQuestionButton {
  max-width: 289px;
  width: 289px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionButtons .includeBlockQuestionButton span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.includeBlock .includeBlockQuestion .includeBlockQuestionButtons .includeBlockQuestionButton svg {}
.includeBlock .includeBlockLicense {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: linear-gradient(124.24deg, #e22554 20.51%, #f85077 80.07%);
  color: #fff;
  height: 304px;
  border-radius: 48px;
  padding-left: 160px;
  gap: 24px;
}
.includeBlock .includeBlockLicense:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("images/includeBlockLicenseBg.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 48px;
}
.includeBlock .includeBlockLicense .includeBlockLicenseImage {
  position: absolute;
  right: 160px;
  bottom: 0;
}
.includeBlock .includeBlockLicense .includeBlockLicenseTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  position: relative;
  max-width: 532px;
}
.includeBlock .includeBlockLicense .includeBlockLicenseDescription {
  max-width: 532px;
  font-family: Mulish;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.includeBlock .includeBlockLicense .includeBlockLicenseButtons {
  position: relative;
}
.includeBlock .includeBlockLicense .includeBlockLicenseButtons .includeBlockLicenseButton {
  max-width: 509px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
}
.includeBlock .includeBlockLicense .includeBlockLicenseButtons .includeBlockLicenseButton span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.includeBlock .includeBlockLicense .includeBlockLicenseButtons .includeBlockLicenseButton svg {}

.mainReviews {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #F0F5F6;
}
.mainReviews .mainReviewsTitle {}
.mainReviews .mainReviewsWrap {
}
.mainReviews .mainReviewsWrap iframe {
   width: 100%;
   height: 100%;
   max-width: 100%;
   border: none;
   outline: none;
   padding: 0;
   margin: 0;
}
.mainContacts {
  position: relative;
}
.mainContacts .contacts__block .mainContactsPhone {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
.mainContacts .contacts__block h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.mainContacts .contacts__block address, .mainContacts .contacts__block p {
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

footer.footer .footer__wrapper {
  padding: 24px 0px 40px;
}
footer.footer .footer__wrapper .footer__logo {
  width: 220px;
  margin-bottom: 16px;
  border-radius: 10px;
}
footer.footer .footer__wrapper .footer__body {
  gap: 64px;
}
footer.footer .footer__wrapper .footer__body .footer__block {
  padding: 24px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerMenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerMenu .footer__title {
  margin: 0;
  width: 100%;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerMenu .footer__title h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerMenu ul.footer__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerMenu ul.footer__list li {
  margin: 0;
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts {
  padding: 24px 16px;
  width: 514px;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  display: flex;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footer__tel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footer__tel p {
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footer__tel a {
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerDoubleLine {
  margin-bottom: 0;
  justify-content: flex-start;
  gap: 30px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerDoubleLine address {
  display: flex;
  width: 50%;
  gap: 10px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerDoubleLine address span {
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerPay {
  gap: 0;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerPay .footer__box {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 8px;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerPay .footer__box p {
  margin-bottom: 0;
}
footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerPay .footer__box .footer__links {
  gap: 16px;
}
footer.footer .footer__bottom {
  margin: 40px auto;
}
footer.footer .footer__bottom .footer__requisites {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-basis: unset;
  width: 340px;
}
footer.footer .footer__bottom .footer__requisites h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
footer.footer .footer__bottom .footer__requisites p,
footer.footer .footer__bottom .footer__requisites address {
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
footer.footer .footer__bottom .footer__requisites a {
  transition: All 0.3s ease 0s;
}
footer.footer .footer__bottom .footer__requisites a:hover {
  color: #e22554;
}
footer.footer .footer__bottom .footer__requisites .footer__requisites_info {
  display: flex;
  margin-top: 8px;
}
footer.footer .footer__bottom .footer__license {
  flex-basis: unset;
  width: calc(100% - 340px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer.footer .footer__bottom .footer__license p {
  margin-bottom: 0;
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
footer.footer .footerCopy {
  padding: 8px 0;
}
footer.footer .footerCopy .footer__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
footer.footer .footerCopy .footer__info p {
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1B1B26;
}
footer.footer .footerCopy .footer__info p:last-child {
  font-family: Mulish;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px -2px 6px 0px #7A9DA426;
  z-index: 99;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cookie-consent.show {
  opacity: 1;
  visibility: visible;
}
.cookie-consent .cookie-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cookie-consent .cookie-text {
  font-family: Mulish;
  font-size: 14px;
  line-height: 20px;
  color: #1B1B26;
    width:100%;
}
.cookie-consent .cookie-text a {
  color: #e22554;
  text-decoration: underline;
  white-space: wrap;
    display: inline;
}
.cookie-consent .cookie-button {
  flex-shrink: 0;
}
.cookie-consent .cookie-button .btnPrimary {
  white-space: nowrap;
}

.mobilePanel {
  display: none;
}

.breadcrumbs__list {
  padding: 16px 0;
}
.breadcrumbs__item {
  font-family: Mulish;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: var(--color-black-text);
}
.breadcrumbs__item:last-child {

}

.ajaxDirections {
  padding-top: 64px;
  padding-bottom: 64px;
}
.ajaxDirections .ajaxDirectionsTop {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsTitle {}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsControls {
  display: flex;
  gap: 8px;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsControls a {
  padding: 10px 10px 22px 10px;
  border-radius: 16px;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-family: HeliosExt;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  position: relative;
  transition: All 0.3s ease 0s;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsControls a.active {
  background: #EFFAFB;
  font-weight: 700;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsControls a.active:after {
  transition: All 0.3s ease 0s;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #e22554;
  left: 50%;
  margin-left: -4px;
  bottom: 10px;
  display: block;
  position: absolute;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsSearch {
  width: 100%;
  position: relative;
  height: 44px;
  border-radius: 40px;
  border: 1.5px solid #f85077;
  padding-left: 24px;
  padding-right: 24px;
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsSearch .ajaxDirectionsSearchInput {
  width: calc(100% - 48px);
  height: 100%;
  background: none;
  border: none;
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsSearch .clearAjaxSearchInput {
  width: 24px;
  height: 24px;
  transition: All 0.3s ease 0s;
  opacity: 0;
}
.ajaxDirections .ajaxDirectionsTop .ajaxDirectionsSearch.focused .clearAjaxSearchInput {
  opacity: 1;
}
.ajaxDirections .ajaxDirectionsItems {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  max-height: 500px;
  overflow: hidden;
  transition: All 0.3s ease 0s;
}
.ajaxDirections .ajaxDirectionsItems.fullHeight {
  height: auto;
  max-height: unset;
  overflow: visible;
}
.ajaxDirections .showAllDirections {
  width: 100%;
  height: 48px;
  border-radius: 40px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F5F6;
  gap: 4px;
  color: #e22554;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn {
  display: flex;
  flex-direction: column;
  height: auto;
  padding-right: 24px;
  border-right: 1px solid #f85077;
  width: calc(25% - 18px);
  gap: 8px;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn:last-child {
  border-right: 1px solid transparent;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn .ajaxDirectionsChunk {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  border-bottom: 1px solid #f85077;
  gap: 8px;
  padding-top: 16px;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn .ajaxDirectionsChunk:last-child {
  border-bottom: 1px solid transparent;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn .ajaxDirectionsChunk .ajaxDirectionsChunkTitle {
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #e22554;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn .ajaxDirectionsChunk .ajaxDirectionsChunkItems {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn .ajaxDirectionsChunk .ajaxDirectionsChunkItems a {
  font-family: Mulish;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.searchPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: All 0.3s ease 0s;
}
.searchPopup.opened {
  visibility: visible;
  opacity: 1;
}
.searchPopup .searchPopupWrapper {
  padding: 60px 0px;
  background: #fff;
}
.searchPopup .searchPopupFormWrap {
  display: flex;
  gap: 32px;
  align-items: center;
}
.searchPopup .searchPopupFormWrap .searchLogo {
  width: 150px;
  object-fit: contain;
}
.card__link .button{
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 1480px) {
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem0,
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem4 {
    width: 40%;
  }
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem1,
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem2,
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem3,
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem5 {
    width: calc(30% - 24px);
  }
}
@media (max-width: 1080px) {
  .newHeader .headerBottom .headerBottomMenu .menu__button {
    padding-right: 30px;
  }
  .newHeader .headerBottom .headerBottomMenu > ul li:hover .menu__list_wrapper:not(.open) {
    display: none;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__list_wrapper.open {
    display: block;
    position: static;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__list {
    position: static;
    width: 100%;
    padding: 10px;
    border-radius: 16px;
    margin-top: 10px;
  }
  .ajaxDirections .ajaxDirectionsItems {
    flex-wrap: wrap;
  }
  .ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn {
    width: calc(50% - 12px);
  }
}
@media (max-width: 810px) {
  .wrapper {
    padding-top: 64px;
  }
  .mainHeroVideo {
    padding-bottom: 24px;
  }
  .mainHeroVideo__wrap {
    aspect-ratio: 4 / 5;
    min-height: 460px;
    border-radius: 24px;
  }
  .mainDirections .mainDirectionsItems .mainDirectionsItem,
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem0 {
    min-height: 178px;
    padding: 24px 152px 24px 24px !important;
  }
  .mainDirections .mainDirectionsItems .mainDirectionsItem .mainDirectionsItemTitle,
  .mainDirections .mainDirectionsItems .mainDirectionsItem .mainDirectionsItemDescription {
    width: 100%;
    max-width: 100%;
  }
  .mainDirections .mainDirectionsItems .mainDirectionsItem .mainDirectionsItemImage,
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem0 .mainDirectionsItemImage {
    width: 148px !important;
    height: 148px !important;
    max-width: 42%;
    object-fit: contain;
    left: auto;
    right: 4px;
    bottom: 0;
    z-index: 1;
  }
  .mainDirections .mainDirectionsItems .mainDirectionsItem.mainDirectionsItem0 .mainDirectionsItemImage {
    right: 10px;
  }
  .mainServicesItemIcon {
    right: 28px;
    bottom: 24px;
    width: 104px;
    height: 104px;
    filter: drop-shadow(8px 8px 0 rgba(162, 18, 58, 0.24));
  }
  .mainHeroVideo__content {
    display: none;
    left: 28px;
    top: auto;
    bottom: -90px;
    width: calc(100% - 56px);
    height: auto;
    padding: 30px 28px 28px;
  }
  .mainHeroVideo__content::before {
    border-radius: 38px;
  }
  .mainHeroVideo__brand {
    min-height: 46px;
    padding: 0 22px;
    font-size: 18px;
  }
  .mainHeroVideo__brand img {
    width: 190px;
    height: 30px;
  }
  .mainHeroVideo__content h2 {
    max-width: 100%;
    margin-top: 26px;
    font-size: 27px;
    line-height: 1.16;
  }
  .mainHeroVideo__content p {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.35;
  }
  .mainHeroVideo__play {
    max-width: calc(100% - 64px);
    margin-top: 28px;
    min-height: 56px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .mainHeroVideo__sound {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    padding: 0 14px;
  }
  .mainGallery .mainGallerySwiper .mainGalleryItems .mainGalleryItem {
    width: 320px;
  }
  .mainGallery .mainGallerySwiper .mainGalleryItems .mainGalleryItem a {
    aspect-ratio: 16 / 11;
    border-radius: 24px;
  }
  .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .newHeader .headerTop {
    display: none;
  }
  .newHeader .headerBottom .headerBottomWrap {
    padding: 10px 0;
  }
  .newHeader .headerBottom .headerBottomLogo img {
    max-height: 48px;
    max-width: 230px;
    object-fit: contain;
  }
  .newHeader .headerBottom .headerBottomButtons {
    display: none;
  }
  .newHeader .headerBottom .headerBottomMenu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    padding: 25px 20px;
    transition: All 0.5s ease 0s;
    overflow: auto;
    z-index: 9;
  }
  .newHeader .headerBottom .headerBottomMenu._active {
    top: 0;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .newHeader .headerBottom .headerBottomMenu > ul {
    display: block;
    position: relative;
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .newHeader .headerBottom .headerBottomMenu ul li {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
  }
  .newHeader .headerBottom .headerBottomMenu ul li:not(:last-child) {
    margin-bottom: 24px;
  }
  .newHeader .headerBottom .headerBottomMobileButtons {
    display: flex;
  }
  .newHeader .headerBottom .headerBottomMobileButtons a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newHeader .headerBottom .headerBottomMobileButtons a.showMenu {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger {
    width: 24px;
    height: 24px;
    position: relative;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger .burger__line {
    height: 2px;
    width: 24px;
    position: absolute;
    transition: all 0.3s ease 0s;
    background: #000;
    transform: translate(-50%, -50%);
    border-radius: 1px;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger .burger__line:first-child {
    left: 50%;
    top: 25%;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger .burger__line:nth-child(2) {
    left: 50%;
    top: 50%;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger .burger__line:last-child {
    left: 75%;
    top: 75%;
    width: 12px;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger._active .burger__line:nth-child(2) {
    opacity: 0;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger._active .burger__line:first-child {
    transform: rotate(-45deg);
    left: 30%;
    top: 50%;
  }
  .newHeader .headerBottom .headerBottomMobileButtons .burger._active .burger__line:last-child {
    transform: rotate(45deg);
    left: 30%;
    top: 50%;
    width: 24px;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button::after, .newHeader .headerBottom .headerBottomMenu .menu__button::before {
    display: none;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button::after {
    right: 9px;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open {
    color: var(--color-primary);
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open::after {
    transform: rotate(-45deg);
    background-color: var(--color-primary);
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open::before {
    transform: rotate(45deg);
    background-color: var(--color-primary);
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open li {
    color: var(--color-black-text);
  }
  .newHeader .headerBottom .headerBottomMenu .menu__list {
    box-shadow: none;
    padding: 0px;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__link {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__link svg{
    display: inline-block;
    transition: All 0.3s ease 0s;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open .menu__link {
    color: #e22554;
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open .menu__link svg {
    transform: rotate(180deg);
  }
  .newHeader .headerBottom .headerBottomMenu .menu__button.open .menu__link svg path {
    fill: #e22554;
  }
  .newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile .personalLink {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile .personalLink span {
    font-family: Mulish;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #373F41;
  }
  .newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile .headerBottomMenuMobileButtons {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile .headerBottomMenuMobileButtons .btnPrimary {}
  .newHeader .headerBottom .headerBottomMenu .headerBottomMenuMobile .headerBottomMenuMobileButtons .btnIco.btnIcoGray {
    width: 44px;
    height: 44px;
    background: #EFFAFB;
    border-radius: 44px;
  }

    .doctorWidget .doctorWidgetItem .doctorWidgetItemRight .doctorWidgetItemSlots{height: auto;}
  .mobilePanel {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 6px 10px;
    background: #fff;
    box-shadow: 0px -1px 3px 0px #7A9DA426;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
  }
  .mobilePanel a, .mobilePanel span.a_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    gap: 4px;
    border-radius: 16px;
  }
  .mobilePanel a.active {
    background: #e22554;
  }
  .mobilePanel a span, .mobilePanel span.des {
    font-family: Mulish;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #242424;
  }
  .mobilePanel a.active span {
    color: #fff;
  }
  .mobilePanel a.active svg path {
    fill: #fff;
  }
  .mobilePanel a.onlineOrder{
    box-shadow: 0px -1px 3px 0px #7A9DA426;
  }
  .mobilePanel a.onlineOrder.activeOnlineOrder {
    background: #F85077;
  }
  .mobilePanel a.onlineOrder span {
    color: #242424;
  }
  .mobilePanel a.onlineOrder.activeOnlineOrder span {
    color: #fff;
  }
  .mobilePanel a.onlineOrder.activeOnlineOrder svg path {
    fill: #fff;
  }
  .cookie-consent {
    bottom: 68px;
  }
  .cookie-consent .cookie-container {
    flex-direction: column;
    gap: 12px;
  }
  .cookie-consent .cookie-button {
    width: 100%;
  }
  .cookie-consent .cookie-button .btnPrimary {
    width: 50%;
    justify-content: center;
  }
  .ajaxDirections .ajaxDirectionsTop .ajaxDirectionsControls {
    flex-wrap: wrap;
  }
  .mainAdmantages {
    padding-top: 48px;
    padding-bottom: 90px;
  }
  .includeBlock .includeBlockExpert {
    padding: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 244px;
    height: auto;
    justify-content: flex-start;
    border-radius: 48px;
    overflow: hidden;
    gap: 16px;
    width: 100%;
    background: #e22554;
  }
  .includeBlock .includeBlockExpert::before {
    background:
      linear-gradient(180deg, rgba(27, 27, 38, 0.66) 0%, rgba(27, 27, 38, 0.44) 52%, rgba(226, 37, 84, 0.64) 100%);
    border-radius: 48px;
  }
  .includeBlock .includeBlockExpert .includeBlockExpertImage {
    width: 100%;
    height: 220px;
    object-position: top;
  }
  .includeBlock .includeBlockExpert .includeBlockTitle {
    font-size: 16px;
    line-height: 22px;
  }
  .includeBlock .includeBlockExpert .includeBlockDescription {
    font-size: 14px;
    line-height: 18px;
  }
  .includeBlock .includeBlockExpert .includeBlockButtons .includeBlockButton {
    max-width: 203px;
    width: 203px;
    height: 44px;
    border-radius: 16px;
  }
  .includeBlock .includeBlockExpert .includeBlockButtons .includeBlockButton span {
    font-size: 13px;
    line-height: 18px;
  }
  .includeBlock .includeBlockExpert .includeBlockButtons .includeBlockButton svg {
    width: 20px;
    height: 20px;
  }
  .includeBlock .includeBlockQuestion {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 32px 24px;
    padding-left: 24px;
    padding-bottom: 224px;
    background: linear-gradient(135.49deg, #f85077 27.37%, #e22554 83.39%);
    color: #fff;
    height: auto;
    border-radius: 32px;
    padding-top: 32px;
    gap: 8px;
    overflow: hidden;
  }
  .includeBlock .includeBlockQuestion::before {
    background-image: url("images/includeBlockQuestionBgMobile.png");
    background-position: bottom center;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionImage {
    position: absolute;
    right: -80px;
    bottom: 0;
    max-height: 267px;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionTitle {
    font-size: 23px;
    line-height: 32px;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionDescription {
    font-size: 17px;
    line-height: 24px;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionDescription br {
    display: none;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionButtons {
    margin-top: 16px;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionButtons .includeBlockQuestionButton {
    max-width: 214px;
    width: 214px;
    height: 44px;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionButtons .includeBlockQuestionButton span {
    font-size: 12px;
    line-height: 18px;
  }
  .includeBlock .includeBlockQuestion .includeBlockQuestionButtons .includeBlockQuestionButton svg {
    width: 20px;
    height: 20px;
  }
  .mainReviews {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .includeBlock .includeBlockLicense {
    margin-top: 48px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(170.1deg, #e22554 17.4%, #f85077 102.14%, #f85077 128.97%);
    color: #fff;
    height: auto;
    border-radius: 32px;
    padding: 24px;
    padding-left: 24px;
    padding-bottom: 210px;
    gap: 8px;
  }
  .includeBlock .includeBlockLicense::before {
    background-position: bottom center;
    border-radius: 30px;
    background-size: cover;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseTitle {
    font-size: 23px;
    line-height: 32px;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseDescription {
    line-height: 22px;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseButtons {
    margin-top: 10px;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseButtons .includeBlockLicenseButton {
    height: 44px;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseButtons .includeBlockLicenseButton span {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseButtons .includeBlockLicenseButton svg {
    width: 20px;
    height: 20px;
  }
  .includeBlock .includeBlockLicense .includeBlockLicenseImage {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 252px;
    margin-right: -126px;
  }
  .contacts__block {
    border-radius: 32px 16px 32px 32px;
    box-shadow: 0px 0px 16px 0px #111F391A;
  }
   footer.footer {
    margin-bottom: 60px;
   }
  footer.footer .footer__wrapper {
    padding: 24px 0px 24px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerMenu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin-bottom: 24px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerMenu .footer__title h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    position: relative;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerMenu .footer__title h3:after {
    position: absolute;
    top: 2px;
    right: -16px;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    background: url("images/chevron-down.svg") center no-repeat;
  }
  .footer__title:before, .footer__title:after {
    display: none;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerMenu ul.footer__list {
    display: none;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerMenu.open ul.footer__list {
    display: flex;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerMenu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin-bottom: 24px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts {
    padding: 0px;
    width: 100%;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footer__tel {
    gap: 4px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footer__tel p {
    line-height: 18px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footer__tel a {
    font-size: 13px;
    line-height: 18px;
    color: #F85077;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerDoubleLine {
    gap: 16px;
    flex-direction: column;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerDoubleLine address {
    display: flex;
    width: 100%;
    gap: 4px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerDoubleLine a {
    gap: 4px;
    font-family: Mulish;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
  footer.footer .footer__wrapper .footer__body .footer__block.footerContacts .footerPay {
    gap: 16px;
    flex-direction: column;
  }
  footer.footer .footer__bottom {
    margin: 16px auto;
  }
  footer.footer .footer__bottom .footer__requisites {
    width: 100%;
  }
  footer.footer .footer__bottom .footer__requisites .footer__requisites_info {
    display: flex;
    margin-top: 8px;
    flex-direction: row;
    gap: 12px;
  }
  footer.footer .footer__bottom .footer__requisites p, footer.footer .footer__bottom .footer__requisites address {
    font-family: Mulish;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  footer.footer .footer__bottom .footer__requisites p {
    width: calc(100% - 80px);
  }
  footer.footer .footer__bottom .footer__license {
    flex-basis: unset;
    width: 100%;
    gap: 8px;
  }
  footer.footer .footer__bottom .footer__license p {
    line-height: 18px;
  }
  footer.footer .footerCopy {
    padding: 16px 0;
  }
  footer.footer .footerCopy .footer__info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex-direction: column;
  }
  footer.footer .footerCopy .footer__info p {
    line-height: 18px;
  }
  .ajaxDirections .ajaxDirectionsItems {
    flex-wrap: unset;
    flex-direction: column;
    gap: 0;
  }
  .ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .ajaxDirections .ajaxDirectionsItems .ajaxDirectionsItemsColumn .ajaxDirectionsChunk:last-child {
    border-bottom: 1px solid #f85077;
  }
  .innerServices .innerServicesWrap .innerServicesItem .innerServicesItemInfo .innerServicesTileItemBtn {
    font-weight: 500;
  }
  .searchPopup .searchPopupWrapper {
    padding: 20px 0px;
  }
  .searchPopup .searchPopupFormWrap {
    gap: 8px;
  }
  .searchPopup .searchPopupFormWrap .searchLogo {
    width: 150px;
  }
  .searchPopupFormTitle {
    width: calc(100% - 78px);
  }
  .searchPopupForm {
    height: 40px;
    gap: 8px;
  }
  .searchPopupForm .searchPopupInput {
    width: calc(100% - 36px);
  }
  .searchPopupForm .searchPopupBtn {
    width: 24px;
    height: 24px;
  }
  .searchPopupForm .searchPopupBtn svg {
    max-width: 20px;
    max-height: 20px;
  }
}
@media (max-width: 736px) {

}
@media (max-width: 680px) {

}
@media (max-width: 568px) {

}
@media (max-width: 440px) {

}
@media (max-width: 380px) {

}
@media (max-width: 320px) {

}

.doctorsSlider {
  padding-top: 72px;
  padding-bottom: 72px;
}

.doctorsSlider .doctorsSwiper {
  margin-top: 36px;
  padding: 14px 0 36px;
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 37, 84, 0.08);
  border-radius: 32px;
  padding: 24px;
  gap: 20px;
  align-items: stretch;
  backdrop-filter: blur(10px);
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemPhoto {
  width: 292px;
  max-width: 100%;
  height: 292px;
  flex: 0 0 292px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(145deg, #2f3943, #1f2831);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.22);
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemPhoto > a:not(.arrow__pulse):not(.doctorDetailLink) {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemPhoto img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center !important;
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemPhoto a.doctorDetailLink {
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  box-shadow: 0 14px 30px rgba(226, 37, 84, 0.28);
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemPhoto .arrow__pulse {
  top: 18px;
  right: 18px;
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemInfo {
  gap: 10px;
  padding: 0 2px 4px;
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemName {
  font-size: 18px;
  line-height: 24px;
}

.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemInfo .doctorsSliderItemPost,
.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemInfo .doctorsSliderItemStage span,
.doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemInfo .doctorsSliderItemExp {
  font-size: 15px;
  line-height: 22px;
}

@media (max-width: 810px) {
  .doctorsSlider {
    padding: 42px 0;
  }

  .doctorsSlider .doctorsSwiper {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem {
    width: 280px;
    padding: 18px;
    border-radius: 28px;
    gap: 16px;
  }

  .doctorsSlider .doctorsSwiper .doctorsSliderItems .doctorsSliderItem .doctorsSliderItemPhoto {
    width: 220px;
    height: 220px;
    flex-basis: 220px;
  }
}

.mainActionsItemLink,
.mainDirectionsItem,
.mainServicesItem,
.doctorsSliderItem,
.mainEquipmentItem,
.mainEquipmentItemWrap,
.mainGalleryItem,
.mainGalleryItem a,
.mainFaqItem,
.mainAdvardsMiddleInfo,
.reviewCard,
.mainPartnersItem,
.includeBlockQuestion,
.includeBlockExpert,
.includeBlockLicense {
  box-shadow: 0 18px 45px rgba(226, 37, 84, 0.16), 0 10px 24px rgba(27, 27, 38, 0.1) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease !important;
  will-change: transform;
}

.motion-ready .motion-section {
  opacity: 0;
  position: relative;
  z-index: var(--section-layer, 1);
  transform: translateY(calc(28px + var(--section-parallax, 0px)));
  transition:
    opacity 0.95s ease,
    transform 0.95s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.95s ease;
}

.motion-ready .motion-section.motion-visible {
  opacity: 1;
  transform: translateY(var(--section-parallax, 0px));
}

.motion-ready .motion-section:not(.mainHeroVideo).motion-visible {
  margin-top: -18px;
  filter: drop-shadow(0 -18px 38px rgba(226, 37, 84, 0.06));
}

.motion-ready .mainHeroVideo {
  z-index: 1;
}

.motion-ready .mainHeroVideo.motion-visible .mainHeroVideo__content {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.swiper,
.mainServicesSwiper,
.doctorsSwiper,
.mainEquipmentSwiper,
.mainGallerySwiper,
.mainPartnersSwiper {
  overflow: hidden !important;
}

.swiper-wrapper,
.mainServicesItems,
.doctorsSliderItems,
.mainEquipmentItems,
.mainGalleryItems,
.mainPartnersItems {
  overflow: hidden !important;
}

@media (hover: hover) {
  .mainHeroVideo__wrap:hover {
    transform: none !important;
    filter: none !important;
  }

  .mainActionsItemLink:hover,
  .mainDirectionsItem:hover,
  .mainServicesItem:hover,
  .doctorsSliderItem:hover,
  .mainEquipmentItem:hover,
  .mainEquipmentItem:hover .mainEquipmentItemWrap,
  .mainGalleryItem:hover,
  .mainGalleryItem a:hover,
  .mainFaqItem:hover,
  .mainAdvardsMiddleInfo:hover,
  .reviewCard:hover,
  .mainPartnersItem:hover,
  .includeBlockQuestion:hover,
  .includeBlockExpert:hover,
  .includeBlockLicense:hover {
    position: relative;
    z-index: 5;
    transform: translateY(-8px) scale(1.025) !important;
    box-shadow: 0 28px 70px rgba(226, 37, 84, 0.22), 0 16px 36px rgba(27, 27, 38, 0.14) !important;
    filter: saturate(1.035);
  }

  .mainServicesItem:hover .mainServicesItemIcon {
    transform: translateY(-4px) scale(1.04);
    filter: drop-shadow(12px 12px 0 rgba(162, 18, 58, 0.28));
  }

  .mainDirectionsItem:hover::after {
    transform: translateY(-5px) scale(1.045) !important;
  }

  .mainServicesSliderButton:hover,
  .doctorsSliderButton:hover,
  .mainEquipmentSliderButton:hover,
  .mainGallerySliderButton:hover,
  .mainPartnersSliderButton:hover {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 18px 36px rgba(226, 37, 84, 0.2);
  }
}

@media (max-width: 810px), (prefers-reduced-motion: reduce) {
  .motion-ready .motion-section,
  .motion-ready .motion-section.motion-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .mainHeroVideo__poster,
  .mainHeroVideo__media,
  .mainHeroVideo__content,
  .motion-ready .mainHeroVideo.motion-visible .mainHeroVideo__content {
    transform: none;
    transition: none;
    opacity: 1;
  }
}
