@charset "UTF-8";
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* =============================== Ogólna responsywność ================================= */
/* =============================== Podstawowe przeskoki ================================= */
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.125rem;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  .photo-section {
    padding-bottom: 700px;
  }
  .submit-controls > .submit-area {
    margin-top: 2em;
  }
  .captcha_wrapper .g-recaptcha > div {
    float: right;
  }
  .contact-simple-layout > div.contact-content, .contact-simple-layout > div.contact-form {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-data-section {
    flex-direction: column;
  }
  .contact-data-section > div.contact-col {
    width: 100%;
    max-width: 100%;
  }
  #side-tree-panel {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 340px;
    box-sizing: border-box;
    max-width: 90%;
    background: #fff;
    transition: all 600ms;
    z-index: 999;
    padding: 0 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #side-tree-panel.show-side {
    left: 0;
  }
  #side-tree-panel .close-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ff530d;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #side-tree-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 700px) {
  .form-fields-wrapper > .col1, .form-fields-wrapper > .col2 {
    width: 100%;
    padding: 0;
  }
  .email-wrapper .email {
    display: block;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .submit-controls {
    flex-direction: column;
  }
  .icon-card-lux-section::after {
    display: none;
  }
  .icon-card-lux-section {
    padding-top: 50px;
  }
  .gallery.x4 > div {
    width: 33.333%;
  }
  .icon-card.border-style .controls {
    text-align: left;
    left: 68px;
  }
  .news-wrapper .tile .image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .tile .content {
    width: 100%;
    padding: 0;
  }
  .product-tile .content {
    padding-bottom: 55px;
    padding-left: 15px;
  }
  .icon-wrapper.circle .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .icon-card.border-style {
    padding: 20px;
  }
  .icon-card-lux-section .icon-card .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .article-section.cb-text_content.border-content .cb-container .text-wrapper {
    padding: 20px;
  }
}/*# sourceMappingURL=theme-media.css.map */