.popupbooking {
  display: none;
  max-width: 740px;
  width: 100%;
  background: none;
  padding: 0;
}
.popupbooking__main-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 100px;
  background-color: #f5f5f5;
  padding: 100px 150px 74px;
}
@media (max-width: 1200px) {
  .popupbooking__main-wrap {
    border-radius: 50px;
    padding: 50px 30px;
  }
}
@media (max-width: 750px) {
  .popupbooking__main-wrap {
    border-radius: 30px;
    padding: 30px 15px;
  }
}
.popupbooking__wrap1 {
  margin-bottom: 108px;
}
@media (max-width: 1200px) {
  .popupbooking__wrap1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .popupbooking__wrap1 {
    margin-bottom: 40px;
  }
}
.popupbooking__title {
  max-width: 330px;
  width: 100%;
  margin-bottom: 53px;
}
@media (max-width: 750px) {
  .popupbooking__title {
    max-width: 240px;
    margin-bottom: 30px;
  }
}
.popupbooking__title-line1 {
  font-size: 35px;
  margin-bottom: -38px;
}
@media (max-width: 750px) {
  .popupbooking__title-line1 {
    font-size: 28px;
    margin-bottom: -20px;
  }
}
.popupbooking__title-line2 {
  text-align: right;
  color: #304a0a;
  font-family: SnellRoundhand, sans-serif;
  font-size: 98px;
}
@media (max-width: 750px) {
  .popupbooking__title-line2 {
    font-size: 60px;
  }
}
.popupbooking__form .btn4 {
  display: block;
  width: 100%;
  padding: 25.8px 10px;
  margin-top: 42px;
}
@media (max-width: 750px) {
  .popupbooking__form .btn4 {
    border-radius: 15px;
    font-size: 18px;
    padding: 20px 10px;
    margin-top: 30px;
  }
}
.popupbooking__form-step {
  display: none;
}
.popupbooking__form-step:nth-child(1) {
  display: block;
}
.popupbooking__wrap2 {
  width: 57.5%;
}
@media (max-width: 1200px) {
  .popupbooking__wrap2 {
    width: 100%;
  }
}
.popupbooking__img-wrap {
  margin-right: -114px;
}
@media (max-width: 1200px) {
  .popupbooking__img-wrap {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .popupbooking__img-wrap {
    margin: 0 -40px;
  }
}
.popupbooking__img-title {
  position: relative;
  z-index: 1;
  transform: translateX(33px);
  max-width: 450px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -116px;
}
@media (max-width: 1200px) {
  .popupbooking__img-title {
    transform: none;
    font-size: 26px;
  }
}
@media (max-width: 750px) {
  .popupbooking__img-title {
    max-width: 300px;
    font-size: 20px;
    margin-top: -70px;
  }
}
.popupbooking__steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1200px) {
  .popupbooking__steps {
    margin-bottom: 40px;
  }
}
.popupbooking__step {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  height: 54px;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  color: #c3c3c3;
  font-size: 32px;
  cursor: pointer;
  padding-top: 4px;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .popupbooking__step {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 24px;
  }
}
@media (hover) {
  .popupbooking__step:hover {
    border: 1px solid #304a0a;
    background-color: #d7dbd1;
    color: #304a0a;
  }
}
.popupbooking__step.active {
  border: 1px solid #304a0a;
  background-color: #d7dbd1;
  color: #304a0a;
}
.popupbooking__step.active + .popupbooking__step ~ .popupbooking__step {
  cursor: default;
  pointer-events: none;
}