@charset "UTF-8";
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* =============================== Ogólna responsywność ================================= */
.nav-top {
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
}

nav.mobile {
  top: 60px;
}

@media screen and (max-width: 1700px) {
  nav.desktop .nav-button {
    margin: 0 15px 0 0;
  }
}
/* =============================== Podstawowe przeskoki ================================= */
@media screen and (max-width: 1600px) {
  nav.desktop .nav-button {
    margin: 0 10px 0 0;
  }
  .box-card-wrapper > .box-card {
    padding: 30px 25px 35px 25px;
  }
  .box-card-wrapper > .box-card:nth-child(1), .box-card-wrapper > .box-card:nth-child(2) {
    padding-bottom: 150px;
  }
  .box-card-wrapper > .box-card:nth-child(3), .box-card-wrapper > .box-card:nth-child(4) {
    padding-top: 150px;
  }
  .box-card-wrapper .mod-graphics {
    width: 280px;
    height: 280px;
  }
  .header-modules .reveal-phone-number-wrapper .button {
    min-width: 5em;
  }
}
@media screen and (max-width: 1500px) {
  #CANVAS, #TOP-MAIN, #TOP-EXTENDED, #SYSTEM-FOOT {
    padding-left: 220px;
  }
  #START .container.full, #START .container.alt, #START .container {
    padding: 0 40px 0 35px;
  }
  #logo {
    width: 190px;
  }
}
@media screen and (max-width: 1400px) {
  html, body, input, textarea {
    font-size: 14px;
  }
  #START h1 {
    font-size: 3.4rem;
  }
  #START h2 {
    font-size: 2.6rem;
  }
  #START h3 {
    font-size: 2rem;
  }
  #logo {
    left: 15px;
    width: 190px;
  }
  #TOP.sticked #logo {
    height: 60px;
    width: 190px;
  }
  .credobanner-content-wrapper .header .circle-logo {
    bottom: -90px;
    left: -325px;
    width: 190px;
    height: 190px;
  }
  #kancelaria .header {
    padding-left: 90px;
  }
  .article-section .header .subtitle, #kancelaria .header .subtitle {
    left: -240px;
    width: 170px;
  }
  #SYSTEM-FOOT .system-foot-logo {
    width: 170px;
    padding-right: 20px;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1367px) {
  #START .article-section.padding-bottom {
    padding-bottom: 150px;
  }
  #TOP .header-modules .social-links {
    margin-left: 10px;
  }
  #TOP .header-modules .flags {
    margin-left: 0px;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  #START h1 {
    font-size: 2.8rem;
  }
  #START h2 {
    font-size: 2.4rem;
  }
  #START h3 {
    font-size: 1.6rem;
  }
  .header, .cb_header {
    padding-bottom: 30px;
  }
  #START .header h1 strong::after, #START .header h2 strong::after, .header h1 strong::after, .header h2 strong::after, .cb_header h2 strong::after {
    margin-top: 18px;
  }
  .button {
    border-width: 2px;
    font-size: 0.8rem;
  }
  .button.txt {
    font-size: 0.8rem;
  }
  .photo-section {
    padding-bottom: 700px;
  }
  #START #TOP .container.full, #TOP .container.full {
    padding-right: 20px;
    padding-left: 20px;
  }
  #TOP-MAIN .header-modules {
    padding-left: 0;
  }
  nav.desktop .nav-button {
    margin-right: 10px;
  }
  .credobanner-content-wrapper .header .circle-logo {
    bottom: -75px;
    left: -310px;
    width: 160px;
    height: 160px;
  }
  .credobanner-content-wrapper .credobanner-content .controls {
    margin-top: 15px;
  }
  .tile.sb-tile .image-wrapper {
    max-width: 50%;
  }
  #kancelaria .header {
    padding-left: 0px;
  }
  .box-card-wrapper .mod-graphics {
    width: 160px;
    height: 160px;
  }
  .box-card-wrapper > .box-card:nth-child(1), .box-card-wrapper > .box-card:nth-child(2) {
    padding-bottom: 90px;
  }
  .box-card-wrapper > .box-card:nth-child(3), .box-card-wrapper > .box-card:nth-child(4) {
    padding-top: 90px;
  }
  #CANVAS, #TOP-MAIN, #TOP-EXTENDED, #SYSTEM-FOOT {
    padding-left: 214px;
  }
  #TOP-MAIN {
    padding-left: 160px;
  }
  .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: #CFAC57;
    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;
  }
  .tile.news-tile .image-wrapper {
    min-width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .person-area > div.empty, .col-tile > div.empty {
    display: none;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 1250px) {
  .credobanner-content-wrapper {
    padding-top: 90px;
    height: 450px;
  }
  .position {
    margin-top: 0;
  }
  .updated {
    font-size: 0.8rem;
  }
  .contact-data-form-section {
    display: block;
  }
  .contact-data-form-section > div.contact-col,
  .contact-data-form-section > div.add-module-col {
    width: 100%;
    padding: 0 0 30px 0;
    border: 0;
  }
  .credobanner-content-wrapper .credobanner-content {
    padding-left: 60px;
  }
  .credobanner-content-wrapper .header .circle-logo {
    left: -275px;
  }
  #cookie-info {
    left: 20px;
    right: 20px;
    padding: 15px;
  }
  .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: unset;
  }
  .reveal-phone-number-wrapper.show-on-mobile .ico {
    height: 40px;
    width: 40px;
    padding: 6px;
    min-width: 0;
  }
}
/* ---------------------------------------- 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;
  }
  #logo, .sticked #logo {
    opacity: 1;
    transform: translate(0, 50%);
    transition: all 300ms;
    height: 60px;
  }
  .credobanner-content-wrapper {
    padding-top: 320px;
    height: 100vh;
  }
  .credobanner-content-wrapper .header .circle-logo {
    left: 50%;
    transform: translate(-50%, 0) !important;
    bottom: calc(100% + 40px);
    width: 250px;
    height: 250px;
  }
  .container.full, .container.alt, .container {
    max-width: 100%;
    padding: 0 20px;
  }
  #START .credobanner-content-wrapper .credobanner-content h1 {
    text-align: center;
  }
  #START .credobanner-content-wrapper .credobanner-content .header:after {
    display: none;
  }
  .credobanner-content-wrapper .credobanner-content .text-wrapper {
    font-size: 1rem;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
  }
  .credobanner-content-wrapper .credobanner-content .controls {
    text-align: center;
  }
  .article-section .header .subtitle,
  #kancelaria .header .subtitle {
    left: 0;
    bottom: auto;
    top: 10px;
    padding-bottom: 0;
    border: 0;
    width: 100%;
  }
  #CANVAS, #TOP-MAIN, #TOP-EXTENDED, #SYSTEM-FOOT {
    padding-left: 0;
  }
  .container.full::after, .container.alt::after, .container::after {
    display: none;
  }
  .credobanner-content-wrapper .credobanner-content {
    padding-left: 0;
  }
  .credobanner-content-wrapper .credobanner-content .header::after {
    left: 0;
  }
  .tile.sb-tile {
    border-bottom: 0;
  }
  .tile.sb-tile .image-wrapper {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .tile.sb-tile .image-wrapper .image {
    width: 80%;
  }
  .tile.sb-tile .content {
    padding-left: 0;
    width: auto;
  }
  .tile.sb-tile::after {
    display: none;
  }
  .header, .cb_header {
    min-height: 1em;
    margin-bottom: 0;
  }
  .article-section h2, #START .article-section h2 {
    margin-top: 0;
    padding-top: 25px;
  }
  .tile.news-tile .image-wrapper {
    padding-right: 20px;
  }
  .tile.news-tile .content {
    padding-left: 20px;
  }
  .person-area .image-wrapper, .col-tile .image-wrapper,
  .person-area .content, .col-tile .content {
    padding: 0 20px;
  }
  .header.with-button .button {
    margin-bottom: 0;
    margin-top: 10px;
  }
  #SYSTEM-FOOT .container {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
  #SYSTEM-FOOT .system-foot-logo {
    position: static;
    transform: none;
  }
  #SYSTEM-FOOT {
    min-height: 0;
    padding: 15px 0;
  }
  #SYSTEM-FOOT .container .copyright {
    padding-top: 15px;
    font-size: 0.8rem;
  }
  #START .container.full, #START .container.alt, #START .container {
    padding: 0 20px;
  }
  .contact-data-form-section {
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
  }
  .contact-data-form-section > div.contact-col {
    padding: 0 20px 20px 20px;
  }
  .contact-data-form-section > div.add-module-col .form-wrapper {
    padding: 20px;
  }
  .box-card-wrapper > .box-card .content,
  .box-card-wrapper .box-card h3,
  .box-card-wrapper > .box-card:nth-child(2) h3,
  .box-card-wrapper > .box-card:nth-child(4) h3,
  .box-card-wrapper > .box-card:nth-child(2) .controls,
  .box-card-wrapper > .box-card:nth-child(4) .controls {
    text-align: left;
  }
  .box-card-wrapper .box-card h3 .ribbon, #START .box-card-wrapper .box-card h3 .ribbon, .subtitle .ribbon {
    transform: none;
    left: 0;
  }
  #START .header h1 strong::after, #START .header h2 strong::after, .header h1 strong::after, .header h2 strong::after, .cb_header h2 strong::after {
    display: none;
  }
  .person-area, .col-tile {
    margin-left: -20px;
    margin-right: -20px;
  }
  .article-section .text-wrapper .controls {
    text-align: left;
    padding-top: 1rem;
  }
  .cb_header {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0.6em;
  }
  .header::after, .cb_header::after {
    display: none;
  }
  .article-section:first-child h2:first-child, .article-section.padding-top h2:first-child, .article-section.padding-both h2:first-child, #START .article-section.padding-top h2:first-child, #START .article-section.padding-both h2:first-child {
    padding-top: 0;
  }
  a.box-card {
    text-decoration: none;
  }
  .box-card-wrapper > .box-card {
    margin: -0.5px;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-card-wrapper > .box-card:nth-child(1), .box-card-wrapper > .box-card:nth-child(2) {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
  }
  .box-card-wrapper .box-card h3 .ribbon, #START .box-card-wrapper .box-card h3 .ribbon {
    white-space: normal;
    font-size: 0.8rem;
    bottom: auto;
    top: 100%;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .box-card-wrapper .mod-graphics {
    width: 140px;
    height: 140px;
  }
  .box-card-wrapper .box-card h3 .ribbon img, #START .box-card-wrapper .box-card h3 .ribbon img {
    display: none;
  }
  .box-card-wrapper .box-card h3, #START .box-card-wrapper .box-card h3 {
    text-align: center;
  }
  .box-card-wrapper .box-card .content {
    max-width: 100%;
  }
  .person-area .image-wrapper {
    border: 0;
  }
  .person-area .content, .col-tile .content {
    padding-left: 0;
  }
  .person-area .image-wrapper, .col-tile .image-wrapper {
    border: 0;
  }
  .columns.news > div:last-child {
    padding-bottom: 0;
  }
  .contact-data-form-section .contact_data {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #SYSTEM-FOOT .address {
    text-align: center;
  }
  #SYSTEM-FOOT .links ul {
    justify-content: center;
  }
  #START .map, .map {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 30px;
    padding: 0;
    margin-right: -30px;
    margin-left: -30px;
  }
  .submit-controls > .submit-area {
    margin-top: 0;
  }
  .contact-data-form-section > div.add-module-col {
    padding-bottom: 0;
  }
  .contact-data-form-section > div.add-module-col .form-wrapper {
    padding-bottom: 40px;
  }
  .contact-data-form-section {
    padding-bottom: 0;
  }
  .article-footer-controls {
    padding: 20px 0 0 0;
    margin: 0;
  }
  .submit-controls .captcha_wrapper {
    margin-bottom: 20px;
  }
  blockquote {
    padding: 0;
  }
  .quote-section .columns > div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #bdbdbd;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 600px) {
  html, body, input, textarea {
    font-size: 13px;
  }
  #START h1 {
    font-size: 2.8rem;
  }
  #START h2 {
    font-size: 2rem;
  }
  #START h3 {
    font-size: 1.5rem;
  }
  .person-area .content h3, .col-tile .content h3 {
    font-size: 1.5rem;
  }
  #TOP-MAIN .header-modules .social-links {
    display: none;
  }
  .menu-button-placeholder {
    width: 35px;
  }
  .tile.sb-tile {
    padding-bottom: 0;
  }
  .tile.sb-tile .content {
    width: 100%;
    padding-left: 0;
  }
  .box-card-wrapper > .box-card::after {
    display: none !important;
  }
  .box-card-wrapper {
    overflow: visible;
  }
  .tile.news-tile {
    flex-direction: column;
  }
  .tile.news-tile .content {
    padding-left: 0;
  }
  .tile.news-tile .image-wrapper {
    padding-right: 0;
    border: 0;
  }
  .header, .cb_header {
    min-height: 1em;
  }
  .breadcrumps img, .breadcrumps svg {
    margin: 0 5px;
  }
  .person-area, .col-tile {
    align-items: flex-start;
  }
  .person-area > div.image-wrapper, .col-tile > div.image-wrapper {
    flex: 0;
    min-width: 150px;
    width: 150px;
  }
  .tile.news-tile .image-wrapper {
    min-width: 100%;
  }
  .cb-text_photo .image img {
    max-height: 250px;
  }
  .person-area::after, .col-tile::after {
    left: 20px;
    right: 20px;
  }
  #START .credobanner-content-wrapper .credobanner-content .header {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  #kancelaria .tile.sb-tile .image-wrapper .image {
    margin: 0 auto;
  }
  #kancelaria .header h2 {
    text-align: center;
  }
  #TOP .header-modules .flags {
    margin-left: 10px;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 380px) {
  #kancelaria .tile.sb-tile .image-wrapper .image,
  #zespol .tile.sb-tile .image-wrapper .image {
    width: 100%;
  }
  #kancelaria .tile.sb-tile .content,
  #zespol .tile.sb-tile .content {
    text-align: left;
  }
  #kancelaria .controls {
    text-align: center;
  }
  #zespol .person-area > div.image-wrapper {
    margin: 0 auto;
  }
}/*# sourceMappingURL=theme-media.css.map */