@charset "UTF-8";
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* =============================== Ogólna responsywność ================================= */
nav.mobile {
  top: 60px;
}

.nav-mobile .nav-top {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* =============================== Podstawowe przeskoki ================================= */
@media screen and (max-width: 1400px) {
  #TOP, #TOP-CONTENT, #TOP-PLACEHOLDER {
    height: 140px;
  }
  #TOP-EXTENDED {
    height: 70px;
  }
  #logo {
    width: 300px;
    height: 70px;
    left: 40px;
  }
  .container, .container.alt {
    padding: 0 40px;
    max-width: 100%;
  }
  .subscribe-wrapper .social-links .social-icon svg {
    min-width: 70px;
    min-height: 70px;
  }
  .subscribe-wrapper .social-links .social-icon .name {
    font-size: 1.4rem;
  }
  .slick-prev {
    left: -35px !important;
  }
  .slick-next {
    right: -35px !important;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  nav.desktop .nav-button > a {
    padding: 0 15px;
  }
  .header-modules .simple-search-wrapper {
    padding-right: 0;
  }
  .simple-search-wrapper .button.search-button {
    right: 0;
  }
  .photo-section {
    padding-bottom: 700px;
  }
  .opSlider {
    height: 700px;
  }
  #START .article-columns.side .side {
    display: block;
  }
  .blog-card .image-wrapper .video-marker {
    height: 40px;
    width: 40px;
  }
  .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: #22CC8D;
    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;
  }
  .nice-cart-item .item-content strong {
    width: 165px;
  }
  .slick-prev {
    left: -40px !important;
  }
  .slick-next {
    right: -40px !important;
  }
}
@media screen and (max-width: 1000px) {
  .blog-card {
    height: auto !important;
  }
  .trends-wrapper .article-section .columns > div {
    width: 100%;
  }
  .trends-wrapper .trends > div {
    padding: 20px 0 20px 20px;
  }
  .header-modules .simple-search-wrapper {
    display: none;
  }
  #page-products_listing .blog-card .image-wrapper::after {
    display: none;
  }
  #page-products_listing .blog-card:hover .image-wrapper .branch-icon {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 17px;
    background: rgba(30, 159, 204, 0.7);
    border: 2px solid transparent;
    transition: all 500ms;
    z-index: 2;
  }
  #page-products_listing .blog-card:hover .image-wrapper img {
    filter: blur(0);
  }
}
@media screen and (max-width: 900px) {
  .trends-wrapper .article-columns.side .side {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
  .trends-wrapper .trends {
    position: relative !important;
    top: 0 !important;
    width: auto !important;
  }
  .trends-wrapper .trends > div {
    border: none;
  }
  .trends-wrapper .trends > div:before {
    content: none;
  }
  .trends-wrapper .trends > div:after {
    content: none;
  }
  .trends-wrapper .article-section .columns > div {
    width: 50%;
  }
  .trends-wrapper .article-columns.side {
    padding-right: 0;
  }
  .subscribe-wrapper .social-links .social-icon svg {
    min-width: 30px;
    min-height: 30px;
  }
  .subscribe-wrapper .social-links .social-icon .name {
    font-size: 1rem;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 900px) {
  #TOP, #TOP-CONTENT, #TOP-PLACEHOLDER {
    height: 60px;
  }
  .blog-banner-section {
    margin-top: 65px;
    padding-top: 0 !important;
  }
  #logo, .sticked #logo {
    left: 15px;
    height: 42px;
  }
}
@media screen and (max-width: 700px) {
  .product-lead-content {
    flex-direction: column-reverse;
  }
  .container, .container.alt {
    padding: 0 20px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  #START h1, #START .banner-content h1, #START .banner-content h2 {
    font-size: 2.6em;
    line-height: 1.1;
  }
  #START h2 {
    font-size: 1.9rem;
  }
  .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:not(.product-tile) .content {
    width: 100%;
    padding: 0;
  }
  .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;
  }
  .blog_entry_wrapper {
    display: flex;
    margin: 0;
    flex-direction: column;
  }
  .blog_entry_wrapper > .first_blog_entry {
    position: relative;
    width: 100%;
    border-top: 5px solid #1E9FCC;
    border-right: 5px solid #1E9FCC;
    border-radius: 0 20px 0 0;
    padding: 45px 45px 0 0;
  }
  .blog_entry_wrapper > .blog_entry {
    position: relative;
    border-top: 5px solid transparent;
    width: 100%;
    padding: 45px 0 0 0;
  }
  .blog_entry_wrapper > .blog_entry:after {
    content: none;
  }
  .header.special .special-title .line2 {
    position: absolute;
    height: 5px;
    right: -300px;
    left: 100%;
    bottom: 50%;
    margin-right: 0;
    margin-left: 0;
    background: linear-gradient(to right, #22CC8D, #1E9FCC);
  }
  .blog_entry_wrapper > div {
    margin: 0;
  }
  .blog_entry .columns > div {
    padding: 0 20px 20px 20px;
  }
  .trends-wrapper .article-columns.side {
    padding-top: 0;
    padding-bottom: 0;
  }
  .trends-wrapper .article-section .columns > div {
    width: 100%;
  }
  #logo {
    left: 15px;
    width: 180px;
    height: 70px;
  }
  #BOTTOM .footer-container {
    align-items: center;
    flex-direction: column;
  }
  .footer-container .author-wrapper {
    position: initial;
    padding-left: 0;
    margin-bottom: 0;
  }
  #BOTTOM ul {
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
  }
  #BOTTOM .footer-container {
    position: relative;
  }
  #BOTTOM .footer-container .author-wrapper:before {
    content: none;
  }
  .breadcrumps img, .breadcrumps svg {
    margin: 0 10px;
  }
  .breadcrumps a, .breadcrumps span {
    font-size: 0.8rem;
  }
  .subscribe-wrapper .social-links {
    display: flex;
    flex-wrap: wrap;
  }
  .subscribe-wrapper .social-links .social-icon {
    width: auto;
    height: auto;
    flex-direction: column;
    margin-right: 0;
    flex-basis: 50%;
    margin-bottom: 10px;
  }
  .subscribe-wrapper .social-links .social-icon .name {
    margin-left: 0;
  }
  .subscribe-wrapper .social-links .social-icon svg {
    height: 40px;
    width: 40px;
  }
  .subscribe-wrapper .text-paralax {
    left: 14%;
  }
  .first_blog_entry .blog-card .content .top-content {
    font-size: 1.2rem;
  }
  #cart-module .cart-content {
    display: none;
  }
  .product-card.promo .product-ribbon, .product-tile.promo .product-ribbon {
    font-size: 0.6rem;
    padding: 4px 6px;
    top: -5px;
    left: -5px;
  }
  .nice-cart-quantity-controls .button {
    padding-left: 0;
    padding-right: 50px;
    min-width: 0;
  }
  a.icon-card.bg-icon-box .icon-wrapper {
    float: none;
  }
  .icon-card.bg-icon-box {
    height: 200px !important;
  }
  .icon-card.bg-icon-box .content h3 {
    text-align: center;
  }
  .benefit-card-section .columns.x2 > div.benefit-card,
  .benefit-card-section .columns.x2 > div:nth-child(odd) .benefit-card,
  .benefit-card-section .columns.x2 > div:nth-child(even) .benefit-card {
    left: 0;
    right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header.special {
    padding-bottom: 15px;
  }
  .benefit-card-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, transparent, #fff);
  }
  .benefit-card-section .container {
    position: relative;
    z-index: 2;
  }
  .promo-product-wrapper {
    padding: 0;
  }
  .icon-card.bg-icon-box {
    width: auto !important;
  }
  .photo-section {
    padding-bottom: 500px;
  }
  .opSlider {
    height: 500px;
  }
  .banner-content {
    padding-bottom: 50px;
  }
  .header.special .special-title {
    margin-left: 0;
  }
  .header.special .special-title .line1 {
    width: 300px;
    left: auto;
    margin-right: 0;
  }
  .header.special .sygnet {
    width: 50px;
    height: 50px;
    margin-top: -15px;
  }
  .header.special .special-title h2, #START .header.special .special-title h2 {
    font-size: 1.6rem;
  }
  .header.special .special-title .line2 {
    display: none;
  }
  .benefit-card-section .benefit-card .content {
    font-size: 0.9rem;
  }
  .benefit-card-section .benefit-card .content h3 {
    font-size: 1.4rem;
  }
  .benefit-card-section .columns.x2 > div.benefit-card,
  .benefit-card-section .columns.x2 > div:nth-child(2n+1) .benefit-card,
  .benefit-card-section .columns.x2 > div:nth-child(2n) .benefit-card {
    padding-right: 25% !important;
  }
  .first_blog_entry .blog-card h2, .first_blog_entry .blog-card h3 {
    font-size: 1.2rem;
  }
  .first_blog_entry .blog-card .content .top-content {
    font-size: 0.9rem;
  }
  .blog-card .content {
    min-height: 0;
  }
  .product-tile .price-wrapper .price {
    font-size: 1.2rem;
  }
  .product-tile .price-wrapper {
    left: 20px;
  }
}
@media screen and (max-width: 400px) {
  #page-products_listing .blog-card .image-wrapper .branch-icon,
  #page-products_listing .blog-card:hover .image-wrapper .branch-icon {
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
  }
  .blog-card .image-wrapper {
    margin-bottom: 15px;
  }
  .tile .image-wrapper {
    max-width: 80px;
    height: 80px;
  }
  .product-tile .price-wrapper .price {
    font-size: 1.1rem;
  }
  .product-tile .content {
    line-height: 1.2;
  }
}/*# sourceMappingURL=theme-media.css.map */