.elementor-13557 .elementor-element.elementor-element-9579a00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-13557{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-13557 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-13557 .dialog-close-button{display:flex;}#elementor-popup-modal-13557 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-bfff6d9 */.pc-form-redator {
  width: 100%;
  max-width: 920px;
  margin: 40px auto;
  padding: 34px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.08);
  font-family: Poppins, Arial, sans-serif;
  box-sizing: border-box;
}

.pc-form-redator h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  color: #222;
}

.pc-form-redator p {
  margin: 0 0 26px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.pc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pc-field {
  margin-bottom: 18px;
}

.pc-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.pc-field input,
.pc-field select,
.pc-field textarea {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
  color: #222;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.pc-field textarea {
  height: 140px;
  padding-top: 14px;
  resize: vertical;
}

.pc-field input:focus,
.pc-field select:focus,
.pc-field textarea:focus {
  border-color: #FF4C60;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,76,96,0.12);
}

.pc-field small {
  display: block;
  margin-top: 7px;
  color: #777;
  font-size: 12px;
}

.pc-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 22px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.pc-check input {
  margin-top: 3px;
  accent-color: #FF4C60;
}

.pc-form-redator button {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #FF4C60;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.pc-form-redator button:hover {
  background: #222;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
  .pc-form-redator {
    padding: 24px 18px;
    margin: 28px auto;
    border-radius: 18px;
  }

  .pc-form-redator h2 {
    font-size: 23px;
  }

  .pc-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pc-form-redator button {
    height: 50px;
  }
}/* End custom CSS */