@charset "UTF-8";
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* =============================== Ogólna responsywność ================================= */
/* =============================== Laptop================================= */
@media screen and (max-width: 1367px) {
  nav.desktop .nav-button > a {
    padding: 10px;
  }
}
/* =============================== Podstawowe przeskoki ================================= */
@media screen and (max-width: 900px) {
  #TOP-MAIN .header-modules:after {
    display: none;
  }
  .colage-box-wrapper {
    height: 400px;
  }
  .header-modules {
    gap: 10px;
    margin-right: 40px;
  }
  .reveal-phone-number-wrapper.show-on-mobile {
    margin-left: 0;
    height: 40px;
  }
  .reveal-phone-number-wrapper.show-on-mobile a.button.ico-left.phone {
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 999px;
  }
  .reveal-phone-number-wrapper.show-on-mobile .button {
    min-width: 0;
  }
  .reveal-phone-number-wrapper.show-on-mobile .ico {
    height: 40px;
    width: 40px;
    padding: 6px;
    min-width: 0;
  }
  #logo {
    width: 164.7px;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  nav.desktop .nav-button > a {
    padding: 10px 5px;
  }
  .photo-section {
    padding-bottom: 700px;
  }
  .colage-box-wrapper {
    height: auto;
    gap: 0;
    flex-wrap: wrap;
  }
  .colage-box-wrapper .colage-box {
    width: 49%;
    height: 300px;
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 5px;
  }
  .social-footer-section .social-icon {
    width: 30px;
    height: 30px;
  }
  #side-right-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  #side-tree-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  .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;
  }
  .social-footer-section .social-icon {
    width: 20px;
    height: 20px;
  }
  #side-right-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-right-panel.show-side {
    left: 0;
  }
  #side-right-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-right-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  .article-columns.double-side,
  .article-columns.side.right,
  .article-columns.side.left {
    padding: 0px;
  }
  .promo-news .content {
    padding: 30px;
  }
  .containers-right-col .article .container {
    padding-right: 30px;
  }
  .branch-card-span,
  .branch-card a,
  .knowledge-articles-wrapper a {
    font-size: 1.1rem;
  }
  .breadcrumps,
  span.breadcrumps,
  .knowledge-promo-item .parent-name {
    font-size: 1rem;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 700px) {
  .form-fields-wrapper > .col1,
  .form-fields-wrapper > .col2 {
    width: 100%;
    padding: 0;
  }
  .blog-tile-head {
    padding-left: 0;
  }
  .tile.blog-tile {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .colage-box-wrapper .colage-box {
    height: 180px;
  }
  .colage-box-wrapper .colage-box .content {
    padding: 20px 20px;
  }
  .colage-box-wrapper .colage-box .content .controls {
    height: 50px;
    opacity: 1;
  }
  .colage-box-wrapper .colage-box .content .controls .button {
    margin-bottom: 0;
  }
  .colage-box-wrapper .colage-box .content h4 {
    font-size: 1.4rem;
  }
  .video-section {
    padding-bottom: 70vh;
  }
  .banner-content {
    padding-bottom: 70px;
  }
  .promo-news .tile .image-wrapper {
    width: auto;
  }
  .promo-news a.tile,
  .promo-news .tile {
    flex-direction: column;
  }
  .contact-data-form-window-section .contact-box-content .controls .button.cta {
    margin-bottom: 0;
  }
  .promo-news .content {
    padding-left: 0;
  }
  .email-wrapper .email {
    display: block;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .submit-controls {
    flex-direction: column;
  }
  .gallery.x4 > div {
    width: 33.333%;
  }
  .icon-card.border-style .controls {
    text-align: left;
    left: 68px;
  }
  .tile .content {
    padding: 0;
  }
  .product-tile .content {
    width: auto;
  }
  .product-tile .content {
    padding-bottom: 0;
    padding-left: 15px;
  }
  .product-tile .price-wrapper {
    left: 15px;
  }
  .icon-wrapper.circle .icon {
    width: 30px;
    height: 30px;
    padding: 10px;
  }
  .icon-card.border-style {
    padding: 20px;
  }
  .article-section.cb-text_content.border-content .cb-container .text-wrapper {
    padding: 20px;
  }
  .news-wrapper .tile .controls {
    padding-top: 15px;
  }
  .contact-box-form-window-wrapper .contact-box-content {
    padding: 20px;
  }
  .counter-card {
    padding-bottom: 65%;
  }
  .contact-box-form-window-wrapper .image-wrapper {
    display: none;
  }
  .contact-box-form-window-wrapper {
    border-radius: 20px;
  }
  .promo-news .content p {
    overflow: hidden;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .listing-tile-wrapper .tile .image-wrapper {
    width: 140px;
    min-width: 140px;
    height: 140px;
    margin-bottom: 0;
  }
  .listing-tile-wrapper .tile .content {
    padding-left: 20px;
  }
  .listing-tile-wrapper .tile .content p {
    overflow: hidden;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .link-file .button.file-btn > span {
    display: none;
  }
  .nice-cart-quantity-controls .button {
    padding-left: 0;
    padding-right: 40px;
    min-width: 0;
  }
  .nice-cart-quantity-controls .button .ico {
    top: 0;
    left: 0;
    right: 0;
  }
  .nice-cart-quantity-controls .button > span {
    display: none;
  }
  #SYSTEM-FOOT .container {
    height: auto;
  }
  #SYSTEM-FOOT .footer-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 20px 0;
  }
  .knowledge-hero-section {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .knowledge-hero-section .knowledge-main-image {
    width: 100%;
    flex: none;
    height: 200px;
  }
  .article-columns.double-side.left,
  .article-columns.double-side.left,
  .article-columns.side.left {
    padding: 0 !important;
  }
  .article-head-bw {
    margin: 0;
  }
  .knowledge-promo-item h3 {
    font-size: 1.4em;
  }
  #news-promo-section .news-wrapper .tile {
    display: flex;
    flex-direction: column;
  }
  #news-promo-section .news-wrapper .tile .image-wrapper {
    margin: 0 auto;
  }
}
/* Small Mobile =================================================================================================== */
@media screen and (max-width: 450px) {
  .listing-tile-wrapper .tile .image-wrapper {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0;
    border-radius: 8px;
  }
  .colage-box-wrapper .colage-box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=theme-media.css.map */