body {
    color: #445C75;
    font-family: "inter", sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.text {
    font-family: "myriad-pro", sans-serif;
}

p {

}

/*Headers*/

h1 {
    color: #445c75;
    margin-top: 0;
}


h2 {
    margin-top: 0;
    color: #445c75;
}


h3 {
    color: #445c75;
    margin-top: 0;
}


h4 {

    color: #445c75;
    margin-top: 0;
}

h5 {
    color: #445c75;
    margin-top: 0;
}


h6 {

    color: #445c75;
    margin-top: 0;
}


/*Links, buttons*/
button, .button, a {
    transition: all 300ms ease-out;
    text-decoration: none;
    color: #445C75;
}

a:hover, a:link, a:active {
    color: #445C75;
    outline: 0 none;
    text-decoration: none;
}

*:focus {
    outline: none;
}


.clear {
    clear: both;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}


a.post-edit-link {
    background: url(data:image/webp;base64,UklGRswCAABXRUJQVlA4TMACAAAvQ8AQEFfDtpEkKZV/rLhYsNs8STBo20iS+UM7HMdg/72bGQRt28b8IW/747htJEdi/pHu77y/biVUVbInG8hU9FOwX2anpD8bKGal5Grf+T7HM2ZTpmBvCkpK7v7dIwVzMisbFFEo5kaxl/1SsSclWITBF4tBCIsfwhcnhEUIf3xwRwiLMPghLG4I4YPwRXjiix8WF9wxWCwuCGFwoB8fhMVgEEIYLKTbtmZIUkRr7LaNr23btrvsev8nSHyKmP8R/YfkSJIiyaLiNLRY9ATjd4rH04Bm+rjgwjmQOXNhkbboQBoYSet74HjQd8lxoW+NY03dI7DypOx5mmf6VS6RicucjgMzE6fY15bgSK4DrF+/B8q3syDIzE058H4dfpVJ2iZEsny4Mw/CzG4fLEMkm6R7cJJ7QmnJjaUS7goc5QqVmnJlKoU5Amc5QryBjtHWAWDkLaa6rmPop23oZFivRt0p9Ye1tp4z7iLyC3q1tq6DtpAPXYCK9poIW9vBnM3mQCfNsVHXT5oLTWo8+ncYG62kydCeyit+IeP7CGkvlNvQeDdkfB0AykbOhCnsyj8oNv7ZLz1A2Y2vupUTiYFv1iKjke5JxSDZF/Srtdigs1/F5/BxhVr7hzb+YfCsavRTJ23FELYV+rkbaFskeb/0AMM2SdyvfaBgS9wB0LDipLBK+Bh3UhhPoKr74rKzj6mcyPodL/9/rLAr648hwMP9X89tKJc55+wBZVBc3tw3SWpSLkzy1oJGcXlrwQVNuXDBWxsblbuQ563RjbqFu/hegee3UterzD1Lb2NjY0tb1xjoePNi7+THHs6LvaQfe1ov9tbsPf7B1qzUvGCPbxLIWaN0MyM6JdxiZw3WiSWRxc48E+yJGzvzZBNGnBfu2evZ6OaJ5/G/O4uyd7oXfpzN/bgj8OKuwo87E0/ubryOAQ==) no-repeat center center;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    width: 68px;
    height: 68px;
    text-indent: -20000px;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .widget .widget-title,
.site-footer .widget .widgettitle {
    color: #445C75;
}

.site-footer a:not(.button):not(.components-button) {
    color: #445C75;
}

div#primary {
    margin: 0;
    width: 100%;
    float: none;
}

article.page.hentry {
    margin: 0;
}

main#main {
    margin-bottom: 0;
}


.text ol {
    padding: 10px 24px;
    list-style-position: outside;
    margin-left: 0;
}

.text ol li {
    margin-bottom: 0;
}

.text {
    margin-bottom: 40px;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55556;
    text-align: justify;
    color: #445c75;
}


.container {
    max-width: 1290px;
    padding: 0 30px;
}

img {
    max-width: 100%;
    border-radius: 0;
}


.mask {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    pointer-events: none;
}

div#page {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*background: url(../images/page_03.jpg) no-repeat center -253px;*/
    max-width: 100%;
    margin: 0 auto;
}

header#masthead {
    margin: 0;
    border: 0 none;
    background: transparent;
    padding: 50px 0 9px;
}

.home header#masthead {
    padding: 50px 0 94px;
}


header .container {
    width: 100%;
    max-width: 100%;
}

header.entry-header img {
    display: none;
}

.home header.entry-header h1 {
    display: none;
}

.col-full {
    margin: 0 auto;
    max-width: 1830px;
    padding: 0 30px;
    box-sizing: border-box;
}

.top-header {
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
}

.logo {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.logo img {
    display: block;
    margin: 0 auto;
}

b, strong {
    font-weight: bold;
}

.text ul {
    margin: 0;
    padding: 10px 5px;
    list-style-type: none;
}

.text ul li {
    padding-left: 10px;
    margin-bottom: 5px;
    background: url(../images/dot.png) no-repeat left 10px;
    text-align: left;
}

.icon-menu {
    display: block;
    width: 34px;
    height: 38px;
    z-index: 1001;
    cursor: pointer;
    margin-top: 0;
    padding: 0;
}

.icon-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background: #445C75;
    margin-top: 6px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 5px;
}

.icon-menu.active span {
    background: #fff;
}

.icon-menu.active span.l1 {
    margin-top: 16px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-menu.active span.l2 {
    background: transparent
}

.icon-menu.active span.l3 {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -14px;
}

.storefront-primary-navigation ul {
    display: none
}

.storefront-primary-navigation.active ul {
    display: block
}

.storefront-primary-navigation {
    background: #a3835b;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 1000;
    top: 0 !important;
    left: 0;
    width: 385px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-property: transform, -webkit-transform, -ms-transform;
    pointer-events: none;
    transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    border-radius: 20px 0 0;
    padding-top: 157px;
    margin-left: 0;
    box-shadow: 0 24px 24px 0 rgba(68, 92, 117, 0.25);
    padding-bottom: 50px;
    bottom: 0;
}


.storefront-primary-navigation.active {
    pointer-events: all;
    transform: none;
    -ms-transform: none;
    display: block;
}

.storefront-primary-navigation ul {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
}


.storefront-primary-navigation ul li {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.storefront-primary-navigation ul li li {
    margin-bottom: 0
}

.storefront-primary-navigation ul a, .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #fff;
    padding: 8px 20px !important;
}

.storefront-primary-navigation.active ul li.current-menu-item > a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.3);
}

.storefront-primary-navigation ul a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.3);
}

.icon-menu.active {
    position: fixed;
    top: 82px;
    left: 30px;
}

@media screen and (max-width: 1023px) {
    body.block {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

.links-box {
    display: flex;
    flex-wrap: wrap;
    margin: -45px -10px;
}

.link-item {
    width: 33.33%;
    padding: 45px 10px;
}

.link-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: inter, sans-serif;
}

.link-photo {
    margin-bottom: 34px;
    overflow: hidden;
    border: 1px solid rgba(68, 92, 117, 0.3);
}

.link-photo img {
    display: block;
    max-width: 100%;
    transform: scale(1);
    transition: all 300ms ease-out;
}

.link-item:hover img {
    transform: scale(1.1);
}

.links-box-container {
    padding-bottom: 70px;
}

.section-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3em;
    text-align: center;
    color: #445c75;
    font-family: inter, sans-serif;
    margin-bottom: 60px;
}

.partners-box-container {
    padding-top: 70px;
    padding-bottom: 60px;
}

.partners-box {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 90px;
}

.text:last-child {
    margin-bottom: 0;
}

.right-sidebar .widget-area {
    display: none;
}

footer#colophon {
    margin-top: 0;
    padding: 0;
    background: transparent;
}


.footer-contact-form {
    padding-bottom: 70px;
}

.footer-contact {
    padding-top: 85px;
    border-top: 1px solid rgba(68, 92, 117, 0.3);
    padding-bottom: 50px;
}

.footer-contact-form .section-title {
    margin-bottom: 106px;
}

.contact-form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-row p label {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    color: #445c75;
    font-family: inter, sans-serif;
    padding-top: 9px;
    padding-right: 10px;
}

.contact-form-group p {
    display: flex;
}

.contact-form-row input.wpcf7-form-control,
.contact-form-row input.wpcf7-form-control:focus {
    border: 1px solid rgba(68, 92, 117, 0.3);
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0 10px;
    line-height: 38px;
    color: rgba(68, 92, 117);
    outline-color: transparent;
    box-shadow: 0 0 0 transparent;
}

.contact-form-group:first-child {
    width: 56%;
}

.contact-form-group:last-child {
    width: 37%;
}

.contact-form-group p {
    justify-content: space-between;
    align-items: flex-start;
}

.contact-form-row > p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

textarea.wpcf7-form-control, textarea.wpcf7-form-control:focus {
    border: 1px solid rgba(68, 92, 117, 0.3);
    width: 100%;
    height: 154px;
    background: transparent;
    padding: 10px;
    line-height: 38px;
    color: rgba(68, 92, 117);
    outline-color: transparent;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 0 0 transparent;
}

.contact-form-row > p > .wpcf7-form-control-wrap {
    width: 75%;
}

.contact-form-group:first-child .wpcf7-form-control-wrap {
    width: 55%;
}

.contact-form-group:last-child .wpcf7-form-control-wrap {
    width: 83%;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 141%;
    color: #445c75;
    font-family: inter, sans-serif;
    display: block;
    text-align: justify;
}

span.wpcf7-form-control.wpcf7-acceptance label {
    padding-left: 20px;
    position: relative;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-form-row-acceptance {
    padding-top: 16px;
}

.contact-form-row-button p {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.contact-form-row-button {
    display: flex;
    justify-content: flex-end;
}

input.wpcf7-form-control.wpcf7-submit {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.33em;
    color: #fff;
    width: 240px;
    height: 48px;
    font-family: inter, sans-serif;
    background: #445c75;
}


.woocommerce-breadcrumb a:first-of-type::before {
    width: 20px;
    height: 20px;
    background: #445C75;
    content: '';
    color: #445C75;
}


.storefront-breadcrumb {
    margin-bottom: 6px;
}

.storefront-breadcrumb .col-full {
    max-width: 1290px;
    padding: 0 30px;
}

.woocommerce-breadcrumb {
    font-weight: 400;
    font-size: 16px;
    color: #445c75;
    font-family: i, sans-serif;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.2em;
    width: 100%;
}

.woocommerce-breadcrumb a {
    color: #445c75;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-breadcrumb a:first-of-type::before {
    width: 20px;
    height: 20px;
    background: #445C75;
    content: '';
    color: #445C75;
    margin-right: 21px;
    top: 4px;
    position: relative;
}

.news-box {
    display: flex;
    justify-content: flex-start;
    margin: -10px;
    font-family: Myriad-pro, sans-serif;
    padding-bottom: 124px;
    flex-wrap: wrap;
}

.news-item {
    width: 33.33%;
    padding: 10px;
    font-family: "myriad-pro", sans-serif;

}

.news-photo {
    margin-bottom: 34px;
    overflow: hidden;

}

.news-photo img {
    display: block;
    max-width: 100%;

    transform: scale(1);
    transition: all 300ms ease-out;
}

.news-link:hover img {
    transform: scale(1.1);
}

.news-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55556;
    color: #445c75;
    margin-bottom: -2px;
}

.news-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 129%;
    color: #445c75;
}

.archive-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: inter, sans-serif;
}

.news-box-container {
    padding-bottom: 90px;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
    opacity: 1;
    font-weight: normal;
    color: #445c75;
}

span.posted-on {
    display: none;
}

span.post-author {
    display: none;
}

.news-details {
    display: flex;
    justify-content: space-between;
    font-family: "myriad-pro", sans-serif;
}

.pk-post-sidebar {
    width: 32.53%;
}

.news-details-content {
    width: 62%;
}

.news-details-title {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: 'Inter', sans-serif;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.news-details-title:after {
    content: '';
    position: absolute;
    width: 74ox;
    width: 74px;
    height: 4px;
    border-radius: 4px;
    background: #445c75;
    bottom: 0;
    left: 0;
}

.entry-content .wp-post-image {
    display: none;
}

.news-details-date {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 28px; */
    line-height: 1.55556;
    color: #445c75;
    margin-bottom: 19px;
}

.news-details .entry-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.27273;
    color: #445c75;
    font-family: myriad-pro, sans-serif;
    width: 90%;
}

.news-details .hentry .entry-header {
    margin-bottom: 0;
    border-bottom: 0 none;
}

.hentry .news-details-content .entry-header {
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(68, 92, 117, 0.5);
    padding-bottom: 10px;
}

.news-details-content .entry-content {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 28px; */
    line-height: 1.55556;
    text-align: justify;
    color: #445c75;
    font-family: myriad-pro, sans-serif;
}

.news-details-content .entry-content p img {
    margin-top: 50px;
    margin-bottom: 50px;
}


.pk-post-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pk-gallery-item {
    width: 50%;
    padding: 5px;
}

.pk-post-sidebar-item.current {
    opacity: 0.3;
    flex-direction: column;
}

.pk-post-sidebar-item.current .news-photo {
    margin-bottom: 30px;
    width: 100%;
}

.pk-post-sidebar-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(68, 92, 117, 0.3);
    padding-bottom: 32px;
    align-items: center;
}

.pk-post-sidebar-item:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.pk-post-sidebar-item .news-photo {
    width: 25%;
    margin-bottom: 0;
}

.pk-post-meta {

    width: 69%;
}

button.send-friend {
    margin-top: 100px;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.3em;
    color: #445c75;
    padding-left: 0;
    padding-right: 0;
}

button.send-friend:hover {
    opacity: 0.7;
}

.footer-bottom {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-text {
    display: block;
    font-weight: 500;
    font-size: 0.777rem;
    text-transform: uppercase;
    color: #445c75;
    max-width: 1240px;
}


a.webscy {
    display: block;
    float: right;
    margin-top: -6px;
}

.mask-footer {
    height: 273px;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    display: none;
}

.content-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}

.content-left {
    width: 32.521%;
}

.content-main {
    width: 62%;
    padding-top: 20px;
}

.pk-slogan {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 50px;
}

.content-main .text {
    border-top: 2px solid rgba(68, 92, 117, 0.30);
    padding-top: 40px;
}


.page-heading-title {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 63px;
}


.product-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.product-item {
    margin-bottom: 50px;
}

.content-left .pk-gallery-item {
    width: 100%;
    position: relative;
}

.content-left .pk-gallery-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 12px;
    bottom: 38px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}

.text img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq-box {
    border-top: 2px solid rgba(68, 92, 117, 0.30);
    padding-top: 30px;
}

.faq-box-intro h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.30em;
    color: rgb(68, 92, 117);
    margin-bottom: 28px;
    font-family: inter, sans-serif;
}

.faq-box-intro {
    font-size: 22px;
    line-height: 28px;
    color: rgb(68, 92, 117);
    font-family: myriad-pro, sans-serif;
}

.faq-box-intro {
    font-size: 22px;
    line-height: 28px;
    color: rgb(68, 92, 117);
    font-family: myriad-pro, sans-serif;
    margin-bottom: 95px;
}

.faq-title {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.30em;
    background: rgb(68, 92, 117);
    margin-bottom: 35px;
    color: #fff;
    padding: 10px 20px;
    display: block;
}


.accordion {
    font-family: myriad-pro, sans-serif;
    margin-bottom: 10px;
}

.accordion-header {
    font-size: 22px;
    line-height: 150%;
    padding: 12px 0;
    font-weight: bold;
    color: #445C75;
    cursor: pointer;
}

.accordion-content {
    padding: 35px 0 25px 0;
}

.architecture-box-container {
    padding-bottom: 95px;
}

.product-photo {
    margin-bottom: 31px;
    border: 1px solid rgba(68, 92, 117, 0.3);
    position: relative;
}

.product-photo:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 12px;
    bottom: 78px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}

.products-box {
    padding-bottom: 95px;
}

.addtoany_list a {
    display: none;
}

.addtoany_list a.addtoany_share {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.3em;
    color: #445c75;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-decoration: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'inter', sans-serif;
}


.addtoany_list:hover a {
    display: inline-block;
}

.addtoany_list {
    padding-top: 38px;
    position: relative;
    width: 100%;
    display: block;
    height: 80px;
}


.addtoany_list a.addtoany_share:after {
    width: 30px;
    height: 30px;
    content: '';
    background: url(../images/send.svg) no-repeat right center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}


.box-interiors .news-item {
    margin-bottom: 40px;
}

.content-box.short-box {
    padding-bottom: 110px;
}

.pk-wnetrze-content {
    width: 62%;
    padding-top: 69px;

}

.wnetrze-intro {
    font-weight: 400;
    color: #445c75;
    border-bottom: 1px solid rgba(68, 92, 117, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.55556;
}

.wnetrze-title {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 65px;
    font-family: inter, sans-serif;
}

.wnetrze-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.wnetrze-text {
    margin-bottom: 10px;
}

.wnetrze-gallery-item {
    width: 25%;
    padding: 2px;
}

.edit-link {
    position: absolute;
}

.addtoany_content {
    margin-top: 45px;
}

.text .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.text .gallery .gallery-item {
    padding: 5px;
    margin-bottom: 0;
}


.form-in-box h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: inter, sans-serif;
    margin-bottom: 0;
}

.form-in-box {
    padding-top: 20px;
}

.form-in-box h2 + p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.27273;
    color: #445c75;
}

.form-in-box h3 {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: inter, sans-serif;
    margin-top: 70px;
    margin-bottom: 0;
}


.form-in-box span.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    align-items: center;
}

.form-in-box span.wpcf7-form-control.wpcf7-radio label input {
    margin-right: 10px;
}

.form-in-box span.wpcf7-list-item.first {
    width: 50%;
}


.form-in-box span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

.form-in-box span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.form-in-box label {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55556;
    color: #445c75;
}

.form-in-box span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 28px; */
    line-height: 1.55556;
    color: #445c75;
}

.form-in-box .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.form-in-box .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}

.form-in-box .wpcf7-checkbox .wpcf7-list-item label input {
    margin-right: 13px;
}

.form-in-box .small-point {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55556;
    color: #445c75;
    margin-bottom: -15px;
    display: block;
}

.form-in-box span.small-point-hidden {
    display: none;
}


.form-in-box label.short input {
    width: 127px;
}

.form-in-box label.short {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-in-box label.short span.wpcf7-form-control-wrap {
    width: auto;
    margin-right: 20px;
}

.form-in-box input.wpcf7-form-control {
    border: 1px solid rgba(68, 92, 117, 0.3);
    height: 40px;
    background: transparent;
    padding: 0 10px;
    line-height: 38px;
    color: rgba(68, 92, 117);
    outline-color: transparent;
    box-shadow: 0 0 0 transparent;
    width: 100%;
}


.point {
    font-weight: 700;
    font-size: 18px;
    /* line-height: 28px; */
    line-height: 1.55556;
    color: #445c75;
    border-bottom: 1px solid rgba(68, 92, 117, 0.3);
    margin-bottom: 26px;
    margin-top: 22px;
}

.form-in-box input.wpcf7-form-control.wpcf7-file {
    border: 0 none;
    height: auto;
    line-height: normal;
    padding: 0;
}

.form-in-box label.form-col span.wpcf7-list-item {
    width: 100%;
}

.form-in-box .form-col span.wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
}

.form-in-box select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid rgba(68, 92, 117, 0.3);
    height: 40px;
    background: transparent;
    line-height: 38px;
    color: rgba(68, 92, 117);
    width: 100%;
}

.form-in-box input.wpcf7-form-control.wpcf7-submit {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.33em;
    color: #fff;
    width: 240px;
    height: 48px;
    font-family: inter, sans-serif;
    background: #445c75;

}

.form-in-box label.short2 input.wpcf7-form-control {
    width: auto;
}

.pk-post-sidebar-item.item-center {
    align-items: center;
}

.pk-post-sidebar-item.item-center .news-photo {
    margin-bottom: 0;
}


.products-box {
    padding-bottom: 95px;
}


.section-title a {
    font-weight: 400;
}

.home .news-box {
    padding-bottom: 0;
}

.home .news-box-container {
    padding-bottom: 80px;
    padding-top: 70px;
}


.footer-info {
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #445c75;
    margin-bottom: 0;
}

.social-box {
    display: flex;
    justify-content: flex-start;
}

.social-item {
    margin-right: 28px;
}

.social-link {
    display: block;
}

.social-link:hover {
    opacity: 0.5;
}


.product-photo img {
    margin-bottom: 0 !important;
}

.related.products {
    display: none;
}

header.entry-header h1 {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3125;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 50px;
    display: none;
}

h1.page-heading-title-hidden {
    display: none;
}

/********************************************************************* Sklep ************************************************************************/

.archive .woocommerce-products-header__title.page-title {
    display: none;
}

.products-box ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.products-box ul.products.columns-3 li.product {
    width: 33.33%;
    float: none;
    margin: 0;
    padding: 8px;
    margin-bottom: 48px;
}

.products-box ul.products li.product img {
    margin: 0;
    width: 100%;
}


.products-box ul.products li.product .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #445c75;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 0 50px;
}

.storefront-sorting {
    display: none;
}

.summary.entry-summary {
    display: none;
}

nav.storefront-product-pagination {
    position: absolute;
}

.product-box-container {
    display: flex;
    padding-bottom: 110px;
}

.single-product div.product .woocommerce-product-gallery {
    width: 32.251%;
    margin: 0;
    float: none;
}

.custom-product-summary {
    width: 62%;
    padding-top: 20px;
    position: relative;
}

.product-details-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
}

.woocommerce-product-gallery__image {
    margin-bottom: 15px;
    position: relative;
}

.woocommerce-product-gallery__image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 12px;
    bottom: 78px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}


div#tab1 ul li a {
    position: relative;
}

.text .gallery .gallery-item {
    position: relative;
}

.news-photo:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 12px;
    bottom: 42px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}

.text .gallery .gallery-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 12px;
    bottom: 42px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}

div#tab1 ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55%;
    height: 12px;
    bottom: 26px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}

.news-photo {
    position: relative;
}

.news-photo:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 12px;
    bottom: 26px;
    background: url(../images/watermark.png) no-repeat center center / contain;
}


.product_title.entry-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3125;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 90px;
    padding-right: 20%;
}

.product-color-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 20px;
}

.product-color {
    display: flex;
    align-items: center;
}

.product-color img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.product-color-name {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3em;
    text-align: justify;
    color: #445c75;
    margin-bottom: 0;
}

.product-color-img {
    margin-bottom: 75px;
}

.acf-product-icons {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.acf-product-icons a {
    margin-right: 30px;
}


.single-product .product-details-box .product-price .price {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 10px;
    margin-top: 12px;
}

.product-price h3 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    margin-bottom: 0;
}

button.single_add_to_cart_button.button.alt {
    height: 48px;
    background: #445c75;
    padding: 0 20px;
}

.single-product div.product .quantity .qty {
    background: transparent;
    box-shadow: 0 0 0 transparent;
}

.product-add-to-cart {
    margin-bottom: 130px;
}

/*nav.storefront-product-pagination {
    position: absolute;
    display: none;
}
*/

html {
    scroll-behavior: smooth;
}

.news-title a b {
    font-size: 18px;
}

#swipebox-overlay {
    background: rgba(87, 88, 92, 0.90);
}

#swipebox-slider .slide img {
    max-height: 80% !important;
    max-width: 80% !important;
}

#swipebox-top-bar {
    top: -18px;
    z-index: 1
}

.woocommerce-message {
    background-color: #445c75;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    border-color: #445C75;
    background-color: #445C75;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.33em;
    color: #fff;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background-color: #445C75;
    border-color: #445C75;
    color: #ffffff;
    opacity: 0.7;
}


body:not(.has-checkout-must-login-notice) .fc-inside {
    float: right;
}

body.woocommerce-checkout .fc-content * {
    border: 0 none;
}

.fc-wrapper .fc-step__substep:last-of-type {
    padding-left: 0;
    padding-right: 0;
}

div.woocommerce form .form-row .select2-selection, div.woocommerce form .form-row input[type=date], div.woocommerce form .form-row input[type=email], div.woocommerce form .form-row input[type=number], div.woocommerce form .form-row input[type=password], div.woocommerce form .form-row input[type=search], div.woocommerce form .form-row input[type=tel], div.woocommerce form .form-row input[type=text], div.woocommerce form .form-row input[type=url], div.woocommerce form .form-row select, div.woocommerce form .form-row textarea {
    border: 1px solid rgba(68, 92, 117, 0.3);
    background: transparent;
    box-shadow: 0 0 0 transparent;
    padding-top: 6px;
    padding-bottom: 6px;
}

.fc-wrapper .fc-checkout-step {
    background: transparent !important;
}

body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address] {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

div.woocommerce form .form-row .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address] .select2-selection {
    padding: 0;
}

.fc-wrapper .fc-step__substep {
    padding-left: 0;
    padding-right: 0;
}

body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] {
    background: transparent;
}

body.woocommerce-checkout div.woocommerce .fc-wrapper #payment ul.payment_methods {
    border-radius: 0;
}

.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > input[name=payment_method]:checked + label {
    background: transparent;
}

#add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method.has-payment-box:last-of-type input[name=payment_method]:not(:checked) ~ label, #add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method:last-of-type input[name=payment_method]:checked ~ .payment_box, #add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method:not(.has-payment-box):last-of-type input[name=payment_method] ~ label, .fc-wrapper #payment .payment_methods > .wc_payment_method.has-payment-box:last-of-type input[name=payment_method]:not(:checked) ~ label, .fc-wrapper #payment .payment_methods > .wc_payment_method:last-of-type input[name=payment_method]:checked ~ .payment_box, .fc-wrapper #payment .payment_methods > .wc_payment_method:not(.has-payment-box):last-of-type input[name=payment_method] ~ label {
    background: transparent;
}

#shipping_method.shipping-method__options {
    border-radius: 0;
    background: transparent;
}

body.woocommerce-checkout div.woocommerce .fc-wrapper .fc-step__substep .fc-step__substep-title {
    font-weight: 700;
    font-size: 18px;
    color: #445c75;
    text-transform: none;
}

.fc-wrapper .fc-checkout-step:last-child, .fc-wrapper .fc-checkout-step:last-child > div:last-of-type {
    padding-left: 0;
    padding-right: 0;
}

p#billing_city_field {
    clear: none !important;
    margin-right: 0;
}


.social-link svg, .social-link svg * {
    fill: #fff;
}

.storefront-primary-navigation ul a.social-link, .main-navigation ul.nav-menu > li > a.social-link {
    padding: 0 !important;
}


span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.product-add-to-cart {
    position: relative;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    position: absolute;
    bottom: 20px;
    left: 480px;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single svg {
    stroke: #445C75;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    fill: #445C75;
}


.woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin-right: 0;
}

.container.container-absence-content {
    margin-bottom: 50px;
}

nav.pk-product-pagination {
    position: absolute;
    top: 25px;
    right: 0;
}

nav.pk-product-pagination a {
    margin-left: 20px;
}

label .wpcf7-list-item label {
    display: flex;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span.wpcf7-list-item {
    display: block;
}

label .wpcf7-list-item label input {
    margin-right: 10px;
}

.text .gallery .gallery-item {
    padding: 5px;
    margin-bottom: 0;
}

span.wpcf7-form-control.wpcf7-radio {
    display: block;
}

span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
}

span.small-point {
    display: block;
    margin-bottom: -15px;
}

span.small-point-hidden {
    display: none;
}


.woocommerce-breadcrumb .breadcrumb-separator::after {
    display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: 0;
}

.box-cart, .wp-block-woocommerce-checkout, .woocommerce-order, .box-order, .box-observed, .error-404.not-found {
    max-width: 1290px;
    padding: 0 30px;
    margin: 0 auto !important;
}


.wc-block-components-button:not(.is-link) {
    background-color: #445c75;
    color: #ffffff;
}

.wc-block-components-button:not(.is-link):hover, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):active {
    background-color: #445c75;
    color: #ffffff;
    opacity: 0.7;

}

.box-cart .addtoany_list a.addtoany_share {
    display: none;
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
    color: #445c75 !important;
}

.col-1 {
    max-width: none;
}

.col-2 {
    max-width: none;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 20px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a {
    width: 100%;
}

li.woocommerce-MyAccount-navigation-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

li.woocommerce-MyAccount-navigation-link a {
    width: 100%;
}

button.show-password-input {
    height: calc(100% - 2px);
    line-height: 100%;
    top: 1px;
    right: 1px;
}


.woocommerce-account form.woocommerce-form .form-row > * {
    width: 100%;
}

ul.products li.product .woocommerce-LoopProduct-link {
    margin-bottom: 16px;
}

ul.products li.product .woocommerce-LoopProduct-link .product-color-name {
    text-align: center;
}

.user-icons a {
    font-size: 26px;
    margin-left: 10px;
}


.news-box .news-photo, .pk-post-sidebar-item.current .news-photo {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #ddd;
    background: #f2f2f2;
}

.news-box .news-photo img, .pk-post-sidebar-item.current .news-photo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.user-icons {
    position: absolute;
    right: 0;
}

.gallery-icon {
    border: 1px solid #f4f4f4;
}


.pk-publikacje-content .pdf {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    align-items: center;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-left: 95px;
    padding-right: 255px;
    height: 95px;
}

.pdf {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    align-items: center;
    margin-left: -20px;
    width: calc(100%);
    position: relative;
    padding-left: 95px;
    padding-right: 255px;
    height: 95px;
    max-width: 800px;
}

.pdf:before {
    width: 95px;
    background: url(../images/pdf.svg) no-repeat left center;
    height: 95px;
    content: '';
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.pdf:after {
    content: 'Pobierz PDF';
    padding: 11px 44px;
    width: 255px;
    height: 48px;
    background: #445c75;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3em;
    color: #fff;
    flex-shrink: 0;
    margin-left: 45px;
    position: absolute;
    right: 0;
}


.dwg {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    align-items: center;
    margin-left: -20px;
}

.dwg:before {
    width: 95px;
    background: url(../images/dwg.svg) no-repeat left center;
    height: 95px;
    content: '';
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
}

.dwg:after {
    content: 'Pobierz DWG';
    padding: 11px 44px;
    width: 255px;
    height: 48px;
    background: #445c75;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3em;
    color: #fff;
    flex-shrink: 0;
    margin-left: 45px;
}

.skp {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    align-items: center;
    margin-left: -20px;
}

.skp:before {
    width: 95px;
    background: url(../images/skp.svg) no-repeat left center;
    height: 95px;
    content: '';
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
}

.skp:after {
    content: 'Pobierz SKP';
    padding: 11px 44px;
    width: 255px;
    height: 48px;
    background: #445c75;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3em;
    color: #fff;
    flex-shrink: 0;
    margin-left: 45px;
}

.zip {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #445c75;
    align-items: center;
    margin-left: -20px;
    width: calc(100% - 95px - 255px);
    position: relative;
    padding-left: 95px;
    padding-right: 255px;
    height: 95px;
}

.zip:before {
    width: 95px;
    background: url(../images/zip.svg) no-repeat left center;
    height: 95px;
    content: '';
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.zip:after {
    content: 'Pobierz ZIP';
    padding: 11px 44px;
    width: 255px;
    height: 48px;
    background: #445c75;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3em;
    color: #fff;
    flex-shrink: 0;
    margin-left: 45px;
    position: absolute;
    right: 0;
}


.artykul-text {
    margin-bottom: 50px;
}

.file-list {
    margin-bottom: 50px;
}


.pk-publikacje-content {
    width: 62%;
}


div#tab1 ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#tab1 ul li {
    width: 20%;
    padding: 3px;
}

div#tab1 ul li a {
    border: 1px solid rgba(68, 92, 117, 0.3);
    display: block;
}


ul#tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 50px;
}

ul#tabs-nav li a {
    font-size: 18px;
    letter-spacing: 0.3em;
    color: #445c75;
    position: relative;
    padding: 20px;
}

ul#tabs-nav li:after {
    content: '.';
    width: 50px;
    height: 30px;
    display: inline-block;
    text-align: center;
    align-items: baseline;
    line-height: 30px;
    border-radius: 5px;
}

ul#tabs-nav li:last-child:after {
    display: none;
}

ul#tabs-nav li.active a {
    font-weight: bold;
}

ul#tabs-nav li.active a:after {
    width: 50px;
    height: 5px;
    border-radius: 14px;
    content: '';
    position: absolute;
    bottom: 3px;
    background: #445c75;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul#tabs-nav li {
    position: relative;
}

div#tabs-content {
    border-top: 1px solid rgba(68, 92, 117, 0.3);
    padding-top: 50px;
}

.partners-box a {
    padding: 15px;
}

.footer-contact-form .social-link svg, .footer-contact-form .social-link svg * {
    fill: #445C75;
}


#swipebox-close {
    right: 35px !important;
    top: 35px !important;
}

.main-navigation, .secondary-navigation {
    clear: both;
    display: block;
    width: 100%;
}

.woocommerce-active .site-header .main-navigation {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
    clear: both;
}

button#site-navigation-menu-toggle {
    display: none;
}

.primary-navigation {
    display: block;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none;
}

.box-privacy_policy {
    margin-bottom: 50px;
}

.addtoanny {
    max-width: 1290px;
    padding: 0 30px;
    margin: 30px auto;
}

.knowledge-box-container .content-main .text {
    border-top: 0;
    padding-top: 0;
}

/*🟢 add PK 🟢

.product-photo {
  width: 100%;
  aspect-ratio: 1 / 1; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-photo img.product-image-square {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
  display: block;
}
*/

#cookiescript_badge {
    box-shadow: 1px 2px 8px 0 #a3835b !important;
    background: #a3835b !important;
}

#cookiescript_injected {
    background: #a3835b !important;
}

#cookiescript_reject {
    background: #a3835b !important;
    color: #fff !important;
}

div#cookiescript_badgeimage {
    background: url(../images/cookie.svg) no-repeat center center;
}

.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
}

.woocommerce-breadcrumb a {
    display: flex;
    align-items: center;
}

.woocommerce-breadcrumb a:first-of-type::before {
    top: 0;
}

.footer-contact-text img {
    max-width: 250px;
}


.footer-contact-text .text {
    text-align: left;
}

.footer-contact-text .logo {
    margin-bottom: 30px;
    display: none;
}

.pk-footer-links {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 0.777rem;
    text-transform: uppercase;
    color: #445c75;
}

.footer-contact-text {
    margin-bottom: 50px;
}

.footer-contact-form .section-title {
    margin-bottom: 50px;
}

div#cookiescript_accept {
    background: #fff;
    color: #a3835b;
}

.footer-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-link {
    align-items: center;
    margin-right: 20px;
    display: block;
    font-weight: 500;
    font-size: 0.777rem;
    text-transform: uppercase;
    color: #445c75;
}

.social-box .social-item:first-child {
    display: none;
}

li.menu-item.social-menu-item .social-link:first-child {
    display: none !important;
}

/**************************************************************************/


@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1200px) {
    .contact-form-group:first-child {
        width: 53%;
    }

    .contact-form-group:last-child {
        width: 40%;
    }

    .contact-form-row > p > .wpcf7-form-control-wrap {
        width: 76%;
    }
}

@media screen and (max-width: 1100px) {
    .contact-form-group:last-child {
        width: 42%;
    }

    .products-box ul.products li.product .woocommerce-loop-product__title {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .contact-form-group p {
        flex-direction: column;
    }

    .contact-form-group:first-child {
        width: 50%;
        padding-right: 10px;
    }

    .contact-form-group:last-child {
        width: 50%;
        padding-left: 10px;
    }

    .contact-form-group:first-child .wpcf7-form-control-wrap {
        width: 100%;
    }

    .contact-form-group:last-child .wpcf7-form-control-wrap {
        width: 100%;
    }

    .contact-form-row > p {
        flex-direction: column;
    }

    .contact-form-row > p > .wpcf7-form-control-wrap {
        width: 100%;
    }

    .news-details {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .pk-wnetrze-content {
        width: 100%;
        margin-bottom: 60px;
    }

    aside.pk-post-sidebar {
        width: 100%;
    }

    .news-box .news-photo, .pk-post-sidebar-item.current .news-photo {
        max-width: 400px;
        margin: 0 auto;
    }

    .pk-post-sidebar-item.current {
        display: none;
    }

    .wnetrze-gallery-item {
        width: 33.33%;
    }

    .pk-post-sidebar-item {
        width: 48%;
        margin: 1%;
    }

    .pk-publikacje-content {
        width: 100%;
    }

    .news-details-content {
        width: 100%;
    }

    .pk-post-sidebar-item {
        width: 100%;
    }

    .contact-form-row-button {
        justify-content: center;
    }

    .pk-gallery-item {
        max-width: 400px;
    }

    .products-box ul.products.columns-3 li.product {
        width: 50%;
    }

    .woocommerce-message .button {
        float: none;
        width: 100%;
        border-left: 0;
        margin-left: 0;
        margin-top: 10px;
        padding-left: 0;
    }

    div#tab1 ul li {
        width: 25%;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .copyright-page {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 800px) {
    .pdf {
        max-width: 100%;
        width: 100%;
        padding-right: 65px;
    }

    .pdf:after {
        background: #445c75 url(../images/download.svg) no-repeat center center;
        content: '';
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
    }

    .product-details-box {
        flex-wrap: wrap;
    }

    .product-details-box {
        width: 100%;
    }

    .custom-product-summary {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .contact-form-row {
        flex-direction: column;
    }

    .contact-form-group:first-child {
        width: 100%;
        padding-right: 0;
    }

    .contact-form-group:last-child {
        width: 100%;
        padding-left: 0;
    }

    .pk-post-sidebar-item {
        width: 100%;
        margin: 0 0 30px;
    }

    .content-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-link {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {

    .block #menu:after {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {

    .storefront-handheld-footer-bar {
        display: none;
    }

    div#tab1 ul li {
        width: 50%;
    }

    .woocommerce-breadcrumb {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {


    nav#menu {
        width: 60%;
    }

    .block #menu:after {
        width: 60%;
    }
}

@media screen and (max-width: 639px) {
    .news-item {
        width: 50%;
    }

    .home .news-box {
        flex-wrap: wrap;
    }

    .news-item:nth-child(3):last-child {
        display: none;
    }

    .link-item {
        width: 50%;
    }

    .top-header {
        margin-bottom: 30px;
    }

    .col-full {
        padding: 0;

    }

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        padding-left: 30px;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-text {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .copyright-page {
        margin: 0 auto;
    }

    .content-box.short-box {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .content-main {
        width: 100%;
    }

    .content-left {
        width: 100%;
    }

    .content-left .pk-gallery-item {
        width: 50%;
    }

    .content-left .pk-gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .storefront-primary-navigation {
        width: 280px;
    }

}

@media screen and (max-width: 560px) {


    nav#menu {
        width: 70%;
    }

    .block #menu:after {
        width: 70%;
    }


}

@media screen and (max-width: 479px) {


    .home .news-box .news-item {
        width: 100%;
    }

    .news-box .news-item {
        width: 100%;
    }

    .news-item:nth-child(3):last-child {
        display: block;
    }

    .link-item {
        width: 100%;
        padding: 25px 10px;
    }

    .news-box .news-photo img, .pk-post-sidebar-item.current .news-photo img {
        width: 100%;
    }

    .link-photo img {
        width: 100%;
    }

    .box-publications .news-box .news-photo img {
        max-width: 90%;
        max-height: 90%;
        width: auto;
    }

    .box-publications .news-box .news-photo {
        padding-top: 5%;
        margin-bottom: 20px;
    }

    .products-box ul.products.columns-3 li.product {
        width: 100%;
    }

    .faq-box-intro h3 {
        font-size: 22px;
    }

    .faq-box-intro {
        font-size: 20px;
    }

    ul#tabs-nav li:after {
        width: 4px;

    }


}

@media screen and (max-width: 460px) {

    .partners-box {
        margin-bottom: 50px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .container {
        max-width: 1290px;
        padding: 0 20px;
    }

    .social-box {
        align-items: center;
        margin-bottom: 50px;
    }

    .social-item {
        margin: 0 auto;
    }

    .footer-contact {
        padding-bottom: 0;
    }

    .footer-contact-form {
        padding-bottom: 0;
    }

    .footer-contact-form {
        padding-bottom: 0;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }

    .contact-form-row-button p {
        flex-direction: column;
    }

    .contact-form-row-button {
        flex-direction: column;
    }

    .contact-form-row-button {
        flex-wrap: wrap;
    }

    .contact-form-row-button p {
        flex-direction: column !important;
        align-items: center;
    }

    .contact-form-row-button {
        justify-content: center;
    }

    .footer-contact {
        padding-bottom: 20px;
    }

    .social-box {
        display: flex;
        justify-content: center;
    }


    .contact-form-row-button {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .mask-footer {
        height: 170px;
    }

    .product-add-to-cart {
        margin-bottom: 50px;
    }

    .text {
        text-align: left;
    }


}


@media screen and (max-width: 424px) {
    div#content > .col-full {
        padding: 0;
    }

    .wnetrze-gallery-item {
        width: 50%;
    }

    ul#tabs-nav li a {
        font-size: 16px;
        padding: 12px;
    }
}

@media screen and (max-width: 400px) {
    .storefront-primary-navigation {

    }

    .woocommerce-active .site-header .main-navigation {

    }

    .pk-gallery-item {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .partners-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .partners-box a {
        max-width: 33.33%;
    }
}

@media screen and (max-width: 359px) {

    ul#tabs-nav {
        flex-wrap: wrap;
    }

    ul#tabs-nav li {
        width: 100%;
        text-align: center;
    }

    ul#tabs-nav li:after {
        display: none;
    }

    ul#tabs-nav li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

