header.header::after {
  display: none !important;
}
.firstblock {
  background: url('/wp-content/themes/goodnight/img/new/home-new-bg.webp') center no-repeat #0f0f0f;
  background-size: cover;
  min-height: 1260px;
  box-sizing: border-box;
  padding-top: 130px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.firstblock::after,
.firstblock::before {
  content: '';
  position: absolute;
  z-index: -1;
}
.firstblock::before {
  background: url('/wp-content/themes/goodnight/img/new/home-before.webp') center no-repeat;
  background-size: cover;
  width: 240px;
  height: 350px;
  top: 0;
  left: 0;
}
.firstblock::after {
  background: url('/wp-content/themes/goodnight/img/new/home-after.webp') center no-repeat;
  background-size: cover;
  width: 210px;
  height: 335px;
  top: 65px;
  right: 0;
}
.firstblock__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.firstblock__subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 11px 12px 7px 12px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 22px;
}
.firstblock__subtitle h1 {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.firstblock__title {
}
.firstblock__title p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 99px;
  line-height: 80%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.firstblock__title p b {
  font-size: 75px;
  line-height: 90%;
  color: #61bfd3;
  text-shadow: 0 0 47px 0 rgba(97, 191, 211, 0.4);
}
.firstblock__bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 460px;
}
.firstblock__desc {
  width: 100%;
  max-width: 470px;
}
.firstblock__desc p {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #fff;
}
.firstblock__desc p b {
  font-weight: 700;
  color: #3eb5ce;
}
.firstblock__btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.firstblock__btn a {
  border-radius: 120px;
  padding: 32px 26px;
  width: 324px;
  height: 80px;
  box-sizing: border-box;
}
.firstblock__btn a.btn__clr:not(.btn__blue) {
  box-shadow: 0 0 60px 0 rgba(251, 203, 100, 0.5);
}
a.btn__blue {
  background: linear-gradient(270deg, #61bfd3 0%, #4e99a9 100%);
}
a.btn__blue::after {
  background: linear-gradient(270deg, #4e99a9 0%, #61bfd3 100%);
}

/* Second Block */
.secondblock {
  background: linear-gradient(180deg, rgb(15 15 15 / 40%) 0%, #0f0f0f 5%, #0e0e0e 100%);
  margin-top: -120px;
  padding-bottom: 62px;
  position: relative;
  z-index: 2;
}
.secondblock__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.secondblock__content {
}
.secondblock__title {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 85px;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(131deg, #eaeaea 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secondblock__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.secondblock__cards::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 435px;
  height: 422px;
  border-radius: 100%;
  background: #519eaf;
  transform: translate(-50%, -50%);
  filter: blur(200px);
}
.secondblock__card img {
  pointer-events: none;
}
.secondblock__card:nth-child(1) {
  margin-left: 12px;
}
.secondblock__card:nth-child(2) {
  margin-left: -24px;
}
.secondblock__card:nth-child(3) {
  margin-top: -20px;
}
.secondblock__card:nth-child(4) {
  margin-top: -20px;
  margin-left: -30px;
}
.secondblock__img {
  width: 100%;
  max-width: 476px;
}
.secondblock__img img {
  width: 100%;
  max-width: 476px;
  height: auto;
  pointer-events: none;
}

/* Formblock */
.formblock {
  background: #0e0e0e;
  padding-bottom: 150px;
}
.formblock__wrapper {
  margin-top: 42px;
}
.formblock__wrapper form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.formblock__wrapper form input,
.formblock__wrapper form select,
.formblock__wrapper form button {
  height: 80px;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
}
.formblock__wrapper form select,
.formblock__wrapper form input {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  padding: 16px 32px;
}
.formblock__wrapper form input[type='date'] {
  cursor: pointer;
}
.formblock__wrapper form select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.formblock__wrapper form select::placeholder,
.formblock__wrapper form input::placeholder {
  color: rgb(0, 0, 0);
}
.formblock__wrapper form button {
  font-size: 14px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  box-shadow: 0 0 60px 0 rgba(251, 203, 100, 0.5);
}
.formblock__wrapper .agreement {
  grid-column: 1 / 5;
  max-width: 860px;
  margin: 0 auto;
}

.about-tabs__item-video {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 20px;
}
.about-tabs__item-video a::before {
  display: inline-block;
  content: '';
  width: 80px;
  height: 80px;
  background: url('/wp-content/themes/goodnight/img/new/play-icon.svg') center no-repeat;
  background-size: cover;
  border-radius: 100%;
  box-shadow: 0 0 60px 0 rgba(83, 162, 179, 0.5);
  position: relative;
  z-index: 1;
}
.about-tabs__item-video a {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  border-radius: 0;
}
.about-tabs__item-video a span {
  background: #f9f9f9;
  border-radius: 5px;
  font-family: var(--font__main);
  font-weight: 600;
  font-size: 0.88em;
  line-height: 105%;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 13px 10px 41px;
  margin-left: -30px;
  position: relative;
  z-index: -1;
}
.about-tabs__item:nth-child(1)::before {
  display: none !important;
}
.about-tabs__item-span h3 {
  max-width: 220px;
}
.about-tabs__content {
  gap: 1.25em;
}
.about-tabs__item {
}
.about-tabs__item:nth-child(2)::before {
  background: url('/wp-content/themes/goodnight/img/new/three-new-img.webp');
  width: 330px;
  height: 360px;
  background-size: cover;
  top: initial;
  bottom: 0;
}
.about-tabs__item-span {
  display: flex;
  flex-direction: column;
}
.about-tabs__item-span a {
  margin-top: auto;
}
/* New Quiz */
section.booking {
  display: none !important;
}
.newquiz {
  background: #161616;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.newquiz::before,
.newquiz::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.newquiz::before {
  left: 0;
  width: 470px;
  height: 1055px;
  background: url('/wp-content/themes/goodnight/img/new/newcase-after.webp') center no-repeat;
  background-size: cover;
}
.newquiz::after {
  right: 0;
  width: 640px;
  height: 930px;
  background: url('/wp-content/themes/goodnight/img/new/newcase-before.webp') center no-repeat;
  background-size: cover;
}
.container {
}
.newquiz__wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.newquiz__step {
  background: #f5f5f5;
  border-radius: 40px;
  border: 1px solid #60bed1;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  padding: 48px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  box-sizing: border-box;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.newquiz__step[data-step='1'] {
  background: url('/wp-content/themes/goodnight/img/new/newquiz-step1.webp') calc(100% - 60px) center no-repeat #f5f5f5;
  background-size: contain;
}
.newquiz__step[data-step='2'] {
  background: url('/wp-content/themes/goodnight/img/new/newquiz-step2.webp') right center no-repeat #f5f5f5;
  background-size: contain;
}
.newquiz__step[data-step='3'] {
  background: url('/wp-content/themes/goodnight/img/new/newquiz-step3.webp') right center no-repeat #f5f5f5;
  background-size: contain;
}
.newquiz__step[data-step='4'] {
  background: url('/wp-content/themes/goodnight/img/new/newquiz-step4.webp') right center no-repeat #f5f5f5;
  background-size: contain;
}
.newquiz__step:first-child .newquiz__prev,
.newquiz__step:last-child .newquiz__next {
  display: none !important;
}
.newquiz__step:last-child .newquiz__content {
  max-width: 620px;
}
.newquiz__step.hidden {
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.newquiz__step.visible {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}
.newquiz__statusbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
}
.newquiz__statusbar span {
  display: inline-block;
  height: 100%;
  background: #61bfd3;
}
.newquiz__title {
}
.newquiz__title p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: rgba(22, 22, 22, 0.9);
}
.newquiz__title p b,
.newquiz__title p strong,
.newquiz__title p span {
  background: linear-gradient(270deg, #fbcb64 0%, #764e00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newquiz__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: 570px;
  margin-bottom: 36px;
}
.newquiz__label {
}
.newquiz__label p {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #161616;
  opacity: 0.8;
}
.newquiz__input {
}
.newquiz__input input {
}
.newquiz__input input.error {
  border: 2px solid #fff !important;
}
.newquiz__input-quest {
}
.newquiz__input-quest p {
  font-weight: 400;
  font-size: 15px;
  line-height: 115%;
  color: #b0b0b0;
  margin-top: 1.5em;
  background: #f5f5f5;
  padding: 10px;
}
.newquiz__quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 10px;
  padding: 18px 24px;
  height: 60px;
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: #61bfd3;
  box-sizing: border-box;
}
.newquiz__quantity input {
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  width: 60px;
  height: auto;
  /* padding-left: 13px; */
  padding-top: 6px;
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
  /* pointer-events: none; */
  cursor: text;
}
.newquiz__quantity input::placeholder {
  color: #fff;
}
.newquiz__quantity button {
  border: none;
  outline: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOCcgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDggMTAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTAuNSA1Ljg2NjAzQy0wLjE2NjY2NyA1LjQ4MTEzIC0wLjE2NjY2NyA0LjUxODg3IDAuNSA0LjEzMzk3TDYuNSAwLjY2OTg3M0M3LjE2NjY3IDAuMjg0OTczIDggMC43NjYwOTggOCAxLjUzNTlMOCA4LjQ2NDFDOCA5LjIzMzkgNy4xNjY2NyA5LjcxNTAzIDYuNSA5LjMzMDEzTDAuNSA1Ljg2NjAzWicgZmlsbD0nd2hpdGUnIC8+PC9zdmc+') center no-repeat #99edff;
  background-size: 8px;
  cursor: pointer;
}
.newquiz__quantity-minus {
}
.newquiz__quantity-plus {
  transform: rotate(180deg);
}

.newquiz__footer {
  position: absolute;
  bottom: 48px;
  right: 48px;
  box-sizing: border-box;
}
.newquiz__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.newquiz__nav button {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  border: none;
  outline: none;
  padding: 19px 24px 14px 24px;
  border-radius: 10px;
  height: 53px !important;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.newquiz__nav button::after {
  /* display: none; */
  border-radius: 0 !important;
  top: -3px;
  height: calc(100% + 5px);
}
.newquiz__prev {
  background: rgba(251, 203, 100, 0.4);
  padding: 0 !important;
  width: 53px;
}
.newquiz__prev::after {
  display: none;
}
.newquiz__prev::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 19px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTcnIGhlaWdodD0nMTknIHZpZXdCb3g9JzAgMCAxNyAxOScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS41IDExLjIzMjFDMC4xNjY2NjYgMTAuNDYyMyAwLjE2NjY2NyA4LjUzNzc1IDEuNSA3Ljc2Nzk1TDEzLjUgMC44Mzk3NDdDMTQuODMzMyAwLjA2OTk0NjMgMTYuNSAxLjAzMjIgMTYuNSAyLjU3MThMMTYuNSAxNi40MjgyQzE2LjUgMTcuOTY3OCAxNC44MzMzIDE4LjkzMDEgMTMuNSAxOC4xNjAzTDEuNSAxMS4yMzIxWicgZmlsbD0nI0Y1RjVGNScgLz48L3N2Zz4=') center no-repeat;
  background-size: 17px;
}
.newquiz__prev:disabled {
}
.newquiz__next {
}
.newquiz__next:disabled {
}
.newquiz__reason {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 620px;
}
.newquiz__reason button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 18px 24px 14px 24px;
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: #61bfd3;
  position: relative;
  border: none;
  outline: none;
  opacity: 0.3;
  transition: opacity 0.12s ease-in-out;
  cursor: pointer;
}
.newquiz__reason button:hover {
  opacity: 0.6;
}
.newquiz__reason button::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBvcGFjaXR5PScwLjknPjxyZWN0IHdpZHRoPSc2LjY5NzY3JyBoZWlnaHQ9JzYuNTQ1NDUnIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggMCAxNy4zMDI3KScgZmlsbD0nd2hpdGUnIC8+PHJlY3Qgd2lkdGg9JzYuNjk3NjcnIGhlaWdodD0nNi41NDU0NScgdHJhbnNmb3JtPSdtYXRyaXgoMS4xOTI0OWUtMDggMSAxIC0xLjE5MjQ5ZS0wOCA2LjU0NTQxIDEwLjYwNDUpJyBmaWxsPSd3aGl0ZScgLz48cmVjdCB3aWR0aD0nNi42OTc2NycgaGVpZ2h0PSc2LjU0NTQ1JyB0cmFuc2Zvcm09J21hdHJpeCgxLjE5MjQ5ZS0wOCAxIDEgLTEuMTkyNDllLTA4IDEzLjA5MDggMy45MDcyMyknIGZpbGw9J3doaXRlJyAvPjxyZWN0IHdpZHRoPScxOC40MTg2JyBoZWlnaHQ9JzQuOTA5MDknIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggMTkuMDkwOCAzLjkwNzIzKScgZmlsbD0nd2hpdGUnIC8+PHJlY3Qgd2lkdGg9JzUuMDIzMjUnIGhlaWdodD0nMjEuMjcyNycgdHJhbnNmb3JtPSdtYXRyaXgoMS4xOTI0OWUtMDggMSAxIC0xLjE5MjQ5ZS0wOCAyLjcyNzI5IDApJyBmaWxsPSd3aGl0ZScgLz48L2c+PC9zdmc+') center no-repeat;
  background-size: cover;
  position: relative;
  bottom: 4px;
}
.newquiz__reason button.active {
  opacity: 1;
}
.newquiz__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
}
.newquiz__form input {
  display: flex;
  align-items: center;
  border: 3px solid #efefef;
  border-radius: 100px;
  width: 100%;
  height: 70px;
  padding: 14px 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.9);
  transition: color 0.1s ease-in-out;
  box-sizing: border-box;
}
.newquiz__form input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.newquiz__form button {
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 15px;
  line-height: 171%;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
}
.newquiz__form .agreement {
  margin-top: 12px;
}
.newquiz__form .agreement input {
  display: none !important;
}
.agreement input {
  display: none !important;
  height: 1px !important;
}
.newquiz__form .agreement label p,
.newquiz__form .agreement label p a {
  color: rgba(0, 0, 0, 0.9);
}
.newquiz__form .agreement label::before {
  border-color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
.newquiz__content .newquiz__input .eventdate {
  display: flex;
}
.newquiz__content .air-datepicker.-inline- {
  border-radius: 14px;
}
.newquiz__content .newquiz__input #eventdate {
  font-family: var(--font__bn);
  border-radius: 10px;
  padding: 20px 44px 18px 0;
  width: 230px;
  height: 60px;
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB4PScyJyB5PSczJyB3aWR0aD0nMjAnIGhlaWdodD0nMTknIHJ4PSczJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInIC8+PHBhdGggZD0nTTcgMVYzJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgLz48cGF0aCBkPSdNMTcgMVYzJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgLz48cGF0aCBkPSdNMiA4SDIyJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgLz48cGF0aCBkPSdNNi41IDEzSDcuNScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIC8+PHBhdGggZD0nTTExLjUgMTNIMTIuNScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIC8+PHBhdGggZD0nTTE2LjUgMTNIMTcuNScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIC8+PHBhdGggZD0nTTYuNSAxN0g3LjUnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyAvPjxwYXRoIGQ9J00xMS41IDE3SDEyLjUnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyAvPjxwYXRoIGQ9J00xNi41IDE3SDE3LjUnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyAvPjwvc3ZnPg==') calc(100% - 24px) center no-repeat #61bfd3;
  background-size: 24px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.newquiz__content .newquiz__input #eventdate::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* New Scenarios */
.newscenarios {
  position: relative;
  z-index: 1;
}
.newscenarios__wrapper {
  border: 1px solid #60bed1;
  border-radius: 40px;
  padding: 36px;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  background: #161616;
  box-sizing: border-box;
}
.newscenarios__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}
.newscenarios__title {
}
.newscenarios__title h2 {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 85px;
  text-transform: uppercase;
  color: #fff;
}
.newscenarios__desc {
  width: 100%;
  max-width: 370px;
}
.newscenarios__desc p {
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.newscenarios__desc p b,
.newscenarios__desc p strong {
  font-weight: 600;
  color: #5cb4c6;
}
.newscenarios__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.newscenarios__nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  padding: 15px 24px 10px 24px;
  height: 60px;
  background: rgba(97, 191, 211, 0.3);
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.newscenarios__nav button::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBvcGFjaXR5PScwLjknPjxyZWN0IHdpZHRoPSc2LjY5NzY3JyBoZWlnaHQ9JzYuNTQ1NDUnIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggMCAxNy4zMDI3KScgZmlsbD0nd2hpdGUnIC8+PHJlY3Qgd2lkdGg9JzYuNjk3NjcnIGhlaWdodD0nNi41NDU0NScgdHJhbnNmb3JtPSdtYXRyaXgoMS4xOTI0OWUtMDggMSAxIC0xLjE5MjQ5ZS0wOCA2LjU0NTQxIDEwLjYwNDUpJyBmaWxsPSd3aGl0ZScgLz48cmVjdCB3aWR0aD0nNi42OTc2NycgaGVpZ2h0PSc2LjU0NTQ1JyB0cmFuc2Zvcm09J21hdHJpeCgxLjE5MjQ5ZS0wOCAxIDEgLTEuMTkyNDllLTA4IDEzLjA5MDggMy45MDcyMyknIGZpbGw9J3doaXRlJyAvPjxyZWN0IHdpZHRoPScxOC40MTg2JyBoZWlnaHQ9JzQuOTA5MDknIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggMTkuMDkwOCAzLjkwNzIzKScgZmlsbD0nd2hpdGUnIC8+PHJlY3Qgd2lkdGg9JzUuMDIzMjUnIGhlaWdodD0nMjEuMjcyNycgdHJhbnNmb3JtPSdtYXRyaXgoMS4xOTI0OWUtMDggMSAxIC0xLjE5MjQ5ZS0wOCAyLjcyNzI5IDApJyBmaWxsPSd3aGl0ZScgLz48L2c+PC9zdmc+') center no-repeat;
  background-size: cover;
  position: relative;
  bottom: 4px;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.newscenarios__nav button:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(97, 191, 211, 0.5);
}
.newscenarios__nav button:hover::after {
  opacity: 0.6;
}
.newscenarios__nav button.active {
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: #61bfd3;
  color: #fff;
}
.newscenarios__nav button.active::after {
  opacity: 1;
}
.newscenarios__cards {
  position: relative;
  z-index: 1;
}
.newscenarios__card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.newscenarios__card.visible {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  position: relative;
}
.newscenarios__card.hidden {
  opacity: 0;
  transform: translateY(20px);
  height: 0;
  overflow: hidden;
  position: absolute;
}
.newscenarios__info {
  border-radius: 20px;
  padding: 40px 44px;
  background: #61bfd3;
  min-height: 350px;
  width: 100%;
  max-width: 640px;
  box-sizing: border-box;
  position: relative;
}
.newscenarios__info::before,
.newscenarios__info::after {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  height: 40px;
  pointer-events: none;
  left: 20px;
}
.newscenarios__info::before {
  top: 20px;
  background: url('/wp-content/themes/goodnight/img/new/top-radius.svg') center no-repeat;
  background-size: contain;
}
.newscenarios__info::after {
  bottom: 20px;
  background: url('/wp-content/themes/goodnight/img/new/bottom-radius.svg') center no-repeat;
  background-size: contain;
}
.newscenarios__name {
  margin-bottom: 14px;
}
.newscenarios__name p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
}
.newscenarios__short {
  max-width: 420px;
}
.newscenarios__short p {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.8);
}
.newscenarios__bottom {
}
.newscenarios__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 4px;
  width: 100%;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.newscenarios__list-item {
  width: 100%;
  max-width: 170px;
  box-sizing: border-box;
}
.newscenarios__list-item:nth-child(even) {
  max-width: 310px;
  box-sizing: border-box;
}
.newscenarios__list-item span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.newscenarios__list-item span::before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 12px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMTInIHZpZXdCb3g9JzAgMCAyMCAxMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Y2lyY2xlIGN4PScxNCcgY3k9JzYnIHI9JzYnIGZpbGw9J3doaXRlJyAvPjxjaXJjbGUgb3BhY2l0eT0nMC42JyBjeD0nNycgY3k9JzYnIHI9JzQnIGZpbGw9J3doaXRlJyAvPjxjaXJjbGUgb3BhY2l0eT0nMC40JyBjeD0nMycgY3k9JzYnIHI9JzMnIGZpbGw9J3doaXRlJyAvPjwvc3ZnPg==') center no-repeat;
  background-size: 20px;
  position: relative;
  bottom: 4px;
}
.newscenarios__list-item p {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 32px;
  margin-top: 12px;
}
.newscenarios__img {
  position: absolute;
  bottom: -35px;
  right: -35px;
  pointer-events: none;
  z-index: -1;
  border-radius: 50px;
  overflow: hidden;
}
.newscenarios__img img {
}
.newscenarios__btn {
  width: 100%;
  max-width: 410px;
  box-sizing: border-box;
  margin-right: 32px;
}
.newscenarios__btn a.btn {
  width: 100%;
  box-sizing: border-box;
}
/* New Combo */
.newcombo {
  padding-top: 100px;
  padding-bottom: 100px;
}
.newcombo__title {
  margin-bottom: 64px;
}
.newcombo__title p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 85px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.newcombo__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.newcombo__grid::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 390px;
  border-radius: 100%;
  background: rgba(81, 158, 175, 0.7);
  filter: blur(200px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.newcombo__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  background: #161616;
  border: 1px solid #60bed1;
}
.newcombo__card-title {
  margin-bottom: 24px;
}
.newcombo__card-title p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, #fff 47.19%, rgba(255, 255, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newcombo__card-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.newcombo__card-time p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 16px 24px 13px 24px;
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: #61bfd3;
}
.newcombo__card-btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.newcombo__card-btns a {
  width: 100%;
  height: 80px !important;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
}
.newcombo__card-btns a .btn__blue {
  letter-spacing: -0.05em;
}
/* New Reviews */
.newreviews__video {
  overflow: visible !important;
  padding-bottom: 24px !important;
}
.newreviews__item-thumb {
  min-height: 480px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.newreviews__item-thumb img {
  vertical-align: bottom;
}
.newreviews__item-thumb::before,
.newreviews__item-thumb::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.newreviews__item-thumb::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('/wp-content/themes/goodnight/img/new/play-icon.svg') center no-repeat;
  background-size: cover;
  z-index: 2;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.newreviews__item-thumb:hover::before {
  transform: translate(-50%, -50%) scale(1.06);
  opacity: 0.5;
}
.newreviews__item-thumb:hover::after {
  opacity: 0;
}
.newreviews__item-thumb::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.swiper-scrollbar {
  background: rgb(255 255 255 / 10%) !important;
  bottom: 0px !important;
  width: 100% !important;
  left: 0 !important;
  cursor: pointer;
}
.swiper-scrollbar > div {
  background: #fff !important;
}
.newreviews__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
  margin-bottom: 140px;
}
.brand {
  padding-bottom: 100px;
}
/* Help Me */
.helpme {
  display: block !important;
  margin-bottom: 112px;
}
.helpme2 {
  margin-bottom: 0px;
}
.helpme .container {
  position: relative;
}
.helpme .container::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 560px;
  height: 540px;
  background: url('/wp-content/themes/goodnight/img/new/helpme-img.webp') center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  pointer-events: none;
}
.helpme__section {
  border-radius: 40px;
  padding: 36px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
  background: #161616;
  border: 1px solid #60bed1;
  width: 100%;
  max-width: 770px;
  box-sizing: border-box;
}
.helmpe__title {
}
.helmpe__title p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 85px;
  text-transform: uppercase;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, #fff 47.19%, rgba(255, 255, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.helpme__desc {
}
.helpme__desc p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.helpme__form {
  width: 100%;
  max-width: 390px;
  margin-top: 32px;
}
.helpme__form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.helpme__form form input {
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 40px;
  width: 100%;
  height: 65px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  padding: 12px 32px;
  color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
.helpme__form form input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.helpme__form form button {
  outline: none;
  border: none;
  height: 65px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.helpme__form form .agreement {
  margin-top: 12px;
}

/* popup__package */
.popup-div__package {
  max-width: 1170px;
}
.popup__package {
}
.popup__package h3 {
  font-weight: 700;
  font-size: 85px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 100%;
}
.popup__package-btns {
  gap: 70px;
  margin-bottom: 32px;
}
.popup__package-btns button {
}
.popup__package-time {
  border-radius: 10px;
  padding: 6px 24px 2px 24px;
  height: 64px;
  background: rgba(97, 191, 211, 0.3);
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 36px;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.15s ease-in-out;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup__package-time:hover {
  background: rgba(97, 191, 211, 0.5);
  color: rgba(255, 255, 255, 0.6);
}
.popup__package-time.active {
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: #61bfd3;
  color: #fff;
}
.popup__package-tabs {
}
.popup__package-tab {
  display: none;
}
.popup__package-tab.visible {
  display: block;
}
.popup__package-tab.hidden {
  display: none;
}
.popup__package-subtitle {
  margin-bottom: 24px;
}
.popup__package-subtitle p {
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, #fff 47.19%, rgba(255, 255, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup__package-desc {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.popup__package-desc p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.popup__package-info {
  gap: 20px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.popup__package-info p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font__bn);
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 18px 24px;
  box-shadow: 0 0 30px 0 rgba(97, 191, 211, 0.4);
  background: #61bfd3;
  box-sizing: border-box;
}
.popup__package-info p::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjUnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNSAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBvcGFjaXR5PScwLjknPjxyZWN0IHdpZHRoPSc2LjY5NzY3JyBoZWlnaHQ9JzYuNTQ1NDUnIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggMC4xMTcxODggMTcuMzAyMiknIGZpbGw9J3doaXRlJyAvPjxyZWN0IHdpZHRoPSc2LjY5NzY3JyBoZWlnaHQ9JzYuNTQ1NDUnIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggNi42NjIxMSAxMC42MDQ1KScgZmlsbD0nd2hpdGUnIC8+PHJlY3Qgd2lkdGg9JzYuNjk3NjcnIGhlaWdodD0nNi41NDU0NScgdHJhbnNmb3JtPSdtYXRyaXgoMS4xOTI0OWUtMDggMSAxIC0xLjE5MjQ5ZS0wOCAxMy4yMDkgMy45MDcyMyknIGZpbGw9J3doaXRlJyAvPjxyZWN0IHdpZHRoPScxOC40MTg2JyBoZWlnaHQ9JzQuOTA5MDknIHRyYW5zZm9ybT0nbWF0cml4KDEuMTkyNDllLTA4IDEgMSAtMS4xOTI0OWUtMDggMTkuMjA5IDMuOTA3MjMpJyBmaWxsPSd3aGl0ZScgLz48cmVjdCB3aWR0aD0nNS4wMjMyNScgaGVpZ2h0PScyMS4yNzI3JyB0cmFuc2Zvcm09J21hdHJpeCgxLjE5MjQ5ZS0wOCAxIDEgLTEuMTkyNDllLTA4IDIuODQzNzUgMCknIGZpbGw9J3doaXRlJyAvPjwvZz48L3N2Zz4=') center no-repeat;
  background-size: cover;
  position: relative;
  bottom: 2px;
}
.popup__package-info span {
  display: block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjMnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyMyAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuMDY2OCAwLjQ4NDg2M1Y5LjM2Nzg2SDIyLjg4NFYxNC41MDAzSDE0LjA2NjhWMjMuNTE0OUg4LjkzNDM5VjE0LjUwMDNIMC4xMTcxODhWOS4zNjc4Nkg4LjkzNDM5VjAuNDg0ODYzSDE0LjA2NjhaJyBmaWxsPSd3aGl0ZScgLz48L3N2Zz4=') center no-repeat;
  background-size: cover;
}
.popup__package-btn {
}
.popup__package-btn a {
}
.popup-div__bg[data-modal='package1'],
.popup-div__bg[data-modal='package2'] {
  background: #161616 !important;
  max-height: 100vh;
  overflow-y: scroll;
}
.popup-div__bg[data-modal='package1']::after,
.popup-div__bg[data-modal='package2']::after,
.popup-div__bg[data-modal='package1']::before,
.popup-div__bg[data-modal='package2']::before {
  content: '';
  position: absolute;
  width: 340px;
  height: 410px;
  background-size: cover !important;
  z-index: -1;
}
.popup-div__bg[data-modal='package1']::after,
.popup-div__bg[data-modal='package2']::after {
  top: 0;
  left: 0;
  background: url('/wp-content/themes/goodnight/img/new/package-after.webp') center no-repeat;
}
.popup-div__bg[data-modal='package1']::before,
.popup-div__bg[data-modal='package2']::before {
  top: 80px;
  right: 0;
  background: url('/wp-content/themes/goodnight/img/new/package-before.webp') center no-repeat;
}
/* Tablet */
@media screen and (max-width: 1024px) {
  .firstblock__title p {
    font-size: 79px;
  }
  .firstblock__title p b {
    font-size: 60px;
  }
  .firstblock__bottom {
    flex-direction: column;
    text-align: center;
  }
  .secondblock__title {
    font-size: 49px;
  }
  .secondblock__img {
    max-width: 390px;
  }
  .formblock__wrapper form {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    margin: 0 auto;
  }
  .newscenarios__title h2 {
    font-size: 64px;
  }
  .helpme .container::after {
    transform: translateY(-38%) translateX(20%) scale(0.8);
  }
  .formblock {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .firstblock__title p {
    font-size: 60px;
  }
  .firstblock__title p b {
    font-size: 46px;
  }
  .secondblock__img {
    max-width: 220px;
  }
  .newquiz__title p {
    font-size: 34px;
    text-align: center;
  }
  .newquiz__content {
    align-items: center;
    text-align: center;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .newquiz__step {
    padding: 30px;
    min-height: 960px;
    background-position: bottom !important;
  }
  .newquiz__step[data-step='2'] {
    background-position: 100% 70% !important;
  }
  .newquiz__step[data-step='3'] {
    background-position: 50% 76% !important;
  }
  .newquiz__statusbar {
    height: 6px;
  }
  .newquiz__statusbar span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .newquiz__reason button {
    font-size: 17px;
    padding: 12px 15px 9px 15px;
    border-radius: 6px;
  }
  .newquiz__reason {
    justify-content: center;
  }
  .newquiz__reason button::after {
    width: 15px;
    height: 15px;
  }
  .newquiz__step[data-step='4'] {
    background-size: 300px;
  }
  .newquiz__step[data-step='4'] .newquiz__footer {
    right: auto;
  }
  .newcombo__title {
    margin-bottom: 32px;
  }
  .newcombo__title p {
    font-size: 36px;
  }
  .newcombo__grid {
    display: flex;
    flex-direction: column;
  }
  .newcombo__card-time p {
    font-size: 25px;
  }
  .newcombo__card-time {
    gap: 10px;
  }
  .newcombo__card-time p {
    padding-left: 18px;
    padding-right: 18px;
  }
  .newcombo__card-title p {
    font-size: 34px;
  }
  .newcombo__card-title {
    margin-bottom: 0;
  }
  .helpme .container::after {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 390px;
    margin-top: -60px;
    background-size: contain !important;
    transform: none;
    display: none;
  }
  .helpme__section {
    padding-bottom: 70px;
  }
  .helmpe__title p {
    font-size: 34px;
    text-align: center;
  }
  .helpme__desc p {
    text-align: center;
    font-size: 14px;
  }
  .newcombo {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .helpme__form {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Mobile */
@media screen and (max-width: 620px) {
  .firstblock__subtitle h1 {
    font-size: 17px;
  }
  .firstblock__title p {
    font-size: 36px;
  }
  .firstblock__title p b,
  .firstblock__title p strong {
    font-size: 29px;
  }
  .firstblock::before {
    width: calc(240px / 3);
    height: calc(350px / 3);
    top: 160px;
    left: -25px;
  }
  .firstblock::after {
    width: calc(210px / 3);
    height: calc(335px / 3);
    top: 160px;
    right: -15px;
  }
  .firstblock {
    min-height: 910px;
    background-size: 750px;
    background-position: 50% 30%;
    background: none !important;
    padding-top: 0;
  }
  .firstblock .container {
    position: relative;
    padding-top: 130px;
  }
  .firstblock .container::after {
    content: '';
    background: url('/wp-content/themes/goodnight/img/new/heroblock_mob.webp') center 10% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .firstblock__bottom {
    gap: 16px;
    margin-top: 400px;
    padding-bottom: 160px;
    flex-direction: column;
  }
  .firstblock__btn {
    gap: 14px;
    flex-direction: column;
  }
  .firstblock__desc p {
    font-size: 16px;
    text-align: center;
  }
  .firstblock__btn a {
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
  }
  .secondblock {
    margin-top: 0;
  }
  .secondblock__grid {
    flex-direction: column;
  }
  .secondblock__title {
    font-size: 47px;
  }
  .secondblock__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .secondblock__card {
    margin: 0 !important;
    width: 100%;
    height: auto;
    margin-top: -20px !important;
  }
  .secondblock__card:nth-child(1) {
    margin-top: 0 !important;
  }
  .secondblock__card img {
    pointer-events: none;
    width: 100%;
    height: auto;
  }
  .formblock__wrapper form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .formblock {
    padding-bottom: 100px;
  }
  .about-tabs__item-span a {
    margin-top: auto;
    position: absolute;
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    bottom: 36px;
    z-index: 25;
  }
  .newquiz__title p {
    font-size: 30px;
    text-align: center;
  }
  .newquiz__content {
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .newquiz__step {
    padding: 30px 20px;
    min-height: 730px;
    background-position: bottom !important;
  }
  .newquiz__step[data-step='2'] {
    background-position: 100% 70% !important;
  }
  .newquiz__step[data-step='3'] {
    background-position: 50% 76% !important;
  }
  .newquiz__statusbar {
    height: 6px;
  }
  .newquiz__statusbar span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .newquiz__reason button {
    font-size: 17px;
    padding: 12px 15px 9px 15px;
    border-radius: 6px;
  }
  .newquiz__reason {
    justify-content: center;
  }
  .newquiz__reason button::after {
    width: 15px;
    height: 15px;
  }
  .newquiz__step[data-step='4'] {
    background-size: 300px;
  }
  .newquiz__step[data-step='4'] .newquiz__footer {
    right: auto;
  }
  .newscenarios__header {
    flex-direction: column;
    gap: 16px;
  }
  .newscenarios__title h2 {
    font-size: 35px;
  }
  .newscenarios__wrapper {
    box-sizing: border-box;
  }
  .newscenarios__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .newscenarios__list-item p {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .newcombo__card {
    padding: 22px;
  }
  .newcombo__card-btns a {
    font-size: 15px;
  }
  .newscenarios__nav button {
    font-size: 18px;
    padding: 8px;
    text-align: left;
    justify-content: space-between;
    height: 47px;
  }
  .newscenarios__desc p {
    text-align: center;
  }
  .newscenarios__card {
    flex-direction: column;
  }
  .newscenarios__info {
    padding: 20px;
    border-radius: 15px;
  }
  .newscenarios__name p {
    font-size: 27px;
  }
  .newscenarios__info::before,
  .newscenarios__info::after {
    display: none;
  }
  .newscenarios__list {
    gap: 10px;
    margin-top: 24px;
  }
  .newscenarios__list-item span {
    font-size: 27px;
  }
  .newscenarios__img {
    position: relative;
    width: calc(100% + 50px);
    right: auto;
    left: 25px;
    bottom: 0;
    margin-top: -20px;
    margin-bottom: -90px;
  }
  .newscenarios__btn {
    margin: 0 auto;
    text-align: center;
  }
  .newscenarios__btn a.btn {
    padding: 0;
    height: 60px;
  }
  .newcombo__title {
    margin-bottom: 32px;
  }
  .newcombo__title p {
    font-size: 34px;
  }
  .newcombo__grid {
    display: flex;
    flex-direction: column;
  }
  .newcombo__card-time p {
    font-size: 25px;
  }
  .newcombo__card-time {
    gap: 10px;
  }
  .newcombo__card-time p {
    padding-left: 18px;
    padding-right: 18px;
  }
  .newcombo__card-title p {
    font-size: 34px;
  }
  .newcombo__card-title {
    margin-bottom: 0;
  }
  .helpme .container::after {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 390px;
    margin-top: -60px;
    background-size: contain !important;
    transform: none;
  }
  .helpme__section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
  .helmpe__title p {
    font-size: 34px;
    text-align: center;
  }
  .helpme__desc p {
    text-align: center;
    font-size: 14px;
  }
  .newcombo {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .popup__package h3 {
    font-size: 34px;
  }
  .popup-div__bg[data-modal='package1'],
  .popup-div__bg[data-modal='package2'] {
    width: calc(100% - 24px);
  }

  .popup__package-btns {
    gap: 12px;
  }
  .popup__package-time {
    font-size: 24px;
    height: 47px;
    padding: 10px 20px 7px 20px;
  }
  .popup__package-subtitle p {
    font-size: 26px;
  }
  .popup__package-subtitle {
    margin-bottom: 12px;
  }
  .popup__package-info {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .popup__package-btn a {
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
    margin-top: 20px;
  }
  .popup-div__bg[data-modal='package1']::after,
  .popup-div__bg[data-modal='package2']::after,
  .popup-div__bg[data-modal='package1']::before,
  .popup-div__bg[data-modal='package2']::before {
    width: calc(340px / 2);
    height: calc(410px / 2);
  }
  .popup-div__bg[data-modal='package1']::before,
  .popup-div__bg[data-modal='package2']::before {
    top: calc(50% - 100px);
    right: -100px;
  }
  .popup-div__bg[data-modal='package1']::after,
  .popup-div__bg[data-modal='package2']::after {
    top: calc(50% - 130px);
    left: -100px;
  }
  .popup__package {
    padding: 30px 0;
  }
  .popup__package-info p {
    font-size: 25px;
    padding-bottom: 14px;
  }
  .newreviews__item-thumb {
    min-height: 490px;
    height: 360px;
  }
  .formblock__wrapper {
    margin-top: 22px;
  }
}
@media screen and (max-width: 420px) {
  .firstblock__title p {
    font-size: 34px;
  }
  .firstblock__title p b,
  .firstblock__title p strong {
    font-size: 26.5px;
  }
  .firstblock__subtitle h1 {
    font-size: 15px;
  }
  .secondblock__title {
    font-size: 42px;
  }
  .secondblock__img {
    max-width: calc(100% - 70px);
  }
  .newscenarios__nav button {
    font-size: 14px;
  }
  .newscenarios__nav button::after {
    width: 14px;
    height: 14px;
    bottom: 0px;
  }
  .newcombo__card-time p {
    font-size: 20px;
  }
  .popup-div__bg[data-modal='package1'],
  .popup-div__bg[data-modal='package2'] {
    width: calc(100% - 40px);
    box-sizing: border-box;
    right: initial;
    left: 20px;
    transform: translateX(0) translateY(-50%);
  }
  .popup-div__bg[data-modal='package1'] .container,
  .popup-div__bg[data-modal='package2'] .container {
    padding: 0;
  }
  .popup-div__bg[data-modal='package1'] .popup-div__close,
  .popup-div__bg[data-modal='package2'] .popup-div__close {
    top: 12px;
    right: 12px;
  }
  .popup__package-info p {
    font-size: 21px;
    padding-bottom: 14px;
  }
}
button.btn--noactive {
  pointer-events: none;
  opacity: 0.5;
}
