@charset "UTF-8";
@font-face {
  font-family: "Alethia Pro";
  src: local("Alethia Pro"), local("AlethiaPro-Regular");
  src: url("assets/fonts/alethiapro-regular-webfont.otf") format("opentype"), url("assets/fonts/alethiapro-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("assets/fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular.woff") format("woff"), url("assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("assets/fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("assets/fonts/Montserrat-Medium.woff") format("woff"), url("assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("assets/fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("assets/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("assets/fonts/EncodeSans-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("assets/fonts/Montserrat-Bold.woff") format("woff"), url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.form-check-label {
  font-size: clamp(0.75rem, 0.707rem + 0.18vw, 1rem);
  line-height: 25px;
}
@media (max-width: 567px) {
  .form-check-label {
    line-height: 20px;
  }
}

.breadcrumbs {
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.625rem, 0.518rem + 0.46vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
.breadcrumbs__divider {
  color: #6F7C67;
  /* margin: 0 10px; */
}
.breadcrumbs__current {
  color: #373D33;
}
.breadcrumb--light .breadcrumbs__current,
.breadcrumbs__current.white {
  color: #E8E8E8;
}
.breadcrumbs__prev {
  color: #6F7C67;
  transition: 0.2s ease-in;
}
.breadcrumb--light .breadcrumbs__prev {
  color: rgba(255, 250, 241, 0.8);
}
.breadcrumbs__prev:hover {
  color: #373D33;
  opacity: 0.8;
  transition: 0.2s ease-in;
}
.breadcrumb--light .breadcrumbs__prev:hover,
.breadcrumbs__prev.white:hover {
  color: #E8E8E8;
  opacity: 1;
  transition: 0.2s ease-in;
}

.section__title-alt {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 1.243rem + 1.1vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 57.6px */
  padding: 0 0 40px 0;
}
@media (max-width: 991px) {
  .section__title-alt {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section__title-alt {
    padding-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .section__title-alt {
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .section__title-alt {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .section__title-alt.centered {
    text-align: center;
  }
}

.section__title-alt.lefted {
  text-align: center;
}
@media (max-width: 991px) {
  .section__title-alt.lefted {
    text-align: left !important;
  }
}

@media (max-width: 567px) {
  .section__title-alt.centered-mobile {
    text-align: center;
  }
}

.section__title-alt.center {
  text-align: center;
}

.section__title-primary {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-size: clamp(2.625rem, 2.046rem + 2.471vw, 6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  align-items: center;
}


@media (max-width: 1920px) and (min-resolution: 2dppx) {
  .section__title-primary {
    font-size: clamp(3.5rem, 2.728rem + 3.3vw, 4rem);
  }
}


.section__title-primary-small {
  font-size: clamp(1.5rem, 1.243rem + 1.1vw, 3rem);
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}

.section__title-primary.white {
  color: #E8E8E8;
}

.section__title-primary.center {
  text-align: center;
}

.section__title-primary.centered {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section__title-primary.centered {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section__title-primary.centered {
    padding-bottom: 65px;
  }
}
@media (max-width: 567px) {
  .section__title-primary.centered {
    padding-bottom: 55px;
  }
}
@media (max-width: 425px) {
  .section__title-primary.centered {
    padding-bottom: 30px;
  }
}

.section__title-secondary {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-size: clamp(2.625rem, 2.046rem + 2.471vw, 6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  align-items: center;
  text-align: center;
}
@media (max-width: 425px) {
  .section__title-secondary {
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  .section__title-secondary {
    line-height: 40px;
  }
}
@media (max-width: 368px) {
  .section__title-secondary {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  body > section.franchise > div > div.section__title-secondary {
    text-align: center !important;
  }
}

.header__info > a[href^=tel],
.header__tel {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nav__link,
.menu-item {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.682rem + 0.824vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.header .nav__link:hover,
.header .menu-item:hover {
  scale: 1.125;
  transition: 0.1s ease-in;
}

.hero__fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero__title {
  color: var(--white, #E8E8E8);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-size: clamp(3.5rem, 2.728rem + 3.3vw, 8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1920px) {
  .hero__title {
    font-size: clamp(3.5rem, 2.728rem + 3.3vw, 6rem);
  }
}
@media (max-width: 1920px) and (min-resolution: 2dppx) {
  .hero__title {
    font-size: clamp(3.5rem, 2.728rem + 3.3vw, 5rem);
  }
}
@media (max-width: 368px) {
  .hero__title {
    font-size: 32px;
  }
}

.hero__subtitle {
  text-align: center;
  color: #E8E8E8;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  width: 85%;
}

.selected-city {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.832rem + 0.18vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.city-list li {
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.832rem + 0.18vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.services__badge {
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
.services__title {
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 1.207rem + 0.18vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
.services__overlay-paragraph {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.811rem + 0.27vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-align: left;
}
.services__overlay-title {
  color: #E8E8E8;
  text-align: left;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 1.207rem + 0.18vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}

.service-features-wrapper .service-features-item .features-content,
.service-features-wrapper .service-features-item .features-content li,
.service-problems-text,
.service-single__subtitle {
  font-size: clamp(0.875rem, 0.768rem + 0.46vw, 1.5rem);
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  overflow-wrap: break-word;
}



@media (max-width: 480px) {
  .services__overlay {
      padding: 15px 15px 5px 15px;
  }

.services__overlay-title {
  font-size: clamp(0.8rem, 0.9rem + 0.18vw, 1.5rem);

}

.services__overlay-paragraph {
  font-size: clamp(0.5rem, 0.6rem + 0.27vw, 1.25rem);

}

.services__overlay-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  position: absolute;
  bottom: 20px!important;
  right: 20px!important;
  width: 15%;
}
}


.service-single__title-desktop {
  margin-bottom: 50px;
}
@media (max-width: 1499px) {
  .service-single__title-desktop {
    display: none;
  }
}

.service-single__title-mobile {
  display: none;
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 1499px) {
  .service-single__title-mobile {
    display: block;
  }
}

.member__rate-secondary > span {
  font-size: clamp(0.75rem, 0.578rem + 0.73vw, 1.75rem);
  color: #F39C62;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
}
@media (max-width: 1199px) {
  .member__rate-secondary > svg {
    max-width: 22.5px;
  }
}
@media (max-width: 991px) {
  .member__rate-secondary > svg {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .member__rate-secondary > svg {
    width: 17.5px;
  }
}
@media (max-width: 545px) {
  .member__rate-secondary > svg {
    width: 15px;
  }
}
@media (max-width: 425px) {
  .member__rate-secondary > svg {
    width: 15px;
  }
}
@media (max-width: 375px) {
  .member__rate-secondary > svg {
    width: 12.5px;
  }
}
@media (max-width: 350px) {
  .member__rate-secondary > svg {
    width: 10px;
  }
}
.member__reviews-secondary {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8rem, 0.628rem + 0.458vw, 1.8rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
@media (max-width: 1199px) {
  .member__reviews-secondary {
    font-size: clamp(0.5rem, 0.196rem + 1.3vw, 1rem);
  }
}
.member__reviews-secondary.alt {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.75rem);
}
.member__name-primary {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.914rem + 0.37vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  transition: 0.1s ease-in;
  cursor: pointer;
  max-width: fit-content;
}
@media (max-width: 1199px) {
  .member__name-primary {
    font-size: clamp(0.875rem, 0.571rem + 1.3vw, 1.375rem);
  }
}
.member__name-primary:hover {
  transition: 0.1s ease-in;
  color: #6F7C67;
}
.member__name-secondary:hover {
  transition: 0.1s ease-in;
  color: rgba(255, 250, 241, 0.4901960784);
}
.member__name-secondary {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.914rem + 0.37vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  transition: 0.1s ease-in;
  cursor: pointer;
  max-width: fit-content;
}
@media (max-width: 1199px) {
  .member__name-secondary {
    font-size: clamp(0.875rem, 0.571rem + 1.3vw, 1.375rem);
  }
}
.member__spec-primary {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 1199px) {
  .member__spec-primary {
    font-size: clamp(0.75rem, 0.37rem + 1.62vw, 1.375rem);
  }
}
.member__spec-secondary {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 1199px) {
  .member__spec-secondary {
    font-size: clamp(0.75rem, 0.37rem + 1.62vw, 1.375rem);
  }
}
.member__about-primary {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.625rem, 0.518rem + 0.46vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media (max-width: 1199px) {
  .member__about-primary {
    font-size: clamp(0.625rem, 0.321rem + 1.3vw, 1.125rem);
  }
}
.member__about-secondary {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.625rem, 0.518rem + 0.46vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media (max-width: 1199px) {
  .member__about-secondary {
    font-size: clamp(0.625rem, 0.321rem + 1.3vw, 1.125rem);
  }
}

.service__main .member__about-secondary {
    color: #373D33;
}

.team__link-single {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.273rem, 1.117rem + 0.458vw, 2.182rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  z-index: 100;
}

.franchise-start__subtitle {
  font-size: clamp(1.5rem, 1.243rem + 1.1vw, 3rem);
  color: #E8E8E8;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.franchise-start__title {
  font-size: clamp(2.25rem, 1.606rem + 2.75vw, 6rem);
  white-space: nowrap;
}
.franchise-start__benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.franchise-start__row {
  align-items: baseline;
}

.franchise-cards__title {
  font-size: clamp(1.75rem, 1.364rem + 1.65vw, 4rem);
  color: var(--white, #E8E8E8);
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .franchise-cards__title {
    text-align: center;
  }
}

.franchise__card-title {
  font-size: clamp(2.5rem, 2.07rem + 1.83vw, 5rem);
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.franchise__card-subtitle {
  font-size: clamp(1.25rem, 1.078rem + 0.73vw, 2.25rem);
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.franchise__card-info {
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.375rem, 1.181rem + 0.82vw, 2.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 991px) {
  .franchise-single__title {
    text-align: center;
  }
}

.franchise-why__title {
  font-size: clamp(1.5rem, 1.243rem + 1.1vw, 3rem);
  color: var(--white, #E8E8E8);
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991px) {
  .franchise-why__title {
    text-align: left;
  }
}

.benefits__title {
  color: #E8E8E8;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.768rem + 0.46vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contacts__title {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 1.121rem + 0.55vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.8;
}
.contacts__subtitle {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.914rem + 0.37vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contacts__tip {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.621rem + 0.549vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}
.contacts__socials > a {
  text-decoration: none;
}

.why__num {
  color: #6F7C67;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-size: 128px;
  font-size: clamp(3.75rem, 3.021rem + 3.112vw, 8rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
}
.why__title {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
.why__subtitle {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  overflow-wrap: break-word;
}
.why__subtitle.white.centered {
  color: #E8E8E8;
  text-align: center;
}

.footer__link {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__policy {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}
.footer__copyright {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}
.footer__nav > li {
  /*font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);*/
	font-size: 18px;
}

.accordion-header {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 2rem);
}

.accordion__stroke-title {
  font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.accordion__stroke-price {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 2rem);
}

.price__stroke-title {
  font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  flex-grow: 0;
  flex-shrink: 1;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .price__stroke-title {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .price__stroke-title {
    padding-right: 15px;
  }
}
.price__stroke-title .price-description {
  font-size: 0.7em;
  line-height: 1.1;
  color: rgba(111, 124, 103, 0.7);
}
.price__stroke-price {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 2rem);
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}
.price__stroke-price .basic-price--old {
  font-size: 0.7em;
  line-height: 1.1;
  color: rgba(111, 124, 103, 0.7);
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.price__stroke-price .basic-price--old::before {
  position: absolute;
  height: 3px;
  background-color: rgba(111, 124, 103, 0.7);
  width: 100%;
  top: calc(50% - 1px);
  left: 0;
  content: "";
}
@media (max-width: 575px) {
  .price__stroke-price .basic-price--old::before {
    height: 2px;
  }
}
.price__stroke-price .promo-price {
  color: #F39C62;
}
.accordion__stroke-title {
  flex-grow: 0;
  flex-shrink: 1;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .accordion__stroke-title {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .accordion__stroke-title {
    padding-right: 15px;
  }
}
.accordion__stroke-title .price-description {
  font-size: 0.7em;
  line-height: 1.1;
  color: rgba(255, 250, 241, 0.7);
}
.accordion__stroke-price {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}
.accordion__stroke-price .basic-price--old {
  font-size: 0.7em;
  line-height: 1.1;
  color: rgba(255, 250, 241, 0.7);
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.accordion__stroke-price .basic-price--old::before {
  position: absolute;
  height: 3px;
  background-color: rgba(255, 250, 241, 0.7);
  width: 100%;
  top: calc(50% - 1px);
  left: 0;
  content: "";
}
@media (max-width: 575px) {
  .accordion__stroke-price .basic-price--old::before {
    height: 2px;
  }
}
.accordion__stroke-price .promo-price {
  color: #F39C62;
}
.price__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (min-width: 2560px) {
  .price__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 1920px) {
  .price__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .price__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .price__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 545px) {
  .price__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .price__title {
    padding-bottom: 15px;
  }
}

.special-offer__title {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.125rem, 1.018rem + 0.46vw, 1.75rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* cursor: pointer; */
}
.special-offer__title--active:hover {
  color: #6F7C67;
  transition: 0.1s ease-in;
}
.special-offer__counter {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  color: var(--main-dark, #373D33);
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.specialist-work > .specialist-work__container > div.section__title-primary {
  text-align: center;
  margin-bottom: 2vw;
}

.specialist-single__badge {
  font-size: clamp(0.875rem, 0.768rem + 0.46vw, 1.5rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .specialist-single__badge {
    display: none;
  }
}
.specialist-single__name {
  font-size: clamp(1.375rem, 1.096rem + 1.19vw, 3rem);
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
}
.specialist-single__spec {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.125rem, 0.932rem + 0.82vw, 2.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
}
.specialist-single__exp-title {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.125rem, 0.932rem + 0.82vw, 2.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
}
.specialist-single__exp {
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.modal-header {
  border: none;
}
.modal-title {
  font-size: clamp(2.5rem, 2.243rem + 1.1vw, 4rem);
  color: #E8E8E8;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.work__title {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.75rem);
  color: #373D33;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.income__title {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-size: clamp(1.75rem, 1.364rem + 1.65vw, 4rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.income__hello {
  font-size: clamp(1.5rem, 1.328rem + 0.73vw, 2.5rem);
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .income__hello {
    text-align: center;
  }
}
.income__subtitle {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.768rem + 0.46vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .income__subtitle {
    text-align: center;
    margin-bottom: 7vw;
  }
}
.income__result {
  font-size: clamp(2.25rem, 1.95rem + 1.28vw, 4rem);
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .income__result {
    text-align: center;
    padding-top: 100px;
  }
}

#total-profit {
  font-size: clamp(2.25rem, 1.95rem + 1.28vw, 4rem);
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  #total-profit {
    text-align: center;
    padding-top: 5vw;
  }
}

.form-check label {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

@media (max-width: 575px) {
  .form-check label {
    align-items: flex-start;
  }
}

.form-check label a {
  padding-bottom: 2px;
  border-bottom: 1px solid #E8E8E8;
}

.form-check label a:hover {
  padding-bottom: 2px;
  color: #E8E8E8;
  transition: 0.2s ease-in;
  border-bottom: 1px solid #E8E8E8;
}

.franchise-callback__title {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alethia Pro", sans-serif;
  font-size: clamp(1.75rem, 1.364rem + 1.65vw, 4rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .franchise-callback__title {
    margin-bottom: 30px;
  }
}
.franchise-callback__title-secondary {
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 2rem);
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 630px;
}

.trophy__subtitle {
  font-size: clamp(0.875rem, 0.768rem + 0.46vw, 1.5rem);
  color: #E8E8E8;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 630px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a:hover {
  color: unset;
}

ol {
  margin-bottom: unset;
}

div.team-single__buttons > div.team-single__slider-next.swiper-button-disabled {
  opacity: 0.4;
}

div.team-single__buttons > div.team-single__slider-prev.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-pagination-bullet {
  background-color: #E8E8E8 !important;
  opacity: 0.3 !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background-color: #E8E8E8 !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
}

.breadcrumbs,
ol.breadcrumb  {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  padding: 40px 0 100px 0;
}
@media (max-width: 991px) {
  .breadcrumbs,
ol.breadcrumb {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs,
ol.breadcrumb {
    padding: 27.5px 0 40px 0;
  }
}
@media (max-width: 567px) {
  .breadcrumbs,
ol.breadcrumb {
    padding: 25px 0 30px 0;
  }
}
@media (max-width: 425px) {
  .breadcrumbs,
ol.breadcrumb {
    padding: 20px 0 20px 0;
  }
}
/* .breadcrumbs__item {
  display: flex;
  gap: 10px;
} */

.form-check {
  padding-left: 0.5em;
}
.form-check .wpcf7-list-item-label {

}
.form-check-input {
  border: none;
}

.form-check-input:checked[type=checkbox] {
  background-image: url(assets/img/svg/checkmark.svg);
  background-size: auto;
}

.form-check-input:checked {
  background-color: #fff;
  border-color: transparent;
}

@media (max-width: 576px) {
  .modal-dialog,
  .modal-content {
    height: 100%;
    margin: 0 auto;
  }
}
.form-check-input {
  border-radius: 10px !important;
  transform: scale(1.25);
  position: relative;
  bottom: 0px;
  flex-shrink: 0;
}

.form-check-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.main-modal__row {
  row-gap: 40px;
}

.modal-main {
  max-width: 40%;
}
@media (max-width: 1440px) {
  .modal-main {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .modal-main {
    width: auto;
    max-width: 100%;
  }
}

.modal-content {
  border-radius: 40px !important;
}
@media (max-width: 576px) {
  .modal-content {
    border-radius: 0 !important;
  }
}

.modal-body {
  overflow: unset !important;
}

.modal-body textarea.form-control {
  margin-top: 3rem!important;
}

.modal-header > .btn-close {
  background-color: #fff;
}

@media (max-width: 767px) {
  .modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.modal-content {
  background-color: #373D33;
}

.cta__button-secondary.reverted.popup-button {
  width: fit-content;
}

.form-control {
  background-color: transparent;
  color: #fff;
  padding: 0 0 0.75rem 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: unset;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #E8E8E8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 66, 8, 0.25);
}

.procedure-dropdown {
  width: 400px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .procedure-dropdown {
    width: 100%;
  }
}
.procedure-dropdown .selected-procedure {
  padding: 20px 30px;
  width: 450px;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  width: 100%;
}
.custom-select  {
  width: 400px;
  max-width: 100%;
  height: 53px;
}
.custom-select > button  {
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  background-color: rgba(255, 255, 255, 0);
  color:  #E8E8E8;
  width: 100%;
  height: 100%;
}
.custom-select > button:hover {
  background-color: #E8E8E8;
  color:  #373D33;
}

.custom-select > button > span {
  position: unset;
}

.custom-select > button > .icon-caret {
  content: "▾";
  display: inline-block;
  margin-left: 10px;
  scale: 2;
  position: absolute;
  right: 18px;
  border-color: #E8E8E8 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}


.custom-select > button:hover > .icon-caret {
  border-color: #373D33 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.custom-select > button > .icon-caret.open {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #E8E8E8 rgba(255, 255, 255, 0);
}

.custom-select > button:hover > .icon-caret.open {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #373D33 rgba(255, 255, 255, 0);
}

@media (max-width: 1440px) and (min-width: 991px) {
  .procedure-dropdown .selected-procedure {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .procedure-dropdown .selected-procedure {
    padding: 20px 15px;
  }
}
.procedure-dropdown .selected-procedure:after {
  content: "▾";
  display: inline-block;
  margin-left: 10px;
  scale: 2;
  position: absolute;
  right: 33px;
}
.procedure-dropdown .selected-procedure:hover {
  content: "▾";
  display: flex;
  background-color: #fff;
  color: #373D33;
}

.procedure-dropdown .procedure-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background: rgb(255, 255, 255);
  border-top: none;
  display: none;
  z-index: 1;
  padding: unset;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1919px) {
  .procedure-dropdown .procedure-list {
    width: 100%;
  }
}

.modal-body .ms-drop.bottom ul {
  /* position: absolute; */
  /* top: 100%;
  left: 0; */
  width: 100%;
  /* overflow-y: auto; */
  background-color: #E8E8E8;
  border-top: none;
  /* display: none; */
  z-index: 1;
  padding: unset;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 1919px) {
  .modal-body .ms-drop.bottom ul {
    width: 100%;
  }
}
.modal-body .ms-drop.bottom ul li,
.procedure-dropdown .procedure-list li {
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid rgba(55, 61, 51, 0.1490196078);
  text-align: center;
}
.modal-body .ms-drop.bottom ul li:hover,
.procedure-dropdown .procedure-list li:hover {
  background-color: #6F7C67;
  transition: 0.1s ease-in;
  color: #E8E8E8;
}

.modal-body .ms-drop.bottom ul li label {
  padding: 20px;
}

.ms-drop ul>li.hide-radio.selected {
  background-color: #373D33;
}
.procedure-dropdown.open {
  border-radius: 10px 10px 0 0;
  color: #373D33;
  border: none;
}
.procedure-dropdown.open .procedure-list {
  display: block;
}
.procedure-dropdown.open .selected-procedure {
  color: #373D33;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.procedure-dropdown.custom-select > button {
  background-color: rgba(255, 255, 255, 0);
  color: #E8E8E8;
}

.favor__buttons {
  display: flex;
  gap: 20px;
  row-gap: 20px;
  justify-content: center;
}

.favor__button {
  border-radius: 80px;
  border: 1px solid #6F7C67;
  opacity: 0.8;
  padding: 15px 70px;
  transition: 0.1 ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.favor__button.active {
  background-color: #6F7C67;
  transition: 0.1s ease-in;
  color: #E8E8E8;
}
.favor__button:hover {
  background-color: #6F7C67;
  transition: 0.1s ease-in;
  color: #E8E8E8;
}

.sw-reviews-btn-form,
.cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-reviews-btn-form,
.cta__button-primary,
.cta__button-secondary,
.cta__button-alt {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  padding: 1vw 4vw;
  text-decoration: none;
  border-radius: 66px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1199px) {
.sw-reviews-btn-form,
  .cta__button-primary,
  .cta__button-secondary,
  .cta__button-alt {
    padding: 20px 92px;
  }
}
@media (max-width: 767px) {
.sw-reviews-btn-form,
  .cta__button-primary,
  .cta__button-secondary,
  .cta__button-alt {
    padding: 20px 62px;
  }
}
@media (max-width: 425px) {
.sw-reviews-btn-form,
  .cta__button-primary,
  .cta__button-secondary,
  .cta__button-alt {
    padding: 15px 34px;
  }
}

.cta__button-primary {
  background-color: #E8E8E8;
  transition: 0.1s ease-in;
  color: #373D33;
}

.sw-reviews-btn-form,
.cta__button-secondary {
  background-color: #6F7C67;
  transition: 0.1s ease-in;
}

.cta__button-alt {
  background-color: #E8E8E8;
  transition: 0.1s ease-in;
  opacity: 0.6;
}

.cta__button-primary:hover {
  background-color: #6F7C67 !important;
  border-color: #6F7C67 !important;
  color: #E8E8E8;
}

.sw-reviews-btn-form:hover,
.cta__button-secondary:hover {
  background-color: rgb(55, 61, 51);
  border-color: rgb(55, 61, 51);
}

.cta__button-alt:hover {
  background-color: rgb(55, 61, 51);
  border-color: rgb(55, 61, 51);
}

.cta__button-primary.reverted {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #373D33;
  border-color: #373D33;
}

.sw-reviews-btn-form,
.cta__button-secondary.reverted {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(55, 61, 51);
  border-color: rgb(55, 61, 51);
}

.cta__button-alt.reverted {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(55, 61, 51);
  border-color: rgb(55, 61, 51);
}

.cta__button-primary.reverted:hover {
  background-color: #E8E8E8;
  transition: 0.1s ease-in;
}

.sw-reviews-btn-form:hover,
.cta__button-secondary.reverted:hover {
  background-color: #6F7C67;
  transition: 0.1s ease-in;
}

.cta__button-alt.reverted:hover {
  background-color: #E8E8E8;
  transition: 0.1s ease-in;
  opacity: 0.6;
}

.card__button-primary,
.card__button-secondary,
.card__button-alt {
  padding: 30px 10px;
  color: #373D33;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.767rem + 0.46vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  max-width: 440px;
  margin: 0 auto;
}

.card__button {
  white-space: nowrap;
}
@media (max-width: 350px) {
  .card__button {
    white-space: unset;
  }
}
.card__button-primary {
  border: 1px solid #373D33;
  border-radius: 80px;
  background-color: transparent;
}
.card__button-primary:hover {
  color: #E8E8E8;
  background-color: #373D33;
  transition: 0.1s ease-in;
}
.card__button-secondary {
  border-radius: 80px;
  background: rgba(55, 61, 51, 0.2);
}
.card__button-secondary:hover {
  color: #E8E8E8;
  background-color: #6F7C67;
  transition: 0.1s ease-in;
}
.card__button-alt {
  border-radius: 80px;
  background: #373D33;
  color: #E8E8E8;
}
.card__button-alt:hover {
  color: #E8E8E8;
  background-color: #6F7C67;
  transition: 0.1s ease-in;
}

.income__buttons {
  display: flex;
  gap: 2vw;
}

.income-button {
  max-width: 300px;
  width: 300px;
  padding: 30px 0;
  border-radius: 80px;
  transition: 0.2s ease-in;
  background: rgba(108, 116, 103, 0.3);
  border: none;
  font-size: clamp(0.875rem, 0.682rem + 0.82vw, 2rem);
  color: var(--eee-8-dd, #E8E8E8);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .income-button {
    padding: 25px 0;
  }
}
@media (max-width: 567px) {
  .income-button {
    padding: 17px 0;
  }
}
.income-button.active {
  background: #6F7C67;
  transition: 0.2s ease-in;
}
.income-button:hover {
  background: #6F7C67;
  transition: 0.2s ease-in;
}

#income__slider {
  width: 100%;
  height: 4px;
  background: #CBCFC9;
  border-radius: 20px;
  opacity: 0.8;
  appearance: none;
  cursor: pointer;
}
#income__slider::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--main-dark, #373D33);
  transform: scale(1.5);
  cursor: pointer;
  border: 2px solid #CBCFC9;
}
#income__slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--main-dark, #373D33);
  cursor: pointer;
  border: 2px solid #CBCFC9;
}

.income__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.income__labels .income__label {
  font-size: clamp(0.75rem, 0.621rem + 0.55vw, 1.5rem);
  color: #E8E8E8;
  margin-left: 10%;
}
.income__labels .income__label:first-child {
  margin-left: 0;
}
.income__labels .income__label:last-child {
  margin-right: 0;
}

.franchise-callback__form {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .franchise-callback__form {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }
}

.franchise-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 1919px) {
  .franchise-form {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .franchise-form {
    width: 75%;
    gap: 50px;
  }
}
@media (max-width: 567px) {
  .franchise-form {
    width: 100%;
  }
}
.franchise-form__field {
  margin-bottom: 20px;
  position: relative;
}
.franchise-form__input {
  padding: 15px 40px !important;
  background-color: #E8E8E8;
  border-radius: 100px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.franchise-callback__button {
  max-width: 440px;
  padding: 20px 30px;
  border-radius: 80px;
  transition: 0.2s ease-in;
  background-color: transparent;
  border: 1px solid #CBCFC9;
  margin-top: 30px;
  font-size: clamp(0.875rem, 0.768rem + 0.46vw, 1.5rem);
  color: var(--eee-8-dd, #E8E8E8);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.franchise-callback__button:hover {
  background-color: #6F7C67 !important;
  border: 1px solid #6F7C67 !important;
}
@media (max-width: 991px) {
  .franchise-callback__button {
    margin: 0 auto;
  }
}

.rating-desktop {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/*@media (max-width: 767px) {
  .rating-desktop {
    display: none;
  }
}*/
.rating-mobile {
  display: none;
}
@media (max-width: 767px) {
  .rating-mobile {
    display: flex;
    flex-direction: column;
  }
}

.star__wrapper {
  display: inline-block;
}

.star {
  display: inline-block;
  width: 28px;
  height: 26px;
  margin-right: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .star {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 425px) {
  .star {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 374px) {
  .star {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 330px) {
  .star {
    width: 10px;
    height: 10px;
  }
}

.star svg {
  width: 100%;
  height: 100%;
  transition: fill 0.3s; /* Добавляем плавное изменение цвета */
}

.filled path {
  fill: #F39C62;
}

.empty path {
  stroke: #F39C62;
  stroke-width: 2;
}

/* Логика наведения */
.star .filled:hover path {
  fill: #F39C62 !important;
}

.star.empty:hover path {
  stroke: #F39C62 !important;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

body {
  /* overflow-x: hidden; */
  display: flex;
  flex-direction: column;
  color: #EEEEEE;
  counter-reset: steps;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif !important;
  cursor: url(assets/img/cursor_white.png) 4 1, default;
  background-color: #E8E8E8;
}
body .footer-wrapper {
  margin-top: auto;
}
body .fader {
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
body.fixed {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  body.fixed {
    padding-right: 17px;
  }
}
body.fixed .fader {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  body.fixed .header--index {
    padding-right: 17px;
  }
}

.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: unset;
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1860px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.row {
  position: relative;
}

a {
  text-decoration: none;
}

.index-page {
  position: relative;
}

.inner-page {
  flex-grow: 1;
  position: relative;
  color: #212529;
}

@media (max-width: 991px) {
  .footer__link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer__policy {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.top-scroll-button {
  color: #EEEEEE;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  border-radius: 17px;
  border: 2px solid #EEEEEE;
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  transition: 0.2s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1920px) {
  .top-scroll-button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1699px) {
  .top-scroll-button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .top-scroll-button {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .top-scroll-button {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .top-scroll-button {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .top-scroll-button {
    bottom: 35px;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}
@media (max-width: 399px) {
  .top-scroll-button {
    width: 35px;
    height: 35px;
  }
}
.top-scroll-button.show {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .top-scroll-button.show:hover {
    opacity: 0.5;
    transition: 0.2s ease;
  }
}
.top-scroll-button.show:active {
  transform: scale(0.9);
  transition: 0.2s ease;
}
.top-scroll-button > svg,
.top-scroll-button > img {
  width: 55%;
  height: 55%;
  min-width: 17px;
  min-height: 20px;
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes marker {
  0% {
    background-size: 0 85%;
  }
  100% {
    background-size: 100% 85%;
  }
}
@keyframes marker-reverse {
  0% {
    background-size: 100% 85%;
  }
  100% {
    background-size: 0 85%;
  }
}
@keyframes expander {
  0% {
    min-height: 0;
  }
  100% {
    min-height: 430px;
  }
}
@keyframes rolling {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes gray-round {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
.header-mobile {
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  background-color: #373D33;
  z-index: 100;
  position: relative;
}
@media (max-width: 991px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile__wrapper {
  width: 100%;
}
.header-mobile__row {
  margin: unset;
}
.header-mobile__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .header-mobile__menu {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .header-mobile__logo {
    justify-content: center;
  }
}
.header-mobile__logo > picture > img {
  max-width: 300px;
}
.header-mobile__info-mobile {
  top: -25px;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-mobile__info-mobile {
    display: flex;
    justify-content: flex-end;
  }
}
.header-mobile__row-top {
  position: unset;
}
.header-mobile__row-bottom {
  margin-top: 20px;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-mobile__row-bottom {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.header {
  z-index: 100;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .header {
    position: relative;
  }
}
.header__menu {
  align-items: center;
}
.header__logo {
  display: flex;
}
.header__logo-center {
  justify-content: center;
}
.header__logo-center > picture > img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .header__logo-center > picture > img {
    width: 350px;
  }
}
.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.header__info-mobile {
  max-width: 550px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header__info-mobile {
    position: unset;
    display: inline-block;
  }
}
.header__info > a[href^=tel],
.header__tel {
  color: #E8E8E8;
  text-decoration: none;
  transition: 0.2s ease-in;
  position: relative;
  right: 8%;
}
.header__info > a[href^=tel]:hover,
.header__tel:hover {
  color: #ACACAC;
  transition: 0.2s ease-in;
}
.header__desktop-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .header__desktop-wrapper {
    display: none;
  }
}
.header__wrapper {
  padding: 35px 0;
}

.header-inner {
  background-color: #373D33;
  border-bottom: 1px solid rgba(255, 247, 234, 0.3);
  position: relative;
}
@media (max-width: 991px) {
  .header-inner {
    display: none;
  }
}

.header-mobile-inner {
  background-color: #373D33;
  border-bottom: 1px solid rgba(255, 247, 234, 0.3);
  position: relative;
}

.nav {
  display: flex;
  flex-direction: column;
}
.nav__link,
.menu-item {
  padding: 15px 0;
  width: fit-content;
}

@media (max-width: 575px) {
  .nav__link,
  .menu-item {
    padding: 5px 0;
  }
}

.hamburger-menu {
  display: flex;
  position: relative;
  gap: 20px;
  height: 100%;
  align-items: center;
}

@media (max-width: 767px) {
  .hamburger-menu-mobile {
    position: relative;
    top: 165px;
    bottom: 20px;
    top: unset;
    right: 10%;
  }
}

@media (max-width: 575px) {
  .hamburger-menu-mobile {
    right: 15px;
  }
}

.burger-menu {
  height: 100%;
  gap: 30px;
  width: 58px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  cursor: pointer;
  z-index: 101;
  height: fit-content;
}
@media (max-width: 991px) {
  .burger-menu {
    top: 0;
    left: 0;
    width: 63px;
  }
}
.burger-menu__title {
  color: #E8E8E8;
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  transition: 0.3s ease-in;
  position: relative;
  top: 1px;
}
.burger-menu .bar {
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: transform 0.3s ease-in;
}
.burger-menu .bar:first-child {
  transform-origin: top left;
}
.burger-menu .bar:nth-child(2) {
  transition: 0.3s ease-in;
}
.burger-menu .bar:last-child {
  transform-origin: bottom left;
}
.burger-menu.active .bar:first-child {
  transform: rotate(30deg);
}
.burger-menu.active .bar:nth-child(2) {
  opacity: 0;
  transition: 0.3s ease-in;
}
.burger-menu.active .bar:last-child {
  transform: rotate(-30deg);
}

.burger-menu.active .bar-mobile:first-child {
  transform: rotate(27deg);
}

.burger-menu.active .bar-mobile:last-child {
  transform: rotate(-27deg);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  height: 100vh;
  background-color: #6F7C67;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 5;
  padding: 120px 0 0 50px;
  opacity: 0;
  transition: 0.25s ease-in;
}

@media (max-width: 1920px) and (min-resolution: 2dppx) {
  .menu {
    width: 25%;
  }
}

.menu.active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.25s ease-in;
  z-index: 99;
}
.menu .menu-content {
  /* Стили для содержимого меню */
}

.city-dropdown {
  position: relative;
  display: inline-block;
}
.city-dropdown .selected-city {
  padding: 20px 30px;
  width: 450px;
  cursor: pointer;
  transition: 0.1s ease-in;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* white-space: pre; */
  /* font-size: 16px; */
}
@media (max-width: 1919px) {
  .city-dropdown .selected-city {
    width: 280px;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  .city-dropdown .selected-city {
    padding: 15px 25px;
  }
}
.city-dropdown .selected-city:after {
  content: "▾";
  display: inline-block;
  margin-left: 10px;
  scale: 2;
  position: absolute;
  right: 10px;
}
@media (max-width: 991px) {
  .city-dropdown .selected-city:after {
    position: unset;
  }
}
.city-dropdown .selected-city:hover {
  content: "▾";
  display: flex;
  background-color: #fff;
  color: #E8E8E8;
  transition: 0.2s ease-in;
  color: #373D33;
}
.city-dropdown .city-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background: rgb(255, 255, 255);
  border-top: none;
  display: none;
  z-index: 1;
  padding: unset;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1919px) {
  .city-dropdown .city-list {
    width: 100%;
  }
}
.city-dropdown .city-list li {
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid rgba(55, 61, 51, 0.1490196078);
  text-align: center;
}
.city-dropdown .city-list li:hover {
  background-color: #6F7C67;
  transition: 0.1s ease-in;
  color: #E8E8E8;
}
.city-dropdown .city-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  padding: 20px;

  text-align: center;
  /* font-size: 16px; */
}
.city-dropdown.open .city-list {
  display: block;
}
.city-dropdown.open .selected-city {
  color: #373D33;
}

.city-dropdown.open {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 1699px) and (min-width: 992px) {
  .city-list > li, .selected-city {
    font-size: 12px;
  }
  .sub-city-list > li {
    font-size: 12px;
  }
}

.city-dropdown-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}

@media (max-width: 767px) and (min-width: 425px) {
  .city-dropdown-mobile {
    margin: 0 auto;
  }
}

/* Стили для мобильных устройств (меньше 767px) */
/* Стили для мобильных устройств (меньше 767px) */
@media (max-width: 991px) {
  /* Ваши стили для мобильных устройств здесь */
  /* Оставьте стили для бургер-меню без изменений */
  .burger-menu {
    /* Ваши стили для бургер-меню на мобильных устройствах здесь */
  }
  .menu {
    /* Стили для меню на мобильных устройствах */
    position: absolute;
    top: 100%; /* Разместить меню под .header-mobile */
    left: 0;
    width: 100%;
    height: auto;
    background-color: #373D33;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateY(-100%); /* Начальное положение - скрыто наверху */
    transition: transform 0.3s ease-in-out;
    z-index: 1;
    padding: 20px 0;
    opacity: 0;
    transition: 0.25s ease-in;
  }
  .menu.active {
    transform: translateY(0); /* Показываем меню сверху вниз */
    opacity: 0.975;
    transition: 0.25s ease-in;
  }
  .menu .menu-content {
    /* Стили для содержимого меню */
  }
  .menu-mobile {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -3;
  }
  .nav-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    column-gap: 40px;
  }
}
.footer {
  background: #373D33;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 247, 234, 0.3);
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.footer__inner {
  border-top: 1px solid rgba(255, 247, 234, 0.3);
}

.footer__nav {
  padding: unset;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
@media (max-width: 1920px) {
  .footer__nav {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .footer__nav {
    gap: 10px;
  }
}
.footer__nav > span {
  width: 2px;
  height: 24px;
  opacity: 0.4;
  background: #E8E8E8;
}
.footer__link,
.footer__nav .menu-item {
  list-style: none;
  transition: 0.15s ease-in;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__link:hover,
.footer__nav .menu-item:hover {
  color: rgba(255, 255, 255, 0.6274509804);
  transition: 0.15s ease-in;
}
.footer__link::after,
.footer__nav .menu-item::after {
  content: "";
  height: 22px;
  width: 1px;
  background-color: #E8E8E8;
  opacity: 0.8;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer__link::after,
  .footer__nav .menu-item::after {
    display: none;
  }
}
.footer__link:last-child::after,
.footer__nav .menu-item:last-child::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .city-dropdown .selected-city {
    width: 100%;
  }
  .hero {
    height: 75vh;
  }
}
/* Скрываем десктопный заголовок на мобильных экранах */
a {
  text-decoration: none;
  color: unset;
  background-color: none;
}



.hero {
  padding: 250px 0 320px 0;
}
@media (max-width: 1920px) {
  .hero {
    padding: 230px 0 160px 0;
  }
}
@media (max-width: 1600px) {
  .hero {
    padding: 180px 0 90px 0;
  }
}
@media (max-width: 991px) {
  .hero {
    height: fit-content;
    padding: 0 0 10vw 0;
  }
}
.hero-slider {
  position: relative;
  min-height: 800px;
}
@media (min-width: 992px) {
  .hero-slider {
    height: 100vh;
  }
}
.hero-slide {
  width: 100%;
}
.hero-slide-1 {
  background: url(assets/img/hero/hero-bg.webp) center/cover no-repeat;
}
.hero-pagination {
  position: absolute !important;
  bottom: 25px !important;
}
.hero__container {
  height: 100%;
  z-index: 2;
  position: relative;
}
.hero__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5vh;
  justify-content: center;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .hero__wrapper {
    padding: 50px 0 100px 0;
  }
}
.hero__separator {
  background: url(assets/img/hero/dot.svg) center/cover no-repeat;
  min-height: 25px;
  width: 100%;
  transform: scale(0.5);
}

.service-why__wrapper {
  background: url(assets/img/bg/main-bg.png) center bottom/cover no-repeat;
}

.services {
  padding: 5vw 0 5vw 0;
}
@media (max-width: 991px) {
  .services {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 120px 0;
  }
}
.services__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
  gap: 30px;
}
.services__row {
  justify-content: center;
  margin: 0 !important;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .services__row {
    row-gap: 20px;
  }
}
@media (min-width: 1600px) {
  .services__item--index {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .services__item--index {
    width: 33.3%;
  }
}
.services__separator {
  height: 2px;
  width: 50%;
  background-color: #6F7C67;
}
.services__badge {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
}
.services__badge > picture {
  width: 100%;
}
.services__badge > picture > img {
  border-radius: 8.3%;
  width: 100%;
}
.services__row > div > div > picture > img {
  max-width: 100%;
  width: 100%;
}
.services__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .services__title {
    display: none;
  }
}
.services__overlay-info {
  padding: 1vw;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .services__overlay-info {
    justify-content: unset;
  }
}
.services__overlay-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}



  @media (max-width: 350px) {
    .services__overlay-arrow {
      display: none;

    }
}


.services__overlay-title {
  display: none;
}
@media (max-width: 1199px) {
  .services__overlay-title {
    display: block;
  }
}

.services__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  box-shadow: 0px 4px 60px 0px rgba(76, 84, 73, 0.15);
  border-radius: 8.3%;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .services__overlay {
    padding: 60px 15px 100px 15px;
  }
}
@media (max-width: 991px) {
  .services__overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.503);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    padding: 30px 15px 5px 15px;
  }
}
@media (max-width: 767px) {
  .services__overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.503);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
@media (max-width: 375px) {
  .services__overlay {
    padding: 10px 15px 5px 15px;
  }
}
.services__overlay-paragraph {
  display: flex;
  align-items: flex-start;
}
  .services__overlay-paragraph p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
@media (max-width: 991px) and (min-width: 767px) {
  .services__overlay-paragraph {
    height: 100%;
  }
}
@media (max-width: 767px) and (min-width: 401px) {
  .services__overlay-paragraph {
    height: 100%;
  }
}
@media (max-width: 310px) {
  .services__overlay-paragraph {
    display: none;
  }
}

.services__badge:hover .services__overlay {
  opacity: 1;
}

.services__badge:hover .services__overlay-info {
  opacity: 1;
}

.service-single {
  padding: 0 0 180px 0;
}
@media (max-width: 991px) {
  .service-single {
    padding: 0 0 180px 0;
  }
}
@media (max-width: 767px) {
  .service-single {
    padding: 0 0 160px 0;
  }
}
@media (max-width: 567px) {
  .service-single {
    padding: 0 0 140px 0;
  }
}
@media (max-width: 425px) {
  .service-single {
    padding: 0 0 120px 0;
  }
}
@media (max-width: 1499px) {
  .service-single__row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1499px) {
  .service-single__block {
    width: 100%;
  }
}
.service-single__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1499px) {
  .service-single__wrapper {
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
.service-single__wrapper > .section__title-primary {
  margin-bottom: 2vw;
}
@media (max-width: 1499px) {
  .service-single__wrapper > .section__title-primary {
    text-align: center;
  }
}
/* @media (max-width: 1499px) {
  .service-single__subtitle {
    text-align: center;
  }
} */
.service-single__block > picture > img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1399px) and (min-width: 991px) {
  .service-single__block > picture > img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .service-single__block > picture > img {
    width: 100%;
  }
}
@media (max-width: 1499px) and (min-width: 991px) {
  .service-single__block > picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.team {
  background: url(assets/img/team/team-bg.png) center/cover no-repeat;
  background-color: #6F7C67;
  padding: 130px 0 100px 0;
}
@media (max-width: 1399px) {
  .team {
    padding: 115px 0;
  }
}
@media (max-width: 1199px) {
  .team {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .team {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 60px 0;
  }
}
@media (max-width: 567px) {
  .team {
    padding: 60px 0;
  }
}
@media (max-width: 425px) {
  .team {
    padding: 60px 0;
  }
}
.team__row {
  row-gap: 80px;
}
.team__row > div > a > div > picture > img {
  max-width: 100%;
}
.team__member {
  position: relative;
}
.team__member > picture > img {
  max-width: 100%;
  width: 100%;
}
.team__link-single {
  position: absolute;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.team-slider {
  overflow: hidden;
}

.team-single {
  padding: 180px 0;
}
@media (max-width: 1399px) {
  .team-single {
    padding: 0 0 180px 0;
  }
}
@media (max-width: 991px) {
  .team-single {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .team-single {
    padding-bottom: 160px;
  }
}
@media (max-width: 567px) {
  .team-single {
    padding-bottom: 140px;
  }
}
@media (max-width: 425px) {
  .team-single {
    padding-bottom: 120px;
  }
}
.team-single__row {
  flex-direction: row;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.team-single__slide {
  width: 100%;
  max-width: 100%;
}
.team-single__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0 0 60px 0;
}
@media (max-width: 991px) {
  .team-single__buttons {
    display: none;
  }
}
.team-single__slider-next, .team-single__slider-prev {
  transition: 0.2s ease-in;
  cursor: pointer;
}
.team-single__slider-next:hover, .team-single__slider-prev:hover {
  transition: 0.2s ease-in;
  transform: scale(1.2);
}

.team__row-single {
  display: none;
}
@media (max-width: 991px) {
  .team__row-single {
    display: flex;
  }
}

@media (max-width: 991px) {
  .team-slider {
    display: none;
  }
}

section.team > .team__container > div.section__title-secondary {
  padding-bottom: 3vw;
}
@media (max-width: 991px) {
  section.team > .team__container > div.section__title-secondary {
    padding-bottom: 50px;
  }
}

.member__badge {
  position: absolute;
  top: 40px;
  background-color: #E8E8E8;
  border-radius: 0 20px 20px 0;
  padding: 0.5vw 0.5vw;
}
@media (max-width: 1199px) {
  .member__badge {
    padding: 10px 15px 10px 5px;
  }
}
@media (max-width: 991px) {
  .member__badge {
    padding: 7px 15px 10px 5px;
  }
}
@media (max-width: 767px) {
  .member__badge {
    padding: 5px 15px 10px 5px;
  }
}
@media (max-width: 545px) {
  .member__badge {
    padding: 0 10px 5px 5px;
  }
}
@media (max-width: 425px) {
  .member__badge {
    ppadding: 0 10px 5px 5px;
  }
}
@media (max-width: 375px) {
  .member__badge {
    padding: 0 10px 5px 5px;
  }
}
.member__rate-secondary {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 2.5px;
}
@media (max-width: 1199px) {
  .member__rate-secondary {
    align-items: center;
  }
}
.member__reviews-secondary {
  position: relative;
}
.member__reviews-secondary.alt {
  text-align: left;
  width: 100%;
}
.member__info-primary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}
.member__info-secondary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}

@media (min-width: 991px) {
  body > main > section.team-single > div > div.section__title-alt.centered-mobile {
    padding: unset;
  }
}

.franchise {
  background: url(assets/img/franchise/franchise-bg.png) center/cover no-repeat;
  background-color: #373D33;
  padding: 160px 0 100px 0;
}
@media (max-width: 767px) {
  .franchise {
    padding: 60px 0 60px 0;
  }
}
.benefits__row {
  margin-top: 120px;
  margin-bottom: 80px;
  row-gap: 60px;
}
@media (max-width: 991px) {
  .benefits__row {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .benefits__row {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 545px) {
  .benefits__row {
    margin-top: 70px;
  }
}
@media (max-width: 425px) {
  .benefits__row {
    margin-top: 60px;
  }
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .benefits__title {
    max-width: 240px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  text-align: center;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}
.index-gallery,
.franchise__gallery,
.index-actions,
.feedback-wrapper--index {
  padding: 80px 0 120px 0;
}
@media (max-width: 1199px) {
  .index-gallery,
  .franchise__gallery,
  .index-actions,
  .feedback-wrapper--index {
    padding: 80px 0 120px 0;
  }
}
@media (max-width: 991px) {
  .index-gallery,
  .franchise__gallery,
  .index-actions,
  .feedback-wrapper--index {
    padding: 120px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .index-gallery,
  .franchise__gallery,
  .index-actions,
  .feedback-wrapper--index {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 545px) {
  .index-gallery,
  .franchise__gallery,
  .index-actions,
  .feedback-wrapper--index {
    padding: 90px 0 90px 0;
  }
}
@media (max-width: 425px) {
  .index-gallery,
  .franchise__gallery,
  .index-actions,
  .feedback-wrapper--index {
    padding: 60px 0 60px 0;
  }
}

.feedback-wrapper--index {
  padding-top: 0 !important;
}

.gallery {
  display: flex;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .gallery {
    display: grid;
    grid-template-columns: 3fr 3fr;
  }
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__column {
  overflow: hidden;
  max-height: 1100px;
}
@media (max-width: 1399px) {
  .gallery__column {
    max-height: 750px;
  }
}
@media (max-width: 991px) {
  .gallery__column {
    max-height: 570px;
  }
}
@media (max-width: 767px) {
  .gallery__column {
    max-height: 450px;
  }
}
@media (max-width: 567px) {
  .gallery__column {
    max-height: 400px;
  }
}
@media (max-width: 467px) {
  .gallery__column {
    max-height: 350px;
  }
}
@media (max-width: 425px) {
  .gallery__column {
    max-height: 330px;
  }
}
@media (max-width: 400px) {
  .gallery__column {
    max-height: 300px;
  }
}
@media (max-width: 350px) {
  .gallery__column {
    max-height: 250px;
  }
}
.gallery__link {
  overflow: hidden;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
  opacity: 1;
}
.gallery__thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
  max-height: 1105px;
}
.gallery__image:hover {
  transform: scale(1.05);
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

.index-gallery .section__title-primary {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .index-gallery .section__title-primary {
    margin-bottom: 30px;
  }
}

.gallery.gallery--columns {
  display: block;
  column-count: 3;
  column-gap: 0;
  transition: 0.3s;
  padding-top: 0;
  padding-bottom: 0;
}
.gallery.gallery--columns .gallery__link {
  overflow: hidden;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 7px;
  display: block;
}

.gallery.gallery--columns .gallery__thumb {
  margin: 0;
}


.gallery.gallery--columns .gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .gallery.gallery--columns {
      column-count: 2;
  }
}

@media (max-width: 575px) {
  .gallery.gallery--columns {
      column-count: unset;
  }
}

figure {
  margin: 10px 0 10px 10px;
}

.gallery__column-mobile {
  display: none;
}
@media (max-width: 991px) {
  .gallery__column-mobile {
    display: unset;
  }
}

.contacts {
  background: url(assets/img/contacts/contacts-bg.png) center/cover no-repeat;
  background-color: #E8E8E8;
  padding: 160px 0 240px 0;
}
@media (max-width: 991px) {
  .contacts {
    padding: 90px 0 180px 0;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 75px 0 140px 0;
  }
}
@media (max-width: 425px) {
  .contacts {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .contacts__row {
    flex-direction: column;
    gap: 40px;
  }
}

body > main > section.franchise > div > div.section__title-secondary {
  text-align: left;
}
@media (max-width: 991px) {
  body > main > section.franchise > div > div.section__title-secondary {
    text-align: center;
  }
}

body > main > section.contacts > div > div.section__title-primary {
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  body > main > section.contacts > div > div.section__title-primary {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body > main > section.contacts > div > div.section__title-primary {
    margin-bottom: 40px;
  }
}
@media (max-width: 567px) {
  body > main > section.contacts > div > div.section__title-primary {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .contacts__block {
    width: 100%;
  }
}
.contacts__card {
  border-radius: 20px;
  background: var(--white, #E8E8E8);
  box-shadow: 0px 4px 60px 0px rgba(76, 84, 73, 0.15);
  padding: 50px 20px 50px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1440px) {
  .contacts__card {
    padding: 50px 20px 50px 40px;
  }
}
@media (max-width: 991px) {
  .contacts__card {
    display: grid;
    grid-template-columns: 2fr 2fr;
    padding: 25px;
  }
}
@media (max-width: 425px) {
  .contacts__card {
    display: flex;
  }
}
.contacts__paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__socials {
  display: flex;
  align-items: baseline;
  gap: 2vw;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .contacts__socials {
    gap: 35px;
  }
}
.contacts__socials > a > svg {
  transform: scale(1.3);
  transition: 0.2s ease-in;
  cursor: pointer;
}
.contacts__socials > a > svg:hover {
  transform: scale(1.6);
  transition: 0.2s ease-in;
}

.why {
  padding: 5vw 0 5vw 0;
}
@media (max-width: 767px) {
  .why {
    padding: 0 0 100px 0;
  }
}
.why__row-desktop {
  justify-content: center;
  margin-bottom: 6vw;
}
@media (max-width: 1399px) {
  .why__row-desktop {
    display: none;
  }
}
.why__block-even {
  top: 40px;
  position: relative;
}
.why__row-mobile {
  display: none;
  row-gap: 80px;
}
@media (max-width: 1399px) {
  .why__row-mobile {
    display: flex;
  }
}
@media (max-width: 991px) {
  .why__row-mobile {
    margin: 0 auto;
  }
}
.why__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.why__card-mobile {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.why__num {
  position: absolute;
  top: -45px;
}
@media (max-width: 1920px) {
  .why__num {
    top: -25px;
  }
}
.why__num-mobile {
  top: -15px;
}
@media (max-width: 1399px) and (min-width: 992px) {
  .why__num-mobile {
    top: -30px;
  }
}
.why__title {
  padding-left: 2vw;
}
.why__title.white {
  color: #E8E8E8;
}
.why__subtitle.white {
  color: #E8E8E8;
}

body > section.why > div > div.row.why__row.why__row-mobile > div:nth-child(1) > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

div.row.why__row.why__row-mobile > div:nth-child(1) > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

body > main > section.why.franchise-start__why > div > div.row.why__row.why__row-mobile > div:nth-child(1) > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

body > main > div.service-why__wrapper > section.why > div > div.section__title-primary {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  body > main > div.service-why__wrapper > section.why > div > div.section__title-primary {
    margin-bottom: 60px;
  }
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  box-shadow: 0px 4px 60px 0px rgba(76, 84, 73, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team__member:hover .team-overlay {
  opacity: 1;
}

.team__member:hover .team__link-single {
  opacity: 1;
}

.faq {
  padding: 0 0 10vw;
}
@media (max-width: 991px) {
  .faq {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 160px;
  }
}
@media (max-width: 567px) {
  .faq {
    padding-bottom: 140px;
  }
}
@media (max-width: 425px) {
  .faq {
    padding-bottom: 120px;
  }
}

.faq > div > div.section__title-primary-small {
  margin-bottom: 80px;
}
@media (max-width: 425px) {
  .faq > div > div.section__title-primary-small {
    margin-bottom: 40px;
  }
}

/* Стили для аккордеона */
/* Стили для аккордеона */
.accordion .accordion-item {
  margin-bottom: 2.5vw;
  overflow: hidden;
  border-radius: 15px;
  background-color: #6F7C67;
  transition: 0.25s ease-in;
}
.accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  cursor: pointer;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-header {
    padding: 20px 20px;
  }
}
.accordion .accordion-item .accordion-header .accordion-toggle {
  font-weight: bold;
  transition: 0.25s ease-in;
}
.accordion .accordion-item .accordion-content {
  background-color: #6F7C67;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  transition: 0.1s ease-in;
}
.accordion .accordion-item.active .accordion-header .accordion-toggle {
  transform: rotate(45deg);
  transition: max-height 0.5s ease;
  transition: 0.25s ease-in;
}
.accordion .accordion-item.active .accordion-content {
  max-height: 200rem;
  transition: max-height 0.3s ease;
}
.accordion-list {
  list-style: none;
  padding: 0px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .accordion-list {
    padding: 0px 20px 20px 20px;
  }
}
.accordion__stroke {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgba(255, 247, 234, 0.4);
  gap: 10px;
}

section.price > div > div.section__title-primary {
  margin-bottom: 45px;
}

.price {
  padding: 0vw 0 240px 0;
  background: url(assets/img/contacts/contacts-bg.png) center/cover no-repeat;
  background-color: #E8E8E8;
}
@media (max-width: 1920px) {
  .price {
    padding-bottom: 220px;
  }
}
@media (max-width: 1399px) {
  .price {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .price {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .price {
    padding-bottom: 140px;
  }
}
@media (max-width: 567px) {
  .price {
    padding-bottom: 120px;
  }
}
.price__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1400px;
}
.price__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price__stroke {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #373D33;
}
.special-offer {
  padding: 0 0 5vw 0;
}
@media (max-width: 991px) {
  .special-offer {
    padding-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .special-offer {
    padding-bottom: 200px;
  }
}
@media (max-width: 567px) {
  .special-offer {
    padding-bottom: 150px;
  }
}
@media (max-width: 425px) {
  .special-offer {
    padding-bottom: 120px;
  }
}
.special-offer__row {
  row-gap: 50px;
}
@media (max-width: 1199px) {
  .special-offer__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.special-offer__block .special-offer__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.special-offer__block .special-offer__wrapper .special-offer__img {
  margin-top: auto;
}
@media (max-width: 1199px) {
  .special-offer__block {
    width: 100%;
    max-width: 100%;
  }
}
.special-offer__title {
  margin-bottom: 15px;
  display: flex;
}
.special-offer__img > img {
  max-width: 100%;
  width: 100%;
}
.special-offer__info {
  display: flex;
  justify-content: space-between;
}
.special-offer__info > a {
  position: relative;
  right: 0;
  bottom: 35px;
}
.special-offer__counter {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 30px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .special-offer__counter > svg {
    width: 22px;
  }
}
@media (max-width: 567px) {
  .special-offer__counter > svg {
    width: 17px;
  }
}
@media (max-width: 1919px) {
  .special-offer__row.col-md-3 {
    width: 100%;
  }
}

.favor__buttons {
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .favor__buttons {
    margin-bottom: 60px;
  }
}
@media (max-width: 567px) {
  .favor__buttons {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .favor__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .favor__button {
    padding: 10px 1vw;
  }
}

.specialist__swiper-wrapper {
  gap: 50px;
  display: grid;
  grid-template-columns: 2fr 2fr;
}
@media (max-width: 991px) {
  .specialist__swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

.specialist-work {
  padding: 0 0 150px 0;
}

.specialist {
  padding: 0 0 100px 0;
}
@media (max-width: 991px) {
  .specialist {
    padding-bottom: 150px;
  }
}
.specialist__slider {
  animation: slideIn 1s ease;
  transform: translateY(0px);
}

@keyframes slideIn {
  0% {
    opacity: 0.25;
    transform: translateY(100px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.specialist-single__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4.5vw;
}
@media (max-width: 767px) {
  .specialist-single__wrapper {
    flex-direction: column;
  }
}
/*@media (max-width: 1024px) {
  .specialist-single__img > img {
    width: 345px;
  }
}*/
.specialist-single__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.specialist-single__info > a {
  max-width: 400px;
}
@media (max-width: 991px) {
  .specialist-single__info > a {
    max-width: 250px;
  }
}
@media (max-width: 425px) {
  .specialist-single__info > a {
    max-width: 200px;
  }
}

.specialist-single__spec {
  margin-bottom: 30px;
}
.specialist-single__exp-title {
  margin-bottom: 10px;
}
.specialist-single__exp {
  margin-bottom: 40px;
  max-width: 1000px;
}
.specialist-single__work {
  display: flex;
  gap: 10px;
  margin-bottom: 115px;
}
@media (max-width: 991px) {
  .specialist-single__work {
    display: grid;
    grid-auto-columns: max-content;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
  }
}
.specialist-single__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373D33;
  border-radius: 36px;
  background: #CBCFC9;
  transition: 0.25s ease-in;
  padding: 15px 1.5vw;
  font-size: 18px;
  text-align: center;
}
.specialist-single__badge:hover {
  border-radius: 36px;
  background: #6F7C67;
  transition: 0.25s ease-in;
  color: #E8E8E8;
}
@media (max-width: 575px) {
  .specialist-single__badge {
    padding: 10px 1.2vw;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .specialist-single__info > .cta__button-secondary.reverted.popup-button {
    margin: 0 auto;
  }
}
.specialist-single__img > img {
  width: 100%;
  /*height: 100%;
  max-width: 470px;
  object-fit: cover;*/
}

.specialist-single__img .popup-button {
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .specialist-single__img {
    width: 100%;
  }
  .specialist-single__img > img {
    /*width: 100%;
    height: 600px;
    object-fit: cover;
    max-width: unset;*/
  }
}
.specialist-single-mobile {
  display: flex;
  justify-content: space-between;
}

.work__block {
  position: relative;
}
.work__block > picture > img {
  width: 100%;
  max-width: 100%;
}

.work__block .work__photos-container {
  position: relative;
}

.work__block .work__photos-container::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease;
}

.work__block .stretched-link:hover ~ .work__photos-container::before {
  opacity: 1;
  transition: 0.2s ease;
}

.work__photos-container--popup {
  display: flex;
  flex-direction: row;
  width: 1000px !important;
  padding: 5px !important;
  max-width: 100% !important;
}
.work__badges-wrapper {
  display: flex;
  position: absolute;
  padding: 1vw;
}
@media (max-width: 767px) {
  .work__badges-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
.work__badge {
  padding: 10px 1vw;
  border-radius: 100px;
  background: rgba(55, 61, 53, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 10px 10px;
}

.work__photos-container--popup .work__badge {
  color: #EEE8DD;
}
@media (max-width: 575px) {
  .work__badge {
    padding: 7px;
    line-height: normal;
    width: 90px;
    margin: 10px 0 0 10px;
    font-size: 0.7rem;
  }
}
.work__photos-container {
  display: flex;
  gap: 0; /* Убираем расстояние между фотографиями */
  margin-bottom: 15px;
  width: 100%;
}

.work__photo {
  width: 100%;
}

.work__photo > img {
  width: 100%;
}

.franchise-start {
  padding: 0 0 120px 0;
}
@media (max-width: 991px) {
  .franchise-start {
    padding: 0 0 120px 0;
  }
}
@media (max-width: 567px) {
  .franchise-start {
    padding: 0 0 100px;
  }
}
.franchise-start__subtitle {
  padding-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .franchise-start__subtitle {
    text-align: center;
  }
}

.franchise-why__title {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .franchise-why__title {
    padding: 0 0 50px;
  }
}

.franchise-single__title {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .franchise-single__title {
    padding: 0 0 50px;
  }
}
@media (max-width: 567px) {
  .franchise-single__title {
    padding: 0 0 40px;
  }
}
@media (max-width: 425px) {
  .franchise-single__title {
    padding: 0 0 30px;
  }
}

@media (max-width: 1399px) {
  .franchise-start__why {
    padding: 0 0 160px;
  }
}
@media (max-width: 991px) {
  .franchise-start__why {
    padding: 0 0 120px 0;
  }
}
@media (max-width: 567px) {
  .franchise-start__why {
    padding: 0 0 80px;
  }
}
.franchise-start__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.franchise-start__row {
  row-gap: 60px;
}

.franchise-cards {
  padding: 0 0 160px;
}
@media (max-width: 991px) {
  .franchise-cards {
    padding: 0 0 160px 0;
  }
}
@media (max-width: 567px) {
  .franchise-cards {
    padding: 0 0 120px;
  }
}
.franchise-cards__row {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 1919px) {
  .franchise-cards__row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.franchise-cards__title {
  padding: 60px 0 60px 0;
}

.franchise__card {
  height: auto;
}
@media (max-width: 1919px) {
  .franchise__card {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .franchise__card {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .franchise__card {
    width: 100%;
  }
}
.franchise__card-wrapper {
  background-color: #E8E8E8;
  border-radius: 40px;
}
.franchise__card-title {
  padding: 100px 0 80px 0;
}
@media (max-width: 991px) {
  .franchise__card-title {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 567px) {
  .franchise__card-title {
    padding: 30px 0 50px 0;
  }
}
.franchise__card-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 2vw 0;
  border-top: 1px solid #373D33;
  border-bottom: 1px solid #373D33;
}
@media (max-width: 2560px) {
  .franchise__card-info {
    padding: 40px 0;
  }
}
.franchise__card-footer {
  padding: 2vw 2vw;
}
@media (max-width: 2560px) {
  .franchise__card-footer {
    padding: 60px 30px 40px;
  }
}

.income {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .income {
    padding: 0 0 160px 0;
  }
}
@media (max-width: 567px) {
  .income {
    padding: 0 0 80px;
  }
}
@media (max-width: 991px) {
  .income__block {
    width: 100%;
  }
}
.income__title {
  padding-bottom: 60px;
}
.income__hello {
  padding-bottom: 60px;
}
.income__buttons {
  padding-bottom: 70px;
}

#total-profit {
  border-top: 1px solid rgba(203, 207, 201, 0.3568627451);
}

.franchise-callback {
  padding: 0 0 250px;
}
@media (max-width: 991px) {
  .franchise-callback {
    padding: 0 0 160px;
  }
}
@media (max-width: 567px) {
  .franchise-callback {
    padding: 0 0 120px;
  }
}
@media (max-width: 991px) {
  .franchise-callback__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .franchise-callback__block {
    width: 100%;
  }
}
.franchise-callback__block-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) and (min-width: 567px) {
  .franchise-callback__block-right {
    flex-direction: row;
  }
}
.franchise-callback__block-right > img {
  height: 440px;
  object-fit: scale-down;
}
@media (max-width: 991px) and (min-width: 567px) {
  .franchise-callback__block-right > img {
    height: 35vw;
  }
}
@media (max-width: 567px) {
  .franchise-callback__block-right > img {
    height: 300px;
  }
}
.franchise-callback__block-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.franchise-callback__title-secondary {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .franchise-callback__title-secondary {
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (min-width: 567px) {
  .trophy__subtitle {
    text-align: left;
  }
}

body > main > section.franchise-start__why > div > div.row.why__row.why__row-mobile {
  row-gap: 50px;
}

.price__body {
  background-color: #E8E8E8;
}

.price__main {
  background-color: #E8E8E8;
  background-color: #E8E8E8;
  background: url(assets/img/bg/main-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.specialist__body {
  background-color: #E8E8E8;
}

.specialist__main {
  background-color: #E8E8E8;
  background: url(assets/img/bg/main-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.service__body {
  background-color: #E8E8E8;
}

.service__main {
  background-color: #E8E8E8;
  background: url(assets/img/bg/main-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.special-offer__body {
  background-color: #E8E8E8;
}

.special-offer__main {
  background-color: #E8E8E8;
  background: url(assets/img/bg/main-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
}

.franchise__main {
  background-image: url(assets/img/bg/main-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #373D33
}

.action-item-page h1 {
  margin-top: 0;
}

.action-item-page .action-image {
  margin-bottom: 20px;
}

.feedback-page {
	padding-bottom: 5rem;
	  background-color: #E8E8E8;
	  background: url(assets/img/bg/main-bg.png);
	  background-size: auto;
	  background-repeat: no-repeat;
}

.feedback-staff {
	padding-bottom: 5rem;
}

.feedback-page .feedback-page-title {
	margin-top: 0;
}

.feedback-page .feedback-widget-wrapper {
	min-height: 1000px;
}

.rating-widget-wrapper .sw-review-box {
	box-shadow: unset !important;
}
.rating-widget-wrapper {
	min-height: 150px;
}

.footer__copyright {
  position: relative;
  width: 100%;
}
.footer .dev-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .dev-link img {
  width: 30px;
  height: 30px;
  transition: 0.5s ease;
}
.footer .dev-link:hover img {
  transition: 0.5s ease;
  transform: rotate(360deg);
}
@media (max-width: 767px) {
  .footer .dev-link {
    position: unset;
    margin-top: 30px;
  }
  .footer__copyright {
    display: flex;
    flex-direction: column;
  }
}
/*Стили для блока основателя на главной - начало*/
.founder {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .founder .founder-image {
    text-align: center;
    margin-bottom: 30px;
  }
}
.founder .founder-description {
  line-height: 1.2;
}
.founder .founder-description cite {
  display: block;
  position: relative;
  padding: 45px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .founder .founder-description cite {
    padding: 45px;
    margin-top: 30px;
  }
}
@media (max-width: 1699px) {
  .founder .founder-description cite {
    padding: 35px;
  }
}
@media (max-width: 575px) {
  .founder .founder-description cite {
    padding: 25px;
  }
}
.founder .founder-description cite ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.founder .founder-description cite ul li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 0;
}
@media (max-width: 575px) {
  .founder .founder-description cite ul li {
    font-size: 1rem;
    padding: 7px 0;
  }
}
.founder .founder-description cite ul li:last-child {
  padding-bottom: 0;
}
.founder .founder-description cite::before, .founder .founder-description cite::after {
  content: "";
  width: 57px;
  height: 57px;
  position: absolute;
}
@media (max-width: 1920px) {
  .founder .founder-description cite::before, .founder .founder-description cite::after {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1699px) {
  .founder .founder-description cite::before, .founder .founder-description cite::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .founder .founder-description cite::before, .founder .founder-description cite::after {
    width: 45px;
    height: 45px;
  }
}
.founder .founder-description cite::before {
  top: 0;
  left: 0;
  border-left: 2px solid #EEEEEE;
  border-top: 2px solid #EEEEEE;
}
@media (max-width: 1920px) {
  .founder .founder-description cite::before {
    top: 15px;
  }
}
@media (max-width: 991px) {
  .founder .founder-description cite::before {
    top: 20px;
    left: 5px;
  }
}
@media (max-width: 575px) {
  .founder .founder-description cite::before {
    top: 13px;
  }
}
.founder .founder-description cite::after {
  bottom: 0;
  right: 0;
  border-right: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE;
}
@media (max-width: 1920px) {
  .founder .founder-description cite::after {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .founder .founder-description cite::after {
    bottom: 20px;
    right: 5px;
  }
}
@media (max-width: 575px) {
  .founder .founder-description cite::after {
    bottom: 13px;
  }
}
.founder .founder-description .name {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 1920px) {
  .founder .founder-description .name {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1399px) {
  .founder .founder-description .name {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .founder .founder-description .name {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.founder .founder-description .post {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 1920px) {
  .founder .founder-description .post {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1920px) and (min-resolution: 2dppx) {
  .founder .founder-description cite ul li,
  .founder .founder-description .post {
    font-size: 1.2rem;
  }
  .founder .founder-description cite {
    padding: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .founder .founder-description .post {
    font-size: 1rem;
  }
}
.founder .founder-description .achievements {
  max-width: 60%;
  font-size: 1.2rem;
}
@media (max-width: 575px) {
  .founder .founder-description .achievements {
    font-size: 0.8rem;
  }
}

/*Стили для блока основателя на главной - конец*/
/*Стили для блока Сертфиикатов на странице врача - начало*/
.specialist-certificates + .specialist-work,
.specialist-certificates + .feedback-staff {
  margin-top: 100px;
}
.specialist-certificates {
  background-color: #373D33;
  padding: 150px 0;
}
@media (max-width: 1920px) {
  .specialist-certificates {
    padding: 100px 0;
  }
  .specialist-certificates + .specialist-work,
  .specialist-certificates + .feedback-staff {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .specialist-certificates {
    padding: 80px 0;
  }
  .specialist-certificates + .specialist-work,
  .specialist-certificates + .feedback-staff {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .specialist-certificates {
    padding: 50px 0;
  }
  .specialist-certificates + .specialist-work,
  .specialist-certificates + .feedback-staff {
    margin-top: 30px;
  }
}
.specialist-certificates .section__title-primary-small {
  margin-bottom: 70px;
  color: #E8E8E8;
}
@media (max-width: 1920px) {
  .specialist-certificates .section__title-primary-small {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .specialist-certificates .section__title-primary-small {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .specialist-certificates .section__title-primary-small {
    margin-bottom: 25px;
  }
}
.specialist-certificates .cert-list {
  align-items: stretch;
}
.specialist-certificates .cert-item {
  height: 100%;
}
.specialist-certificates .cert-item .cert-item-image-link {
  display: block;
  height: 100%;
}
.specialist-certificates .cert-swiper__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .specialist-certificates .cert-swiper__buttons {
    display: none;
  }
}
.specialist-certificates .cert-swiper-button-next,
.specialist-certificates .cert-swiper-button-prev {
  transition: 0.2s ease-in;
  cursor: pointer;
}
.specialist-certificates .cert-swiper-button-next.swiper-button-disabled,
.specialist-certificates .cert-swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.specialist-certificates .cert-swiper-button-next:hover,
.specialist-certificates .cert-swiper-button-prev:hover {
  transition: 0.2s ease-in;
  opacity: 0.7;
}
.specialist-certificates .swiper-button-disabled:hover {
  transform: unset;
}
.specialist-certificates .cert-swiper-pagination {
  position: static;
  margin: 30px auto 0;
  transform: unset;
}
@media (min-width: 992px) {
  .specialist-certificates .cert-swiper-pagination {
    display: none;
  }
}

/*Стили для блока Сертфиикатов на странице врача - конец*/
.hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  filter: blur(3px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: unset;
}
/*Стили для модального окна с выбором городов - начало*/
.modal#citySelector .modal-header {
  padding: 0;
  margin-bottom: 2rem;
}
.modal#citySelector .modal-title {
  font-size: 2.5rem;
  text-align: center;
  color: #373D33;
}
.modal#citySelector .modal-content {
  background-color: #E8E8E8;
}
.city-list-modal {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #373D33;
}
.city-list-modal li {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.city-list-modal li a {
  color: #373D33;
  border-bottom: 1px dashed #373D33;
  font-size: 1.2rem;
  width: fit-content;
}
.city-list-modal li a:hover {
  opacity: 0.7;
}
@media (max-width: 575px) {
  .modal#citySelector .modal-title {
    font-size: 1.7rem;
  }
  .city-list-modal li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .city-list-modal li a {
    font-size: 1rem;
  }
  .modal#citySelector .modal-content {
    padding: 30px 20px;
  }
}

.widgets-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/*Стили для модального окна с выбором городов - конец*/
.staff-works-row .staff-works-item {
  margin-bottom: 20px;
}
.staff-works-row .staff-works-item .staff-works-link {
	display: block;
	width: 100%;
	height: 100%;
}
.staff-works-row .staff-works-item .staff-works-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.action-page-text {
  padding-bottom: 2rem;
}
.blog-page-date {
  padding-bottom: 1rem;
}
.blog-item__wrapper {
  position: relative;
}
.all-feed-link {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: rgb(55, 61, 51);
  font-size: 1.5rem;
  border-bottom: 1px solid rgb(55, 61, 51);
}

.all-feed-link:hover {
  color: rgb(55, 61, 51);
  opacity: 0.7;
}
/*Стили для страницы Вакансии - начало*/
.form-dark label,
.form-dark label a,
.form-dark .btn:disabled {
	color: #E8E8E8;
}

.form-dark .btn:disabled {
	border-color: #E8E8E8;
}

.form-dark .modal-body .ms-drop.bottom ul li:not(.selected) label span {
	color: #373D33;
}

.form-dark .modal-body .ms-drop.bottom ul li:not(.selected):hover label span {
	color: #E8E8E8;
}

.form-on-page .modal-content {
	padding: 50px;
}

.vacancies-form-title {
	color: #E8E8E8;
	margin-bottom: 3rem;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.vacancies-form-title {
		font-size: 1.3rem;
	}
}
/*Стили для страницы Вакансии - конец*/

/*Раскрывашка одного города - НАЧАЛО*/
.city-list-modal li{
  list-style-type: none;
  border-bottom: none;
}

.city-list-modal {
  .sub-city-list {
    li a {
      /*
      font-size: clamp(0.875rem, 0.832rem + 0.18vw, 0.95rem);
      */
    }
  }
}
.sub-city-list li {
  color: $main-dark;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  /*
  font-size: clamp(0.875rem, 0.832rem + 0.18vw, 0.95rem);
  */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-out;
}
.sub-city-list {
  transition: all 0.1s ease-in-out;
  padding: 0 0 0 0;
}

.city-list-modal {
.collapse {
  &.show {

    li:last-child {
        padding-bottom: 0;
      }

    .sub-city-list {
      margin-top: 10px;
    }

    }
  }
}

.city-dropdown,
.modal-content {

.city-list {
  li {
    &.none-click {
      position: relative;
      &:hover {
        background-color: #42424275;
        color: $white;
      }
      &:after {
        content: '\002B';
        display: inline-block;
        margin-left: 10px;
        scale: 2;
        position: absolute;
        top: 20px;
        right: 33px;
      }
    }
    &.show-list {
      border-bottom: none;
      &:hover {
        background-color: #42424200;
        color: #373D33;
      }
      &:after {
        content: '\00D7';
        display: inline-block;
        margin-left: 10px;
        scale: 2;
        position: absolute;
        top: 20px;
        right: 33px;
      }
    }
  }
}
.city-list-modal {
  li {
    &.none-click {
    background-color: #373d3300;
    border: none;
    &:hover {
      background-color: #42424200;
      color: #373D33;
    }
    }
  }
}
}

#citySelector {

  li {
    text-align: left;
    &:after {
      content: none;
    }
  .collapse-open {
      &:after {
        display: inline-block;
        content: '\002B';
        scale: 1.5;
        margin-left: 10px;
        position: absolute;

      }
    }
  }
}
/*Раскрывашка одного города - КОНЕЦ*/
.price__main .price-note {
  color: #373D33;
  font-weight: 600;
  margin-bottom: 3rem;
}
.feedback-widget-wrapper .sw-app-body .sw-review-item {
  background-color: #DEDFE1 !important;
}
/*Стили для страницы Образование - начало*/
.edu-page .education-item-wrapper {
  display: flex;
}
.edu-page .edu-item {
  margin-bottom: 50px;
}
.edu-page .edu-item .edu-item__wrapper {
  display: flex;
  flex-direction: column;
  color: black;
  height: 100%;
}
/* @media (max-width: 1399px) {
  .edu-page .edu-item .edu-item__wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .edu-page .edu-item .edu-item__wrapper {
    padding-bottom: 4rem;
  }
} */

.edu-page .edu-item .edu-item__wrapper .edu-item-content {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.edu-page .edu-item .edu-item__wrapper .edu-item-title-block {
  width: 100%;
  min-height: 260px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #70796E;
  color: white;
  margin-bottom: 35px;
  aspect-ratio: 596 / 260;
  /* flex-grow: 1;
  flex-shrink: 0; */
}
@media (max-width: 1920px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-title-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 1499px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-title-block {
    min-height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1399px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-title-block {
    min-height: 260px;
  }
}
@media (max-width: 991px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-title-block {
    padding: 50px;
    min-height: 200px;
  }
}
/* .edu-page .edu-item .edu-item__wrapper .edu-item-content {
  flex-grow: 0;
  flex-shrink: 1;
} */
.edu-page .edu-item .edu-item__wrapper h2.edu-item-title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Alethia Pro", sans-serif;
}
@media (max-width: 1920px) {
  .edu-page .edu-item .edu-item__wrapper h2.edu-item-title {
    font-size: 24px;
  }
}
@media (max-width: 1699px) {
  .edu-page .edu-item .edu-item__wrapper h2.edu-item-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1499px) {
  .edu-page .edu-item .edu-item__wrapper h2.edu-item-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .edu-page .edu-item .edu-item__wrapper h2.edu-item-title {
    font-size: 20px;
  }
}
.edu-page .edu-item .edu-item__wrapper h3.edu-item-subtitle {
  font-size: 20px;
  font-weight: 400;
  font-size: 26px;
  font-family: "Alethia Pro", sans-serif;
  text-align: center;
}
@media (max-width: 1920px) {
  .edu-page .edu-item .edu-item__wrapper h3.edu-item-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1499px) {
  .edu-page .edu-item .edu-item__wrapper h3.edu-item-subtitle {
    font-size: 18px;
  }
}
.edu-page .edu-item .edu-item__wrapper .edu-item-link {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  width: fit-content;
  display: flex;
  margin: 0 auto 35px;
  text-decoration: underline;
}
@media (max-width: 1920px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-link {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1699px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-link {
    font-size: 30px;
  }
}
@media (max-width: 1499px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-link {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.edu-page .edu-item .edu-item__wrapper .edu-item-link:hover {
  opacity: 0.7;
}
.edu-page .edu-item .edu-item__wrapper .edu-item-preview {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-preview {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 1699px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-preview {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .edu-page .edu-item .edu-item__wrapper .edu-item-preview {
    font-size: 14px;
  }
}
.edu-page .edu-item .edu-item__wrapper .cta__button-secondary {
  width: fit-content;
  margin: auto auto 0;
}

/*Стили для страницы Образование - конец*/
/*Стили для блока Образование - Аккредитация - начало*/
.edu-page .academy-docs {
  margin-bottom: 5rem;
}
.edu-page .academy-docs .docs-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1399px) {
  .edu-page .academy-docs .docs-item {
    margin-bottom: 30px;
  }
}
.edu-page .academy-docs .docs-item .edu-docs-pic-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 575px) {
  .edu-page .academy-docs .docs-item .edu-docs-pic-wrapper img {
    width: 70%;
  }
}
.edu-page .academy-docs .docs-item .edu-docs-title {
  color: black;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 1920px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 24px;
  }
}
@media (max-width: 1699px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 20px;
  }
}
@media (max-width: 1499px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 18px;
  }
}
@media (max-width: 449px) {
  .edu-page .academy-docs .docs-item .edu-docs-title {
    font-size: 16px;
  }
}
.edu-page .academy-docs .docs-item .stretched-link:hover ~ .edu-docs-title {
  color: rgb(55, 61, 51);
}
.edu-page .academy-feedback .academy-feedback-item {
  margin-bottom: 40px;
}
.edu-page .academy-feedback .academy-feedback-item .academy-feedback-item-content {
  background-color: #eee;
  color: black;
  padding: 30px;
  font-size: 16px;
  height: 100%;
}
@media (max-width: 1499px) {
  .edu-page .academy-feedback .academy-feedback-item .academy-feedback-item-content {
    padding: 20px;
  }
}
.edu-page .academy-feedback .academy-feedback-item .academy-feedback-item-content .feedback-item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .edu-page .academy-feedback .academy-feedback-item .academy-feedback-item-content .feedback-item-header {
    margin-bottom: 25px;
  }
}
.edu-page .academy-feedback .academy-feedback-item .academy-feedback-item-content .feedback-item-header .feedback-item-name {
  font-weight: 500;
}
@media (max-width: 449px) {
  .edu-page .section__title-primary {
      font-size: 37px;
      line-height: 1.2;
  }
}
/*Стили для блока Образование - Аккредитация - конец*/
/*Стили для страницы Каталог - начало*/
.directions-page .section__title-primary {
  font-size: 70px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .directions-page .section__title-primary {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .directions-page .section__title-primary {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .directions-page .section__title-primary {
    font-size: 30px;
  }
}
.directions-page .directions-wrapper .directions-item {
  margin-bottom: 70px;
}
@media (max-width: 1699px) {
  .directions-page .directions-wrapper .directions-item {
    margin-bottom: 50px;
  }
}
.directions-page .directions-wrapper .directions-item .directions-item-content {
  position: relative;
}
.directions-page .directions-wrapper .directions-item .directions-item-content .woocommerce-loop-category__title,
.directions-page .directions-wrapper .directions-item .directions-item-content .directions-item-title {
  color: black;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  text-decoration: underline;
  transition: 0.2s ease;
}
@media (max-width: 1699px) {
  .directions-page .directions-wrapper .directions-item .directions-item-content .woocommerce-loop-category__title,
  .directions-page .directions-wrapper .directions-item .directions-item-content .directions-item-title {
    font-size: 30px;
  }
}
@media (max-width: 1699px) {
  .directions-page .directions-wrapper .directions-item .directions-item-content .woocommerce-loop-category__title,
  .directions-page .directions-wrapper .directions-item .directions-item-content .directions-item-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .directions-page .directions-wrapper .directions-item .directions-item-content .woocommerce-loop-category__title,
  .directions-page .directions-wrapper .directions-item .directions-item-content .directions-item-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .directions-page .directions-wrapper .directions-item .directions-item-content .woocommerce-loop-category__title,
  .directions-page .directions-wrapper .directions-item .directions-item-content .directions-item-title {
    font-size: 30px;
  }
}
.directions-page .directions-wrapper .directions-item .directions-item-content .woocommerce-loop-category__title .count {
  display: none;
}
.directions-page .directions-wrapper .directions-item img,
.directions-page .directions-wrapper .directions-item .directions-item-content > img {
  border: 1px solid #B9B9B9;
  margin-bottom: 40px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1699px) {
  .directions-page .directions-wrapper .directions-item img,
  .directions-page .directions-wrapper .directions-item .directions-item-content > img {
    margin-bottom: 20px;
  }
}
.directions-page .directions-wrapper .directions-item .directions-item-content a:hover .woocommerce-loop-category__title,
.directions-page .directions-wrapper .directions-item .directions-item-content .stretched-link:hover ~ .directions-item-title {
  color: #6F7C67;
  transition: 0.2s ease;
}

.directions-page .directions-wrapper .directions-item + a {
  display: none;
}

/*Стили для страницы Каталог - конец*/
/*Стили для страницы товара - начало*/
.catalog-item-page {
  color: #6F7C67;
}
.catalog-item-page .section__title-primary {
  color: white;
  background-color: #6F7C67;
  padding: 43px 40px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 108px;
}
@media (max-width: 1920px) {
  .catalog-item-page .section__title-primary {
    padding: 30px;
    font-size: 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1920px) and (min-resolution: 2dppx) {
  .catalog-item-page .section__title-primary {
    font-size: 50px;
  }

}
@media (max-width: 1399px) {
  .catalog-item-page .section__title-primary {
    font-size: 50px;
    padding: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .catalog-item-page .section__title-primary {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .catalog-item-page .section__title-primary {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 449px) {
  .catalog-item-page .section__title-primary {
    font-size: 35px;
  }
}
.catalog-item-page .catalog-item-wrapper {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .catalog-item-page .catalog-item-images {
    margin-bottom: 30px;
  }
}
.catalog-item-page .catalog-item-images .catalog-item-image {
  width: 100%;
}
.catalog-item-page .catalog-item-info {
  padding-left: 85px;
}
@media (max-width: 1920px) {
  .catalog-item-page .catalog-item-info {
    padding-left: 60px;
  }
}
@media (max-width: 1399px) {
  .catalog-item-page .catalog-item-info {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.catalog-item-page .catalog-item-params-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-item-page .catalog-item-price {
  color: black;
  font-size: 50px;
  font-family: "Alethia Pro", sans-serif;
  padding-left: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1920px) {
  .catalog-item-page .catalog-item-price {
    font-size: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }
}
@media (max-width: 1399px) {
  .catalog-item-page .catalog-item-price {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .catalog-item-page .catalog-item-price {
    margin-bottom: 20px;
  }
}
.catalog-item-page .catalog-item-params {
  font-size: 25px;
  line-height: 1.5;
  color: black;
  max-width: 70%;
  flex-grow: 0;
  flex-shrink: 1;
  padding-right: 50px;
}
@media (max-width: 1799px) {
  .catalog-item-page .catalog-item-params {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .catalog-item-page .catalog-item-params {
    font-size: 20px;
  }
}
.catalog-item-page .catalog-item-params b, .catalog-item-page .catalog-item-params strong {
  color: #6F7C67;
  font-weight: 600;
}
.catalog-item-page .catalog-item-params-buttons {
  max-width: 30%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  /* align-items: flex-end; */
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 38px;
  flex-wrap: wrap;
}
@media (max-width: 1799px) {
  .catalog-item-page .catalog-item-params-buttons {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .catalog-item-page .catalog-item-params-buttons {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .catalog-item-page .catalog-item-params-buttons {
    gap: 15px;
  }
}
.catalog-item-page .catalog-item-params-buttons .btn {
  background-color: #373D33;
  border-radius: 66px;
  width: 345px;
  max-width: 100%;
  height: 80px;
  color: #FFFAF1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.2s ease;
}
@media (max-width: 1799px) {
  .catalog-item-page .catalog-item-params-buttons .btn {
    font-size: 20px;
    width: 320px;
    height: 70px;
  }
}
@media (max-width: 1399px) {
  .catalog-item-page .catalog-item-params-buttons .btn {
    width: 280px;
    height: 65px;
  }
}
.catalog-item-page .catalog-item-params-buttons .btn:hover {
  opacity: 0.7;
  transition: 0.2s ease;
}
.catalog-item-page .catalog-item-description {
  margin-top: 90px;
}
@media (max-width: 1799px) {
  .catalog-item-page .catalog-item-description {
    margin-top: 50px;
  }
}
.catalog-item-page .catalog-item-description .catalog-item-description-header {
  border-bottom: 1px solid #b9b9b9;
}
@media (max-width: 575px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-header {
    text-align: center;
  }
}
.catalog-item-page .catalog-item-description .catalog-item-description-header span {
  display: block;
  color: #6F7C67;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  font-family: "Alethia Pro", sans-serif;
  border-bottom: 4px solid #6F7C67;
  width: fit-content;
  padding: 25px 12px;
  transform: translateY(3px);
}
@media (max-width: 575px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-header span {
    width: 100%;
  }
}
.catalog-item-page .catalog-item-description .catalog-item-description-content {
  padding-top: 70px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  color: black;
}
@media (max-width: 1799px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content {
    padding-top: 50px;
  }
}
@media (max-width: 1399px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content {
    font-size: 18px;
  }
}
.catalog-item-page .catalog-item-description .catalog-item-description-content h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #6C7467;
}
@media (max-width: 1399px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content h3 {
    font-size: 22px;
  }
}
.catalog-item-page .catalog-item-description .catalog-item-description-content ul, .catalog-item-page .catalog-item-description .catalog-item-description-content ol {
  margin-bottom: 40px;
  padding-left: 1.2rem;
}
@media (max-width: 575px) {
  .catalog-item-page .catalog-item-description .catalog-item-description-content ul, .catalog-item-page .catalog-item-description .catalog-item-description-content ol {
    margin-bottom: 30px;
  }
}
.catalog-item-page .catalog-item-description .catalog-item-description-content ul {
  list-style-type: "– ";
}
.catalog-item-page .catalog-item-description .catalog-item-description-content li {
  margin-bottom: 10px;
}

.catalog-item-page--large .catalog-item-description {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 60px;
  color: black;
}
.catalog-item-page--large .catalog-item-price,
.catalog-item-page--large .catalog-item-params-buttons {
  width: 100%;
  max-width: 100%;
}
.catalog-item-page--large .catalog-item-params-wrapper {
  height: 100%;
}
.catalog-item-page--large .catalog-item-params-buttons {
  flex-direction: row;
  justify-content: flex-start;
}
.catalog-item-page--large .catalog-item-complectation {
  margin-top: 100px;
  margin-bottom: 100px;
}
.catalog-item-page--large .catalog-item-complectation .section__title-primary {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .catalog-item-page--large .catalog-item-complectation .section__title-primary {
    font-size: 35px;
  }
}
.catalog-item-page--large .complectation-wrapper .complectation-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.catalog-item-page--large .complectation-wrapper .complectation-item:first-child {
  padding-top: 0;
}
.catalog-item-page--large .complectation-wrapper .complectation-item::after {
  position: absolute;
  bottom: 0;
  left: calc(0.5 * var(--bs-gutter-x));
  height: 1px;
  background-color: #6C7467;
  width: calc(100% - var(--bs-gutter-x));
  content: "";
}
.catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-info {
  position: relative;
}
.catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-image {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-image {
    width: 100%;
  }
}
.catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: underline;
}
.catalog-item-page--large .complectation-wrapper .complectation-item .stretched-link:hover ~ .complectation-item-title {
  opacity: 0.7;
}
.catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-description {
  color: black;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 1920px) and (min-resolution: 2dppx) {
  .catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-title {
    font-size: 25px;
  }
  .catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-description {
    font-size: 22px;
  }
}
.catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-description ul {
  list-style-type: "– ";
  padding-left: 1.5rem;
}
.catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-description b, .catalog-item-page--large .complectation-wrapper .complectation-item .complectation-item-description strong {
  color: #6F7C67;;
}

/*Стили для страницы товара - конец*/
.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: calc(25% - 10px);
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    margin-bottom: 0;
  }
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*Стили для слайдера с акциями - начало*/
.actions-slider {
  overflow: hidden;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .actions-slider {
    margin-top: 5rem;
  }
}

.actions-container {
  position: relative;
}
.actions-container .actions-pagination .swiper-pagination-bullet {
  background-color: #6f7c67 !important;
}
@media (max-width: 1399px) {
  .actions-container .actions-pagination {
    bottom: -30px;
  }
}
/*Стили для слайдера с акциями - конец*/
/*# sourceMappingURL=style.css.map */

/*Cookie */
/*Cookie */
#cookie-notice {
	max-width:fit-content;
	min-width:fit-content;
	border-radius:10px;
	left:auto;
	top:auto;
	right:0;
	bottom:0;
	margin:1rem;
}
.cookie-notice-container {
	max-width:fit-content;
	padding:2rem;
	display:flex;
	align-items:center;
}
.cn-text-container a {
	color:#fff;
	text-decoration:underline;
	transition:0.3s ease;
}
.cn-text-container a:hover {
	opacity:0.7;
}
.cn-close-icon {
	display:none;
}
.cookie-notice-container {
	font-family: "Montserrat", sans-serif;
}

/*Временное скрыте команды */
.index__team {
	display:none;
}

/*Правка стилей формы */


.wpcf7 .mb-5 .wpcf7-list-item-label {
  width: 90%;
  margin-left: 1rem;
}

.wpcf7 .mb-5 .ms-parent.custom-select {
  width: 100% !important;
  margin-bottom: 1rem !important;
}

.wpcf7 .mb-5 .wpcf7-list-item-label a {
  padding-bottom: 1px;
    border-bottom: 1px solid #E8E8E8;
}

.wpcf7 .mb-5 .wpcf7-list-item-label a:hover {
  opacity: 0.8;
}

/*Стили для обновленной страницы Услуга - начало*/
@media (min-width: 1500px) {
  .service-single__wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 1499px) {
  .service-single__row {
    flex-direction: column;
  }
}
.service-single__wrapper .cta__button-secondary {
  width: fit-content;
}
.service__main .team-single {
  padding-top: 0;
}
.service-problems {
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .service-features-wrapper .service-features-item {
    padding-left: 0;
    padding-right: 0;
  }
.service-features-wrapper .service-features-item .features-content {
  padding-right: 20px;
  padding-left: 20px;
}
}
.service-features-wrapper .service-features-item {
  padding-bottom: 50px;
}
.service-features-wrapper .service-features-item .features-title {
  background-color: #6C7467;
  color: white;
  padding: 55px 30px;
  line-height: 1;
  text-align: center;
  font-family: "Alethia Pro";
  font-weight: 500;
  font-size: 45px;
}
.service-features-wrapper .service-features-item .features-content {
  padding-top: 50px;
}
.service-features-wrapper .service-features-item .features-content li {
  margin-bottom: 5px;
}
@media (max-width: 1899px) {
  .service-features-wrapper .service-features-item .features-title {
    padding: 40px 30px;
    font-size: 35px;
  }
}
@media (max-width: 1399px) {
  .service-features-wrapper .service-features-item .features-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .service-features-wrapper .service-features-item .features-content {
    padding-top: 30px;
  }
  .service-features-wrapper .service-features-item {
    padding-bottom: 30px;
  }
  .service-features-wrapper .service-features-item .features-title {
    padding: 30px 20px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .service-features-wrapper .service-features-item .features-title {
    padding: 20px 30px;
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .service-single__row .section__title-primary {
    font-size: 40px;
  }
}
/*Стили для обновленной страницы Услуга - конец*/