.vacancy-detail {
  margin-bottom: 50px;
}

.vacancy-detail__card {
  background-color: #fafafa;
  background-color: var(--light_bg_black);
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  border-radius: 4px;
  padding: 40px;
}

.vacancy-detail__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -14px;
  justify-content: space-between;
}

.vacancy-detail__property {
  padding: 0 19px;
  margin-top: 14px;
}

.vacancy-detail__property-label {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  color: #999999;
  margin-bottom: 4px;
}

.vacancy-detail__property-value {
}

.vacancy-detail__content {
  margin-top: 42px;
}

.vacancy-detail__content p:last-child {
  margin-bottom: 0;
}

.vacancy-detail__content b,
.vacancy-detail__content strong {
  font-weight: bold;
  font-size: 1.06667em;
  line-height: calc(1em + 7px);
  color: #333333;
  color: var(--white_text_black);
}

.vacancy-detail__btn-wrapper {
  display: block;
  position: relative;
  margin-top: 50px;
}

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}


html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: 62.5% !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

:where(figure, blockquote) {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

[hidden] {
  display: none !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #999;
}

::-webkit-scrollbar-thumb:hover {
  background: #777;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html body {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #333333;
  overflow-x: hidden;
  position: relative;
  background: #ffffff;
}
html body .container {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif !important;
  margin: 0 auto;
  max-width: 1580px;
  width: 100%;
  position: relative;
  padding: 0 4rem;
}
html body .container *{
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif !important;
}
@media (max-width: 1440.98px) {
  html body .container {
    max-width: 100%;
  }
}
@media (max-width: 992.98px) {
  html body .container {
    padding: 0 2.4rem;
  }
}
html body main {
  padding-bottom: 1rem;
}
html body .strikethrough {
  text-decoration: line-through;
}
html body .main-title {
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1.19;
  margin: 0;
}
@media (max-width: 768.98px) {
  html body .main-title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .main-title-highlight {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.19;
}
@media (max-width: 768.98px) {
  html body .main-title-highlight {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .main-title b {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.19;
}
@media (max-width: 768.98px) {
  html body .main-title b {
    font-size: 3rem;
    line-height: 1.3;
  }
}
/* @media (max-width: 768.98px) {
  html body .main-title br {
    display: none;
  }
} */
html body .main-subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  display: block;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
/* @media (max-width: 768.98px) {
  html body .main-subtitle br {
    display: none;
  }
} */
html body .main-description {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 2.4rem;
  margin-bottom: 0;
}
/* @media (max-width: 768.98px) {
  html body .main-description br {
    display: none;
  }
} */
html body .text-white {
  color: #ffffff;
}
html body .text-white .intro__price-old,
html body .text-white .intro__title {
  color: #ffffff;
}
html body .intro__title-desktop {
  display: block;
}
html body .intro__title-mobile {
  display: none;
}
@media (max-width: 768.98px) {
  html body .intro__title-desktop {
    display: none;
  }
  html body .intro__title-mobile {
    display: block;
  }
}
html body .text-white .intro__price-values {
  color: #333;
}
html body .d-none {
  display: none;
}
@media (max-width: 768.98px) {
  html body .d-none-mob {
    display: none;
  }
}
html body .header-fixed {
  position: sticky;
  top: 11rem;
  left: 0;
}
@media (max-width: 992.98px) {
  html body .header-fixed {
    position: relative;
    top: initial;
  }
}

html body .button {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 0.5rem;
}
html body .button--primary {
  background-color: #1c5630;
  color: #ffffff;
  padding: 1.1rem 3.6rem;
}
@media (max-width: 768.98px) {
  html body .button--primary {
    padding: 1.1rem 2.4rem;
  }
}
html body .button--secondary {
  background-color: #ffffff;
  padding: 1.1rem 4.5rem;
}
@media (max-width: 768.98px) {
  html body .button--secondary {
    padding: 1.1rem 2.4rem;
  }
}
html body .button--secondary:hover {
  color: #1c5630;
}

@media (max-width: 992.98px) {
  html body .tabs__header {
    padding: 0 2.4rem;
    overflow-x: auto;
  }
  html body .tabs__header::-webkit-scrollbar {
    display: none;
  }
}
html body .tabs__controls {
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  html body .tabs__controls {
    gap: 0.8rem;
  }
}
html body .tabs__control {
  background: transparent;
  cursor: pointer;
}
@media (max-width: 992.98px) {
  html body .tabs__control {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 1.5rem 2.4rem;
    border-radius: 5rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.1;
    color: #7d7d7d;
    white-space: nowrap;
  }
}
@media (max-width: 768.98px) {
  html body .tabs__control {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 1.5rem 2.4rem;
    border-radius: 5rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.1;
    color: #7d7d7d;
  }
}
@media (max-width: 992.98px) {
  html body .tabs__control--active {
    background: #1c5630;
    color: #ffffff;
    border: 1px solid #1c5630;
  }
}
html body .tabs__content {
  display: none;
}
@media (max-width: 992.98px) {
  html body .tabs__content {
    padding: 0 2.4rem;
  }
}
html body .tabs__content--active {
  display: block;
}

html body .accordion {
  display: flex;
  flex-direction: column;
}
html body .accordion__item {
  height: auto;
  transition: all 0.5s linear;
}
html body .accordion__header {
  width: 100%;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
html body .accordion__header-title {
  color: #333333;
}
html body .accordion__header-icon {
  width: 1.9rem;
  height: auto;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
html body .accordion ._active .accordion__header-icon {
  transform: rotate(180deg);
}
html body .accordion__content {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease-in-out,
    padding-top 0.5s ease-in-out;
}
html body .accordion ._active .accordion__content {
  padding-top: 2rem;
  max-height: 2600px;
  visibility: visible;
}
html body .accordion__content-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}

html body .swiper-slide {
  box-sizing: border-box;
}
html body .swiper-pagination {
  display: none !important;
  position: absolute;
  bottom: 1.5rem !important;
  justify-content: center;
}
html body .swiper-pagination .swiper-pagination-bullet-active {
  background: #1c5630;
  scale: 1.5;
}
@media (max-width: 1024.98px) {
  html body .swiper-pagination {
    display: flex !important;
  }
}
html body .swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4rem;
  height: 3.6rem;
  display: none;
}
@media (max-width: 1024.98px) {
  html body .swiper-navigation {
    display: flex !important;
  }
}
html body .swiper-button-prev {
  display: flex;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 !important;
  cursor: pointer;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0px 4px 21px 0px rgba(51, 51, 51, 0.1);
  font-size: 1.6rem;
  color: #000;
  top: initial !important;
  right: initial !important;
  left: initial !important;
  bottom: initial !important;
}
html body .swiper-button-prev svg {
  width: 1rem;
  height: auto;
}
html body .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
html body .swiper-button-next {
  display: flex;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 !important;
  cursor: pointer;
  background: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0px 4px 21px 0px rgba(51, 51, 51, 0.1);
  font-size: 1.6rem;
  color: #000;
  top: initial !important;
  right: initial !important;
  left: initial !important;
  bottom: initial !important;
}
html body .swiper-button-next svg {
  width: 1rem;
  height: auto;
}
html body .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 1024.98px) {
  html body .swiper-button-next {
    display: flex !important;
  }
}

html body .disclaimer {
  margin-top: 4rem;
}
@media (max-width: 768.98px) {
  html body .disclaimer {
    margin-top: 2.4rem;
  }
}
/* @media (max-width: 992.98px) {
  html body .disclaimer.disclaimer-desctop {
    display: none;
  }
} */
html body .disclaimer.disclaimer-mobile {
  display: none;
  padding: 0 2.4rem;
}
@media (max-width: 992.98px) {
  html body .disclaimer.disclaimer-mobile {
    display: block;
  }
}
html body .disclaimer__wrapper {
  width: 100%;
  background: linear-gradient(90.64deg, #f8f8f8 0.17%, #ededed 101.06%);
  border: 1px solid rgb(229, 229, 229);
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
}
@media (max-width: 768.98px) {
  html body .disclaimer__wrapper {
    padding: 2rem 1.5rem;
  }
}
html body .disclaimer__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}
@media (max-width: 768.98px) {
  html body .disclaimer__title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
  }
}
html body .disclaimer__list {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.4rem;
}
html body .disclaimer__item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
html body .disclaimer__item::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.9rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #333333;
}
html body .disclaimer__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

html body .intro {
  position: relative;
  height: 50.9rem;
  overflow: hidden;
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .intro {
    height: auto;
    margin-bottom: 4rem;
  }
}
html body .intro__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 8.6rem 0 4rem;
  height: 50.9rem;
}
@media (max-width: 768.98px) {
  html body .intro__inner {
    height: auto;
    padding: 5.6rem 0 2.4rem;
  }
}
html body .intro__title {
  font-weight: 400;
  line-height: 1.36;
  font-size: 4.2rem;
  max-width: 618px;
  text-wrap: balance;
}
@media (max-width: 768.98px) {
  html body .intro__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
html body .intro__title {
  margin-bottom: 0.8rem;
}
@media (max-width: 768.98px) {
  html body .intro__title {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 992.98px) {
  html body .intro__title br {
    display: none;
  }
}
html body .intro__description {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
html body .intro__description + html body .intro__description {
  margin-top: 1.6rem;
}
@media (max-width: 992.98px) {
  html body .intro__description br {
    display: none;
  }
}
html body .intro__price {
  margin-top: 2.4rem;
}
@media (max-width: 768.98px) {
  html body .intro__price {
    margin-top: 1.4rem;
  }
}
html body .intro__price-title {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
@media (max-width: 768.98px) {
  html body .intro__price-title {
    margin-bottom: 0.6rem;
  }
}
html body .intro__price-values {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768.98px) {
  html body .intro__price-values {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
html body .intro__price-new {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.6rem 3.6rem;
  background: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .intro__price-old {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .intro__button {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 768.98px) {
  html body .intro__button {
    margin-top: 3.2rem;
  }
}
html body .intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html body .intro__background--desktop {
  display: block;
}
html body .intro__background--mobile {
  display: none;
}
html body .intro__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992.98px) {
  html body .intro__background--desktop {
    display: none;
  }
  html body .intro__background--mobile {
    display: block;
  }
}
@media (max-width: 768.98px) {
  html body .intro__background img {
    object-position: 55%;
  }
}

html body .section-highlight {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .section-highlight {
    margin-bottom: 6rem;
  }
}
html body .section-highlight__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem;
  align-items: flex-start;
}
@media (max-width: 992.98px) {
  html body .section-highlight__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
html body .section-highlight__header {
  flex: 0 0 74rem;
  min-width: 0;
}
@media (max-width: 1280.98px) {
  html body .section-highlight__header {
    flex: 0 0 60%;
  }
}
@media (max-width: 992.98px) {
  html body .section-highlight__header {
    flex: 0 0 100%;
  }
}
html body .section-highlight__content {
  flex: 1 1 auto;
}
@media (max-width: 992.98px) {
  html body .section-highlight__content {
    flex: 0 0 100%;
  }
}
html body .section-highlight__title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 5rem;
  margin: 0;
}
@media (max-width: 768.98px) {
  html body .section-highlight__title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .section-highlight__title-highlight {
  font-weight: 500;
  line-height: 1.2;
  font-size: 5rem;
}
@media (max-width: 768.98px) {
  html body .section-highlight__title-highlight {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .section-highlight__title b {
  font-weight: 500;
  line-height: 1.2;
  font-size: 5rem;
}
@media (max-width: 768.98px) {
  html body .section-highlight__title b {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 768.98px) {
  html body .section-highlight__title br {
    display: none;
  }
}
html body .section-highlight__subtitle {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  html body .section-highlight__subtitle {
    font-weight: 400;
  }
  html body .section-highlight__subtitle br {
    display: none;
  }
}
html body .section-highlight__description {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
}
html body .section-highlight__description-highlight {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
html body .section-highlight__description--desktop {
  display: block;
}
html body .section-highlight__description--mobile {
  display: none;
}

@media (max-width: 992.98px) {
  html body .section-highlight__description--desktop {
    display: none;
  }
  html body .section-highlight__description--mobile {
    display: block;
  }
}
html body .section-highlight__description b {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  html body .section-highlight__description {
    font-size: 1.5rem;
  }
  html body .section-highlight__description br {
    display: none;
  }
}

html body .program-advantages {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .program-advantages {
    margin-bottom: 6rem;
  }
}
html body .program-advantages__inner {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 992.98px) {
  html body .program-advantages__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
html body .program-advantages__header {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}
@media (max-width: 992.98px) {
  html body .program-advantages__header {
    height: auto;
  }
}
@media (max-width: 768.98px) {
  html body .program-advantages__header {
    flex: 0 0 100%;
  }
}
html body .program-advantages__title {
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1.19;
}
@media (max-width: 768.98px) {
  html body .program-advantages__title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .program-advantages__title-highlight {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.19;
}
@media (max-width: 768.98px) {
  html body .program-advantages__title-highlight {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .program-advantages__title b {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.19;
}
@media (max-width: 768.98px) {
  html body .program-advantages__title b {
    font-size: 3rem;
    line-height: 1.3;
  }
}
html body .program-advantages__subtitle {
  display: block;
  margin-top: 2.4rem;
}
@media (max-width: 768.98px) {
  html body .program-advantages__subtitle {
    margin-top: 1.6rem;
  }
}
html body .program-advantages__content {
  flex: 0 0 74rem;
}
@media (max-width: 1280.98px) {
  html body .program-advantages__content {
    flex: 0 0 50%;
  }
}
@media (max-width: 768.98px) {
  html body .program-advantages__content {
    flex: 0 0 100%;
  }
}
html body .program-advantages__right-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
@media (max-width: 768.98px) {
  html body .program-advantages__right-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
html body .program-advantages__item {
  display: flex;
  gap: 4.2rem;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768.98px) {
  html body .program-advantages__item {
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.6rem 0;
  }
}
html body .program-advantages__item:first-of-type {
  padding-top: 0;
}
html body .program-advantages__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
html body .program-advantages__item-number {
  display: block;
  font-size: 4rem;
  line-height: 1.1;
  color: #1c5630;
}
html body .program-advantages__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  justify-content: center;
}
html body .program-advantages__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  html body .program-advantages__item-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
html body .program-advantages__item-title {
  margin: 0;
}
html body .program-advantages__item-description {
  margin: 0;
}
html body .program-advantages__note {
  display: block;
  margin-top: 3.2rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  html body .program-advantages__note {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 768.98px) {
  html body .program-advantages__note {
    margin-top: 2.4rem;
  }
}

html body .benefits-cards {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .benefits-cards {
    margin-bottom: 6rem;
  }
}
html body .benefits-cards__inner {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768.98px) {
  html body .benefits-cards__inner {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.4rem;
    gap: 1.6rem;
  }
}
html body .benefits-cards__inner--4, html body .benefits-cards__inner--8{
  grid-template-columns: repeat(4, 1fr);
}
html body .benefits-cards__inner--five {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1280.98px) {
  html body .benefits-cards__inner--4, html body .benefits-cards__inner--8 {
    grid-template-columns: repeat(4, 1fr);
  }
  html body .benefits-cards__inner--five {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768.98px) {
  html body .benefits-cards__inner--4, html body .benefits-cards__inner--8 {
    grid-template-columns: repeat(1, 1fr);
  }
  html body .benefits-cards__inner--five {
    grid-template-columns: repeat(1, 1fr);
  }
}
html body .benefits-cards__description {
  max-width: 60.6rem;
  width: 100%;
}
@media (max-width: 768.98px) {
  html body .benefits-cards__description {
    max-width: 100%;
  }
}
html body .benefits-cards__card {
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 24.8rem;
}
.benefits-cards__inner--five html body .benefits-cards__card {
  min-height: 35.9rem;
}
@media (max-width: 768.98px) {
  .benefits-cards__inner--five html body .benefits-cards__card {
    min-height: 22.6rem;
  }
}
@media (max-width: 768.98px) {
  html body .benefits-cards__card {
    padding: 2rem 1.5rem;
    min-height: 22.6rem;
  }
}
html body .benefits-cards__card--pink {
  background: #dfeee4;
}
html body .benefits-cards__card--peach {
  background: #f9f3e6;
}
html body .benefits-cards__card--blue {
  background: #eef3f8;
}
html body .benefits-cards__card--lavender {
  background: #f7eeda;
}
html body .benefits-cards__card--coral {
  background: #e1effd;
}
html body .benefits-cards__card--violet {
  background: #ebfaf0;
}
html body .benefits-cards__card--rose {
  background: #ffe8f9;
}
html body .benefits-cards__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  html body .benefits-cards__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
html body .benefits-cards__card-title {
  margin-bottom: 1.2rem;
}
@media (max-width: 768.98px) {
  html body .benefits-cards__card-title {
    margin-bottom: 1.6rem;
  }
}
html body .benefits-cards__card-text {
  margin-bottom: 1rem;
}
html body .benefits-cards__card-text-highlight {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
html body .benefits-cards__card-text b {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
html body .benefits-cards__card-number {
  font-size: 10rem;
  line-height: 1;
  text-align: right;
  color: #ffffff;
  margin-top: auto;
}
@media (max-width: 768.98px) {
  html body .benefits-cards__card-number {
    font-size: 6rem;
  }
}
.benefits-cards_info{
  display: flex;
  align-items: center;
  margin-top: 40px;
  background-color: #dde6e0;
  gap: 45px;
  border-radius: 10px;
  padding: 24px 25px;
}
.benefits-cards_info .text{
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  color: #333;
}
.benefits-cards_star{
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #333;
}

html body .checkup-includes {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .checkup-includes {
    margin-bottom: 6rem;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-includes.checkup-includes-tabs .container {
    padding: 0;
  }
}
html body .checkup-includes__inner {
  display: flex;
  gap: 4.2rem;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media (max-width: 992.98px) {
  .checkup-includes-tabs html body .checkup-includes__inner {
    gap: 3.2rem;
  }
}
html body .checkup-includes__header {
  flex: 1 1 auto;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__header {
    flex: 0 0 100%;
    position: relative;
    padding: 0;
  }

  html body .checkup-includes-tabs .checkup-includes__header {
    padding: 0 2.4rem;
  }
}
@media (max-width: 992.98px) {
  .checkup-includes-tabs html body .checkup-includes__header {
    padding: 0 2.4rem;
  }
}
html body .checkup-includes__content {
  flex: 0 0 74rem;
}
@media (max-width: 1280.98px) {
  html body .checkup-includes__content {
    flex: 0 0 50%;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-includes__content {
    width: 100%;
    flex: 0 0 100%;
  }
}
html body .checkup-includes__content-description {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media (max-width: 768.98px) {
  html body .checkup-includes__content-description {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}
html body .checkup-includes__content-description {
  display: block;
  margin-bottom: 4rem;
}
@media (max-width: 768.98px) {
  html body .checkup-includes__content-description {
    margin-bottom: 2.4rem;
  }
}
html body .checkup-includes__tabs-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  background: #f8f8f8;
  padding: 3.2rem 2.4rem;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__tabs-header {
    border: none;
    background: transparent;
    justify-content: flex-start;
    border-radius: 0;
    margin-bottom: 2.4rem;
    padding: 3.2rem 2.4rem 0;
  }
}
@media (max-width: 992.98px) {
  .checkup-includes-tabs html body .checkup-includes__tabs-header {
    padding: 0 2.4rem;
  }
}
html body .checkup-includes__tabs-header--mobile {
  display: none;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__tabs-header--mobile {
    display: flex;
  }
}
html body .checkup-includes__tabs-header--desktop {
  display: flex;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__tabs-header--desktop {
    display: none;
  }
}
html body .checkup-includes__tabs-header-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__tabs-header-title {
    display: none;
  }
}
html body .checkup-includes__tabs-controls {
  gap: 1.2rem;
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__tabs-controls {
    gap: 0.8rem;
    display: flex;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
  }
}
html body .checkup-includes__tabs-control {
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  pointer-events: none;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__tabs-control {
    pointer-events: auto;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.1;
    text-transform: none;
  }
}
html body .checkup-includes__accordion {
  gap: 2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__accordion {
    gap: 1.5rem;
  }
}
html body .checkup-includes__accordion-item {
  background: #f8f8f8;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 1rem;
}
html body .checkup-includes__accordion-header {
  padding: 3.2rem 2.4rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__accordion-header {
    padding: 2rem 1.5rem;
  }
}
html body .checkup-includes__accordion-header-title {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.18;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  html body .checkup-includes__accordion-header-title {
    font-weight: 400;
    font-size: 1.7rem;
  }
}
html body .checkup-includes__accordion-content {
  padding-top: 0;
}
html body .checkup-includes ._active .checkup-includes__accordion-content {
  padding-top: 0;
}
html body .checkup-includes__accordion-content-inner {
  padding: 0 2.4rem 3.2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__accordion-content-inner {
    padding: 0 1.5rem 2rem;
  }
}
html body .checkup-includes__table {
  display: grid;
  grid-template-columns: 1fr 12.6rem 12.6rem;
  gap: 1.2rem;
  padding-bottom: 2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-includes__table:nth-child(2) {
    padding-top: 2.4rem;
    border-top: 1px solid #e5e5e5;
  }
}
html body .checkup-includes__table:last-of-type {
  padding-bottom: 0;
}
html body .checkup-includes__table--header {
  padding-bottom: 1.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__table--header {
    display: none;
  }
}
html body .checkup-includes__table--header .checkup-includes__table-cell {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
html
  body
  .checkup-includes__table--header
  .checkup-includes__table-cell:nth-child(2),
html
  body
  .checkup-includes__table--header
  .checkup-includes__table-cell:nth-child(3) {
  text-transform: uppercase;
}
html body .checkup-includes__table-cell {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
}
@media (max-width: 768.98px) {
  html body .checkup-includes__table-cell {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
html body .checkup-includes__table-cell:nth-child(2),
html body .checkup-includes__table-cell:nth-child(3) {
  text-align: center;
}
@media (max-width: 992.98px) {
  html body [data-content="standard"] .checkup-includes__table-cell--extended {
    display: none;
  }
}
@media (max-width: 992.98px) {
  html body [data-content="extended"] .checkup-includes__table-cell--standard {
    display: none;
  }
}
html body .checkup-includes__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
html body .checkup-includes__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
}
html body .checkup-includes__item:first-of-type {
  border-top: 1px solid #e5e5e5;
  padding-top: 2.4rem;
}
html body .checkup-includes__item-cell {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
}
html body .checkup-includes__item-cell .txt{
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #333;
  padding-top: 8px;
  max-width: 537px;
}
@media (max-width: 768.98px) {
  html body .checkup-includes__item-cell {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
html body .checkup-includes__summary {
  background: #f8f8f8;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 1rem;
  padding: 3.2rem 2.4rem;
  margin-top: 2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__summary {
    padding: 2rem 1.5rem;
    margin-top: 1.5rem;
  }
}
html body .checkup-includes__summary-row {
  display: grid;
  grid-template-columns: 1fr 12.6rem 12.6rem;
  gap: 1.2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-includes__summary-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
}
html body .checkup-includes__summary-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.2rem;
}
html body .checkup-includes__summary-inner .checkup-includes__summary-prices {
  flex-direction: row;
  gap: 2.4rem;
}
@media (max-width: 576.98px) {
  html body .checkup-includes__summary-inner .checkup-includes__summary-prices {
    flex-direction: column;
    gap: 0.8rem;
  }
}
html body .checkup-includes__summary-title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
}
html body .checkup-includes__summary-prices {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 992.98px) {
  html
    body
    [data-content="standard"]
    .checkup-includes__summary-prices--extended {
    display: none;
  }
}
@media (max-width: 992.98px) {
  html
    body
    [data-content="extended"]
    .checkup-includes__summary-prices--standard {
    display: none;
  }
}
html body .checkup-includes__summary-price {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #1c5630;
  text-align: center;
}
html body .checkup-includes__summary-price--old {
  opacity: 0.5;
}

html body .checkup-stages {
  position: relative;
  margin-bottom: 8rem;
  padding: 8rem 0;
}
@media (max-width: 768.98px) {
  html body .checkup-stages {
    margin-bottom: 6rem;
    padding: 4rem 0;
  }
}
html body .checkup-stages__inner {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-stages__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
html body .checkup-stages__header {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}
@media (max-width: 992.98px) {
  html body .checkup-stages__header {
    height: auto;
  }
}
@media (max-width: 768.98px) {
  html body .checkup-stages__header {
    flex: 0 0 100%;
  }
}
html body .checkup-stages__content {
  flex: 0 0 74rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1280.98px) {
  html body .checkup-stages__content {
    flex: 0 0 50%;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-stages__content {
    flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  html body .checkup-stages__content {
    flex: 0 0 100%;
    gap: 1.6rem;
  }
}
html body .checkup-stages__column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}
html body .checkup-stages__column-right {
  margin-top: 19rem;
}
html body .checkup-stages__card {
  background: #ffffff;
  border-radius: 1rem;
}
@media (max-width: 768.98px) {
  html body .checkup-stages__card {
    padding: 2.3rem 1.5rem 2rem;
  }
}
html body .checkup-stages__card-icon {
  width: 100%;
  max-width: 14rem;
  height: 14rem;
}
@media (max-width: 768.98px) {
  html body .checkup-stages__card-icon {
    max-width: 7rem;
    height: 7rem;
  }
}
html body .checkup-stages__card-icon svg {
  width: 100%;
  height: 100%;
}
html body .checkup-stages__card-content {
  padding: 3.5rem 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  html body .checkup-stages__card-content {
    padding: 3.2rem 0 0;
  }
}
html body .checkup-stages__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  html body .checkup-stages__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
html body .checkup-stages__card-title {
  padding-bottom: 3.2rem;
}
@media (max-width: 768.98px) {
  html body .checkup-stages__card-title {
    padding-bottom: 1.6rem;
  }
}
html body .checkup-stages__card-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
html body .checkup-stages__card-text-highlight {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
}
html body .checkup-stages__card-text b {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
}
html body .checkup-stages__card-list {
  display: flex;
  flex-direction: column;
  list-style-type: initial;
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 0;
}
html body .checkup-stages__card-list-item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  list-style-type: initial;
  margin-bottom: 0;
}
html body .checkup-stages__card-list-item::before {
  display: none;
}

html body .checkup-stages__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html body .checkup-stages__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .checkup-stages__background--blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4285f4;
  mix-blend-mode: color;
}
html body .checkup-stages__background--peach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dfaf75;
  mix-blend-mode: color;
}
html body .checkup-stages__background--violet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ada1c2;
  mix-blend-mode: color;
}
html body .checkup-stages__background--violet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ada1c2;
  mix-blend-mode: color;
}
html body .checkup-stages__background--coral {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcebeb;
  mix-blend-mode: color;
}
html body .checkup-stages__background--sand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff0df;
  mix-blend-mode: color;
}

html body .checkup-tariffs {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs {
    margin-bottom: 6rem;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs .container {
    padding: 0;
  }
}
html body .checkup-tariffs__inner {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
html body .checkup-tariffs__header {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__header {
    flex: 0 0 100%;
    padding: 0 2.4rem;
  }
}
html body .checkup-tariffs__content {
  flex: 0 0 74rem;
}
@media (max-width: 1280.98px) {
  html body .checkup-tariffs__content {
    flex: 0 0 50%;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__content {
    flex: 0 0 100%;
  }
}
html body .checkup-tariffs__tabs-header {
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__tabs-header {
    padding: 0 2.4rem;
  }
}
@media (min-width: 992.98px) {
  html body .checkup-tariffs__tabs-control {
    position: relative;
    background: transparent;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    color: rgb(125, 125, 125);
    padding: 1.4rem;
    z-index: 1;
  }
}
@media (min-width: 992.98px) and (max-width: 768.98px) {
  html body .checkup-tariffs__tabs-control {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 992.98px) {
  html body .checkup-tariffs__tabs-control.tabs__control--active {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    color: #1c5630;
    background: #f8f8f8;
    opacity: 1;
    z-index: 3;
  }
}
@media (min-width: 992.98px) {
  html body .checkup-tariffs__tabs-control:nth-of-type(2) {
    margin-left: -1px;
  }
}
html body .checkup-tariffs__tabs-content {
  margin-top: -0.1rem;
  background: #f8f8f8;
  border-radius: 0 1rem 1rem 0;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
  padding: 2.3rem 2.4rem 3.2rem;
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__tabs-content {
    margin: 1.6rem 2.4rem 0;
    border-radius: 1rem;
  }
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs__tabs-content {
    padding: 2rem 1.5rem;
  }
}
html body .checkup-tariffs__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding-bottom: 7.2rem;
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs__list {
    padding-bottom: 3.2rem;
  }
}
html body .checkup-tariffs__list-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
html body .checkup-tariffs__list-item::before {
  display: none;
}
html body .checkup-tariffs__list-item-number {
  font-size: 2.8rem;
  line-height: 1;
  color: #c6c6c6;
}
html body .checkup-tariffs__list-item-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}
html body .checkup-tariffs__summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__summary {
    flex-direction: column;
  }
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__summary-item {
    display: flex;
    flex-direction: column;
  }
}
html body .checkup-tariffs__summary-item-title {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs__summary-item-title {
    margin-bottom: 0.6rem;
  }
}
html body .checkup-tariffs__summary-item-price {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs__summary-item-price {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }
}
html body .checkup-tariffs__summary-item-price-new {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #1c5630;
}
html body .checkup-tariffs__summary-item-price-old {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #1c5630;
  opacity: 0.7;
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs__summary-button {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  html body .checkup-tariffs__summary-button .button {
    width: 100%;
  }
}
html body .checkup-tariffs__background {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 30.9rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 992.98px) {
  html body .checkup-tariffs__background {
    display: none;
  }
}

html body .why-choose-checkup {
  margin-bottom: 8rem;
}
html body .why-choose-checkup.why-choose-checkup--big-cards {
  margin-bottom: 26rem;
}
@media (max-width: 1430.98px) {
  html body .why-choose-checkup.why-choose-checkup--big-cards {
    margin-bottom: 30rem;
  }
}
@media (max-width: 992.98px) {
  html body .why-choose-checkup.why-choose-checkup--big-cards {
    margin-bottom: 8rem;
  }
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup.why-choose-checkup--big-cards {
    margin-bottom: 6rem;
  }
}
html body .why-choose-checkup__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17rem 2rem;
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
@media (max-width: 992.98px) {
  html body .why-choose-checkup__content {
    gap: 2rem;
    padding: 0;
    margin-top: -5rem;
  }
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__content {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: -3.5rem;
  }
}
html body .why-choose-checkup__card {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  padding: 3.2rem 2.4rem;
  min-height: 24.1rem;
  max-width: 44.7rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.why-choose-checkup--big-cards html body .why-choose-checkup__card {
  min-height: 31.1rem;
}
@media (max-width: 768.98px) {
  .why-choose-checkup--big-cards html body .why-choose-checkup__card {
    min-height: auto;
  }
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__card {
    min-height: auto;
    max-width: 100%;
    padding: 2rem 1.5rem;
    gap: 0;
  }
}
html body .why-choose-checkup__card:nth-child(odd) {
  justify-self: start;
}
html body .why-choose-checkup__card:nth-child(even) {
  justify-self: end;
}
html body .why-choose-checkup__card:nth-of-type(5) {
  position: absolute;
  bottom: -15rem;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1430.98px) {
  html body .why-choose-checkup__card:nth-of-type(5) {
    bottom: -25rem;
  }
}
@media (max-width: 992.98px) {
  html body .why-choose-checkup__card:nth-of-type(5) {
    position: relative;
    bottom: initial;
    left: initial;
    transform: none;
  }
}
html body .why-choose-checkup__card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__card-header {
    flex-direction: column;
    gap: 3.2rem;
    padding-bottom: 1.6rem;
  }
}
html body .why-choose-checkup__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 200px;
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
    max-width: 100%;
  }
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__card-title {
    order: 2;
  }
}
html body .why-choose-checkup__card-number {
  font-size: 10rem;
  line-height: 8rem;
  text-align: right;
  color: #1c5630;
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__card-number {
    font-size: 6rem;
    order: 1;
    line-height: 5rem;
  }
}
html body .why-choose-checkup__card-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
html body .why-choose-checkup__header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992.98px) {
  html body .why-choose-checkup__header {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
}
html body .why-choose-checkup__header-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (max-width: 992.98px) {
  html body .why-choose-checkup__header-background {
    max-width: 40rem;
    height: 40rem;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
}
@media (max-width: 768.98px) {
  html body .why-choose-checkup__header-background {
    max-width: 27.2rem;
    height: 27.2rem;
  }
}
html body .why-choose-checkup__header-background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html body .why-choose-checkup__header-title {
  max-width: 55.4rem;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 992.98px) {
  html body .why-choose-checkup__header-title {
    top: 50%;
  }
}

html body .faq {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .faq {
    margin-bottom: 6rem;
  }
}
html body .faq__inner {
  display: flex;
  gap: 4.2rem;
  align-items: flex-start;
}
@media (max-width: 992.98px) {
  html body .faq__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
html body .faq__header {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 768.98px) {
  html body .faq__header {
    flex: 0 0 100%;
  }
}
html body .faq__content {
  flex: 0 0 74rem;
}
@media (max-width: 1280.98px) {
  html body .faq__content {
    flex: 0 0 50%;
  }
}
@media (max-width: 768.98px) {
  html body .faq__content {
    flex: 0 0 100%;
  }
}
html body .faq__accordion {
  display: flex;
  flex-direction: column;
}
html body .faq__accordion-item:first-child .faq__accordion-header {
  border-top: 1px solid #e5e5e5;
}
html body .faq__accordion-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 3.2rem 0;
}
@media (max-width: 992.98px) {
  html body .faq__accordion-header {
    padding: 2rem 0;
  }
}
html body .faq__accordion-header-title {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.18;
}
html body .faq__accordion-content {
  padding: 0;
  border-bottom: 1px solid transparent;
}
html body .faq ._active .faq__accordion-content {
  padding: 0;
}
html body .faq__accordion-content-inner {
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
html body .faq__accordion-content-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

html body .pricing-cta {
  margin-bottom: 8rem;
}
@media (max-width: 768.98px) {
  html body .pricing-cta {
    margin-bottom: 6rem;
  }
}
html body .pricing-cta__inner {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
html body .pricing-cta__card {
  border-radius: 1rem;
  padding: 5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__card {
    padding: 2rem 1.5rem;
  }
}
html body .pricing-cta__content {
  position: relative;
  z-index: 1;
}
html body .pricing-cta__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 768.98px) {
  html body .pricing-cta__card-title br {
    display: none;
  }
}
html body .pricing-cta__price {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 1.6rem 0 0;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__price {
    gap: 0.8rem;
  }
}
@media (max-width: 576.98px) {
  html body .pricing-cta__price {
    flex-direction: column;
  }
}
html body .pricing-cta__price-new {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__price-new {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
html body .pricing-cta__price-new {
  color: #1c5630;
}
html body .pricing-cta__price-old {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__price-old {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
html body .pricing-cta__price-old {
  color: #1c5630;
  opacity: 0.5;
}
html body .pricing-cta__card-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 1.6rem;
  margin-bottom: 0;
}
html body .pricing-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__buttons {
    width: 100%;
    flex-direction: column;
  }
}
html body .pricing-cta__background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
html body .pricing-cta__background--desktop {
  display: block;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__background--desktop {
    display: none;
  }
}
html body .pricing-cta__background--mob {
  display: none;
}
@media (max-width: 768.98px) {
  html body .pricing-cta__background--mob {
    display: block;
  }
}
html body .pricing-cta__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body .team-doctors {
  margin-bottom: 6rem;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  html body .team-doctors {
    margin-bottom: 4rem;
  }
}
html body .team-doctors__content {
  padding-top: 3.2rem;
  padding-bottom: 0;
}
html body .team-doctors__swiper {
  overflow: visible;
}
html body .team-doctors__card {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 37rem;
}
@media (max-width: 1024.98px) {
  html body .team-doctors__card {
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  html body .team-doctors__card {
    height: 37rem;
  }
}
html body .team-doctors__card-image {
  width: 100%;
  height: 100%;
}
html body .team-doctors__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .team-doctors__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.3rem 2.4rem;
  border-radius: 1rem;
  background: #fafafa;
  box-sizing: border-box;
  max-width: 100%;
}
html body .team-doctors__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  html body .team-doctors__card-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
html body .team-doctors__card-title-highlight {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
}
html body .team-doctors__card-title b {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
}
html body .recommendation-card {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 992.98px) {
  html body .recommendation-card {
    display: none;
  }
}
@media (max-width: 768.98px) {
  html body .recommendation-card {
    margin-top: 4rem;
  }
}
html body .recommendation-card.recommendation-card--full-width {
  margin-top: 0;
  margin-bottom: 8rem;
}
@media (max-width: 992.98px) {
  html body .recommendation-card.recommendation-card--full-width {
    display: block;
    margin-bottom: 6rem;
  }
}
html body .recommendation-card__wrapper {
  border: 1px solid #e5e5e5;
  max-width: 74rem;
  width: 100%;
  background: #f8f8f8;
  border-radius: 1rem;
  position: relative;
}
.recommendation-card--full-width html body .recommendation-card__wrapper {
  max-width: 100%;
}
html body .recommendation-card__inner {
  padding: 3.2rem 2.4rem;
}
.recommendation-card--full-width html body .recommendation-card__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 5.2rem 2.4rem 3.2rem;
}
@media (max-width: 768.98px) {
  .recommendation-card--full-width html body .recommendation-card__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.4rem;
    padding: 4.6rem 1.5rem 2rem;
  }
}
html body .recommendation-card__quote-icon {
  position: absolute;
  top: -1rem;
  right: 3.2rem;
  width: 5rem;
  height: 4.1rem;
}
.recommendation-card--full-width html body .recommendation-card__quote-icon {
  right: initial;
  left: 3.2rem;
}
@media (max-width: 768.98px) {
  .recommendation-card--full-width html body .recommendation-card__quote-icon {
    left: 1.5rem;
  }
}
html body .recommendation-card__quote-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html body .recommendation-card__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
html body .recommendation-card__text-highlight {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
}
html body .recommendation-card__text b {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
}
.recommendation-card--full-width html body .recommendation-card__text {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.18;
  margin-bottom: 0;
}
.recommendation-card--full-width
  html
  body
  .recommendation-card__text
  .recommendation-card__text-highlight {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 600;
}
.recommendation-card--full-width html body .recommendation-card__text b {
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 600;
}
html body .recommendation-card__button {
  position: relative;
  z-index: 1;
}

html body .reviews {
  margin-bottom: 6rem;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  html body .reviews {
    margin-bottom: 4rem;
  }
}
html body .reviews__content {
  padding-top: 3.2rem;
  padding-bottom: 2em;
}
html body .reviews__swiper {
  overflow: visible;
}
html body .reviews__swiper-slide {
  height: auto;
}
html body .reviews__card {
  padding: 3.2rem 2.4rem 2rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
}
html body .reviews__card-text {
  margin-bottom: 0;
}
html body .reviews__card--blue {
  background: #f2f6fe;
}
html body .reviews__card--blue:after {
  background: #f2f6fe;
}
html body .reviews__card--peach {
  background: #fff4e8;
}
html body .reviews__card--peach:after {
  background: #fff4e8;
}
html body .reviews__card--sand {
  background: #fbf2ec;
}
html body .reviews__card--sand:after {
  background: #fbf2ec;
}
html body .reviews__card--rose {
  background: #fdf0f0;
}
html body .reviews__card--rose:after {
  background: #fdf0f0;
}
html body .reviews__card--cream {
  background: #fbf2ec;
}
html body .reviews__card--cream:after {
  background: #fbf2ec;
}
html body .reviews__card:after {
  content: "";
  position: absolute;
  bottom: -2.3rem;
  left: 2.3rem;
  width: 2.3rem;
  height: 2.3rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
}
html body .reviews__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
}
html body .reviews__swiper-navigation {
  margin-top: 4rem;
}
html body .maternity-path {
  margin-bottom: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 768.98px) {
  html body .maternity-path {
    margin-bottom: 6rem;
  }
}
html body .maternity-path__content {
  padding-top: 3.2rem;
}
@media (max-width: 768px) {
  html body .maternity-path__content {
    padding-top: 2.4rem;
    display: flex;
    justify-content: space-between;
    gap: 4.3rem;
  }
}
@media (max-width: 576px) {
  html body .maternity-path__content {
    gap: 3rem;
  }
}
html body .maternity-path__timeline {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  html body .maternity-path__timeline {
    flex: 0 0 1px;
  }
}
html body .maternity-path__line {
  width: 100%;
  position: relative;
  height: 1px;
  background: #999999;
  display: block;
}
@media (max-width: 768px) {
  html body .maternity-path__line {
    height: 100%;
    width: 1px;
  }
}
html body .maternity-path__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #999999;
}
@media (max-width: 768px) {
  html body .maternity-path__line::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
html body .maternity-path__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #999999;
}
@media (max-width: 768px) {
  html body .maternity-path__line::after {
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
html body .maternity-path__steps {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 8.1rem;
}
@media (max-width: 768px) {
  html body .maternity-path__steps {
    margin-top: 0;
    gap: 1.6rem;
    flex-direction: column;
    width: 100%;
  }
}
html body .maternity-path__step {
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 360/380;
}
@media (max-width: 768px) {
  html body .maternity-path__step {
    aspect-ratio: 220/233;
  }
}
html body .maternity-path__point {
  height: 6.7rem;
  position: absolute;
  width: 1px;
  top: -8.1rem;
  left: 4rem;
  background: linear-gradient(
    to bottom,
    transparent 0 1.3rem,
    #1c5630 1.3rem 2.1rem,
    transparent 2.1rem 2.9rem,
    #1c5630 2.9rem 3.7rem,
    transparent 3.7rem 4.5rem,
    #1c5630 4.5rem 5.3rem,
    transparent 5.3rem 6.1rem,
    #1c5630 6.1rem 6.7rem
  );
}
@media (max-width: 768px) {
  html body .maternity-path__point {
    top: 4.6rem;
    height: 1px;
    width: 4rem;
    left: -4rem;
    background: repeating-linear-gradient(
      to right,
      #1c5630 0 0.4rem,
      transparent 0.4rem 0.8rem
    );
  }
}
@media (max-width: 576px) {
  html body .maternity-path__point {
    width: 3rem;
    left: -2.7rem;
  }
}
@media (max-width: 380px) {
  html body .maternity-path__point {
    top: 2.6rem;
  }
}
html body .maternity-path__point::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1c5630;
  border-radius: 50%;
}
@media (max-width: 768px) {
  html body .maternity-path__point::before {
    left: -1.1rem;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
html body .maternity-path__number {
  font-size: 7.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1400px) {
  html body .maternity-path__number {
    font-size: clamp(3.6rem, 3.6rem + 3.8 * (100vw - 375px) / 1545, 7.4rem);
  }
}
@media (max-width: 768px) {
  html body .maternity-path__number {
    font-size: clamp(5.6rem, 19vw, 15.6rem);
  }
}
@media (max-width: 370px) {
  html body .maternity-path__number {
    font-size: 5.2rem;
  }
}
html body .maternity-path__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
html body .maternity-path__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mask-image: url(/bitrix/templates/aspro-allcorp3medc/images/programs/maternity-path-mask.63c96e06.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
html body .maternity-path__card {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 18.4rem;
  z-index: 3;
  padding: 0 2.4rem 3.2rem;
}
@media (max-width: 1024px) {
  html body .maternity-path__card {
    padding: 0 1.4rem 1.8rem;
    height: 13rem;
  }
}
@media (max-width: 992px) {
  html body .maternity-path__card {
    height: 11rem;
  }
}
@media (max-width: 768px) {
  html body .maternity-path__card {
    height: 100%;
    padding: 0 2.4rem 3.2rem;
    gap: 3.8rem;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  html body .maternity-path__card {
    padding: 0 1.6rem 2.4rem;
  }
}
html body .maternity-path__card-title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.25;
  height: 4rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  html body .maternity-path__card-title {
    font-size: clamp(2.2rem, 2.2rem + 1 * (100vw - 375px) / 1545, 3.2rem);
  }
}
@media (max-width: 1024px) {
  html body .maternity-path__card-title {
    font-size: 1.8rem;
    height: 4rem;
  }
}
@media (max-width: 992px) {
  html body .maternity-path__card-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  html body .maternity-path__card-title {
    font-size: 2.4rem;
  }
}
html body .maternity-path__card-item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
html body .maternity-path__card-item::before {
  display: none;
}
@media (max-width: 992px) {
  html body .maternity-path__card-item {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  html body .maternity-path__card-item {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.right_block.narrow_Y {
  width: 100% !important;
}
.page-top-info {
  display: none;
}
.left_block {
  display: none !important;
}
.main.banner-auto > .container {
  max-width: 100% !important;
  padding: 0;
}
.col-md-12.col-sm-12.col-xs-12.content-md {
  padding: 0;
}

html body .breadcrumbs {
  position: absolute;
  top: 4rem;
  /* left: 0; */
  width: 100%;
  z-index: 1;
}
@media (max-width: 768.98px) {
  html body .breadcrumbs {
    top: 1.8rem;
  }
}
html body .breadcrumbs__inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
html body .breadcrumbs__separator {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 768.98px) {
  html body .breadcrumbs__separator:has(+ .breadcrumbs__item:last-child) {
    display: none;
  }
}
html body .breadcrumbs__item {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem 0;
  margin: 0;
}
.breadcrumbs__separator{
  color: #333 !important;
}
.breadcrumbs__item-name{
  color: #333 !important;
}
@media (max-width: 768.98px) {
  html body .breadcrumbs__item:last-child {
    display: none;
  }
}
html body .breadcrumbs .text-black {
  color: #000000;
}


.benefits-cards__title{
  max-width: 651px;
  text-wrap: balance;
}

.program_features__title{
  font-weight: 600;
  font-size: 28px;
  line-height: 121%;
  color: #333;
  padding-bottom: 12px;
}
.program_features__items{

}
.program_features__items .item{
  display: flex;
  gap: 38px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.program_features__items .item:nth-last-of-type(1){
  border-bottom: unset;
}
.program_features__items .num{
  font-weight: 400;
  font-size: 40px;
  line-height: 85%;
  color: #1c5630;
  min-width: 50px;
}
.program_features__items .name{
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  color: #333;
  padding-bottom: 12px;
}
.program_features__items .txt{
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #333;
}
.container .mx_staff{
  padding-top: 10px !important;
  margin-bottom: 80px;
}
.mx_apart {
  margin-bottom: 80px;
}

.pricing-cta__card-title2{
  max-width: 440px;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #333;
  padding-bottom: 16px;
}
.pricing-cta__card-desc{
  max-width: 490px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333;
}
.pricing-cta__card-desc .col_2{
  max-width: 360px;
  margin-bottom: 16px;
}
.col_2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.pricing-cta__card-desc ul li{
  margin-bottom: 0;
}
.pricing-cta__card-desc ul li:before {
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.pricing-cta__card-desc2{
  margin-top: 24px;
  max-width: 500px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #333;
}
.snoska_cont{
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #333;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
}
.head_2_col{
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
.reviews__card-text{
  max-height: 600px;
  overflow: hidden;
}



@media (max-width: 1000px) {
  .head_2_col {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .benefits-cards_info{
    flex-direction: column;
    align-items: baseline;
    margin-top: 32px;
    gap: 16px;
    padding: 20px 15px;
  }
  .program_features__items .item {
    flex-direction: column;
    gap: 24px;
    padding: 16px 0;
  }
  html body .swiper-navigation.reviews__swiper-navigation{
    display: none !important;
  }
  .swiper-pagination.reviews__swiper-pagination{
    display: none !important;
  }
  .pricing-cta__card-desc .col_2 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
