/* .wp-bar #wpadminbar {
  position: fixed;
} */

/* .wp-bar .header {
  top: 47px;

}

@media (min-width: 782px) {
  .wp-bar .header {
    top: 32px;
  }
} */

/* .wp-bar .lg-toolbar {
  top: 40px;
} */

/* ============== */
.form__submit {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-not-valid-tip {
  display: none;
/* font-weight: 400;
font-size: 1.4rem;
line-height: 1.09;
color: #fc4545;
padding-top: 15px;
padding-left: 30px;
margin-top: 8px; */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #FF3C3C;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  text-align: center;
  border: 1px solid #0D923A;
}

.wpcf7-response-output {
  border-radius: 4px;
  color: #BDBCC1;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 991.98px) {
  .wpcf7-response-output {
    grid-area: 3 / 1 / 4 / 4;
  }
  .wpcf7-exclusive-checkbox {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

/* .wpcf7-exclusive-checkbox .wpcf7-list-item {
  margin: 0;
}

.form {
  gap: 16px;
}

.form__check .wpcf7-not-valid-tip {
  display: none;
} */


/* NEW FORM */

.form__check p {
  /* font-size: 1.2rem; */
  /* color: rgba(50, 50, 50, 0.8); */
}

/* @media (min-width: 767.98px) {
  .form__check p {
    font-size: 1.4rem;
  }
} */

.form__check a {
  /* color: rgba(50, 50, 50, 0.8); */
}

.wpcf7-form-control-wrap {}

.wpcf7-form-control {}

.wpcf7-checkbox {}

/* ==================== */

/* 
.form__select .wpcf7-exclusive-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
} */

/* ==================== */
/* 
.form__select .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

} */


/* .form__select .wpcf7-list-item .wpcf7-list-item-label::before {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}

.form__select .wpcf7-list-item .wpcf7-list-item-label::after {
  width: 7px;
  height: 7px;
  background: transparent;
  scale: 0;
} */

/* ==================== */

/* .form__check .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {

  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 0;

} */

@media (min-width: 991.98px) {

  /* .form__check .wpcf7-list-item .wpcf7-list-item-label::before,
  .wpcf7-list-item .wpcf7-list-item-label::after {
    left: 0;
  } */
}

/* .form__check .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 2px;
  background: transparent;
}


.form__check .wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label::before {
  border: 1px solid #FF3B3B;
} */



/* .form__check .wpcf7-list-item .wpcf7-list-item-label::after {

  content: "\e901";
  font-size: 11px;
  color: #fff;
  left: 3px;
  scale: 0;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  top: 17px;
  left: 11px;
} */

.form__check .wpcf7-not-valid {
  /* color: red; */
}

/* .form__check a {
  color: var(--accent-color);
} */

.invalid .form__check .wpcf7-list-item-label,
.invalid .form__check a {
  /* color: red; */
}

/* .form__check .wpcf7-list-item {
  display: inline;
} */

/* FORM */

/* FORM */

.form {
  /* display: grid;
  gap: 20px; */
}

/* @media (min-width: 767.98px) {
  .form {
    gap: 30px;
  }
} */

/* .form__row {
  width: 100%;
} */

/* .form__input input,
.form__textarea textarea {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  background: rgba(255, 255, 255, 0.45);
  padding: 14px 19px 12px;
  color: #000000;
} */

/* @media (min-width: 991.98px) {

  .form__input input,
  .form__textarea textarea {
    padding: 14px 19px 12px;
  }
} */

/* .form__input input::placeholder,
.form__textarea textarea::placeholder {
  color: rgba(102, 93, 93, 0.5);
} */

/* .form__textarea textarea {
  resize: vertical;
  height: 126px;
} */

/* @media (min-width: 991.98px) {
  .form__submit .btn {
      padding: 20px;
  }
} */

/* @media (min-width: 991.98px) {
  .form__select {
    flex-wrap: nowrap;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.45);
    padding: 0;

  }
}

.form__select p {
  padding: 0;
  margin: 0;
} */

.wpcf7-list-item {
  /* background: rgba(255, 255, 255, 0.45); */
}

/* .wpcf7-form-control-wrap {
  position: static;
}

.form__check {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 991.98px) {
  .wpcf7-list-item {
    background: unset;
  }
}

.wpcf7-list-item input {
  display: none;
}

.wpcf7-list-item input:checked~.wpcf7-list-item-label::after {
  scale: 1;
} */

.wpcf7-list-item .wpcf7-list-item-label {
  /* padding-left: 25px; */
  /* position: relative; */
  cursor: pointer;
  /* font-size: 1.1rem; */
}

/* .form__select .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

} */
/* 
@media (min-width: 991.98px) {

  .form__select .wpcf7-list-item .wpcf7-list-item-label::before,
  .wpcf7-list-item .wpcf7-list-item-label::after {
    left: 0;
  }
} */

/* .form__select .wpcf7-list-item .wpcf7-list-item-label::before {
  width: 12px;
  height: 12px;
  border: 1px solid #4BA8C6;
}

.form__select .wpcf7-list-item .wpcf7-list-item-label::after {
  width: 7px;
  height: 7px;
  background: #4BA8C6;
  left: 2.5px;
  scale: 0;
} */


@media (min-width: 991.98px) and (hover: hover) {
  .form__submit .btn:hover {
    /* color: var(--accent-color); */
    /* border-color: var(--accent-color); */
  }
}
/* 
.form__submit .btn input {
  background: transparent;
  color: var(--light-text-color);
  cursor: pointer;
} */

/* FORM */


.wpcf7-not-valid-tip


.invalid .form__row input,
.invalid .form__row textarea {
  /* border: 1px solid #FF3B3B; */
}

.form__input .wpcf7-not-valid {
  border: 1px solid #FF3B3B;

}

.form__input .wpcf7-not-valid::placeholder {
  color: #FF3B3B;
} 

/* 
.form__check > p {
  max-width: 780px;
} */


/* @media (min-width: 991.98px) {
  .why-we__title {
    margin: 0;
  }
} */


/* 

.text ul li {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.text ul li::before {
  content: '•';
  margin-right: 8px;
  font-size: 1.2em;
  color: #000;
  line-height: 1;
}

.text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text p:not(:last-child) {
  margin-bottom: 15px;
}

.safety-item__text a {
  color: var(--accent-color);
  text-decoration: underline;
  display: block;
  margin-top: 5px;
}

.index {
  padding-top: 120px;
  padding-bottom: 80px;
}

.index__container {
  display: grid;
  gap: 15px;
} */




/* ============================== NEW ====================== */

/* @keyframes flip {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.popup__title {
  text-align: center;
}

.popup-timer {
  display: grid;
  justify-items: center;
  gap: 15px;
}

.popup-timer__subtitle {
  font-size: 3rem;
}

.popup-timer__price del{
  color: #999;
}
.popup-timer__price strong {
  color: #e53935;
}
.popup-timer__days {
  color: #e53935;
  font-weight: bold;
}
.popup-timer__end {
  font-weight: bold;
}
.popup-timer__countdown-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.popup-timer__countdown-box {
  background: #f2f2f2;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: bold;
  min-width: 60px;
  transition: all 0.2s ease-in-out;
}
.popup-timer__countdown-box.flip {
  animation: flip 0.3s ease;
}

/* new */

/* .reviews__slider {
  position: relative;
} */
.footer__list .menu-item a {
  color: #fff;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

/* @media (any-hover: hover){
  a:hover {
    color: #fff!important;
  }
} */
