@charset "UTF-8";
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* =============================== Ogólna responsywność ================================= */
#mobile-menu-button {
  background: none;
}

#mobile-menu-button.show-nav > span,
#mobile-menu-button.show-nav > span::after,
#mobile-menu-button.show-nav > span::before {
  background-color: #111;
}

#mobile-menu-button > span,
#mobile-menu-button > span::after,
#mobile-menu-button > span::before {
  background-color: #fff;
}

.nav-bottom,
.nav-top {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
}

.nav-top .button {
  margin-bottom: 0;
}

nav.mobile {
  top: 50px;
}

/* =============================== Podstawowe przeskoki ================================= */
/* ---------------------------------------- laptop ------------------------------------- */
@media screen and (max-width: 1367px) {
  html,
  body,
  input,
  textarea {
    font-size: 15px;
  }
  .container,
  .container.alt {
    padding: 0 40px;
  }
  #logo,
  .sticked #logo {
    left: 40px;
    width: 220px;
    height: 30px;
  }
  .ps-image .banner-header {
    top: 90px;
  }
  .banner-content {
    padding-bottom: 30px;
  }
  .ps-image .banner-header h1,
  #START .ps-image .banner-header h1 {
    font-size: 6vw;
  }
  .icon-card-area {
    gap: 90px;
  }
  .icon-card-area .icon-card .content h3,
  .stats-card-section .stats-card-area .stats-card h3 {
    font-size: 1.8rem;
  }
  .icon-card-area .icon-card {
    padding-bottom: 30px;
  }
  .accordion-card-area {
    padding: 0;
  }
  .stats-card-section,
  #START .stats-card-section {
    padding-bottom: 50%;
  }
  .stats-card-section .stats-card-area {
    padding-bottom: 40px;
  }
  #TOP,
  #TOP-CONTENT,
  #TOP-PLACEHOLDER,
  #TOP-MAIN {
    height: 100px;
  }
  .full-carousel-section {
    padding-top: 0;
  }
  nav.desktop {
    position: relative;
    padding: 0;
  }
  nav.desktop .nav-button > a {
    padding: 10px;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  html,
  body,
  input,
  textarea {
    font-size: 14px;
  }
  .container,
  .container.alt {
    padding: 0 30px;
  }
  #logo,
  .sticked #logo {
    left: 30px;
    width: 220px;
    height: 30px;
  }
  nav.desktop .nav-button > a {
    padding: 5px 8px;
  }
  #TOP-MAIN .header-modules {
    padding-left: 15px;
  }
  .photo-section {
    padding-bottom: 700px;
  }
  #START h2,
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  .full-carousel-wrapper {
    max-width: 60vw;
  }
  .stats-card-area .columns.x4 > div {
    width: 25%;
  }
  .stats-card-section .stats-card-area .stats-card h3 {
    font-size: 1.4rem;
  }
  .stats-card-section .stats-card-area .stats-card {
    padding-top: 15px;
  }
  .stats-card-section .stats-card-area .stats-card .content {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .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: #E4000F;
    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;
  }
  .header-modules {
    gap: 15px;
  }
  #SYSTEM-FOOT .image-wrapper {
    width: 200px;
  }
  .photo-section {
    padding-bottom: 580px;
  }
  #TOP,
  #TOP-CONTENT,
  #TOP-PLACEHOLDER,
  #TOP-MAIN {
    height: 80px;
  }
  .listing-your-frame h3 {
    font-size: 1.75rem;
  }
  nav.desktop .nav-button > a {
    padding: 10px 5px;
  }
  #TOP-MAIN .header-modules {
    padding-left: 10px;
  }
  #logo, .sticked #logo {
    left: 20px;
    width: 170px;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 1000px) {
  .container,
  .container.alt,
  .container.full {
    padding: 0 20px;
  }
  #logo,
  .sticked #logo {
    left: 20px;
    width: 180px;
    height: 30px;
  }
  .header {
    padding-bottom: 40px;
  }
  #TOP,
  #TOP-CONTENT,
  #TOP-PLACEHOLDER,
  #TOP-MAIN {
    height: 60px;
  }
  #TOP-MAIN .header-modules {
    padding-right: 60px;
  }
  .icon-card-area {
    padding-top: 0;
  }
  .accordion-card-wrapper {
    max-width: 350px;
  }
  .accordion-card-section .image-bg {
    bottom: -50px;
    top: -50px;
  }
  .accordion-card {
    padding: 15px;
  }
  .accordion-card .open-more-txt {
    top: 8px;
    right: 8px;
  }
  .full-carousel-wrapper {
    max-width: 70vw;
  }
  .carousel-card .content {
    max-width: 60vw;
  }
  .carousel-card .content h3 {
    font-size: 1.3rem;
  }
  .utal-form .form-fields-wrapper > .col2 textarea {
    min-height: 120px;
  }
  #bottom-form {
    flex-direction: column;
  }
  #bottom-form.columns.x2 > div {
    width: 100%;
  }
  #bottom-form .content-wrapper {
    padding: 25px 0;
  }
  #bottom-form .middle-content {
    justify-content: start;
  }
  .your_frame .container {
    flex-direction: column;
  }
  .your_frame .upload-area,
  .your_frame .container #configuratable-product-section {
    padding: 15px;
  }
  .listing-your-frame {
    flex-direction: column-reverse;
  }
  .listing-your-frame .content-wrapper {
    align-self: flex-start;
  }
  .info_banner_show #mobile-menu-button {
    top: 40px;
    transition: all 300ms;
  }
  .nav-mobile-wrapper {
    transition: width 300ms;
  }
  #mobile-menu-button > span, #mobile-menu-button > span:after, #mobile-menu-button > span:before {
    transition: all 300ms;
  }
}
@media screen and (max-width: 775px) {
  .product-tile.panoramic_image .price-wrapper {
    justify-content: start;
    gap: 20px;
  }
  .product-tile.panoramic_image .content {
    min-height: 160px !important;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 700px) {
  .container,
  .container.alt,
  .container.full {
    max-width: 100%;
  }
  .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;
  }
  .header-modules {
    padding-right: 40px;
  }
  #logo,
  .sticked #logo {
    height: 30px;
  }
  .login-wrapper {
    margin-left: 10px;
  }
  #TOP .button.alt.cta.ico-left {
    padding-right: 0;
  }
  #TOP .button.alt.cta.ico-left > span {
    display: none;
  }
  .header-modules .button[target=_blank] {
    display: none;
  }
  .header-modules .login-wrapper {
    opacity: 0;
    position: absolute;
    top: -20000px;
  }
  .header-modules {
    gap: 10px;
  }
  #TOP-MAIN .header-modules {
    padding-right: 50px;
  }
  #SYSTEM-FOOT {
    padding: 40px 0;
  }
  #SYSTEM-FOOT .container,
  #SYSTEM-FOOT .contact_data {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
  #SYSTEM-FOOT .contact-data-wrapper {
    text-align: center;
    font-size: 0.9rem;
  }
  .logo-contentbox-area .slick-list,
  .listing-module-wrapper .slick-list {
    padding-left: 0 !important;
  }
  .logo-contentbox-area .slick-list:before,
  .listing-module-wrapper .slick-list:before {
    display: none;
  }
  .icon-card-area {
    gap: 20px;
    flex-direction: column;
  }
  .icon-card-area .image-wrapper {
    width: 300px;
    padding-bottom: 200px;
    margin: 0 auto;
  }
  #START h2,
  h2 {
    font-size: 1.3rem;
  }
  .logo-contentbox-area .slick-list {
    padding-right: 50px !important;
  }
  .links {
    text-align: center;
  }
  .bg-cta-link-section {
    min-height: 40vh;
  }
  .logo-wrapper,
  .logo-wrapper .logo-img {
    height: 60px;
  }
  .stats-card-area .columns.x4 > div {
    width: 50%;
  }
  .stats-card-section .stats-card-area {
    position: static;
  }
  .stats-card-section,
  #START .stats-card-section {
    background-image: none;
    padding-bottom: 0 !important;
  }
  .carousel-card .content {
    margin: 0;
    max-width: 80vh;
  }
  a.carousel-card .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;
  }
  .logo-contentbox-wrapper {
    padding: 15px;
  }
  .logo-contentbox-wrapper p {
    font-size: 0.9rem;
  }
  .photo-box .content {
    padding: 15px;
  }
  .photo-box.realization-box h3 {
    font-size: 1em;
  }
  .icon-card-area .icon-card .content h3 {
    font-size: 1.4rem;
  }
  .realization-wrapper .slick-list {
    padding-left: 0 !important;
  }
  .ps-image .banner-header h1,
  #START .ps-image .banner-header h1 {
    font-size: 3rem;
  }
  .controls a {
    font-size: 0.9rem;
  }
  .icon-card-area .image-wrapper {
    transform: none !important;
    width: 90%;
    scale: 2;
  }
  .icon-card-area .image-wrapper .image {
    width: 100%;
    margin: auto;
    scale: 0.5;
  }
  .mobile-bg {
    padding-bottom: 20px;
    height: 250px;
  }
  .mobile-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .stats-card-area {
    margin: 0 -20px;
  }
  .page-order-section .columns.x2 > div:first-child {
    width: 100%;
  }
  .page-order-section .columns.x2 > div:last-child {
    width: 100%;
  }
  .nice-cart-page h3,
  .order-form-page h3 {
    font-size: 1rem;
  }
  .nice-cart-page,
  .user_addresses_wrapper,
  .order-form-page p {
    font-size: 0.8rem;
  }
  .user-address-wrapper,
  .order-form-page label {
    font-size: 0.8rem;
  }
  .order-form-page a {
    font-size: 0.8rem;
  }
  .order-form-page textarea {
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .article-footer-controls {
    margin-top: 0;
  }
  .tile .content {
    width: auto;
  }
  .product-tile .content {
    margin-left: -15px;
    min-height: auto;
  }
  .product-tile .content h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .product-tile .content span {
    font-size: 0.8rem;
  }
  .product-tile .content a {
    font-size: 0.8rem;
    padding: 0;
  }
  .product-tile.product-cta-wrapper {
    padding: 15px;
  }
  .card.branch-card .content h3 {
    font-size: 1rem;
  }
  .card.branch-card .image-wrapper {
    height: auto;
  }
  .card h3 {
    font-size: 1rem;
  }
  .logo-contentbox-area .slick-list,
  .listing-module-wrapper .slick-list {
    padding-right: 80px !important;
  }
  .tile .image-wrapper {
    height: 60px;
    width: 60px;
  }
  table td,
  table th {
    font-size: 0.8rem;
  }
  .table-wrapper table {
    max-width: none;
    width: 660px;
  }
  .login-wrapper .my-account-panel {
    top: 125%;
  }
  .product-tile .price-wrapper .price span,
  .product-tile .price-wrapper .price,
  .product-tile .price-wrapper .add-to-cart {
    font-size: 1rem;
  }
  .product-tile .price-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
  }
  .rabat-section .rabat-combo a {
    padding: 20px;
  }
  #page-user_addresses .product-tile .controls {
    text-align: left;
    left: 15px;
    display: flex;
    gap: 5px;
  }
  #page-user_addresses .product-tile .controls .button {
    min-width: 6em;
    padding: 5px;
  }
  .nav-top {
    padding-right: 10px;
    justify-content: flex-start;
  }
  .nav-top .button {
    margin: 0;
  }
  .nav-top .button.alt:not(.cta) {
    padding: 5px 8px;
    min-width: auto;
  }
  .window-overlay.utal-form .window input {
    height: 40px;
  }
  .bg-cta-link-area .controls .button {
    height: unset;
    padding: 5px 20px;
  }
  .utal-form .form-fields-wrapper > .col2 textarea {
    min-height: 60px;
  }
  .window-overlay.utal-form .window .window-content {
    padding: 15px;
  }
  .utal-form .submit-controls > div {
    margin-right: 0;
  }
  .utal-form .submit-controls .button.cta {
    min-width: unset;
    width: 100%;
  }
  #bottom-form.columns.x2 > div {
    width: 100%;
  }
  #bottom-form .content-wrapper {
    width: 100%;
    padding: 25px;
  }
  #bottom-form .bottom-form-wrapper a {
    font-size: 18px;
  }
  #bottom-form .content-wrapper .controls .button {
    align-items: center;
  }
  .product-tile.with-price .content .nice-cart-quantity-controls .input-number {
    max-width: 120px;
    width: 120px;
  }
  .product-cta-wrapper .input-number input {
    width: 50px;
  }
  .product-cta-wrapper .content .price-wrapper .product-price {
    padding-bottom: 10px;
  }
  .product-tile.product-cta-wrapper.with-price .content {
    min-height: 160px;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .product-tile.product-cta-wrapper.with-price .price-wrapper {
    left: 0;
    justify-content: start;
    gap: 15px;
    margin-left: 0;
    margin-top: 20px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-tile.product-cta-wrapper.with-price .infographic-item {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .product-tile.product-cta-wrapper.with-price .products-info-wrapper {
    flex-direction: column;
  }
  .product-tile.product-cta-wrapper.with-price .image-wrapper {
    width: 100%;
  }
  #page-user_addresses .product-tile .content {
    padding-left: 15px;
  }
  .filter_dropdown_wrapper {
    width: 100%;
  }
  .table_filters {
    flex-direction: column;
    gap: 10px;
  }
  #search_form .text-filter-wrapper {
    margin-right: auto;
    width: 100%;
  }
  .clear-all-filters-wrapper {
    position: static;
    width: 100%;
  }
  .clear-all-filters-wrapper .button {
    width: 100%;
    margin: 0;
  }
  .your_frame #window-frame {
    width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .product-tile.panoramic_image .price-wrapper {
    justify-content: start;
    gap: 20px;
  }
  .your_frame #window-frame {
    width: 350px;
  }
  .product-tile.panoramic_image .content {
    min-height: 225px !important;
  }
  .product-tile.panoramic_image .content .products-info-wrapper {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=theme-media.css.map */