.services .q-item[data-v-83b809d3] {
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03), 0 20px 15px 0 rgba(0, 0, 0, 0.01);
}
.services .q-item:hover img[data-v-83b809d3] {
  transform: scale(1.05);
}
.services__top[data-v-83b809d3] {
  padding: 10px;
  position: relative;
  z-index: 1;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: flex-end;
}
.services__img[data-v-83b809d3] {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 30px;
  height: 100%;
}
.services__img_no-image[data-v-83b809d3] {
  border: 2px solid #efefef;
  overflow: hidden;
  border-radius: 21px;
}
.services__img img[data-v-83b809d3] {
  transition: all 0.3s linear;
}
.services__bottom[data-v-83b809d3] {
  padding: 10px 20px 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services__title[data-v-83b809d3] {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.services__info[data-v-83b809d3] {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: flex-start;
  color: #858790;
}
.services__info svg[data-v-83b809d3] {
  min-width: 18px;
  color: #858790;
}
.services .price[data-v-83b809d3] {
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.services .price_contract[data-v-83b809d3] {
  font-size: 18px;
}
.services__loading[data-v-83b809d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.favorite-btn[data-v-83b809d3] {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
}
@media (max-width: 500px) {
.services__title[data-v-83b809d3] {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
.services__info[data-v-83b809d3] {
    font-size: 15px;
    font-weight: 400;
}
.sevices__info svg[data-v-83b809d3] {
    width: 16px;
    height: 20px;
}
.services__top[data-v-83b809d3] {
    height: 220px;
}
}