.service-phone-btn .field[data-v-29781102] {
  margin: 0;
}
.service-phone-btn__tel-link[data-v-29781102] {
  display: none;
  font-size: 26px;
}
@media only screen and (max-device-width: 768px) {
.service-phone-btn__tel-link[data-v-29781102] {
    display: block;
}
.service-phone-btn__phone-input[data-v-29781102] {
    display: none;
}
}.service-page__top {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
}
.service-page__img-slider {
  position: relative;
  max-width: 670px;
  width: 100%;
}
.service-page__img-slider .carousel__slide {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.service-page__img-slider img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.service-page__img {
  width: 100%;
  border-radius: 20px;
}
.service-page__img-slider-arrows {
  position: absolute;
  z-index: 5;
  width: calc(100% - 40px);
  top: calc(50% - 20px);
  left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-page__img-slider-arrows .q-btn {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}
.service-page__img-slider-arrows svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page__img-slider-arrows svg path {
  fill: #0b1221;
  transition: all 0.3s linear;
}
.service-page__img-slider-arrows .q-btn:hover {
  background-color: #ffffff;
  border-color: rgba(11, 18, 33, 0.3);
}
.service-page__img-slider-arrows .q-btn:hover svg path {
  fill: #0b1221;
}
.service-page__img-slider-thumbnails {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 0px;
}
.service-page__img-slider-thumbnails .carousel__slide {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 0.6;
  max-width: 100px;
}
.service-page__img-slider-thumbnails .carousel__slide.carousel__slide--active {
  border: 2px solid #fff;
  opacity: 1;
}
.service-page__img-slider-thumbnails img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.service-page__content {
  padding-top: 40px;
}
.service-page .q-breadcrumbs__el {
  color: #0b1221;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.service-page .q-breadcrumbs__separator {
  margin-right: 4px;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.service-page .q-breadcrumbs--last .q-breadcrumbs__el {
  color: #858790;
  text-decoration-line: none;
}
.service-page .title-s {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-page__price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.service-page__box {
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background-color: #f2f2f2;
}
.service-page__box .favorite-btn {
  padding: 20px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 15px;
  background-color: #ffffff;
}
.service-page .contractor-card__phone-btn {
  margin-top: 0px;
}
.service-page .btn-primary {
  text-wrap: nowrap;
}
.service-page__top .btn-primary {
  width: 100%;
  text-wrap: nowrap;
}
.service-page__name-box {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #ddd;
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  gap: 10px;
}
.service-page__name-box-img {
  width: 100%;
  height: 60px;
}
.service-page__name-box-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.service-page__name-box-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 5px;
}
.service-page__name-box-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.service-page__status-positive {
  color: #02888d;
}
.service-page__status-negative {
  color: #858790;
}
.service-page .contractor__rating {
  padding: 2px 10px 5px 5px;
  border-radius: 8px;
  background-color: #f2f2f2;
  align-self: start;
  line-height: 1;
}
.service-page .contractor__rating .q-icon {
  width: 13px;
  height: 13px;
}
.service-page .contractor__rating .q-rating__icon-container {
  height: 13px;
}
.service-page .contractor__rating .contractor__rating-number {
  margin-left: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.service-page .contractor__status {
  margin-bottom: 0;
  justify-content: start;
}
.service-page__description {
  margin-top: 50px;
  max-width: 670px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.service-page__description.service_page__description_full {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.service-page__description .link {
  color: #02888d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.service-page__location {
  max-width: 670px;
}
.service-page__location-text {
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: 20px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.service-page__location-text svg {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page__location-map {
  position: relative;
}
.service-page__location-map > div {
  width: 100%;
  height: 330px;
}
.service-page__location-map .ymaps3x0--map-container {
  border-radius: 20px;
}
.service-page .comment {
  padding-bottom: 40px;
  max-width: 670px;
}
.service-page .comment__rating .q-btn {
  background-color: #ffffff;
  width: 52px;
  height: 52px;
}
.service-page .comment__rating .q-btn.selected {
  background-color: #02888d;
}
.service-page .comment .field .q-field--standout .q-field__control {
  padding: 0;
}
.service-page .comment .q-checkbox {
  align-items: start;
}
.service-page .comment .q-checkbox__label {
  max-width: 300px;
}
.service-page .comment .q-btn.disabled {
  background-color: #ffffff;
}
.service-page .review {
  padding-bottom: 40px;
  max-width: 670px;
}
@media (max-width: 1200px) {
.service-page__img-slider {
    max-width: 540px;
    height: auto;
}
}
@media (max-width: 1080px) {
.service-page__top {
    flex-direction: column;
    gap: 20px;
}
.service-page__img-slider {
    max-width: 670px;
}
.service-page__content {
    width: 670px;
}
}
@media (max-width: 768px) {
.service-page .title-s {
    margin-top: 0px;
    margin-bottom: 10px;
}
.service-page__description,
  .service-page__location,
  .service-page .reviews {
    max-width: 100%;
}
.service-page__description {
    margin-top: 10px;
}
.service-page__content {
    padding-top: 0;
    width: 100%;
}
.service-page__img-slider-thumbnails {
    display: none;
}
.service-page .q-breadcrumbs__wrap-mobile {
    margin-top: 20px;
}
.service-page__price {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.service-page__content .title-s {
    font-weight: 600;
}
.service-page__description {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}
.service-page__name-box {
    align-items: start;
}
.service-page__name-box-right {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.service-page .comment__wrap {
    padding: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}
.service-page .comment__form .field .q-textarea {
    border-radius: 15px;
    border: 1px solid #ddd;
}
}
@media (max-width: 500px) {
.service-page .contractor-card__phone-btn svg {
    display: none;
}
.service-page__box {
    padding: 0;
    background-color: transparent;
}
.service-page__box .favorite-btn {
    background-color: #f2f2f2;
}
}