.pageAllServices-listCategory__item {
  background: #f8f8f8;
  padding: 30px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 576px) {
  .pageAllServices-listCategory__item {
    min-height: 155px;
  }
}
.pageAllServices-listCategory__item {
  transition: 0.3s;
}
.pageAllServices-listCategory__item-button {
  display: none;
}
@media (max-width: 576px) {
  .pageAllServices-listCategory__item-button {
    max-width: 105px;
    display: inline-block;
    position: relative;
    color: #0086c1;
  }
  .pageAllServices-listCategory__item-button::before {
    content: "";
    display: block;
    right: 1px;
    top: 50%;
    margin-top: 0px;
    position: absolute;
    width: 12px;
    height: 2px;
    background: #0086c1;
    transition: 0.3s;
  }
  .pageAllServices-listCategory__item-button::after {
    content: "";
    display: block;
    right: 0;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0086c1;
    border-right: 2px solid #0086c1;
    transform: rotate(45deg);
    transition: 0.3s;
  }
}
.pageAllServices-listCategory__item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.pageAllServices-listCategory__item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  transition: opacity 0.5s ease, height 0.5s ease, margin-bottom 0.5s ease;
  overflow: hidden;
}
.pageAllServices-listCategory__item-number {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .pageAllServices-listCategory__item-number {
    font-size: 14px;
    line-height: 22px;
  }
}
.pageAllServices-listCategory__item-number {
  color: #5f6877;
}
@media (max-width: 576px) {
  .pageAllServices-listCategory__item-number {
    display: none;
  }
}
.pageAllServices-listCategory__item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  flex-shrink: 0;
}
.pageAllServices-listCategory__item-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .pageAllServices-listCategory__item-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 55px;
  }
  .pageAllServices-listCategory__item-icon img {
    transform: scale(83.333%);
    transform-origin: center;
  }
}
.pageAllServices-listCategory__item-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.2;
}
.pageAllServices-listCategory__item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #404557;
  margin-bottom: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .pageAllServices-listCategory__item-link {
    display: inline-block;
    max-width: 188px;
  }
}
.pageAllServices-listCategory__item-tags {
  min-height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .pageAllServices-listCategory__item-tags {
    display: none;
  }
}
.pageAllServices-listCategory__item-tags a {
  text-decoration: none;
  color: #0086c1;
  font-size: 15px;
  line-height: 30px;
  display: inline;
  margin-right: 10px;
  transition: color 0.3s;
  padding-bottom: 3px;
}
.pageAllServices-listCategory__item-tags a:hover {
  color: #0fa1ef;
  text-decoration: underline;
}
.pageAllServices-listCategory__item-tags a:not(:last-child):after {
  content: ",";
  color: #0086c1;
}
.pageAllServices-headerSection {
  background: #f8f8f8;
  padding: 60px 0;
}
.pageAllServices-headerSection__wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
.pageAllServices-headerSection__wrapper-left {
  flex: 1 1 55%;
}
.pageAllServices-headerSection__wrapper-right {
  flex: 0 0 45%;
}
.pageAllServices-headerSection__image {
  position: relative;
  width: 100%;
  height: 480px;
  text-align: center;
}
.pageAllServices-headerSection__image--horizontal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.pageAllServices-headerSection__image--vertical img {
  border-radius: 8px;
  width: auto;
  height: 100%;
}
.pageAllServices-headerSection__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pageAllServices-headerSection__tags-item {
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #DA2C23;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .pageAllServices-headerSection__tags-item {
    font-size: 10px;
    line-height: 15px;
  }
}
.pageAllServices-headerSection__tags-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.pageAllServices-headerSection__tags-item_primary {
  background-color: #0086c1;
}
.pageAllServices-headerSection__title.block-title {
  margin-bottom: 20px;
}
.pageAllServices-headerSection__content {
  margin-bottom: 60px;
}
.pageAllServices-headerSection__content .block-text:not(:last-child) {
  margin-bottom: 15px;
}
.pageAllServices-headerSection__advantages-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .pageAllServices-headerSection__advantages-item {
    font-size: 16px;
    line-height: 25px;
  }
}
.pageAllServices-headerSection__advantages-item:not(:last-child) {
  margin-bottom: 15px;
}
.pageAllServices-headerSection__advantages-item:before {
  content: "";
  flex: none;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/res/test/advantages-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pageAllServices-headerSection__action {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pageAllServices-headerSection__price-name {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .pageAllServices-headerSection__price-name {
    font-size: 10px;
    line-height: 15px;
  }
}
.pageAllServices-headerSection__price-value {
  color: #404557;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .pageAllServices-headerSection__price-value {
    font-size: 18px;
    line-height: 30px;
  }
}
.pageAllServices-headerSection__price-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .pageAllServices-headerSection__wrapper {
    gap: 15px;
  }
  .pageAllServices-headerSection__wrapper-right {
    flex: 0 0 50%;
  }
  .pageAllServices-headerSection__image {
    height: 440px;
  }
  .pageAllServices-headerSection__tags {
    margin-bottom: 15px;
  }
  .pageAllServices-headerSection__title.block-title {
    margin-bottom: 15px;
  }
  .pageAllServices-headerSection__content {
    margin-bottom: 40px;
  }
  .pageAllServices-headerSection__content .block-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .pageAllServices-headerSection__advantages-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .pageAllServices-headerSection__action {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .pageAllServices-headerSection__wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
  .pageAllServices-headerSection__wrapper-left {
    flex: 0 0 100%;
  }
  .pageAllServices-headerSection__wrapper-right {
    flex: 0 0 100%;
  }
  .pageAllServices-headerSection__image {
    height: auto;
  }
  .pageAllServices-headerSection__image--horizontal {
    padding-top: 74%;
  }
  .pageAllServices-headerSection__image--vertical img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .pageAllServices-headerSection {
    padding: 30px 0;
  }
  .pageAllServices-headerSection__wrapper {
    gap: 30px;
  }
  .pageAllServices-headerSection__content {
    margin-bottom: 30px;
  }
  .pageAllServices-headerSection__advantages-item {
    align-items: flex-start;
  }
  .pageAllServices-headerSection__advantages-item:before {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
}
.pageAllServices-listSection {
  padding: 60px 0;
  background: #F0F6F9;
}
.pageAllServices-listSection__head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.pageAllServices-listSection__head-icon {
  flex: none;
  width: 80px;
  height: 80px;
  position: relative;
}
.pageAllServices-listSection__head-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pageAllServices-listSection__head-title.block-title {
  margin-bottom: 10px;
}
.pageAllServices-listSection__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pageAllServices-listSection__list ul li {
  margin: 0;
  padding: 0;
  display: none;
  line-height: 1;
}
.pageAllServices-listSection__list ul li:before {
  display: none;
}
.pageAllServices-listSection__list ul li a {
  padding: 9px 22px;
  border-radius: 20px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .pageAllServices-listSection__list ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
.pageAllServices-listSection__list ul li a {
  color: #5f6877;
  text-decoration: none;
  background: white;
  display: block;
}
.pageAllServices-listSection__list ul li a:hover {
  color: #0086c1;
  background: #DFEDF5;
}
.pageAllServices-listSection__list .btn-link {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .pageAllServices-listSection__head {
    gap: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pageAllServices-listSection {
    padding: 30px 0;
  }
  .pageAllServices-listSection__head-icon {
    width: 60px;
    height: 60px;
  }
  .pageAllServices-listSection__head-title.block-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .pageAllServices-listSection__head-icon {
    display: none;
  }
}
.pageAllServices-headerDetail {
  background: #f8f8f8;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.pageAllServices-headerDetail__wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
.pageAllServices-headerDetail__wrapper--start {
  align-items: flex-start;
}
.pageAllServices-headerDetail__wrapper-left {
  flex: 1 1 55%;
}
.pageAllServices-headerDetail__wrapper-right {
  flex: 0 0 45%;
}
.pageAllServices-headerDetail__image {
  position: relative;
  width: 100%;
  height: 480px;
  text-align: center;
}
.pageAllServices-headerDetail__image--horizontal img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.pageAllServices-headerDetail__image--vertical img {
  border-radius: 8px;
  width: auto;
  height: 100%;
}
.pageAllServices-headerDetail__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pageAllServices-headerDetail__tags-item {
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #DA2C23;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .pageAllServices-headerDetail__tags-item {
    font-size: 10px;
    line-height: 15px;
  }
}
.pageAllServices-headerDetail__tags-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.pageAllServices-headerDetail__tags-item_primary {
  background-color: #0086c1;
}
.pageAllServices-headerDetail__title.block-title {
  margin-bottom: 20px;
}
.pageAllServices-headerDetail__content {
  margin-bottom: 60px;
}
.pageAllServices-headerDetail__content .block-text:not(:last-child) {
  margin-bottom: 15px;
}
.pageAllServices-headerDetail__action {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pageAllServices-headerDetail__price-name {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .pageAllServices-headerDetail__price-name {
    font-size: 10px;
    line-height: 15px;
  }
}
.pageAllServices-headerDetail__price-value {
  color: #404557;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .pageAllServices-headerDetail__price-value {
    font-size: 18px;
    line-height: 30px;
  }
}
.pageAllServices-headerDetail__price-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .pageAllServices-headerDetail__wrapper {
    gap: 15px;
  }
  .pageAllServices-headerDetail__wrapper-right {
    flex: 0 0 50%;
  }
  .pageAllServices-headerDetail__image {
    height: 440px;
  }
  .pageAllServices-headerDetail__tags {
    margin-bottom: 15px;
  }
  .pageAllServices-headerDetail__title.block-title {
    margin-bottom: 15px;
  }
  .pageAllServices-headerDetail__content {
    margin-bottom: 40px;
  }
  .pageAllServices-headerDetail__content .block-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .pageAllServices-headerDetail__action {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .pageAllServices-headerDetail__wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
  .pageAllServices-headerDetail__wrapper-left {
    flex: 0 0 100%;
  }
  .pageAllServices-headerDetail__wrapper-right {
    flex: 0 0 100%;
  }
  .pageAllServices-headerDetail__image {
    height: auto;
  }
  .pageAllServices-headerDetail__image--horizontal {
    padding-top: 74%;
  }
  .pageAllServices-headerDetail__image--vertical img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .pageAllServices-headerDetail {
    padding: 30px 0;
  }
  .pageAllServices-headerDetail__wrapper {
    gap: 30px;
  }
  .pageAllServices-headerDetail__content {
    margin-bottom: 30px;
  }
}
.pageAllServices-advantages {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.pageAllServices-advantages__slider {
  overflow: hidden;
  width: 100%;
}
.pageAllServices-advantages__slider .swiper-slide {
  height: auto;
}
.pageAllServices-advantages__item {
  padding: 30px;
  background: #F0F6F9;
  border-radius: 8px;
  height: 100%;
}
.pageAllServices-advantages__item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.pageAllServices-advantages__item p {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .pageAllServices-advantages__item p {
    font-size: 16px;
    line-height: 25px;
  }
}
.pageAllServices-advantages__item p {
  text-align: left;
}
.pageAllServices-advantages__nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
}
.pageAllServices-advantages__nav .swiper-scrollbar.swiper-scrollbar-horizontal {
  flex: 1;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
}
.pageAllServices-advantages__nav .swiper-scrollbar.swiper-scrollbar-horizontal-drag {
  background: #5f6877;
}
.pageAllServices-advantages__nav .swiper-button-prev, .pageAllServices-advantages__nav .swiper-button-next {
  position: relative;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: none;
  margin: 0 !important;
  border: 1px solid #5f6877;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageAllServices-advantages__nav .swiper-button-prev svg, .pageAllServices-advantages__nav .swiper-button-next svg {
  width: 18px;
  height: auto;
}
.pageAllServices-advantages__nav .swiper-button-prev:hover, .pageAllServices-advantages__nav .swiper-button-next:hover {
  border-color: #0fa1ef;
}
.pageAllServices-advantages__nav .swiper-button-prev:hover svg path, .pageAllServices-advantages__nav .swiper-button-next:hover svg path {
  fill: #0fa1ef;
}
.pageAllServices-advantages__nav .swiper-button-prev.swiper-button-lock, .pageAllServices-advantages__nav .swiper-button-next.swiper-button-lock {
  display: none;
}
.pageAllServices-advantages__nav-buttons {
  display: flex;
  flex: none;
  gap: 20px;
}
@media (max-width: 1200px) {
  .pageAllServices-advantages {
    margin-top: -80px;
  }
  .pageAllServices-advantages__slider {
    width: calc(100% + var(--bs-gutter-x));
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }
  .pageAllServices-advantages__slider .swiper-slide {
    width: 275px;
  }
}
@media (max-width: 576px) {
  .pageAllServices-advantages__slider .swiper-slide {
    width: 160px;
  }
  .pageAllServices-advantages__item {
    padding: 16px;
  }
}
.pageAllServices-cureShortList {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
@media (max-width: 576px) {
  .pageAllServices-cureShortList {
    gap: 10px;
  }
}

/*# sourceMappingURL=all.css.map */
