/* KARETA r62l — services app core, sheets, request and confirm screens.

   Built by content cleanup, not global bundle.

   Source files are archived in /_project_docs/css_services_r62l_originals/.

   Conservative cleanup: only declarations overridden inside identical selector + identical media context were removed.

*/



/* source: css/services_app_reference.css */

.services-app-page{
  min-height:calc(100dvh - var(--nav-h, 0px));
  background:#fff;
  color:#101114;
  padding:0 0 calc(82px + env(safe-area-inset-bottom));
  font-family:Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.services-app-page *{
  box-sizing:border-box;
}

.services-app-phone{
  margin:0 auto;
  padding:16px 16px 18px;
}

.services-app-home-head{
  padding:2px 0 10px;
}

.services-app-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.services-app-logo{
  font-size:22px;
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
  color:#050505;
}

.services-app-logo span{
  color:#f5ae00;
}

.services-app-icon-btn{
  width:34px;
  height:34px;
  border:0;
  background:transparent;
  color:#1f2937;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.services-app-icon-btn svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.services-app-home-head h1{
  margin:0;
  font-size:21px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  color:#101114;
}

.services-app-search{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) 40px;
  align-items:center;
  gap:0;
  height:38px;
  margin:10px 0 18px;
}

.services-app-search--wide{
  grid-template-columns:26px minmax(0,1fr);
  margin:12px 0 16px;
  height:38px;
  background:#f3f3f3;
  border-radius:8px;
  padding:0 10px;
}

.services-app-search > span{
  height:38px;
  border-radius:8px 0 0 8px;
  background:#f3f3f3;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  color:#9ca3af;
  padding-left:10px;
}

.services-app-search svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  stroke-width:2;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.services-app-search input{
  width:100%;
  height:38px;
  border:0;
  outline:none;
  background:#f3f3f3;
  color:#111827;
  font-size:12px;
  font-weight:700;
  padding:0 10px;
  border-radius:0 8px 8px 0;
}

.services-app-search--wide > span,.services-app-search--wide input{
  background:transparent;
  border-radius:0;
  padding:0;
}

.services-app-search input::placeholder{
  color:#a1a1aa;
  opacity:1;
}

.services-app-search button{
  width:38px;
  height:38px;
  margin-left:8px;
  border:0;
  border-radius:8px;
  background:#ffb300;
  color:#101114;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(255,179,0,.24);
}

.services-app-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0 0 18px;
}

.services-app-tile{
  min-height:70px;
  border:0;
  border-radius:8px;
  background:#f3f3f3;
  color:#101114;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 4px 7px;
  cursor:pointer;
  box-shadow:none;
}

.services-app-tile:active,.services-app-list-card:active,.services-app-field:active{
  transform:translateY(1px);
}

.services-app-tile__icon,.services-app-list-icon,.services-app-selected-card span{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#101114;
  flex-shrink:0;
}

.services-app-tile__icon{
  width:28px;
  height:28px;
}

.services-app-tile svg,.services-app-list-icon svg,.services-app-selected-card svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.services-app-tile__label{
  font-size:11px;
  line-height:1.1;
  font-weight:800;
  color:#101114;
}

.services-app-empty{
  margin-top:10px;
}

.services-lite-empty.services-app-empty{
  display:none;
  margin-top:10px;
  padding:9px;
  border-radius:6px;
  background:#f7f7f7;
  color:#6b7280;
  font-size:10px;
  font-weight:700;
  text-align:center;
}

.services-app-nearby{
  margin-top:3px;
}

.services-app-section-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 0 10px;
}

.services-app-section-row b{
  font-size:13px;
  font-weight:900;
  color:#101114;
}

.services-app-section-row button{
  border:0;
  background:transparent;
  color:#101114;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}

.services-app-shop-card{
  width:100%;
  min-height:76px;
  border:1px solid #ececec;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.07);
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 26px;
  gap:10px;
  align-items:center;
  padding:9px;
  text-align:left;
  color:#101114;
  cursor:pointer;
}

.services-app-shop-photo{
  width:58px;
  height:58px;
  border-radius:9px;
  background:linear-gradient(135deg,#18181b,#52525b);
  position:relative;
  overflow:hidden;
}

.services-app-shop-photo::after{
  content:"🚘";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  filter:grayscale(1);
}

.services-app-shop-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.services-app-shop-body strong{
  font-size:13px;
  line-height:1.15;
  color:#101114;
  font-weight:900;
}

.services-app-shop-body em{
  font-size:11px;
  line-height:1.2;
  color:#101114;
  font-style:normal;
  font-weight:700;
}

.services-app-shop-body small{
  font-size:10.5px;
  line-height:1.25;
  color:#6b7280;
  font-weight:700;
}

.services-app-heart{
  font-size:22px;
  color:#111827;
  text-align:center;
}

.services-app-nav-head{
  height:38px;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 10px;
}

.services-app-nav-head button{
  width:30px;
  height:30px;
  border:0;
  background:transparent;
  color:#101114;
  font-size:28px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}

.services-app-nav-head h1{
  margin:0;
  color:#101114;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.01em;
}

.services-app-chips{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:2px 0 14px;
  scrollbar-width:none;
}

.services-app-chips::-webkit-scrollbar{
  display:none;
}

.services-app-chips button{
  flex:0 0 auto;
  border:0;
  border-radius:8px;
  background:#f0f0f0;
  color:#101114;
  font-size:11px;
  font-weight:800;
  padding:8px 14px;
  cursor:pointer;
}

.services-app-chips button.active{
  background:#ffb300;
  color:#101114;
}

.services-app-list{
  display:flex;
  flex-direction:column;
  gap:9px;
  padding-bottom:64px;
}

.services-app-list-card{
  width:100%;
  min-height:82px;
  border:1px solid #ececec;
  border-radius:10px;
  background:#fff;
  color:#101114;
  box-shadow:0 8px 24px rgba(15,23,42,.065);
  display:grid;
  grid-template-columns:50px minmax(0,1fr) 20px;
  gap:12px;
  align-items:center;
  text-align:left;
  padding:12px;
  cursor:pointer;
}

.services-app-list-icon{
  width:46px;
  height:46px;
}

.services-app-list-icon svg{
  width:32px;
  height:32px;
  stroke-width:1.65;
}

.services-app-list-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.services-app-list-body strong{
  font-size:13px;
  line-height:1.15;
  color:#101114;
  font-weight:900;
}

.services-app-list-body em{
  font-size:11.5px;
  line-height:1.32;
  color:#6b7280;
  font-style:normal;
  font-weight:700;
}

.services-app-list-body b{
  font-size:12px;
  line-height:1.2;
  color:#101114;
  font-weight:900;
}

.services-app-chevron{
  font-size:26px;
  color:#101114;
  line-height:1;
  text-align:right;
}

.services-app-bottom-cta,.services-app-submit{
  width:100%;
  height:44px;
  border:0;
  border-radius:8px;
  background:#ffb300;
  color:#101114;
  font-size:13px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(255,179,0,.24);
}

.services-app-bottom-cta{
  position:sticky;
  bottom:calc(70px + env(safe-area-inset-bottom));
  margin-top:8px;
}

.services-app-form{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.services-app-form-label{
  font-size:11px;
  font-weight:900;
  color:#101114;
  margin:7px 0 -3px;
}

.services-app-selected-card,.services-app-field{
  width:100%;
  border:1px solid #ececec;
  border-radius:9px;
  background:#fff;
  color:#101114;
  box-shadow:0 6px 18px rgba(15,23,42,.055);
  display:flex;
  align-items:center;
  text-align:left;
}

.services-app-selected-card{
  min-height:62px;
  gap:12px;
  padding:11px 13px;
}

.services-app-selected-card span{
  width:36px;
  height:36px;
}

.services-app-selected-card b{
  font-size:12.5px;
  line-height:1.2;
  font-weight:900;
  flex:1;
  min-width:0;
  color:#101114;
}

.services-app-selected-card em{
  font-style:normal;
  font-size:12px;
  font-weight:900;
  color:#101114;
  white-space:nowrap;
}

.services-app-field{
  height:38px;
  border:1px solid #eeeeee;
  padding:0 11px;
  justify-content:space-between;
  cursor:pointer;
}

.services-app-field span{
  font-size:12px;
  font-weight:700;
  color:#101114;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.services-app-field b{
  font-size:20px;
  line-height:1;
  color:#101114;
}

.services-app-textarea{
  min-height:86px;
  resize:vertical;
  border:1px solid #eeeeee;
  border-radius:9px;
  background:#fff;
  color:#101114;
  padding:12px;
  font-size:12px;
  font-weight:700;
  outline:none;
  box-shadow:0 6px 18px rgba(15,23,42,.045);
}

.services-app-textarea::placeholder{
  color:#a1a1aa;
}

.services-app-submit{
  margin-top:7px;
}

.services-app-form-note{
  text-align:center;
  color:#9ca3af;
  font-size:11px;
  font-weight:700;
  margin-top:0;
}

[data-theme="dark"] .services-app-page{
  background:#fff;
  color:#101114;
}

@media (min-width:768px){
.services-app-page{
  padding-top:20px;
}
}

@media (min-width:768px){
.services-app-phone{
  background:#fff;
}
}

@media (max-width:360px){
.services-app-phone{
  padding-left:12px;
  padding-right:12px;
}
}

@media (max-width:360px){
.services-app-grid{
  gap:8px;
}
}

@media (max-width:360px){
.services-app-tile{
  min-height:66px;
}
}

@media (max-width:360px){
.services-app-home-head h1{
  font-size:20px;
}
}

/* source: css/services_app_phone_adaptive_r38.css */

.services-app-page{
  --svc-phone-max:430px;
  --svc-pad-x:16px;
  --svc-card-radius:10px;
  --svc-gap:10px;
}

.services-app-phone{
  width:min(var(--svc-phone-max), 100%);
  max-width:var(--svc-phone-max);
  margin-inline:auto;
}

.services-app-page .services-app-phone{
  overflow-x:hidden;
}

.services-app-search input,
.services-app-textarea,
.services-app-field,
.services-app-submit,
.services-app-bottom-cta{
  min-font-size:16px;
}

@media (max-width:767px){
.services-app-page{
  --svc-phone-max:100%;
  --svc-pad-x:clamp(12px,4vw,18px);
  padding-inline:0;
  padding-bottom:calc(84px + env(safe-area-inset-bottom));
  background:#fff;
}
}

@media (max-width:767px){
.services-app-phone{
  width:100%;
  max-width:none;
  padding-left:var(--svc-pad-x);
  padding-right:var(--svc-pad-x);
  border-radius:0;
  box-shadow:none;
}
}

@media (max-width:767px){
.services-app-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(8px,2.6vw,12px);
}
}

@media (max-width:767px){
.services-app-tile{
  min-height:clamp(68px,20vw,84px);
  border-radius:12px;
}
}

@media (max-width:767px){
.services-app-list-card,
  .services-app-shop-card,
  .services-app-selected-card,
  .services-app-field,
  .services-app-textarea{
  border-radius:12px;
}
}

@media (max-width:767px){
.services-app-search,
  .services-app-search input,
  .services-app-search > span,
  .services-app-search button{
  height:42px;
}
}

@media (max-width:767px){
.services-app-search input,
  .services-app-textarea{
  font-size:16px;
}
}

@media (max-width:767px){
.services-app-submit,
  .services-app-bottom-cta{
  min-height:48px;
  height:auto;
  font-size:15px;
  border-radius:12px;
}
}

@media (max-width:374px){
.services-app-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
}

@media (max-width:374px){
.services-app-tile{
  min-height:74px;
}
}

@media (max-width:374px){
.services-app-home-head h1{
  font-size:20px;
}
}

@media (max-width:374px){
.services-app-list-card{
  grid-template-columns:44px minmax(0,1fr) 18px;
  gap:10px;
  padding:10px;
}
}

@media (max-width:374px){
.services-app-list-icon{
  width:42px;
  height:42px;
}
}

@media (min-width:768px){
.services-app-page{
  --svc-phone-max:min(720px, calc(100vw - 48px));
  --svc-pad-x:clamp(24px,4vw,34px);
  min-height:calc(100dvh - var(--nav-h,0px));
  padding:clamp(18px,3vw,34px) 0 calc(98px + env(safe-area-inset-bottom));
  background:linear-gradient(180deg,#fafafa 0%,#f2f3f5 100%);
}
}

@media (min-width:768px){
.services-app-phone{
  width:var(--svc-phone-max);
  max-width:var(--svc-phone-max);
  padding:clamp(26px,3.4vw,34px) var(--svc-pad-x) clamp(28px,3vw,36px);
  border-radius:32px;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 28px 90px rgba(15,23,42,.13);
}
}

@media (min-width:768px){
.services-app-home-head{
  padding-bottom:18px;
}
}

@media (min-width:768px){
.services-app-topline{
  margin-bottom:24px;
}
}

@media (min-width:768px){
.services-app-logo{
  font-size:28px;
}
}

@media (min-width:768px){
.services-app-icon-btn{
  width:44px;
  height:44px;
  border-radius:16px;
  background:#f5f5f5;
}
}

@media (min-width:768px){
.services-app-home-head h1{
  max-width:560px;
  font-size:clamp(28px,4vw,38px);
  line-height:1.06;
}
}

@media (min-width:768px){
.services-app-search{
  grid-template-columns:30px minmax(0,1fr) 52px;
  height:52px;
  margin:16px 0 24px;
}
}

@media (min-width:768px){
.services-app-search > span,
  .services-app-search input,
  .services-app-search button{
  height:52px;
}
}

@media (min-width:768px){
.services-app-search input{
  font-size:16px;
  padding-inline:14px;
}
}

@media (min-width:768px){
.services-app-search button{
  width:52px;
  border-radius:16px;
}
}

@media (min-width:768px){
.services-app-search > span{
  border-radius:16px 0 0 16px;
}
}

@media (min-width:768px){
.services-app-search input{
  border-radius:0 16px 16px 0;
}
}

@media (min-width:768px){
.services-app-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:26px;
}
}

@media (min-width:768px){
.services-app-tile{
  min-height:112px;
  border-radius:20px;
  gap:12px;
  padding:16px 10px;
}
}

@media (min-width:768px){
.services-app-tile__icon{
  width:42px;
  height:42px;
}
}

@media (min-width:768px){
.services-app-tile svg{
  width:36px;
  height:36px;
}
}

@media (min-width:768px){
.services-app-tile__label{
  font-size:14px;
  line-height:1.18;
}
}

@media (min-width:768px){
.services-app-section-row{
  margin-bottom:14px;
}
}

@media (min-width:768px){
.services-app-section-row b{
  font-size:18px;
}
}

@media (min-width:768px){
.services-app-section-row button{
  font-size:14px;
}
}

@media (min-width:768px){
.services-app-shop-card{
  min-height:104px;
  grid-template-columns:84px minmax(0,1fr) 34px;
  gap:16px;
  padding:14px;
  border-radius:20px;
}
}

@media (min-width:768px){
.services-app-shop-photo{
  width:84px;
  height:84px;
  border-radius:16px;
}
}

@media (min-width:768px){
.services-app-shop-body strong{
  font-size:18px;
}
}

@media (min-width:768px){
.services-app-shop-body em{
  font-size:14px;
}
}

@media (min-width:768px){
.services-app-shop-body small{
  font-size:13px;
}
}

@media (min-width:768px){
.services-app-heart{
  font-size:28px;
}
}

@media (min-width:768px){
.services-app-nav-head{
  height:52px;
  margin-bottom:18px;
  gap:16px;
}
}

@media (min-width:768px){
.services-app-nav-head button{
  width:44px;
  height:44px;
  border-radius:16px;
  background:#f5f5f5;
}
}

@media (min-width:768px){
.services-app-nav-head h1{
  font-size:26px;
}
}

@media (min-width:768px){
.services-app-chips{
  gap:10px;
  padding-bottom:20px;
}
}

@media (min-width:768px){
.services-app-chips button{
  border-radius:14px;
  font-size:14px;
  padding:11px 18px;
}
}

@media (min-width:768px){
.services-app-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  padding-bottom:90px;
}
}

@media (min-width:768px){
.services-app-list-card{
  min-height:108px;
  grid-template-columns:62px minmax(0,1fr) 24px;
  gap:14px;
  padding:16px;
  border-radius:20px;
}
}

@media (min-width:768px){
.services-app-list-icon{
  width:58px;
  height:58px;
}
}

@media (min-width:768px){
.services-app-list-icon svg{
  width:42px;
  height:42px;
}
}

@media (min-width:768px){
.services-app-list-body strong{
  font-size:16px;
}
}

@media (min-width:768px){
.services-app-list-body em{
  font-size:13px;
}
}

@media (min-width:768px){
.services-app-list-body b{
  font-size:14px;
}
}

@media (min-width:768px){
.services-app-bottom-cta,
  .services-app-submit{
  min-height:56px;
  height:auto;
  border-radius:16px;
  font-size:16px;
}
}

@media (min-width:768px){
.services-app-bottom-cta{
  bottom:calc(84px + env(safe-area-inset-bottom));
}
}

@media (min-width:768px){
.services-app-form{
  gap:12px;
}
}

@media (min-width:768px){
.services-app-form-label{
  font-size:14px;
  margin:10px 0 -4px;
}
}

@media (min-width:768px){
.services-app-selected-card{
  min-height:82px;
  border-radius:18px;
  padding:16px;
}
}

@media (min-width:768px){
.services-app-selected-card span{
  width:52px;
  height:52px;
}
}

@media (min-width:768px){
.services-app-selected-card b{
  font-size:16px;
}
}

@media (min-width:768px){
.services-app-selected-card em{
  font-size:15px;
}
}

@media (min-width:768px){
.services-app-field{
  min-height:52px;
  height:auto;
  border-radius:16px;
  padding:0 16px;
}
}

@media (min-width:768px){
.services-app-field span{
  font-size:15px;
}
}

@media (min-width:768px){
.services-app-textarea{
  min-height:132px;
  border-radius:18px;
  padding:16px;
  font-size:16px;
}
}

@media (min-width:768px){
.services-app-form-note{
  font-size:13px;
}
}

@media (min-width:1024px){
.services-app-page{
  --svc-phone-max:min(1040px, calc(100vw - 72px));
  padding-top:clamp(28px,4vh,48px);
}
}

@media (min-width:1024px){
.services-app-phone{
  display:block;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-phone{
  grid-template-areas:"head grid"
      "search grid"
      "emergency nearby";
  column-gap:34px;
  row-gap:18px;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-home-head{
  grid-area:head;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-search{
  grid-area:search;
  margin:0;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-emergency-row{
  grid-area:emergency;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-grid{
  grid-area:grid;
  margin:0;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-empty{
  grid-column:2;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-nearby{
  grid-area:nearby;
  margin-top:0;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-phone{
  max-width:min(860px, calc(100vw - 72px));
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-form-label,
  .services-app-page--request .services-app-selected-card,
  .services-app-page--request .services-app-textarea,
  .services-app-page--request .services-app-submit,
  .services-app-page--request .services-app-form-note{
  grid-column:1 / -1;
}
}

@media (min-width:1024px){
.services-app-page--confirm .services-app-phone{
  max-width:min(760px, calc(100vw - 72px));
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-page{
  padding-top:14px;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-phone{
  padding-top:22px;
  padding-bottom:24px;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-home-head h1{
  font-size:clamp(24px,3vw,32px);
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-grid{
  gap:10px;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-textarea{
  min-height:104px;
}
}

/* source: css/services_app_r2_sheets.css */

body.services-app-sheet-open{
  overflow:hidden;
}

.services-app-sheet{
  position:fixed;
  inset:0;
  z-index:11050;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease;
  color:#101114;
  font-family:Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.services-app-sheet.open{
  opacity:1;
  pointer-events:auto;
}

.services-app-sheet__backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.36);
  backdrop-filter:blur(5px);
}

.services-app-sheet__panel{
  position:relative;
  width:min(430px,100%);
  max-height:min(76dvh,640px);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border-radius:22px 22px 0 0;
  background:#fff;
  box-shadow:0 -24px 70px rgba(15,23,42,.22);
  padding:9px 14px calc(14px + env(safe-area-inset-bottom));
  transform:translateY(22px);
  transition:transform .18s ease;
}

.services-app-sheet.open .services-app-sheet__panel{
  transform:translateY(0);
}

.services-app-sheet__handle{
  width:44px;
  height:4px;
  border-radius:99px;
  background:#d4d4d8;
  margin:0 auto 12px;
}

.services-app-sheet__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:0 2px 12px;
  border-bottom:1px solid #eeeeee;
}

.services-app-sheet__head b{
  display:block;
  color:#101114;
  font-size:16px;
  line-height:1.2;
  font-weight:900;
}

.services-app-sheet__head span{
  display:block;
  margin-top:3px;
  color:#8b8f98;
  font-size:11.5px;
  line-height:1.25;
  font-weight:700;
}

.services-app-sheet__head button{
  width:32px;
  height:32px;
  border:0;
  border-radius:10px;
  background:#f3f3f3;
  color:#101114;
  font-size:22px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.services-app-sheet__options{
  display:flex;
  flex-direction:column;
  gap:8px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  padding:12px 0;
}

.services-app-sheet__options button{
  width:100%;
  border:1px solid #ececec;
  border-radius:12px;
  background:#fff;
  color:#101114;
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  text-align:left;
  box-shadow:0 6px 18px rgba(15,23,42,.045);
  cursor:pointer;
}

.services-app-sheet__options button.active{
  border-color:rgba(255,179,0,.45);
  background:rgba(255,179,0,.10);
}

.services-app-sheet__options button span{
  min-width:0;
  color:#101114;
  font-size:12.5px;
  font-weight:800;
}

.services-app-sheet__options button em{
  color:#101114;
  font-style:normal;
  font-size:20px;
  line-height:1;
}

.services-app-sheet__custom{
  display:grid;
  grid-template-columns:minmax(0,1fr) 92px;
  gap:8px;
  padding-top:10px;
  border-top:1px solid #eeeeee;
}

.services-app-sheet__custom input{
  width:100%;
  height:42px;
  border:1px solid #eeeeee;
  border-radius:12px;
  background:#f7f7f7;
  color:#101114;
  outline:none;
  padding:0 12px;
  font-size:12.5px;
  font-weight:800;
}

.services-app-sheet__custom input::placeholder{
  color:#a1a1aa;
}

.services-app-sheet__custom button{
  height:42px;
  border:0;
  border-radius:12px;
  background:#ffb300;
  color:#101114;
  font-size:12.5px;
  font-weight:900;
  cursor:pointer;
}

.services-app-field[data-svc-value] span{
  color:#101114;
}

[data-theme="dark"] .services-app-sheet,
[data-theme="dark"] .services-app-sheet__panel{
  color:#101114;
}

/* source: css/services_app_r3_confirm.css */

.services-app-page--confirm .services-app-phone{
  min-height:calc(100dvh - 82px - env(safe-area-inset-bottom));
}

.services-app-nav-head--confirm{
  margin-bottom:16px;
}

.services-app-success{
  border:1px solid #eeeeee;
  border-radius:14px;
  background:#ffffff;
  box-shadow:0 10px 28px rgba(15,23,42,.07);
  padding:22px 18px 20px;
  text-align:center;
  color:#101114;
}

.services-app-success__icon{
  width:58px;
  height:58px;
  margin:0 auto 13px;
  border-radius:20px;
  background:#ffb300;
  color:#101114;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(255,179,0,.24);
}

.services-app-success h2{
  margin:0;
  font-size:21px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.03em;
  color:#101114;
}

.services-app-success p{
  margin:9px auto 0;
  max-width:310px;
  color:#6b7280;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}

.services-app-confirm-card{
  margin-top:12px;
  border:1px solid #eeeeee;
  border-radius:14px;
  background:#ffffff;
  box-shadow:0 8px 24px rgba(15,23,42,.055);
  overflow:hidden;
}

.services-app-confirm-row{
  display:grid;
  grid-template-columns:108px minmax(0,1fr);
  gap:10px;
  padding:12px 14px;
  border-bottom:1px solid #f1f1f1;
  align-items:start;
}

.services-app-confirm-row:last-child{
  border-bottom:0;
}

.services-app-confirm-row span{
  color:#9ca3af;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
}

.services-app-confirm-row strong{
  color:#101114;
  font-size:12px;
  line-height:1.32;
  font-weight:900;
  text-align:right;
  overflow-wrap:anywhere;
}

.services-app-confirm-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  margin-top:13px;
}

.services-app-secondary{
  width:100%;
  height:42px;
  border:1px solid #eeeeee;
  border-radius:8px;
  background:#ffffff;
  color:#101114;
  font-size:13px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.services-app-secondary:active{
  transform:translateY(1px);
}

@media (max-width:360px){
.services-app-confirm-row{
  grid-template-columns:92px minmax(0,1fr);
  padding:11px 12px;
}
}

/* source: css/services_app_r39_tablet_overlap_fix.css */

.services-app-page,
.services-app-sheet{
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

.services-app-page *,
.services-app-sheet *{
  min-width:0;
}

.services-app-page strong,
.services-app-page b,
.services-app-page em,
.services-app-page small,
.services-app-page span,
.services-app-page h1,
.services-app-sheet b,
.services-app-sheet span,
.services-app-sheet em{
  overflow-wrap:anywhere;
  word-break:normal;
}

.services-app-tile,
.services-app-list-card,
.services-app-shop-card,
.services-app-selected-card,
.services-app-field,
.services-app-confirm-row,
.services-app-sheet__options button{
  min-width:0;
}

.services-app-tile__label,
.services-app-list-body,
.services-app-shop-body,
.services-app-selected-card b,
.services-app-field span,
.services-app-confirm-row strong,
.services-app-sheet__options button span{
  min-width:0;
  max-width:100%;
}

@media (max-width:767px){
.services-app-home-head h1,
  .services-app-nav-head h1{
  overflow-wrap:anywhere;
}
}

@media (max-width:767px){
.services-app-tile__label{
  white-space:normal;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
}

@media (max-width:767px){
.services-app-list-body strong,
  .services-app-list-body em,
  .services-app-list-body b,
  .services-app-shop-body strong,
  .services-app-shop-body em,
  .services-app-shop-body small{
  white-space:normal;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-home-head h1{
  max-width:none;
  overflow-wrap:anywhere;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-grid{
  align-items:stretch;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-tile{
  height:auto;
  display:grid;
  grid-template-rows:auto minmax(34px,auto);
  justify-items:center;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-tile__label{
  width:100%;
  min-height:34px;
  text-align:center;
  white-space:normal;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-emergency-row{
  align-items:stretch;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-emergency-row button,
  .services-app-emergency-row .services-app-emergency,
  .services-app-emergency-row > *{
  min-width:0;
  white-space:normal;
  height:auto;
  min-height:48px;
  line-height:1.2;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-list{
  grid-template-columns:1fr;
  padding-bottom:84px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-list-card{
  min-height:104px;
  height:auto;
  align-items:start;
  grid-template-columns:58px minmax(0,1fr) 22px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-list-body{
  gap:5px;
  align-self:center;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-list-body strong,
  .services-app-list-body em,
  .services-app-list-body b{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-shop-card{
  height:auto;
  min-height:104px;
  align-items:start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-shop-body{
  align-self:center;
  gap:5px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-shop-body strong,
  .services-app-shop-body em,
  .services-app-shop-body small{
  white-space:normal;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-nav-head{
  height:auto;
  min-height:52px;
  align-items:flex-start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-nav-head h1{
  white-space:normal;
  line-height:1.18;
  padding-top:8px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-chips{
  flex-wrap:wrap;
  overflow:visible;
  padding-bottom:18px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-chips button{
  white-space:normal;
  line-height:1.2;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-selected-card{
  height:auto;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-selected-card b,
  .services-app-selected-card em{
  white-space:normal;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-field{
  gap:12px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-field span{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  line-height:1.3;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-confirm-row{
  align-items:start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-confirm-row strong{
  text-align:left;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-phone{
  overflow:visible;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-home-head,
  .services-app-page--home .services-app-search,
  .services-app-page--home .services-app-emergency-row,
  .services-app-page--home .services-app-grid,
  .services-app-page--home .services-app-nearby{
  min-width:0;
}
}

@media (min-width:1024px){
.services-app-home-head h1{
  max-width:100%;
  overflow-wrap:anywhere;
}
}

@media (min-width:1024px){
.services-app-grid{
  align-items:stretch;
}
}

@media (min-width:1024px){
.services-app-tile{
  height:auto;
  display:grid;
  grid-template-rows:auto minmax(40px,auto);
  align-content:center;
}
}

@media (min-width:1024px){
.services-app-tile__label{
  width:100%;
  white-space:normal;
  text-align:center;
}
}

@media (min-width:1024px){
.services-app-list-card{
  height:auto;
  min-height:112px;
  align-items:start;
}
}

@media (min-width:1024px){
.services-app-list-body{
  align-self:center;
  gap:5px;
}
}

@media (min-width:1024px){
.services-app-list-body strong,
  .services-app-list-body em,
  .services-app-list-body b{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-form{
  align-items:stretch;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-form-label,
  .services-app-page--request .services-app-selected-card,
  .services-app-page--request .services-app-textarea,
  .services-app-page--request .services-app-submit,
  .services-app-page--request .services-app-form-note{
  min-width:0;
}
}

@media (min-width:1024px){
.services-app-selected-card{
  height:auto;
  min-height:88px;
}
}

@media (min-width:1024px){
.services-app-selected-card b,
  .services-app-selected-card em{
  white-space:normal;
}
}

@media (min-width:1024px){
.services-app-field{
  height:auto;
  min-height:56px;
  align-items:flex-start;
  padding-top:12px;
  padding-bottom:12px;
}
}

@media (min-width:1024px){
.services-app-field span{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
}

@media (min-width:1024px){
.services-app-confirm-row strong{
  text-align:left;
}
}

@media (min-width:768px){
.services-app-sheet{
  align-items:center;
  padding:24px;
}
}

@media (min-width:768px){
.services-app-sheet__panel{
  width:min(720px, calc(100vw - 48px));
  max-height:min(82dvh,760px);
  border-radius:28px;
  padding:12px 20px 20px;
}
}

@media (min-width:768px){
.services-app-sheet__head{
  align-items:flex-start;
}
}

@media (min-width:768px){
.services-app-sheet__head b{
  font-size:20px;
  line-height:1.18;
}
}

@media (min-width:768px){
.services-app-sheet__head span{
  font-size:13px;
  line-height:1.35;
}
}

@media (min-width:768px){
.services-app-sheet__options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
}

@media (min-width:768px){
.services-app-sheet__options button{
  min-height:56px;
  height:auto;
  align-items:flex-start;
  padding:12px 14px;
}
}

@media (min-width:768px){
.services-app-sheet__options button span{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  font-size:14px;
  line-height:1.3;
}
}

@media (min-width:768px){
.services-app-sheet__options button em{
  flex:0 0 auto;
}
}

@media (min-width:768px){
.services-app-sheet__custom{
  grid-template-columns:minmax(0,1fr) 128px;
}
}

@media (min-width:768px){
.services-app-sheet__custom input,
  .services-app-sheet__custom button{
  height:auto;
  min-height:48px;
  font-size:14px;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-phone{
  overflow:visible;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-tile{
  min-height:96px;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-tile__label{
  -webkit-line-clamp:2;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-list-card{
  min-height:92px;
}
}

@media (min-width:768px) and (max-height:820px){
.services-app-sheet__panel{
  max-height:88dvh;
}
}

/* source: css/services_app_r40_sheets_modal_fix.css */

.services-app-page,
.services-app-sheet{
  --svc-safe-bottom:calc(82px + env(safe-area-inset-bottom));
}

.services-app-page *,
.services-app-sheet *{
  box-sizing:border-box;
}

.services-app-page :where(h1,b,strong,em,small,span,button,input,textarea),
.services-app-sheet :where(b,strong,em,span,button,input){
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}

.services-app-phone{
  isolation:isolate;
}

.services-app-nav-head,
.services-app-topline,
.services-app-section-row{
  min-width:0;
}

.services-app-nav-head h1,
.services-app-home-head h1{
  max-width:100%;
  white-space:normal;
}

.services-app-search,
.services-app-emergency-row,
.services-app-grid,
.services-app-list,
.services-app-form,
.services-app-confirm-card,
.services-app-confirm-actions{
  min-width:0;
}

.services-app-tile,
.services-app-list-card,
.services-app-shop-card,
.services-app-selected-card,
.services-app-field,
.services-app-confirm-row{
  overflow:visible;
}

.services-app-list-body,
.services-app-shop-body,
.services-app-selected-card b,
.services-app-field span,
.services-app-confirm-row strong{
  min-width:0;
  max-width:100%;
}

.services-app-field span,
.services-app-selected-card b,
.services-app-selected-card em,
.services-app-confirm-row strong{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}

.services-app-selected-card em{
  flex:0 1 auto;
  text-align:right;
}

.services-app-textarea{
  width:100%;
  max-width:100%;
  line-height:1.45;
}

.services-app-submit,
.services-app-bottom-cta,
.services-app-secondary{
  min-height:44px;
  height:auto;
  line-height:1.18;
  padding-top:12px;
  padding-bottom:12px;
  white-space:normal;
  text-align:center;
}

@media (max-width:380px){
.services-app-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
}

@media (max-width:380px){
.services-app-emergency-row{
  grid-template-columns:1fr;
}
}

@media (max-width:380px){
.services-app-selected-card{
  gap:10px;
}
}

@media (max-width:380px){
.services-app-confirm-row{
  grid-template-columns:1fr;
  gap:4px;
}
}

@media (max-width:380px){
.services-app-sheet__custom{
  grid-template-columns:1fr;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-selected-card{
  min-height:74px;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-field{
  min-height:48px;
  height:auto;
  padding-top:10px;
  padding-bottom:10px;
  align-items:flex-start;
}
}

.services-app-sheet{
  padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
}

.services-app-sheet__panel{
  min-width:0;
  max-width:100%;
}

.services-app-sheet__head{
  min-width:0;
}

.services-app-sheet__head > div{
  min-width:0;
  flex:1 1 auto;
}

.services-app-sheet__head b,
.services-app-sheet__head span{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}

.services-app-sheet__head button{
  flex:0 0 auto;
}

.services-app-sheet__options{
  min-height:0;
  overscroll-behavior:contain;
}

.services-app-sheet__options button{
  height:auto;
  min-height:48px;
  align-items:flex-start;
  white-space:normal;
}

.services-app-sheet__options button span{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  line-height:1.32;
}

.services-app-sheet__options button em{
  flex:0 0 auto;
}

.services-app-sheet__custom{
  min-width:0;
}

.services-app-sheet__custom input,
.services-app-sheet__custom button{
  min-width:0;
  height:auto;
  min-height:44px;
  white-space:normal;
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page{
  padding-left:24px;
  padding-right:24px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-emergency-row button{
  min-height:56px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--request .services-app-nav-head{
  align-items:flex-start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-field{
  height:auto;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--confirm .services-app-phone{
  width:min(100%, 760px);
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-confirm-row{
  grid-template-columns:minmax(150px,.32fr) minmax(0,1fr);
  gap:18px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-sheet{
  padding:28px;
}
}

@media (min-width:1024px){
.services-app-page{
  padding-left:32px;
  padding-right:32px;
}
}

@media (min-width:1024px){
.services-app-tile{
  border-radius:16px;
}
}

@media (min-width:1024px){
.services-app-tile__icon{
  width:42px;
  height:42px;
}
}

@media (min-width:1024px){
.services-app-tile svg{
  width:36px;
  height:36px;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-form{
  column-gap:14px;
  row-gap:10px;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-form-label{
  margin-bottom:-2px;
}
}

@media (min-width:1024px){
.services-app-page--confirm .services-app-phone{
  width:min(100%, 860px);
}
}

@media (min-width:1024px){
.services-app-confirm-card{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
}

@media (min-width:1024px){
.services-app-confirm-row{
  min-height:62px;
  grid-template-columns:1fr;
  gap:5px;
  padding:12px 14px;
  border:1px solid #ececec;
  border-radius:14px;
  background:#fff;
}
}

@media (min-width:1024px){
.services-app-sheet{
  align-items:center;
  padding:36px;
}
}

@media (min-width:1024px){
.services-app-sheet__panel{
  border-radius:30px;
}
}

@media (min-width:1024px){
.services-app-sheet__options{
  gap:12px;
}
}

@media (min-width:1024px){
.services-app-sheet__custom{
  grid-template-columns:minmax(0,1fr) 150px;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-page--request .services-app-phone{
  align-items:start;
}
}

/* source: css/services_app_r41_width_overlap_final.css */

.services-app-page,
.services-app-sheet{
  --svc-r41-line:1.28;
  --svc-r41-card-gap:12px;
}

.services-app-page :where(h1,h2,h3,p,b,strong,em,small,span,button,label,input,textarea),
.services-app-sheet :where(h1,h2,h3,p,b,strong,em,small,span,button,label,input,textarea){
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
  text-wrap:pretty;
}

.services-app-page :where(.services-app-tile,.services-app-list-card,.services-app-shop-card,.services-app-selected-card,.services-app-field,.services-app-confirm-row),
.services-app-sheet :where(.services-app-sheet__panel,.services-app-sheet__options,.services-app-sheet__options button,.services-app-sheet__custom){
  min-width:0;
  max-width:100%;
}

.services-app-tile,
.services-app-list-card,
.services-app-shop-card,
.services-app-selected-card,
.services-app-field,
.services-app-confirm-row,
.services-app-sheet__options button{
  height:auto !important;
  overflow:visible !important;
}

.services-app-tile__label,
.services-app-list-body strong,
.services-app-list-body em,
.services-app-list-body b,
.services-app-shop-body strong,
.services-app-shop-body em,
.services-app-shop-body small,
.services-app-selected-card b,
.services-app-selected-card em,
.services-app-field span,
.services-app-confirm-row strong,
.services-app-sheet__options button span{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:var(--svc-r41-line);
}

.services-app-list-body,
.services-app-shop-body{
  min-width:0;
  max-width:100%;
}

.services-app-search input,
.services-app-textarea,
.services-app-sheet__custom input{
  min-width:0;
  width:100%;
}

.services-app-bottom-cta,
.services-app-submit,
.services-app-secondary,
.services-app-sheet__custom button{
  min-height:48px;
  height:auto !important;
  white-space:normal;
  line-height:1.2;
}

@media (max-width:380px){
.services-app-page{
  padding-left:10px;
  padding-right:10px;
}
}

@media (max-width:380px){
.services-app-phone{
  width:100%;
  max-width:100%;
  padding-left:12px;
  padding-right:12px;
}
}

@media (max-width:380px){
.services-app-topline,
  .services-app-nav-head,
  .services-app-section-row{
  gap:8px;
}
}

@media (max-width:380px){
.services-app-home-head h1,
  .services-app-nav-head h1{
  font-size:clamp(19px,6vw,23px);
  line-height:1.12;
}
}

@media (max-width:380px){
.services-app-grid,
  .services-app-page--home .services-app-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:9px;
}
}

@media (max-width:380px){
.services-app-tile{
  min-height:84px !important;
  padding:10px 8px;
  gap:8px;
}
}

@media (max-width:380px){
.services-app-tile__label{
  font-size:11.5px;
  line-height:1.18;
}
}

@media (max-width:380px){
.services-app-list-card,
  .services-app-shop-card{
  grid-template-columns:44px minmax(0,1fr) 18px !important;
  gap:10px;
  padding:10px;
}
}

@media (max-width:380px){
.services-app-list-icon,
  .services-app-shop-photo{
  width:44px;
  height:44px;
}
}

@media (max-width:380px){
.services-app-selected-card{
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr);
  align-items:start;
}
}

@media (max-width:380px){
.services-app-selected-card em{
  grid-column:2;
  text-align:left;
}
}

@media (max-width:380px){
.services-app-field{
  align-items:flex-start;
  gap:10px;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-page{
  padding-left:14px;
  padding-right:14px;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-phone{
  width:min(100%, 480px);
  max-width:480px;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-grid{
  gap:10px;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-tile{
  min-height:92px !important;
  padding:12px 9px;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-tile__label{
  font-size:12px;
  line-height:1.2;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-list-card,
  .services-app-shop-card{
  min-height:92px !important;
}
}

@media (min-width:381px) and (max-width:767px){
.services-app-field,
  .services-app-selected-card{
  min-height:54px !important;
  align-items:flex-start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page{
  padding:24px clamp(22px,4vw,38px) calc(92px + env(safe-area-inset-bottom));
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-phone{
  width:min(100%, 900px) !important;
  max-width:900px !important;
  padding:clamp(24px,3vw,34px) !important;
  border-radius:30px;
  overflow:visible;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--home .services-app-phone{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr);
  gap:24px;
  align-items:start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--home .services-app-home-head,
  .services-app-page--home .services-app-search,
  .services-app-page--home .services-app-emergency-row,
  .services-app-page--home .services-app-nearby{
  grid-column:1;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--home .services-app-grid{
  grid-column:2;
  grid-row:1 / span 5;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px;
  align-content:start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-home-head h1{
  font-size:clamp(30px,4vw,40px);
  line-height:1.08;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-search{
  min-height:58px;
  height:auto;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-emergency-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-emergency-row > *,
  .services-app-emergency-row button{
  min-height:58px;
  height:auto;
  white-space:normal;
  line-height:1.2;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-tile{
  min-height:130px !important;
  padding:16px 12px;
  gap:12px;
  align-content:center;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-tile__icon{
  width:42px;
  height:42px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-tile svg{
  width:36px;
  height:36px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-tile__label{
  font-size:15px;
  line-height:1.22;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--category .services-app-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px;
  padding-bottom:96px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-list-card,
  .services-app-shop-card{
  min-height:116px !important;
  padding:16px;
  align-items:flex-start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-list-body,
  .services-app-shop-body{
  align-self:center;
  gap:6px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--request .services-app-phone{
  display:grid;
  grid-template-columns:minmax(270px,.78fr) minmax(360px,1.22fr);
  gap:24px;
  align-items:start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--request .services-app-nav-head,
  .services-app-page--request .services-app-selected-card,
  .services-app-page--request .services-app-form-note{
  grid-column:1;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-page--request .services-app-form{
  grid-column:2;
  grid-row:1 / span 5;
  gap:12px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-selected-card{
  min-height:86px !important;
  align-items:flex-start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-field{
  min-height:58px !important;
  padding-top:12px;
  padding-bottom:12px;
  align-items:flex-start;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-textarea{
  min-height:132px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-sheet__panel{
  width:min(820px, calc(100vw - 48px)) !important;
  max-height:min(88dvh, 780px);
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-sheet__options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
}

@media (min-width:768px) and (max-width:1023px){
.services-app-sheet__options button{
  min-height:58px;
  padding:12px 14px;
}
}

@media (min-width:1024px){
.services-app-page{
  padding:32px clamp(28px,4vw,58px) calc(96px + env(safe-area-inset-bottom));
}
}

@media (min-width:1024px){
.services-app-phone{
  width:min(100%, 1160px) !important;
  max-width:1160px !important;
  padding:34px !important;
  border-radius:34px;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-phone{
  display:grid;
  grid-template-columns:minmax(330px,.42fr) minmax(560px,.58fr);
  gap:32px;
  align-items:start;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-home-head,
  .services-app-page--home .services-app-search,
  .services-app-page--home .services-app-emergency-row,
  .services-app-page--home .services-app-nearby{
  grid-column:1;
}
}

@media (min-width:1024px){
.services-app-page--home .services-app-grid{
  grid-column:2;
  grid-row:1 / span 5;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px;
  align-content:start;
}
}

@media (min-width:1024px){
.services-app-home-head h1{
  font-size:clamp(38px,3.8vw,52px);
  line-height:1.05;
}
}

@media (min-width:1024px){
.services-app-tile{
  min-height:138px !important;
  padding:18px 14px;
  gap:12px;
}
}

@media (min-width:1024px){
.services-app-tile__label{
  font-size:15.5px;
  line-height:1.22;
}
}

@media (min-width:1024px){
.services-app-page--category .services-app-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
}

@media (min-width:1024px){
.services-app-list-card,
  .services-app-shop-card{
  min-height:120px !important;
  padding:18px;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-phone{
  display:grid;
  grid-template-columns:minmax(330px,.38fr) minmax(0,.62fr);
  gap:34px;
  align-items:start;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-nav-head,
  .services-app-page--request .services-app-selected-card,
  .services-app-page--request .services-app-form-note{
  grid-column:1;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-form{
  grid-column:2;
  grid-row:1 / span 5;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}
}

@media (min-width:1024px){
.services-app-page--request .services-app-textarea,
  .services-app-page--request .services-app-submit,
  .services-app-page--request .services-app-form-note{
  grid-column:1 / -1;
}
}

@media (min-width:1024px){
.services-app-sheet__panel{
  width:min(940px, calc(100vw - 72px)) !important;
  max-height:min(88dvh, 820px);
}
}

@media (min-width:1024px){
.services-app-sheet__options{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
}

@media (min-width:1024px){
.services-app-sheet__options button{
  min-height:62px;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-page{
  padding-top:12px;
  padding-bottom:84px;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-phone{
  padding-top:20px !important;
  padding-bottom:20px !important;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-home-head h1{
  font-size:clamp(28px,3vw,38px);
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-tile{
  min-height:112px !important;
  padding-top:12px;
  padding-bottom:12px;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-list-card,
  .services-app-shop-card{
  min-height:102px !important;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-sheet__panel{
  max-height:92dvh;
}
}

@media (min-width:768px) and (max-height:760px){
.services-app-sheet__options{
  max-height:calc(92dvh - 180px);
  overflow:auto;
}
}
