.our_service__section {
  padding: 40px 0 80px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .our_service__section {
    padding: 40px 0 40px;
  }
}
.our_service__section .row_title {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .our_service__section .row_title {
    margin-bottom: 0px;
  }
}
.our_service__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.our_service__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.our_service__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .our_service__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.our_service__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .our_service__section .row_title p.text {
    padding-bottom: 16px;
  }
}
.our_service__section .row_title .btn-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding-bottom: 57px;
}
@media (max-width: 767px) {
  .our_service__section .row_title .btn-row {
    flex-direction: column;
  }
}
.our_service__section .row_title .btn-row .btn-orange {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 400px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  background: #ff5f33;
  border: 1.3px solid #ff5f33;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  min-width: 184px;
}
.our_service__section .row_title .btn-row .btn-orange:hover {
  background: #0b0b0a;
  border: 1.3px solid #0b0b0a;
  transition: 500ms;
}
.our_service__section .swiper-service {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 48px;
  padding-bottom: 110px;
}
.our_service__section .swiper-service .swiper-wrapper {
  height: inherit;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide {
  background: white;
  border-radius: 16px;
  padding: 0px;
  height: auto;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide {
  position: relative;
  border: 0.3px solid #ebebea;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .img-bg {
  display: block;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .img-bg img {
  width: 100%;
  aspect-ratio: 392/528;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .content {
  position: absolute;
  bottom: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  margin: auto 8px 8px;
  border-radius: 8px;
  padding: 16px;
  width: -webkit-fill-available;
  height: auto;
  min-height: 66.4px;
  transition: 500ms;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  color: #0b0b0a;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: -0.25px;
  color: #0b0b0a;
  margin-bottom: 12px;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .content .text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2d2d2a;
}
.our_service__section .swiper-service .swiper-wrapper .swiper-slide .slide .content .btn-black {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  float: right;
  text-decoration: none;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
  border-radius: 40px;
  color: #ffffff;
  background: rgba(11, 11, 10, 0.45);
  display: inline-block;
  text-wrap-mode: nowrap;
  cursor: pointer;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
}
.our_service__section .swiper-service .swiper-pagination {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
}
.our_service__section .swiper-service .swiper-pagination .swiper-pagination-bullet {
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.our_service__section .swiper-service .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.42px;
  height: 8.42px;
  border-radius: 40px;
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.our_service__section .swiper-service .swiper-button-next,
.our_service__section .swiper-service .swiper-button-prev {
  bottom: 30px;
  top: unset;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
}



.city-tabs{
	display:flex;gap:8px;list-style:none;
    border: 0.3px solid #0000004D;
    width: 700px;
    padding: 2px;
    border-radius: 30px;
}
.city-tab{
	border:1px solid #ddd;
	background:#0B0B0A1A;
	color:#0B0B0A;
	font-size:16px;
	font-family:Manrope;
	padding:11px 14px;
	cursor:pointer;}
.city-tab.is-active{background:#8A52AC;color:white}
.tab-panel{display:block;}
.tab-panel:not(.is-active){display:none;}
.city-tabs li, .city-tabs li button{
	width:100%;
}
/* перша кнопка */
.city-tabs li:first-child button {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
}

/* остання кнопка */
.city-tabs li:last-child button {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
	border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* проміжні кнопки (щоб не було подвійних рамок) */
.city-tabs button + button {
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .our_service__section .swiper-service .swiper-button-next,
  .our_service__section .swiper-service .swiper-button-prev {
    display: none;
  }
	.city-tabs{
	width:360px;
	}
}
.our_service__section .swiper-service .swiper-button-prev {
  left: unset;
  right: 156px;
}
.our_service__section .swiper-service .swiper-button-prev:after {
  content: none;
}
.our_service__section .swiper-service .swiper-button-next {
  right: 104px;
}
.our_service__section .swiper-service .swiper-button-next:after {
  content: none;
}
.our_service__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .our_service__section .desktop {
    display: none;
  }
}
.our_service__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .our_service__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=our_service_section.css.map */