.thehands-contacts-location {
  background: var(--color-dark);
}
.thehands-contacts-location .wrap {
  position: relative;
  width: 1456px;
  max-width: 100%;
  margin: 0 auto;
}
.thehands-contacts-location .wrap .top-row {
  margin-bottom: clamp(22 / 10 * 1rem, 50px - (28) * (100vw - 375px) / 905, 50 / 10 * 1rem);
}
.thehands-contacts-location .wrap .top-row .label {
  font-size: clamp(11 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 11px, 14 / 10 * 1rem);
  line-height: 150%;
  font-weight: 400;
  font-family: var(--font-boldonse);
}
.thehands-contacts-location .wrap .top-row .schedule {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}
.thehands-contacts-location .wrap .top-row .schedule span {
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
}
.thehands-contacts-location .wrap .top-row .schedule span strong {
  font-weight: 600;
}
.thehands-contacts-location .wrap .contacts-select {
  position: absolute;
  top: 8.7rem;
  right: 0;
  z-index: 1;
}
.thehands-contacts-location .wrap .contacts-select .contacts-select-label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 7px;
}
.thehands-contacts-location .wrap .contacts-select .contacts-select-label span {
  font-weight: 700;
  font-size: clamp(11 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 11px, 14 / 10 * 1rem);
  line-height: 150%;
}
.thehands-contacts-location .wrap .contacts-select .custom-select {
  width: 17rem;
}
.thehands-contacts-location .wrap .contacts-select .custom-select .custom-select-current {
  width: 17rem;
}
.thehands-contacts-location .wrap .contacts-select .custom-select .custom-select-dropdown {
  width: 20.6rem;
  right: 0;
  left: auto;
}
.thehands-contacts-location .wrap .contacts-accordion {
  position: relative;
}
.thehands-contacts-location .wrap .contacts-accordion .mobile-tab {
  display: none;
  font-weight: 700;
  font-size: clamp(24 / 10 * 1rem, 64 * (100vw - 375px) / 905 + 24px, 88 / 10 * 1rem);
  line-height: 120%;
  padding: 2rem 0;
  cursor: pointer;
  color: rgb(244, 244, 244);
  border-bottom: 1px solid rgb(255, 86, 0);
}
.thehands-contacts-location .wrap .contacts-accordion .mobile-tab.active {
  color: var(--color-orange);
  border-bottom: none;
}
.thehands-contacts-location .wrap .contacts-accordion .mobile-tab.active svg {
  transform: translateY(-50%) rotate(270deg);
}
.thehands-contacts-location .wrap .contacts-accordion .mobile-tab.active svg path {
  fill: var(--color-orange);
}
.thehands-contacts-location .wrap .contacts-accordion .item {
  transition: opacity 0.25s ease, visibility 0.25s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.thehands-contacts-location .wrap .contacts-accordion .item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
  border-bottom: 1px solid rgb(255, 86, 0);
}
.thehands-contacts-location .wrap .contacts-accordion .item > .row {
  --bs-gutter-x: 8rem;
}
.thehands-contacts-location .wrap .contacts-accordion .item .title {
  font-weight: 700;
  font-size: clamp(24 / 10 * 1rem, 64 * (100vw - 375px) / 905 + 24px, 88 / 10 * 1rem);
  line-height: 120%;
  padding-bottom: clamp(20 / 10 * 1rem, 44 * (100vw - 375px) / 905 + 20px, 64 / 10 * 1rem);
  margin-bottom: clamp(20 / 10 * 1rem, 44 * (100vw - 375px) / 905 + 20px, 64 / 10 * 1rem);
  border-bottom: 1.5px solid rgb(255, 86, 0);
}
.thehands-contacts-location .wrap .contacts-accordion .item .description {
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  color: rgb(244, 244, 244);
  padding-bottom: clamp(20 / 10 * 1rem, 28 * (100vw - 375px) / 905 + 20px, 48 / 10 * 1rem);
  margin-bottom: clamp(20 / 10 * 1rem, 28 * (100vw - 375px) / 905 + 20px, 48 / 10 * 1rem);
  border-bottom: 1.5px solid rgb(255, 86, 0);
}
.thehands-contacts-location .wrap .contacts-accordion .item .description ul {
  padding-left: 20px;
  list-style-type: disc;
}
.thehands-contacts-location .wrap .contacts-accordion .item .description ul li {
  margin-bottom: 8px;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-slide .background-cover {
  margin: 0 5.6rem;
  height: clamp(227 / 10 * 1rem, 49 * (100vw - 375px) / 905 + 227px, 276 / 10 * 1rem);
  width: calc(100% - 11.2rem);
  border-radius: 12px;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-slide .background-cover img {
  border-radius: 12px;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-button-prev {
  left: 0;
  width: 3.8rem;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-button-next {
  right: 0;
  width: 3.8rem;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-pagination {
  display: none;
  bottom: 0;
  top: auto;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4.5rem;
  height: 4px;
  background: rgba(244, 244, 244, 0.2);
  opacity: 1;
  margin: 0 4px;
  transition: background var(--transition, 0.2s);
  border-radius: 0;
}
.thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-orange);
}
.thehands-contacts-location .wrap .contacts-accordion .item .meta {
  margin-bottom: clamp(24 / 10 * 1rem, 26px - (2) * (100vw - 375px) / 905, 26 / 10 * 1rem);
}
.thehands-contacts-location .wrap .contacts-accordion .item .meta .address {
  display: flex;
  gap: 8px;
  align-items: center;
}
.thehands-contacts-location .wrap .contacts-accordion .item .meta .address span {
  font-weight: 600;
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
}
.thehands-contacts-location .wrap .contacts-accordion .item .meta .phone {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}
.thehands-contacts-location .wrap .contacts-accordion .item .meta .phone a {
  font-weight: 400;
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  color: var(--color-orange);
}
.thehands-contacts-location .wrap .contacts-accordion .item .map {
  border-radius: 12px;
  height: clamp(227 / 10 * 1rem, 304 * (100vw - 375px) / 905 + 227px, 531 / 10 * 1rem);
}
.thehands-contacts-location .wrap .contacts-accordion .item .map iframe {
  border-radius: 12px;
  width: 100% !important;
  height: 100% !important;
}

.contacts-popular .wrap {
  position: relative;
}
.contacts-popular .wrap > .title {
  font-weight: 700;
  font-size: clamp(28 / 10 * 1rem, 36 * (100vw - 375px) / 905 + 28px, 64 / 10 * 1rem);
  line-height: 120%;
  padding-bottom: clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
  margin-bottom: clamp(25 / 10 * 1rem, 55 * (100vw - 375px) / 905 + 25px, 80 / 10 * 1rem);
  border-bottom: 1.5px solid rgb(63, 32, 33);
}
.contacts-popular .wrap .item {
  transition: opacity 0.25s ease, visibility 0.25s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.contacts-popular .wrap .item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.contacts-popular .services-row {
  --bs-gutter-y: 7rem;
  --bs-gutter-x: 4rem;
}
.contacts-popular .services-row .service-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contacts-popular .services-row .service-item .background-cover {
  border-radius: 12px 12px 0 0;
  height: clamp(160 / 10 * 1rem, 45 * (100vw - 375px) / 905 + 160px, 205 / 10 * 1rem);
}
.contacts-popular .services-row .service-item .background-cover img {
  transition: transform var(--transition);
}
.contacts-popular .services-row .service-item .background-cover .label {
  position: absolute;
  z-index: 1;
  top: clamp(17 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 17px, 20 / 10 * 1rem);
  left: clamp(17 / 10 * 1rem, 3 * (100vw - 375px) / 905 + 17px, 20 / 10 * 1rem);
  background-color: var(--color-orange);
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 120%;
  font-family: var(--font-boldonse);
  color: rgb(255, 255, 255);
  padding: 10px 22px;
}
.contacts-popular .services-row .service-item .body {
  border-radius: 0 0 12px 12px;
  padding: clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(94 / 10 * 1rem, 59 * (100vw - 375px) / 905 + 94px, 153 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
  background-color: var(--color-dark);
  flex: 1;
  position: relative;
}
.contacts-popular .services-row .service-item .body .title {
  font-weight: 700;
  font-size: clamp(22 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 22px, 32 / 10 * 1rem);
  line-height: 120%;
}
.contacts-popular .services-row .service-item .body .clarification {
  margin-top: 4px;
  font-weight: 500;
  font-size: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  line-height: 120%;
}
.contacts-popular .services-row .service-item .body .excerpt {
  margin-top: 16px;
  font-size: clamp(14 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 14px, 18 / 10 * 1rem);
  line-height: 150%;
  color: rgb(244, 244, 244);
}
.contacts-popular .services-row .service-item .body .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem) clamp(25 / 10 * 1rem, 23 * (100vw - 375px) / 905 + 25px, 48 / 10 * 1rem);
}
.contacts-popular .services-row .service-item .body .bottom .price {
  font-weight: 700;
  font-size: clamp(22 / 10 * 1rem, 2 * (100vw - 375px) / 905 + 22px, 24 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(20 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 20px, 40 / 10 * 1rem);
}
.contacts-popular .services-row .service-item .body .bottom .links .more {
  font-family: var(--font-boldonse);
  font-size: clamp(12 / 10 * 1rem, 4 * (100vw - 375px) / 905 + 12px, 16 / 10 * 1rem);
  line-height: 120%;
}
.contacts-popular .services-row .service-item .body .bottom .links .more span {
  display: inline-block;
  position: relative;
}
.contacts-popular .services-row .service-item .body .bottom .links .more span:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
  opacity: 0;
  transition: opacity var(--transition);
}
.contacts-popular .services-row .service-item .body .bottom .links .more svg {
  margin-left: 8px;
}
.contacts-popular .services-row .service-item .body .bottom .links .more:hover span:after {
  opacity: 1;
}
.contacts-popular .services-row .service-item .body .bottom .links .theme-button {
  padding: 0 38px;
  min-width: clamp(170 / 10 * 1rem, 90 * (100vw - 375px) / 905 + 170px, 260 / 10 * 1rem);
}
.contacts-popular .services-row .service-item:hover .background-cover img {
  transform: scale(1.1);
}

@media all and (max-width: 1199px) {
  .thehands-contacts-location .wrap .contacts-accordion .item > .row {
    --bs-gutter-x: 2.4rem;
  }
}
@media all and (max-width: 991px) {
  .contacts-popular .wrap .services-row {
    --bs-gutter-y: 2.4rem;
    --bs-gutter-x: 2.4rem;
  }
  .contacts-popular .wrap .services-row .service-item .body .bottom .links .theme-button {
    padding: 0 2rem;
    min-width: 17rem;
    width: 17rem;
    font-size: 1.4rem;
  }
  .thehands-contacts-location .wrap .contacts-accordion .item .map {
    margin-bottom: 4rem;
  }
  .thehands-contacts-location .wrap .contacts-accordion .item .description {
    border: none;
  }
}
@media all and (max-width: 767px) {
  .contacts-popular .wrap .services-row {
    --bs-gutter-y: 4.5rem;
  }
  .thehands-contacts-location .wrap .contacts-accordion .mobile-tab {
    display: block;
    position: relative;
  }
  .thehands-contacts-location .wrap .contacts-accordion .mobile-tab svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform var(--transition);
  }
  .thehands-contacts-location .wrap .contacts-accordion .mobile-tab svg path {
    transition: stroke var(--transition);
  }
  .thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-slide .background-cover {
    margin: 0 0 3rem 0;
    width: 100%;
  }
  .thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-button-prev,
  .thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-button-next {
    display: none;
  }
  .thehands-contacts-location .wrap .contacts-accordion .item .contacts-swiper .swiper-pagination {
    display: block;
  }
  .thehands-contacts-location .wrap .contacts-accordion .item .meta .phone {
    justify-content: start;
    margin-top: 16px;
  }
  .thehands-contacts-location .wrap .contacts-accordion .item > .title {
    display: none;
  }
  .thehands-contacts-location .wrap .contacts-select {
    display: none;
  }
}
/*# sourceMappingURL=contacts-location.css.map */
