/* please do not edit this style directy, instead edit zdp.scss */
.zadaj-szybkie-pytanie {
  display: none;
  top: -362px;
  left: 53%;
  position: fixed;
  margin-left: 30px;
  z-index: 1000;
  width: 296px;
  height: 430px;
  border-width: 0px;
  border-color: #999999;
  border-style: solid; }
  .zadaj-szybkie-pytanie h1 {
    text-shadow: 0px 0px 1px transparent;
    font-size: 21px;
    margin-bottom: 10px;
    -webkit-text-stroke: 0.5px; }
  .zadaj-szybkie-pytanie p {
    margin-bottom: 10px; }
  .zadaj-szybkie-pytanie ul, .zadaj-szybkie-pytanie li {
    list-style-type: none;
    margin: 0px;
    text-align: center; }
  .zadaj-szybkie-pytanie input {
    margin-top: 20px; }
    .zadaj-szybkie-pytanie input[type=text] {
      width: 95%; }
    .zadaj-szybkie-pytanie input[name=message_body] {
      display: none; }
    .zadaj-szybkie-pytanie input[name=sendto] {
      display: none; }
  .zadaj-szybkie-pytanie textarea {
    margin-top: 15px;
    width: 95%;
    height: 125px; }
  .zadaj-szybkie-pytanie .field-with-error {
    background: #f52700; }
    .zadaj-szybkie-pytanie .field-with-error ::-webkit-input-placeholder {
      color: white; }
    .zadaj-szybkie-pytanie .field-with-error :-moz-placeholder {
      color: white; }
    .zadaj-szybkie-pytanie .field-with-error ::-moz-placeholder {
      color: white; }
    .zadaj-szybkie-pytanie .field-with-error :-ms-input-placeholder {
      color: white; }
  .zadaj-szybkie-pytanie .inner, .zadaj-szybkie-pytanie .inner-thanks, .zadaj-szybkie-pytanie .inner-newsletter {
    padding: 15px 25px 0px 25px;
    height: 341px;
    background-image: url(img/zdp/form-back.png); }
  .zadaj-szybkie-pytanie .inner-thanks h1, .zadaj-szybkie-pytanie .inner-newsletter h1 {
    color: green; }
  .zadaj-szybkie-pytanie .inner-newsletter {
    display: none; }
    .zadaj-szybkie-pytanie .inner-newsletter h3 {
      margin-bottom: 10px; }
    .zadaj-szybkie-pytanie .inner-newsletter ul, .zadaj-szybkie-pytanie .inner-newsletter li {
      text-align: left; }
    .zadaj-szybkie-pytanie .inner-newsletter li:last-child {
      text-align: center; }
  .zadaj-szybkie-pytanie .inner-thanks {
    display: none;
    text-align: center; }
    .zadaj-szybkie-pytanie .inner-thanks h1 {
      margin-top: 140px; }
  .zadaj-szybkie-pytanie .footer {
    cursor: pointer;
    width: 296px;
    height: 108px;
    background-image: url(img/zdp/form-button.png); }
    .zadaj-szybkie-pytanie .footer h1, .zadaj-szybkie-pytanie .footer h2 {
      text-align: center;
      margin: 0px;
      line-height: 17px;
      padding-top: 20px; }
    .zadaj-szybkie-pytanie .footer h2 {
      padding-top: 10px;
      font-size: 19px; }
    .zadaj-szybkie-pytanie .footer div.close, .zadaj-szybkie-pytanie .footer div.open {
      height: 30px;
      width: 50px;
      margin: 5px auto 0px auto;
      display: none;
      background-image: url(img/zdp/form-arrow-up.png);
      background-repeat: no-repeat;
      background-position: center; }
    .zadaj-szybkie-pytanie .footer div.open {
      display: block;
      background-image: url(img/zdp/form-arrow-down.png); }
