/* ============== */
/* popup_juicify */
/* ============== */
.popup__bg_juicify {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(35, 59, 71, 0.714) !important;
    opacity: 0 !important; 
    pointer-events: none !important; 
    transition: 0.5s all !important;
    z-index: 99999 !important;
    backdrop-filter: blur(4px) !important;
}

.popup__bg_juicify.active { 
    opacity: 1 !important; 
    pointer-events: all !important;
    transition: 0.5s all !important;
}

.popup_juicify {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0) !important; 
    background: #000000c1 !important;
    width: 400px !important;
    padding: 25px !important;
    transition: 0.5s all !important;
}

.popup_juicify.active { 
    transform: translate(-50%, -50%) scale(1) !important; 
    transition: 0.5s all !important;
}

@media screen and (max-width: 470px) {
  .popup_juicify.active {
    width: 90% !important;
  }
}

.close-popup_juicify {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    cursor: pointer !important;
}

.popup_juicify label {
    width: 100% !important;
    margin-bottom: 10px !important;
    display: flex !important;
    flex-direction: column-reverse !important;
}

.popup_juicify .label__text {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #cfd0d3 !important;
    margin-bottom: 5px !important;
    line-height: 20px !important;
}

.popup_juicify input {
    height: 45px !important;
    font-size: 18px !important;
    outline: none !important;
    border: 1px solid #cfd0d3 !important;
    border-radius: 0.5em !important;
    padding: 18px !important;
    background: transparent !important;
    transition: 0.5s all !important;
    color: white !important;
}

.radio-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-top: 6px !important;
}

.radio-option {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: white !important;
  font-size: 14px !important;
}

.radio-option input[type="radio"] {
  accent-color: #4ade80 !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
}

.radio-group label {
    width: 10% !important;
}

.popup_juicify input:focus {
    border: 1px solid #4ade80 !important;
    box-shadow: 0 0 10px #4ade80 !important;
    background: transparent !important;
    transition: 0.5s all !important;
}

.popup_juicify input:focus + .label__text {
    color: #4ade80 !important;
}

.popup_juicify input:focus + .calendar-icon {
  filter: drop-shadow(1px 1px 1px #4ade80) !important;
}

.popup_juicify textarea {
    resize: none !important;
    width: 100% !important;
    height: 150px !important;
    outline: none !important;
    border: 1px solid #cfd0d3 !important;
    border-radius: 0.5em !important;
    font-size: 18px !important;
    padding: 10px !important;
    background: transparent !important;
    color: white !important;
}

.popup_juicify textarea:focus {
    border-bottom: 1px solid #4ade80 !important;
    border: 1px solid #4ade80 !important;
    box-shadow: 0 0 10px #4ade80 !important;
    background: transparent !important;
    transition: 0.5s all !important;
}

.popup_juicify textarea:focus + .label__text {
    color: #4ade80 !important;
}

.popup_juicify button {
    width: 100% !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    font-size: 14px !important;
    background: #4ade80 !important;
    cursor: pointer !important;
    transition: 0.5s all !important;
    line-height: 1.75em !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    letter-spacing: 2px !important;
}

.popup_juicify button:hover {
    background: #34d399 !important;
    color: #fff !important;
    transition: 0.5s all !important;
}

/* ============== */
/* end popup_juicify */
/* ============== */

.hidden_form_item {
  display: none;
}

textarea::placeholder {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #dfdfdfa6 !important;
}

div.privacy_policy {
  font-size: 10px !important;
  line-height: 16px !important;
  color: white !important;
}

#contact input {
    padding-left: 10px !important;
}
#contact input:focus {
    border-radius: 0.5em !important;
}

.popup_juicify {
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 10px !important;
}
.popup_service {
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 10px !important;
}
.popup_receipt {
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 20px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 10px !important;
}

.scrollable-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.payment_info {
  color: white !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 1.5 !important;
}

.privacy_policy {
  color: white !important;
  font-size: 16px !important;
  margin-top: 10px !important;
}

/* Форма регистрации. Иконка календаря */
.date-container {
  position: relative !important;
  display: flex !important;
  flex-direction: column-reverse !important;
}

.date-container input[type="date"] {
  width: 100% !important;
}

.calendar-icon {
  width: 20px !important;
  position: absolute !important;
  right: 10px !important;
  top: 67% !important;
  transform: translateY(-50%) !important;
  color: #4ade80 !important;
  cursor: pointer !important;
}

body.lock-scroll {
    overflow: hidden;
}

/* Стили для уведомления (pop-up) */
.popup-notification {
  display: none;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
  padding: 20px !important;
  border-radius: 8px !important;
  z-index: 9999 !important;
  text-align: center !important;
  width: 300px !important;
}

.popup-content p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.popup-close-btn {
  background-color: #4ade80 !important;
  color: white !important;
  border: none !important;
  padding: 10px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  font-size: 14px !important;
}

.popup-close-btn:hover {
  background-color: #34d399 !important;
}

/* Стили для уведомления (mainreg pop-up) */
.mainreg-popup-notification {
  display: none;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: white !important;
  padding: 20px !important;
  border-radius: 8px !important;
  z-index: 9999 !important;
  text-align: center !important;
  width: 300px !important;
}

.mainreg-popup-content p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.mainreg-popup-close-btn {
  background-color: #4ade80 !important;
  color: white !important;
  border: none !important;
  padding: 10px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  font-size: 14px !important;
}

.mainreg-popup-close-btn:hover {
  background-color: #34d399 !important;
}

/* Стили для select */
.popup_juicify select {
  height: 45px !important;
  font-size: 14px !important;
  outline: none !important;
  border: 1px solid #cfd0d3 !important;
  border-radius: 0.5em !important;
  padding: 10px 18px !important;
  background: transparent !important;
  color: white !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  transition: 0.5s all !important;
  position: relative !important;
  background-image: url('img/arrow-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px !important;
}

.popup_juicify select:focus {
  border: 1px solid #4ade80 !important;
  box-shadow: 0 0 10px #4ade80 !important;
  transition: 0.5s all !important;
}

.popup_juicify option {
  background-color: #233b47 !important;
  color: white !important;
  font-size: 16px !important;
}

.popup_juicify select option:hover {
  background-color: #34d399 !important;
  color: #fff !important;
}

/* уведомления application-info */
@media screen and (max-width: 1240px) {
  .application-info {
    width: 90% !important;
  }
}
@media screen and (max-width: 576px) {
  .elementor-widget-icon-box, .application-info_2 {
    margin: 10px auto !important;
  }
  .application-info_1 {
    margin: 20px auto !important;
  }
  #registrationForm {
    padding-bottom: 90px !important;
  }
}

/* подвал footer */
.elementor-element-349802a,
.elementor-element-33c4dab {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.elementor-element-33c4dab {
  padding-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .popup_juicify, .popup_service, .popup_receipt {
    padding: 20px 20px 80px 20px !important;
  }
/* select */
.popup_juicify select option {
  white-space: normal; /* чтобы текст переносился внутри выпадающего списка */
}
.popup_juicify select {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}






.section_shadow_grafit {
  box-shadow: 5px 5px 10px rgba(33, 33, 33, 0.6);
  animation: glow 3s ease-in-out infinite;
}


.section_shadow {
  box-shadow: 0px 0px 10px rgba(34, 197, 94, 0.6);
  animation: glow 3s ease-in-out infinite;
}

.section_shadow_top {
  box-shadow: 0px 0px 10px rgba(34, 197, 94, 0.6);
  animation: glow 3s ease-in-out infinite;
}

/*@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.7);
  }
}
*/



/*
.section_shadow {
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.5);
  animation: glow 3s ease-in-out infinite;
}

.section_shadow_top {
  box-shadow: 5px -5px 7px rgba(33, 33, 33, 0.5);
  animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% {
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4);
  }
  50% {
    box-shadow: 5px 5px 14px rgba(33, 33, 33, 0.7);
  }
}
*/







  /* Подсветка активного details */
  details[open] {
    box-shadow: 0px 0px 10px rgba(34, 197, 94, 0.6);
    animation: glow 3s ease-in-out infinite;
  }




/* carousel reviews bullets dots */
  .swiper-pagination-bullet {
    background-color: rgba(34, 197, 94, 0.3); /* светло-зеленый */
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background-color: #22c55e; /* Tailwind green-500 */
  }




/* кнопка связи в углу */
.charge-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00c853, #64dd17);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 200, 83, 0.4);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 9999;
  animation: pulse 2s infinite;
}

.charge-button:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 24px rgba(0, 200, 83, 0.6);
}

.charge-icon {
  width: 28px;
  height: 28px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 12px rgba(0, 200, 83, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
  }
}





/* back to website */

.back-button {
  display: inline-block;
  margin-bottom: 30px;
  background-color: #00c853;
  color: white;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 200, 83, 0.3);
  transition: background-color 0.2s ease;
}

.back-button:hover {
  background-color: #00b44a;
}






/* navbar исчезает появляется */
header {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* sticky уже есть */
}
header.hide {
  transform: translateY(-100%);
}
header.show {
  transform: translateY(0);
}








/* aaaaaa */