.category-tool {
  text-decoration: none;
}

.category-tool--request-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.category-masters__head > .category-tool--request {
  display: none;
}

.category-page .main-banner.mb-240 {
  margin-bottom: 32px;
}

.category-page .category-masters {
  padding: 32px 0 120px;
}

.category-page--results .category-hero {
  position: relative;
  z-index: 70;
  overflow: visible;
}

.category-page .main-banner--category-search {
  overflow: visible;
}

.category-page .main-banner--category-search .banner__content {
  width: min(calc(100% - 240px), 1680px);
}

.category-page .category-search--banner {
  position: relative;
}

.category-page .category-search--banner .category-search__line {
  overflow: visible;
}

.category-page .category-search--banner .category-search__field--button {
  height: 56px;
  justify-content: flex-start;
  cursor: pointer;
  text-align: left;
}

.category-page .category-search--banner .category-search__field--button.is-open {
  background: #fff;
}

.category-page .category-search--banner .category-search__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.category-page .category-search--banner .category-search__field--date.is-open,
.category-page .category-search--banner .category-search__field--time.is-open {
  background: #fff;
}

.category-page .category-search--banner .category-search__value {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-page .category-search__service-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-page .category-search__service-count {
  flex: 0 0 auto;
  color: #151515;
}

.category-page .category-search--banner .category-search-popups {
  width: 100%;
}

.category-page .category-search--banner .category-search__more img {
  transform: rotate(45deg);
}

.category-page .search-booking-form--category {
  position: relative;
  max-width: none;
}

.category-page .search-booking-form--category .search-booking-form__fields {
  height: 50px;
  border: 1px solid #151515;
  background: #fff;
}

.category-page .search-booking-form--category .search-booking-form__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border-right: 1px solid #151515;
  background: #fff;
}

.category-page .search-booking-form__trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background: transparent;
  border: 0;
  color: #151515;
  cursor: pointer;
  text-align: left;
}

.category-page .search-booking-form--category .search-booking-form__icon {
  width: 24px;
  height: 24px;
}

.category-page .search-booking-form--category .search-booking-form__icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.category-page .search-booking-form__value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.category-page .search-booking-form__caret {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  object-fit: contain;
}

.category-page .search-booking-form--category .search-booking-form__btn {
  flex: 0 0 250px;
  width: 250px;
  max-width: 250px;
  height: 50px;
  font-family: Mulish, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: .04em;
}

.category-page .category-search-popups {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  pointer-events: none;
}

.category-page .category-search-popup {
  position: absolute;
  top: var(--category-popup-top, 56px);
  left: var(--category-popup-left, 0);
  display: none;
  width: var(--category-popup-width, 360px);
  min-width: 0;
  max-width: calc(100vw - 32px);
  padding: 0 8px 8px 16px;
  background: #fff;
  border: 0;
  overflow: visible;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  pointer-events: auto;
}

.category-page .category-search-popup.is-open {
  display: block;
}

.category-page .category-search-popup--location {
  min-height: 0;
}

.category-page #category-search-services {
  min-height: 0;
}

.category-page #category-search-date {
  min-height: 0;
  padding: 16px 32px;
}

.category-page #category-search-time {
  min-height: 0;
  padding: 20px 16px;
}

.category-page .category-search-popup__close {
  display: none;
}

.category-page .category-search-popup__inner {
  width: 100%;
}

.category-page .category-search-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.category-page .category-search-input__field {
  width: 100%;
  height: 40px;
  padding: 0 42px 0 12px;
  background: #f5f5f5;
  border: 0;
  color: #151515;
  font-size: 14px;
  outline: none;
}

.category-page .category-search-input__button {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #151515;
  transform: translateY(-50%);
}

.category-page .category-search-list-wrap {
  position: relative;
  margin-right: -8px;
}

.category-page .category-search-list {
  max-height: none;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: none;
}

.category-page .category-search-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.category-page #category-search-location .category-search-list {
  max-height: 123px;
}

.category-page #category-search-services .category-search-list {
  max-height: 205px;
}

.category-page .category-search-list-scrollbar {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  background: #ccc;
  cursor: pointer;
}

.category-page .category-search-list-wrap.has-scroll .category-search-list-scrollbar {
  display: block;
}

.category-page .category-search-list-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  min-height: 20px;
  background: #151515;
  cursor: grab;
  transform: translateY(var(--scroll-thumb-top, 0));
}

.category-search-scroll-dragging,
.category-search-scroll-dragging * {
  cursor: grabbing;
  user-select: none;
}

.category-page .category-search-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 41px;
  margin: 0;
  padding: 8px 4px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #151515;
  cursor: pointer;
  font-family: Mulish, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}

.category-page .category-search-option:hover,
.category-page .category-search-option.is-active {
  background: #f5f5f5;
}

.category-page .category-search-option__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}

.category-page .category-search-option span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-page .category-search-option--checkbox input {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.category-page .category-search-option--checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.4883%208.00391L11%2018.4893L4%2011.4893L6%209.48926L11%2014.4893L19.4834%206L21.4883%208.00391Z'%20fill='%23151515'/%3e%3c/svg%3e") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.category-page .category-search-distance {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 8px 8px;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.category-page .category-search-distance__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-page .category-search-distance__input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 22px;
}

.category-page .category-search-distance__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 22px;
}

.category-page .category-search-distance__slider {
  --distance-progress: 14.2857%;
  position: relative;
  height: 18px;
  flex: 1 1 auto;
  min-width: 0;
}

.category-page .category-search-distance__track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background: #ccc;
  transform: translateY(-50%);
}

.category-page .category-search-distance__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--distance-progress);
  background: #c9f76e;
}

.category-page .category-search-distance__thumb {
  position: absolute;
  top: 50%;
  left: var(--distance-progress);
  width: 12px;
  height: 12px;
  background: #151515;
  transform: translate(-50%, -50%);
}

.category-page .category-search-distance__range {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
}

.category-page .category-search-distance__range:focus {
  outline: none;
}

.category-page .category-search-distance__slider:has(.category-search-distance__range:focus-visible) .category-search-distance__track {
  outline: 2px solid #151515;
  outline-offset: 4px;
}

.category-page .category-search-distance__range::-webkit-slider-runnable-track {
  height: 18px;
  background: transparent;
}

.category-page .category-search-distance__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.category-page .category-search-distance__range::-moz-range-track {
  height: 18px;
  background: transparent;
}

.category-page .category-search-distance__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.category-page .category-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.category-page .category-search-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 24px 0 8px;
  background: #f0f0f0;
  border-radius: 4px;
  color: #151515;
  font-size: 10px;
  line-height: 1;
  position: relative;
}

.category-page .category-search-chips span::after {
  content: "\00d7";
  position: absolute;
  top: 50%;
  right: 7px;
  color: #777;
  font-size: 12px;
  transform: translateY(-50%);
}

.category-page .category-search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 12px;
}

.category-page .category-search-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  min-height: 26px;
  padding: 4px 10px;
  background: #f5f5f5;
  border: 0;
  color: #151515;
  cursor: pointer;
  font-family: Mulish, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
}

.category-page .category-search-tab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 4px;
  background: url("/skin/assets/category/icon-date-mode-inactive.svg") center / 18px 18px no-repeat;
}

.category-page .category-search-tab.is-active .category-search-tab__icon {
  background-image: url("/skin/assets/category/icon-date-mode-active.svg");
  background-size: 16px 16px;
}

.category-page .category-search-tab.is-active {
  background: #c9f76e;
  color: #151515;
}

.category-page #category-search-time .category-search-tab.is-active {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.category-page #category-search-time .category-search-tab {
  min-height: 31px;
  background: #fff;
  border: 1px solid #151515;
  font-size: 12px;
  font-weight: 500;
}

.category-page .category-search-calendar {
  width: 100%;
  padding: 0;
}

.category-page .category-search-calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  margin-bottom: 6px;
  padding: 0 2px;
  background: #f5f5f5;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

.category-page .category-search-calendar__head button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #151515;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
}

.category-page .category-search-calendar__head button:first-child img {
  transform: rotate(90deg);
}

.category-page .category-search-calendar__head button:last-child img {
  transform: rotate(-90deg);
}

.category-page .category-search-calendar__head img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.category-page .category-search-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.category-page .category-search-calendar__grid span,
.category-page .category-search-calendar__grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  background: transparent;
  border: 0;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.category-page .category-search-calendar__grid button {
  cursor: pointer;
}

.category-page .category-search-calendar__grid button:disabled {
  color: rgba(21, 21, 21, 0.28);
  cursor: default;
  opacity: 0.55;
}

.category-page .category-search-calendar__grid button.is-active {
  background: #c9f76e;
  border: 1px solid #151515;
  color: #151515;
}

.category-page .category-search-calendar__grid button.is-selected {
  background: #151515;
  border: 1px solid #151515;
  color: #fff;
}

.category-page .category-search-time-selects {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.category-page .category-search-time-selects select {
  width: 100%;
  height: 40px;
  padding: 0 34px 0 16px;
  background: #fff;
  border: 1px solid #151515;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #151515 50%), linear-gradient(135deg, #151515 50%, transparent 50%);
  background-position: calc(100% - 18px) 17px, calc(100% - 12px) 17px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.category-page .category-search-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #151515;
  font-family: Mulish, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.category-page .category-search-checkbox input {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.category-page .category-search-checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.4883%208.00391L11%2018.4893L4%2011.4893L6%209.48926L11%2014.4893L19.4834%206L21.4883%208.00391Z'%20fill='%23151515'/%3e%3c/svg%3e") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.category-page .category-search-apply {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  background: #151515;
  border: 0;
  color: #c9f76e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-page .category-masters__wrap {
  --container-padding: 120px;

  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}

.category-map-section {
  margin-top: 48px;
  padding: 0;
  background: #f0f0f0;
  scroll-margin-top: 24px;
}

.category-map-section__panel {
  box-sizing: border-box;
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: 24px 0 0;
  background: #f0f0f0;
}

.category-map-section__head,
.category-map-section__toolbar,
.category-map-section__toolbar-right {
  display: flex;
}

.category-map-section__head {
  align-items: center;
  justify-content: space-between;
}

.category-map-section__head h2 {
  margin: 0;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
}

.category-map-section__toolbar {
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.category-map-section__toolbar-right {
  align-items: center;
  gap: 8px;
}

.category-map-section .results-tags {
  display: flex;
  margin-top: 24px;
}

.category-map-section .results-tags:has(+ .results-filters.is-collapsed) {
  display: none;
}

.category-map-section .results-map-window {
  margin-top: 24px;
}

.category-empty {
  padding: 48px 0;
  color: #151515;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.category-pager__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #151515;
  text-decoration: none;
}

.category-pager__button img {
  display: block;
  width: 36px;
  height: 36px;
}

.category-pager button:disabled {
  cursor: default;
  opacity: .45;
}

.category-pager button:disabled:hover {
  transform: none;
}

.category-page .home-faq-section {
  margin-bottom: 240px;
}

.category-page .faq__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.category-page .booking__title {
  margin: 0;
  color: #151515;
  font-weight: 900;
  text-transform: uppercase;
}

.category-services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 32px;
}

.category-services__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  flex: 1 1 0;
  min-width: 350px;
  max-width: 520px;
  padding: 16px 24px;
  color: #151515;
  background: #c9f76e;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease;
}

.category-services__item:hover {
  background: #fff;
  border-color: #151515;
}

.category-section-link {
  display: inline-flex;
  margin-top: 24px;
  color: #151515;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  text-transform: uppercase;
}

.category-section-link--center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.category-recommend .b-btn,
.category-recommend .nav__btn,
.category-blog .blog__card {
  text-decoration: none;
}

.category-recommend .master-card__label,
.category-blog .master-card__label {
  text-transform: none;
}

.category-recommend .card__title {
  display: -webkit-box;
 /* min-height: 72px; */
  max-height: 108px;
  margin: 0;
  overflow: hidden;
  line-height: 36px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.category-recommend .master-card {
  background: #fff;
  overflow: hidden;
}

.category-recommend .master-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #fff;
}

.category-recommend .category-master .card__title {
 /* min-height: 64px; */
  max-height: 64px;
  margin: 0;
  overflow: hidden;
  color: #000;
  font-size: 24px;
  font-weight: 900 !important;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
}

.category-recommend .category-card__bottom {
  margin-top: auto;
}

.category-recommend .category-card__more {
  display: flex;
  width: 100%;
  min-height: 32px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #151515;
  color: #c9f76e;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.category-recommend .master-card__role {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.category-master h2 {
 /* min-height: 64px; */
  max-height: 96px;
  overflow: hidden;
}

.category-master h2 a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-card__spec {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-card__work-format {
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.category-card__work-format strong {
  font-weight: inherit;
}

.category-certificate {
  padding: 120px 0;
  background: #151515;
}

.category-certificate__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  gap: 88px;
  max-width: 1400px;
  margin: 0 auto;
}

.category-certificate__photo {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 704 / 500;
}

.category-certificate__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-certificate__content {
  display: flex;
  max-width: 360px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

.category-certificate__content h2,
.category-certificate__content p {
  margin: 0;
}

.category-certificate__content h2 {
  color: #f2f2f2;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  text-transform: uppercase;
}

.category-certificate__content p {
  margin-top: 16px;
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .02em;
}

.category-certificate__button {
  display: inline-flex;
  min-width: 310px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  box-sizing: border-box;
  color: #151515;
  background: #c9f76e;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.category-review-tabs {
  display: flex;
  gap: 8px;
}

.category-review-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 16px;
  color: #151515;
  background: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: lowercase;
}

.category-review-tabs__item.is-active {
  border-color: #151515;
}

.category-reviews .top-title {
  align-items: flex-start;
}

.category-page .faq__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 418px;
  height: 80px;
  color: #c9f76e;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #080808;
  border: 0;
  cursor: pointer;
}

.category-page .faq__items {
  border-top: 2px solid #151515;
}

.category-page .faq__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 60px 120px 60px 48px;
  border-bottom: 2px solid #151515;
}

.category-page .faq__item__title {
  flex-shrink: 0;
  width: 520px;
  color: #151515;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}

.category-page .faq__item__text {
  display: -webkit-box;
  overflow: hidden;
  color: #151515;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-page .plus-btn {
  position: absolute;
  top: 48px;
  right: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: #c9f76e;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.category-page .plus-btn span {
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}

.category-page .plus-btn span:last-child {
  transform: rotate(90deg);
}

.category-page .plus-btn:hover {
  transform: scale(1.05);
  transition: .2s ease;
}

.category-page .faq__item.active {
  flex-direction: column;
  gap: 16px;
  background-color: #c9f76e;
}

.category-page .faq__item.active .plus-btn {
  background-color: #151515;
}

.category-page .faq__item.active .plus-btn span {
  background-color: #c9f76e;
}

.category-page .faq__item.active .plus-btn span:last-child {
  display: none;
}

.category-page .faq__item.active .faq__item__text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

@media (max-width: 1280px) {
  .category-recommend .master-card__content {
    gap: 8px;
    padding: 8px;
  }

  .category-page .category-masters {
    padding-bottom: 80px;
  }

  .category-page .category-masters__wrap {
    --container-padding: 80px;
  }

  .category-map-section__panel {
    padding-top: 0;
  }

  .category-map-section__head h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .category-page .faq__item {
    padding: 40px 96px 40px 32px;
  }

  .category-page .faq__item__title {
    width: 42%;
    font-size: 24px;
    line-height: 32px;
  }

  .category-certificate {
    padding: 100px 0;
  }

  .category-certificate__inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .86fr);
    gap: 56px;
  }

  .category-certificate__content {
    max-width: 330px;
    gap: 48px;
  }

  .category-certificate__content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .category-certificate__content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
  }

  .category-certificate__button {
    min-width: 260px;
    min-height: 58px;
    font-size: 14px;
    line-height: 20px;
  }

  .category-page .plus-btn {
    top: 32px;
    right: 32px;
  }


    .category-master h2 {
      /*  min-height: 48px; */
    }

    .category-recommend .category-master .card__title {
   /* min-height: 48px; */
    margin: 0;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
}


}

@media (max-width: 1024px) {
  .category-page .category-masters__wrap {
    --container-padding: 64px;
  }

  .category-services__item {
    min-width: 280px;
  }

  .category-certificate {
    padding: 80px 0;
  }

  .category-certificate__inner {
    gap: 40px;
  }

  .category-certificate__content {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .category-page .main-banner.mb-240 {
    margin-bottom: 16px;
  }

  .category-page .category-masters {
    padding: 24px 0 70px;
  }

  .category-page .category-masters__wrap {
    --container-padding: 32px;
  }

  .category-masters__head > .category-tool--request {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .category-toolbar .category-tool--request-toolbar {
    display: none;
  }

  .category-page .faq__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-reviews .top-title {
    flex-direction: column;
    gap: 16px;
  }

  .category-certificate {
    padding: 64px 0;
  }

  .category-certificate__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .category-certificate__photo {
    aspect-ratio: 704 / 500;
  }

  .category-certificate__content {
    max-width: none;
    gap: 24px;
  }

  .category-certificate__button {
    align-self: flex-start;
  }

  .category-page .faq__btn {
    max-width: none;
    height: 64px;
    font-size: 16px;
    line-height: 22px;
  }

  .category-page .faq__item {
    flex-direction: column;
    gap: 16px;
    padding: 28px 90px 28px 22px;
  }

  .category-page .faq__item__title {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .category-page .plus-btn {
    top: 24px;
    right: 22px;
    width: 52px;
    height: 52px;
  }

  .category-page .plus-btn span {
    width: 24px;
    height: 3px;
  }
}

@media (max-width: 1024px) {
  .category-page .main-banner--category-search .banner__content {
    width: calc(100% - 64px);
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .category-page .category-search--banner .category-search-popups {
    width: 100%;
  }

  .category-page .category-search-popup {
    width: var(--category-popup-width, 360px);
    max-width: calc(100vw - 32px);
  }

  .category-page #category-search-date,
  .category-page #category-search-time {
    padding: 16px;
  }

  .category-page .category-search-tabs {
    flex-wrap: wrap;
  }

  .category-page .category-search-time-selects {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .category-recommend .category-master .card__title {
    display: block;
    min-height: 0;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
  }


  .category-master h2 {
   /* min-height: 24px; */
}


  .category-page .main-banner--category-search .banner__content {
    width: calc(100% - 32px);
  }

  .category-page .search-booking-form--category .search-booking-form__fields {
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
    background: transparent;
    border: 0;
  }

  .category-page .search-booking-form--category .search-booking-form__item {
    flex: 1 1 100%;
    height: 50px;
    border-right: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  }

  .category-page .search-booking-form--category .search-booking-form__item--date {
    flex-basis: calc(53% - 5px);
  }

  .category-page .search-booking-form--category .search-booking-form__item--time {
    flex-basis: calc(47% - 5px);
  }

  .category-page .search-booking-form__value {
    font-size: 14px;
    line-height: 20px;
  }

  .category-page .search-booking-form--category .search-booking-form__btn {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    height: 54px;
    margin-top: 0;
  }

  .category-page .category-search-popups {
    position: static;
    pointer-events: auto;
  }

  .category-page .category-search--banner .category-search-popups {
    width: 100%;
  }

  .category-page .category-search-popup,
  .category-page #category-search-location,
  .category-page #category-search-services,
  .category-page #category-search-date,
  .category-page #category-search-time {
    position: fixed;
    inset: 0;
    z-index: 999;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 30px 16px;
    overflow-y: auto;
  }

  .category-page .category-search-popup__close {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 0 30px auto;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .category-page .category-search-popup__close::before,
  .category-page .category-search-popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 24px;
    background: #999;
  }

  .category-page .category-search-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .category-page .category-search-popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .category-page .category-search-popup__inner {
    max-width: 320px;
    margin: 0 auto;
  }

  .category-page .category-search-list {
    max-height: 50vh;
  }

  .category-page .category-search-apply {
    display: flex;
  }

  body.category-search-open {
    overflow: hidden;
  }

  .category-page .category-masters {
    padding: 24px 0 48px;
  }

  .category-page .category-masters__wrap {
    --container-padding: 16px;
  }

  .category-masters {
    padding-right: 16px;
    padding-left: 16px;
  }

  .category-masters__wrap,
  .category-card {
    width: 100%;
    max-width: 100%;
  }

  .category-toolbar {
    display: grid;
    grid-template-columns: minmax(118px, max-content) minmax(0, 1fr);
    gap: 8px;
    width: 100%;
  }

  .category-toolbar__right {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
  }

  .category-tool--filter {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 10px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .category-tool--map {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
  }

  .category-toolbar > .category-tool--filter .category-caret,
  .category-map-section__toolbar > .category-tool--filter .category-caret {
    display: none;
  }

  .mobile-filter-popup {
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .category-map-section {
    margin-top: 32px;
    scroll-margin-top: 16px;
  }

  .category-map-section__panel {
    width: 100%;
    max-width: 100%;
    padding: 16px 8px 12px;
  }

  .category-map-section__head h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .category-map-section__toolbar {
    display: grid;
    grid-template-columns: minmax(118px, max-content) minmax(0, 1fr);
    gap: 8px;
    margin-top: 16px;
  }

  .category-map-section__toolbar > .category-tool--filter {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 10px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .category-map-section__toolbar-right {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
  }

  .category-map-section__toolbar .category-tool--map {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
  }

  .category-map-section__toolbar .sort-dropdown,
  .category-map-section__toolbar .category-tool--request {
    display: none;
  }

  .category-map-section .results-map-window {
    width: 100%;
    margin-top: 16px;
  }

  .category-map-section .results-map-card__photo {
    display: none;
  }

  .category-page .home-faq-section {
    margin-bottom: 120px;
  }

  .category-services__item {
    min-width: 100%;
    max-width: none;
  }

  .category-certificate {
    padding: 48px 0;
  }

  .category-certificate__inner {
    gap: 24px;
  }

  .category-certificate__photo {
    aspect-ratio: 1 / 1;
  }

  .category-certificate__content h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .category-certificate__content p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .category-certificate__button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .category-page .faq__item {
    padding-right: 80px;
    padding-left: 16px;
  }

  .category-page .plus-btn {
    right: 16px;
  }
}
