.elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-element-populated, .elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-element-populated > .elementor-background-overlay, .elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-background-slideshow{border-radius:0px 30px 30px 0px;}.elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1180 .elementor-element.elementor-element-c132612{width:100%;max-width:100%;}#elementor-popup-modal-1180{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1180 .dialog-message{width:750px;height:auto;}#elementor-popup-modal-1180 .dialog-close-button{display:flex;}#elementor-popup-modal-1180 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-element-populated, .elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-element-populated > .elementor-background-overlay, .elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1180 .elementor-element.elementor-element-ed656c0{width:100%;}}@media(max-width:767px){.elementor-1180 .elementor-element.elementor-element-b408071{padding:0px 0px 0px 0px;}.elementor-1180 .elementor-element.elementor-element-ed656c0 > .elementor-element-populated{padding:30px 30px 40px 30px;}}/* Start custom CSS for html, class: .elementor-element-c132612 */:root {
  --primary: #3869d4;
  --primary-light: #ebf0ff;
  --dark: #0e1a35;
  --gray: #6c757d;
  --light-gray: #e9ecef;
  --white: #ffffff;
  --warning: #ffc107;
  --border-radius: 8px;
}

/* Устранение стандартных стилей модального окна Elementor */
.dialog-widget-content {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.dialog-message {
  padding: 0 !important;
}

.dialog-lightbox-message {
  min-height: auto !important;
}

.appointment2-popup {
  width: 100%;
  min-height: 100%;
}

.popup-container {
  display: flex;
  width: 100%;
  min-height: 500px;
}

/* Левая колонка с синим фоном */
.popup-left {
  width: 40%;
  background-color: var(--primary);
  color: var(--white);
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.popup-left::before,
.popup-left::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.popup-left::before {
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
}

.popup-left::after {
  bottom: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
}

.popup-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  color:#fff;
}

.popup-subtitle {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

/* Преимущества */
.popup-benefits {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.benefits-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  color: var(--white);
}

.benefits-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: var(--warning);
  border-radius: 2px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.benefits-icon {
  flex: 0 0 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.benefits-icon svg {
  width: 14px;
  height: 14px;
  color: #fff;
}

.benefits-text {
  font-size: 14px;
  opacity: 0.9;
  line-height: 18px;
  margin: 0;
  color: var(--white);
}

/* Правая колонка с формой */
.popup-right {
  width: 60%;
  background-color: var(--white);
  padding: 30px;
  overflow-y: auto;
}

.popup-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.form-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
  text-align: center;
	  line-height: 28px;
	text-transform: uppercase;
}

.form-divider {
  width: 60px;
  height: 4px;
  background-color: var(--primary);
  margin: 0 auto 30px;
  border-radius: 2px;
}

/* Опции услуг */
.service-options {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.service-option {
  flex: 1;
  background-color: #f5f8ff;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.service-option:hover {
  background-color: var(--primary-light);
}

.service-option.selected {
  border-color: var(--primary);
  background-color: var(--primary-light);
}

.service-option.selected::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(56, 105, 212, 0.15);
  border-radius: 12px;
  margin-bottom: 15px;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.service-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.service-text {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.4;
  margin: 0;
}

/* Contact Form 7 стили */
.wpcf7 {
  margin-bottom: 25px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--dark);
  font-size: 14px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--light-gray);
  border-radius: var(--border-radius);
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(56, 105, 212, 0.15);
}

.wpcf7-form input::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #adb5bd;
}

.wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: var(--border-radius);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #2958c3;
}

/* Стилизация для полей формы */
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}

/* Стили для чекбокса */
.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--primary);
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.4;
}

/* Значки доверия */
.trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.trust-badge {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.trust-badge-icon svg {
  width: 28px;
  height: 28px;
  color: var(--primary);
  opacity: 0.7;
  fill: aliceblue;
}

.trust-badge-text {
  font-size: 12px;
  color: var(--gray);
  max-width: 90px;
  margin: 0;
}

.footer-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: var(--gray);
}

.footer-phone {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

/* Адаптивность */
@media (max-width: 900px) {
  .popup-container {
	flex-direction: column;
  }
  
  .popup-left,
  .popup-right {
	width: 100%;
  }
  
  .popup-left {
	padding: 30px;
  }
  
  .popup-benefits {
	margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .service-options {
	flex-direction: column;
  }
  
  .trust-badges {
	flex-wrap: wrap;
	gap: 20px;
  }
  
  .popup-title {
	font-size: 26px;
  }
  
  .popup-subtitle {
	font-size: 16px;
  }
  
  .popup-left,
  .popup-right {
	padding: 20px;
  }
}/* End custom CSS */