.page-container.page-title-container,
.page-head,
.page-container.page-header {
  display: none;
}
.sticky-header .header {
  z-index: 11;
}

.support .services-on-map__title,
.support .services-link {
  background-color: transparent;
}

.js-hide {
  display: none !important;
}

@media (min-width: 1150.98px) {
  .services-on-map-content {
    grid-template-columns: 446px 816px;
  }
  .support .services-link {
    font-size: 23px;
  }
}

.services-on-map-select li {
  background-color: #f9f7f7;
  color: #050505;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.02px;
  padding: 9px 19px 10px;
}

.services-on-map-select li:hover,
.services-on-map-select li.selected {
  background-color: #f9f7f7;
  color: #050505;
}
.services-on-map-container {
  position: relative;
}
.services-on-map-map {
  width: 100%;
  height: 400px;
  background: center no-repeat;
  background-size: cover;
}
.services-on-map-map--ya.js-hide {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.services-on-map-map--empty {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #666;
  font-size: 17px;
  background: #eee;
  align-items: center;
  justify-content: center;
}

.jq-selectbox__dropdown ul {
  max-height: 260px;
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 56px;
}
.service-center-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.service-center-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #050505;
  font-family: WixMadeforDisplay;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.service-center-card__name {
  color: #050505;
  font-family: WixMadeforDisplay;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}

.callback-form .form-control:not(:placeholder-shown) + span {
  display: none;
}

.callback-form .form-checkbox {
  position: relative;
}
.callback-form .form-checkbox input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.callback-form-result {
  padding: 20px;
  min-height: 150px;
  font-size: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
