/* Service Card Component Styles */
.ServiceCard_serviceCard__63HAL {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f3f4f6;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ServiceCard_serviceCard__63HAL:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #e5e7eb;
}

/* Image Container - теперь квадратная */
.ServiceCard_imageContainer__GqtTW {
  position: relative;
  width: 100%;
  aspect-ratio: 1; /* Квадратная область */
  background-color: #f9fafb;
  overflow: hidden;
}

.ServiceCard_imageGallery__VSSg_ {
  position: relative;
  width: 100%;
  height: 100%;
}

.ServiceCard_image__iaqER {
  -o-object-fit: contain;
     object-fit: contain; /* Не обрезаем изображение */
  transition: opacity 0.3s ease;
  background-color: #f9fafb;
}

.ServiceCard_imagePlaceholder__F9pve {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.ServiceCard_placeholderIcon__jFo0Z {
  width: 3rem;
  height: 3rem;
}

/* Галерея изображений */
.ServiceCard_imageNavigation__eQ4Q2 {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.375rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 0.5rem;
  backdrop-filter: blur(8px);
}

.ServiceCard_imageDot__j6gO5 {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ServiceCard_imageDot__j6gO5:hover {
  background: rgba(255, 255, 255, 0.8);
}

.ServiceCard_imageDotActive__deq18 {
  background: white;
  transform: scale(1.2);
}

/* Navigation arrows */
.ServiceCard_imageArrow__cJID5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0;
  backdrop-filter: blur(4px);
}

.ServiceCard_imageContainer__GqtTW:hover .ServiceCard_imageArrow__cJID5 {
  opacity: 1;
}

.ServiceCard_imageArrow__cJID5:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.ServiceCard_imageArrowLeft__rwKjD {
  left: 0.5rem;
}

.ServiceCard_imageArrowRight__sd452 {
  right: 0.5rem;
}

.ServiceCard_arrowIcon__HuDNy {
  width: 1rem;
  height: 1rem;
}

/* Price Badge */
.ServiceCard_priceBadge__lsCkd {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(59, 130, 246, 0.95);
  color: white;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Content */
.ServiceCard_content__yaMA5 {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Company Info */
.ServiceCard_company__xPouE {
  margin-bottom: 1rem;
}

.ServiceCard_companyInfo__K6oIs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ServiceCard_companyLogo__FlTCI {
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.ServiceCard_companyLogoPlaceholder__eZH3Z {
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.ServiceCard_companyName__FUt9_ {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

.ServiceCard_verifiedIcon__cpiIo {
  width: 1rem;
  height: 1rem;
  color: #10b981;
  flex-shrink: 0;
}

/* Title */
.ServiceCard_title__xh_PO {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Description */
.ServiceCard_description__YdXto {
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Location Info */
.ServiceCard_location___j0PF {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.ServiceCard_locationIcon__JO1Fm {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.ServiceCard_locationText__yozkW {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Actions */
.ServiceCard_actions__8Ubm7 {
  margin-top: auto;
}

.ServiceCard_link__rgD2_ {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
  border-radius: 0.375rem;
}

.ServiceCard_link__rgD2_:hover {
  color: #1d4ed8;
  gap: 0.75rem;
}

.ServiceCard_linkIcon___VNM2 {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}

.ServiceCard_link__rgD2_:hover .ServiceCard_linkIcon___VNM2 {
  transform: translateX(2px);
}

/* Image count indicator */
.ServiceCard_imageCount__D2OTs {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
}

/* Responsive */
@media (max-width: 640px) {
  .ServiceCard_content__yaMA5 {
    padding: 1.25rem;
  }

  .ServiceCard_title__xh_PO {
    font-size: 1.125rem;
  }

  .ServiceCard_priceBadge__lsCkd {
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }

  .ServiceCard_imageCount__D2OTs {
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
  }

  .ServiceCard_imageNavigation__eQ4Q2 {
    bottom: 0.5rem;
    padding: 0.375rem;
  }

  .ServiceCard_imageDot__j6gO5 {
    width: 0.375rem;
    height: 0.375rem;
  }
} 
/* RegionCitySelector стили */
.RegionCitySelector_regionCitySelector__RYFbW {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.RegionCitySelector_formGroup__8_Q1z {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.RegionCitySelector_formLabel__W_nWe {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.25rem;
}

.RegionCitySelector_formSelect__1Yw6d {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.RegionCitySelector_formSelect__1Yw6d:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.RegionCitySelector_formSelect__1Yw6d:disabled {
  background-color: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}

.RegionCitySelector_required__zVve4 {
  color: #ef4444;
  font-weight: 600;
}

.RegionCitySelector_loading__vS7fF {
  padding: 1rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
}

.RegionCitySelector_selectedInfo__95JZb {
  margin-top: 0.5rem;
}

.RegionCitySelector_textMuted__4nw52 {
  color: #6b7280;
  font-size: 0.75rem;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .RegionCitySelector_formLabel__W_nWe {
    color: #d1d5db;
  }

  .RegionCitySelector_formSelect__1Yw6d {
    background-color: #374151;
    border-color: #4b5563;
    color: #f9fafb;
  }

  .RegionCitySelector_formSelect__1Yw6d:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
  }

  .RegionCitySelector_formSelect__1Yw6d:disabled {
    background-color: #1f2937;
    color: #6b7280;
  }

  .RegionCitySelector_loading__vS7fF {
    color: #9ca3af;
  }

  .RegionCitySelector_textMuted__4nw52 {
    color: #9ca3af;
  }
} 
/* CategorySelector Component Styles */
.CategorySelector_container___F9z1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.CategorySelector_selectGroup__s83Tm {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.CategorySelector_label__DtcrD {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.CategorySelector_required__Xy6QE {
  color: #dc2626;
  margin-left: 0.25rem;
}

.CategorySelector_select__0MYRJ {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 1rem;
  color: #111827;
  transition: all 0.2s ease;
  cursor: pointer;
}

.CategorySelector_select__0MYRJ:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.CategorySelector_select__0MYRJ:hover:not(:disabled) {
  border-color: #9ca3af;
}

.CategorySelector_select__0MYRJ:disabled {
  background-color: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}

.CategorySelector_selectError___tZ_t {
  border-color: #dc2626;
}

.CategorySelector_selectError___tZ_t:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.CategorySelector_loading__alUfD {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.CategorySelector_error__XAHEk {
  padding: 1rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  color: #dc2626;
  font-size: 0.875rem;
}

.CategorySelector_errorMessage__77cXK {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.CategorySelector_categoryDescription__SdLQN {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
}

.CategorySelector_description__T7tk5 {
  margin: 0;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Responsive design */
@media (max-width: 768px) {
  .CategorySelector_container___F9z1 {
    gap: 0.75rem;
  }
  
  .CategorySelector_select__0MYRJ {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  
  .CategorySelector_label__DtcrD {
    font-size: 0.8125rem;
  }
  
  .CategorySelector_categoryDescription__SdLQN {
    padding: 0.75rem;
  }
  
  .CategorySelector_description__T7tk5 {
    font-size: 0.8125rem;
  }
} 
.ServiceFilters_filters__SLWch {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.ServiceFilters_filtersGrid__O0bPO {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.ServiceFilters_filterGroup__gaVCI {
  display: flex;
  flex-direction: column;
}

.ServiceFilters_label__UkPw1 {
  display: block;
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.ServiceFilters_input__t4lra {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  font-size: 0.875rem;
  color: #374151;
  margin-top: 0.25rem;
}

.ServiceFilters_input__t4lra:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ServiceFilters_select__n92Yd {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  font-size: 0.875rem;
  color: #374151;
  margin-top: 0.25rem;
}

.ServiceFilters_select__n92Yd:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ServiceFilters_selectSmall__V58ln {
  width: 120px;
  padding: 0.375rem 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  font-size: 0.875rem;
  color: #374151;
  margin-left: 0.5rem;
}

.ServiceFilters_selectSmall__V58ln:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ServiceFilters_locationOptions__inPqD {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.ServiceFilters_checkboxLabel__mMDZ4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

.ServiceFilters_checkbox__xMzDC {
  width: 1rem;
  height: 1rem;
  accent-color: #3b82f6;
}

.ServiceFilters_radiusContainer__No_6x {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ServiceFilters_filterInfo__yRTwo {
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f3f4f6;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #6b7280;
  border-left: 4px solid #3b82f6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ServiceFilters_activeFilter___aKRQ {
  background: #dbeafe;
  color: #1e40af;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}

.ServiceFilters_loading__7a__v {
  text-align: center;
  color: #6b7280;
  font-size: 0.875rem;
  padding: 1rem;
}

@media (max-width: 768px) {
  .ServiceFilters_filtersGrid__O0bPO {
    grid-template-columns: 1fr;
  }
  
  .ServiceFilters_locationOptions__inPqD {
    align-items: flex-start;
  }
  
  .ServiceFilters_radiusContainer__No_6x {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  
  .ServiceFilters_selectSmall__V58ln {
    margin-left: 0;
    width: 100%;
  }
} 
.Services_container__Wgsyi {
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.Services_header__0tLy6 {
  text-align: center;
  margin-bottom: 2rem;
}

.Services_title__rzEhN {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.Services_description__1uyD4 {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}

.Services_filtersSection__I_6_L {
  margin-bottom: 2rem;
}

.Services_servicesGrid__ETYv_ {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .Services_servicesGrid__ETYv_ {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .Services_servicesGrid__ETYv_ {
    grid-template-columns: repeat(3, 1fr);
  }
}

.Services_loadingContainer__3zJ4S {
  text-align: center;
  padding: 3rem 0;
}

.Services_loadingText__jZ1eO {
  color: #6b7280;
  font-size: 1.125rem;
}

.Services_emptyState__CGrcy {
  text-align: center;
  padding: 3rem 0;
}

.Services_emptyText__yf_vm {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Responsive design */
@media (max-width: 767px) {
  .Services_container__Wgsyi {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .Services_title__rzEhN {
    font-size: 2rem;
  }
  
  .Services_description__1uyD4 {
    font-size: 1rem;
  }
} 
