.sbp {
  width: 100%;
  height: auto;
  background: #f0f5fc;
  padding: 100px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  font-family: "Rubik";
}
.sbp * {
  font-family: "Rubik";
}
@media (max-width: 600px) {
  .sbp {
    padding: 50px 15px;
  }
}
.sbp__step {
  margin: 0 auto;
  max-width: 430px;
  padding: 10px;
}
.sbp__step_2 {
  max-width: 575px;
}
.sbp__step_3 {
  max-width: 5520px;
}
.sbp .step__title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .sbp .step__title {
    font-size: 24px;
  }
}
.sbp .step__subtitle {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .sbp .step__subtitle {
    font-size: 14px;
  }
}

.sbp-step__inner {
  max-width: 400px;
  margin: 0 auto;
}

.ui-radio-btn label {
  display: flex;
  align-items: center;
  position: relative;
  gap: 14px;
}
@media (max-width: 600px) {
  .ui-radio-btn label {
    gap: 8px;
  }
}
.ui-radio-btn .input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ui-radio-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 13px;
  border: solid 2px #3E59B9;
  position: relative;
}
.ui-radio-btn input:checked + .icon::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 6px;
  background: #3E59B9;
}
@media (max-width: 600px) {
  .ui-radio-btn .label {
    font-size: 16px;
  }
}

.sbp-step_1 .p1, .sbp-step_1 .p2 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 32px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .sbp-step_1 .p1, .sbp-step_1 .p2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.sbp-step_2 .step__title_2-on-step2 {
  text-align: center;
  width: 100%;
  margin: 10px 0;
}
.sbp-step_2 .sbp-step__kids-block {
  width: 100%;
  background: white;
  box-shadow: 0px 2px 6px 0px #DEDEDE99;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.sbp-step_2 .sbp-step__kids-block .kids-p1 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 20px;
}
.sbp-step_2 .sbp-step__kids-block .kids-p1 .blue {
  color: #3E59B9;
}
@media (max-width: 600px) {
  .sbp-step_2 .sbp-step__kids-block .kids-p1 {
    font-size: 16px;
    text-align: left;
  }
}
.sbp-step_2 .sbp-step__kids-block .ui-checkbox-row {
  align-items: center;
}
.sbp-step_2 .sbp-step__input-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
.sbp-step_2 .ui-input-row_phone .ui-input_text {
  padding: 0;
}
.sbp-step_2 #itiContainerReact {
  margin: 0;
}
.sbp-step_2 #itiContainerReact_internationPhoneInputReact {
  border: none;
  border-radius: 8px;
}
.sbp-step_2 .rui-select {
  width: 100%;
  background: white;
  padding: 15px 5px;
  border-radius: 8px;
}
.sbp-step_2 .rui-select .rui-select__active-item {
  font-size: 16px;
}
.sbp-step_2 .rui-select .select-input-item {
  position: relative;
  display: flex;
}
.sbp-step_2 .rui-select .select-input-item .label {
  flex-grow: 1;
}
.sbp-step_2 .rui-select .label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.sbp-step_2 .rui-select b {
  font-weight: 500;
}
.sbp-step_2 .time-tooltip {
  color: #878787;
  font-size: 14px;
}
.sbp-step_2 .time-tooltip_1 {
  margin: 10px 0 0;
}
.sbp-step_2 .time-tooltip p {
  margin-bottom: 0;
}
.sbp-step_2 .time-tooltip b {
  font-weight: 400;
  color: #111111;
}

.sbp-step_3 .p1 {
  text-align: center;
  font-size: 28px;
  color: #878787;
  margin-bottom: 22px;
}
@media (max-width: 600px) {
  .sbp-step_3 .p1 {
    font-size: 22px;
  }
}

.sbp-step__radio-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sbp-step__btns {
  margin-top: 25px;
  width: 100%;
  display: flex;
  gap: 10px;
}
.sbp-step__btns .ui-btn {
  flex-grow: 1;
  flex-shrink: 1;
}
.sbp-step__btns_two-btns .ui-btn {
  width: 50%;
}

.ui-popup.ui-popup_self-booking-code {
  z-index: 9999 !important;
  font-family: "Rubik", "MuseoNew", "Arial", sans-serif;
}

.sbp-code-popup {
  width: 100%;
  text-align: center;
  color: #111111;
}
.sbp-code-popup .error {
  color: red;
  text-align: center;
  margin-top: 10px;
}
.sbp-code-popup .p1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.sbp-code-popup .p2 {
  font-size: 20px;
  font-weight: 500;
  color: #3CBB5F;
  line-height: 1.2;
}
.sbp-code-popup .p3 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 32px;
  margin-bottom: 32px;
}
.sbp-code-popup .p4, .sbp-code-popup .p5, .sbp-code-popup .p6 {
  color: #878787;
}
.sbp-code-popup .pointer {
  cursor: pointer;
}
.sbp-code-popup .p4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.sbp-code-popup .p5 {
  font-size: 16px;
  margin: 0;
}
.sbp-code-popup .p6 {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0;
}
.sbp-code-popup .hr {
  margin: 15px 0 25px;
}
.sbp-code-popup .blue {
  color: #3E59B9;
}
.sbp-code-popup__body {
  width: 100%;
}
.sbp-code-popup__layout {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.sbp-code-popup__body {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbp-code-popup__content {
  background: white;
  max-width: 395px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  border-radius: 5px;
}
.sbp-code-popup__inputs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sbp-code-popup__input {
  aspect-ratio: 1/1;
  width: 48px;
  -moz-appearance: textfield;
  border: 1px solid #3E59B9;
  border-radius: 6px;
  text-align: center;
  font-size: 28px;
}
.sbp-code-popup__input.is-correct {
  color: white;
  background: #3CBB5F;
  border-color: #3CBB5F;
}
.sbp-code-popup input::-webkit-outer-spin-button,
.sbp-code-popup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sbp-slots {
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
.sbp-slots__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.sbp-slots__days {
  display: flex;
  justify-content: space-between;
  background: white;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding: 12px 19px;
  margin-bottom: 10px;
}
.sbp-slots__day-selected {
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.sbp-slots__day-selected span {
  white-space: nowrap;
  cursor: pointer;
}
.sbp-slots__day-button {
  background: transparent;
}
.sbp-slots__day-button_prev .sbp-slots__arrow-prev_blue {
  transform: rotate(180deg);
}
.sbp-slots__day-button_next .sbp-slots__arrow-next_grey {
  transform: rotate(180deg);
}
.sbp-slots__calendar-button {
  outline: none;
  background: transparent;
  transform: rotate(-90deg);
  margin-right: 10px;
}
.sbp-slots__calendar {
  position: absolute;
  width: 100%;
  top: calc(100% + 1px);
  left: 0;
  z-index: 5;
  background: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sbp-slots__calendar-day {
  border: 1px solid #DEDEDE;
  background: white;
  text-align: center;
  font-size: 15px;
  border-radius: 6px;
  padding: 5px 20px;
  display: flex;
  width: 100%;
  flex-grow: 1;
}

.sbp-slots__slot {
  border: 1px solid #DEDEDE;
  background: white;
  text-align: center;
  color: #3CBB5F;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 40px;
  flex-grow: 1;
}
.sbp-slots__slot_selected {
  background: #3CBB5F;
  color: white;
}

.ui-btn_blue-light {
  background: #CEDDFF;
  color: #3E59B9;
}

.ui-btn_blue-light, .ui-btn_blue {
  padding: 0.6em 0.25em;
  border-radius: 6px;
}

.sbr {
  background: #f0f5fc;
}
.sbr__inner {
  color: #111111;
  margin: 0 auto;
  max-width: 750px;
  padding: 70px 10px;
}
@media (max-width: 980px) {
  .sbr__inner {
    padding: 50px 10px;
  }
}
@media (max-width: 600px) {
  .sbr__inner {
    padding: 25px 10px;
  }
}
.sbr .p1, .sbr .p2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 980px) {
  .sbr .p1, .sbr .p2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .sbr .p1, .sbr .p2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.sbr .p2 {
  color: #3CBB5F;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .sbr .oass__link-info {
    font-size: 16px;
    margin-top: 30px;
  }
}
.sbr .oass__about-zoom {
  text-align: center;
}
.sbr .oass__btn-wrapper p {
  text-align: center;
}
.sbr .oass__btn-wrapper .ui-btn_green {
  color: white;
}
@media (max-width: 600px) {
  .sbr .oass__check-list {
    gap: 10px;
  }
}
.sbr .oass-check {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding: 15px 20px;
}
@media (max-width: 600px) {
  .sbr .oass-check {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .sbr .oass-check .ui-checkbox-label {
    font-size: 14px;
    padding-left: 0.5em;
    padding-top: 0;
  }
}

.sbp__wa-tg {
  width: 100%;
}

.sbp-wa-tg {
  width: 100%;
  max-width: 385px;
  margin: 30px auto 0;
}
.sbp-wa-tg .p1 {
  font-size: 16px;
  text-align: center;
}
.sbp-wa-tg .p1 a {
  color: #3CBB5F;
  text-decoration: none;
  font-weight: 500;
}
.sbp-wa-tg .p1 .red {
  font-weight: 500;
  color: #E34034;
}
.sbp-wa-tg .text-with-lines {
  margin-bottom: 40px;
}

.text-with-lines {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.text-with-lines:before, .text-with-lines:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #DEDEDE;
}
.text-with-lines .text {
  flex-shrink: 1;
  width: auto;
  color: #878787;
  font-size: 18px;
}
@media (max-width: 600px) {
  .text-with-lines .text {
    font-size: 18px;
  }
}

.wa-tg-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 600px) {
  .wa-tg-btns {
    flex-direction: column;
  }
}
.wa-tg-btns .ui-btn {
  flex-grow: 1;
}
@media (max-width: 600px) {
  .wa-tg-btns .ui-btn {
    width: 100%;
  }
}

.ui-btn_wa2, .ui-btn_tg2 {
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

.ui-btn_wa2 {
  background: linear-gradient(0deg, #3CBB5F, #3CBB5F), linear-gradient(180deg, #61FD7D -52.98%, #25CF43 100%);
}

.ui-btn_tg2 {
  background: linear-gradient(0deg, #208BD4, #208BD4), linear-gradient(211.74deg, #34B0DF -4.14%, #1E88D3 90.25%);
}

.sbp-error {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 15px;
  color: #111111;
}
.sbp-error__inner {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sbp-error .img1 {
  display: block;
}
.sbp-error .p1 {
  font-size: 34px;
  font-weight: 500;
  margin-top: 60px;
}
.sbp-error .p2 {
  color: #878787;
  font-size: 18px;
  margin-top: 7px;
  line-height: 1.35;
}
.sbp-error .p3 {
  color: #3E59B9;
  font-size: 18px;
  margin-top: 80px;
}
.sbp-error .p3 span {
  cursor: pointer;
}

.td-underline {
  text-decoration: underline;
}

.input-error-message {
  color: red;
  font-size: 14px;
  margin-top: 3px;
}

.ui-tooltip {
  position: absolute;
  top: 100%;
  left: 0px;
  border: solid 1px grey;
  border-radius: 5px;
  padding: 7px;
  font-size: 14px;
  background: white;
  z-index: 10;
  max-width: 50%;
}
.ui-tooltip:before, .ui-tooltip:after {
  content: "";
  position: absolute;
}
.ui-tooltip:before {
  --size: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 var(--size) var(--size) var(--size);
  border-color: transparent transparent grey transparent;
  transform: rotate(0deg);
  top: -10px;
  left: 5px;
}

.sbp-code-popup .local_now {
  font-size: 18px;
  color: #3E59B9;
}

.sbp-step .sbp-step__licence-agreement {
  margin-top: 25px;
}
.sbp-step .sbp-step__licence-agreement .checkout-payment-policy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sbp-step .sbp-step__licence-agreement label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.sbp-step .sbp-step__licence-agreement label a {
  color: inherit;
}
.sbp-step .sbp-step__licence-agreement .redesign-checkbox-container__checkmark {
  background-color: #3e59b9 !important;
  border-color: #3e59b9 !important;
}

/*# sourceMappingURL=self-booking.css.map */
