.g-recaptcha {padding:10px 0 0 0;}

@media only screen and (min-width: 320px) and (max-width: 479px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.recaptcha-placeholder {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 390px;
  min-height: 78px;
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background: #f9f9f9;
  box-sizing: border-box;
  user-select: none;
}

.recaptcha-checkbox {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}

.recaptcha-label {
  flex: 1;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1.1;
}

.recaptcha-brand {
  width: 74px;
  min-width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.recaptcha-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: conic-gradient(from 210deg, #4285f4 0deg 120deg, #34a853 120deg 240deg, #fbbc05 240deg 300deg, #ea4335 300deg 360deg);
  position: relative;
}

.recaptcha-logo::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f9f9f9;
}

.recaptcha-word {
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width: 479px) {
  .recaptcha-placeholder {
    gap: 10px;
    min-height: 70px;
    padding: 10px;
  }

  .recaptcha-label {
    font-size: 20px;
  }

  .recaptcha-brand {
    width: 64px;
    min-width: 64px;
  }
}

.booking-service-select {
  position: relative;
  border: 1px solid #000;
}

.booking-service-select__trigger {
  width: 100%;
  min-height: 72px;
  padding: 0 20px;
  border: 0;
  background: #f2d04f;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.booking-service-select__label {
  font-size: 37px;
  line-height: 1;
}

.booking-service-select__menu {
  display: none;
  background: #e9e9e9;
  border-top: 1px solid #d6d6d6;
  max-height: 470px;
  overflow-y: auto;
}

.booking-service-select.is-open .booking-service-select__menu {
  display: block;
}

.booking-service-select__item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  background: transparent;
  text-align: left;
  padding: 16px 24px;
  cursor: pointer;
  color: #1a1a1a;
  font-family: inherit;
}

.booking-service-select__item:hover,
.booking-service-select__item.is-selected {
  background: #e2e2e2;
}

.booking-service-select__item .drop-title {
  display: block;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.booking-service-select__item .drop-details {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.booking-service-select__item .drop-txt {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (max-width: 767px) {
  .booking-service-select__trigger {
    min-height: 56px;
    padding: 0 14px;
  }

  .booking-service-select__label {
    font-size: 24px;
  }

  .booking-service-select__item {
    padding: 14px 16px;
  }

  .booking-service-select__item .drop-title {
    font-size: 26px;
  }

  .booking-service-select__item .drop-details {
    font-size: 13px;
  }

  .booking-service-select__item .drop-txt {
    font-size: 14px;
  }
}