@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f4f0ee;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.text-red {
    color: red
}

.text-black {
    color: #000
}

.text-dec-none {
    text-decoration: none
}

.w-90p {
    width: 90%
}

.block {
    display: block
}

.absolute {
    position: absolute
}

.right-0 {
    right: 0
}

.relative {
    position: relative
}

.w-100p {
    width: 100%
}

.fl-right {
    float: right
}

.fl-left {
    float: left
}

.w-50p {
    width: 50%
}

.w-60p {
    width: 60%
}

.w-25p {
    width: 25%
}

.w-33p {
    width: 33%
}

.personal-white {
    color: #ececec
}

.back-color-black {
    background-color: #000
}

.f-w-500 {
    font-weight: 500
}

.pdb-2p {
    padding-bottom: 2%
}

.font-s-18px {
    font-size: 18px
}

.uppercase {
    text-transform: uppercase
}

.padd-top-100px {
    padding-top: 100px
}

.text-centre {
    text-align: center
}

.pd-t-5p>div:first-child>h2 {
    padding-top: 5%
}

.padd-b-3p {
    padding-bottom: 3%
}

.just-centre,
.loading-overlay {
    display: flex;
    justify-content: center
}

.loading-overlay {
    align-items: center;
    background-color: #00000080;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.spinner {
    animation: spin 1s linear infinite;
    border: 6px solid #fff;
    border-radius: 50%;
    border-top-color: #e7bd8a;
    height: 60px;
    width: 60px
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.background-black {
    background-color: #000
}

.flex {
    display: flex
}

.header {
    background-color: #16151b;
    color: #ececec;
    font-size: 16px;
    font-weight: 500;
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    top: var(--contact-bar-height, 0);
    transition: background-color .3s ease, box-shadow .3s ease;
    width: 100%;
    z-index: 900
}

.header.scrolled {
    box-shadow: 0 2px 4px #0003
}

.logo-on-header {
    align-items: center;
    display: flex;
    padding-left: 7%
}

.logo-image {
    display: block;
    height: auto;
    max-height: 60px;
    width: auto
}

.pages-of-header {
    padding-left: 2%;
    width: 55%
}

.pages-of-header>div {
    padding-left: 2%;
    padding-top: 20px;
    width: 15%
}

.pages-of-header>div>a {
    background-color: initial;
    border: 0;
    color: #ececec;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-decoration: none
}

.underline {
    display: inline-block;
    position: relative
}

.underline:after {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .3s ease;
    width: 0
}

.underline:hover:after {
    width: 100%
}

.active-link:after {
    width: 100% !important
}

.icons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 7%;
    width: 14%
}

.icons a {
    color: #ececec;
    width: 100%
}

.icon-mail,
.icon-tel {
    padding-top: 20px
}

.burger {
    display: none
}

.mobile-overlay {
    background: #0009;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .3s ease;
    z-index: 998
}

.mobile-overlay.open {
    opacity: 1;
    pointer-events: auto
}

.mobile-drawer {
    background: #16151b;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 360px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .35s ease;
    width: 85%;
    z-index: 999
}

.mobile-drawer.open {
    transform: translateX(0)
}

.mobile-drawer-header {
    align-items: center;
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    justify-content: space-between;
    padding: 16px
}

.mobile-drawer-logo {
    height: 40px
}

.mobile-close {
    background: none;
    border: none;
    color: #ececec;
    cursor: pointer;
    font-size: 22px
}

.mobile-drawer-nav {
    display: flex;
    flex-direction: column;
    padding: 20px
}

.mobile-drawer-nav a {
    border-bottom: 1px solid #ffffff1f;
    color: #ececec;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 14px 0;
    text-decoration: none;
    text-transform: uppercase
}

.mobile-drawer-footer {
    display: flex;
    padding: 10px
}

.mobile-drawer-footer a {
    color: #ececec;
    font-size: 27px;
    padding: 0 5% 5%
}

@media (max-width:1024px) {

    .icons,
    .pages-of-header {
        display: none !important
    }

    .burger {
        display: block
    }

    .logo-on-header {
        padding-left: 16px
    }

    .burger {
        border: 1px solid #fff9;
        border-radius: 6px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 20px;
        justify-content: center;
        margin-left: auto;
        margin-right: 16px;
        margin-top: 15px;
        padding: 10px;
        width: 20px
    }
}

html {
    scroll-behavior: smooth
}

.font-weight-400 {
    font-weight: 400
}

.home-part-1-left {
    background-color: #16151b;
    float: left;
    padding-left: 7.1%;
    padding-top: 8%;
    width: 43%
}

.home-part-1-right {
    display: flex;
    flex-grow: 1;
    margin-top: 0;
    margin-top: var(--contact-bar-height, 0);
    width: 50%
}

.home-container-1-part {
    display: flex;
    flex-direction: row;
    height: auto
}

.tytulGlowny {
    font-size: 40px;
    font-weight: 400
}

.gold-border {
    border-left: 1px solid #ddb687;
    padding-left: 3%
}

.tytul-pracy {
    font-size: 1.5rem;
    font-weight: 500
}

.abouteLS,
.f-size-for-site {
    font-size: 18px
}

.abouteLS {
    display: flex;
    line-height: 25px;
    width: 420px
}

.block-przewagi-sufitow {
    padding: 4%
}

.block-przewagi-sufitow>span {
    display: block;
    font-size: 46px;
    font-weight: 400;
    padding-bottom: 2%;
    text-align: center;
    width: 100%
}

.block-przewagi-sufitow>div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 100%
}

.block-przewagi-sufitow>div>div {
    box-sizing: border-box;
    display: flex;
    flex-basis: calc(20% - 20px);
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: calc(20% - 20px)
}

.block-przewagi-sufitow>div>div>span {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize
}

.icon-przewaga {
    color: #af4b2f;
    height: 15%;
    width: 15%
}

.multicolor-text {
    -webkit-background-clip: text;
    background-clip: text;
    background-color: initial;
    background-image: linear-gradient(90deg, #dcb78b, #967062);
    color: #0000;
    font-size: 36px;
    text-shadow: none
}

.butt-zobacz {
    background-image: linear-gradient(90deg, #e7bd8a, #967062);
    border: 0;
    cursor: pointer;
    height: 60px;
    margin-bottom: 119px;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
    transition: background .5s ease;
    width: 25%
}

.z-i-2 {
    position: relative;
    z-index: 2
}

.butt-zobacz:after {
    background-image: linear-gradient(90deg, #e7bd8a, #e7bd8a);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease;
    z-index: 1
}

.butt-zobacz:hover:after {
    opacity: 1
}

.butt-poznaj {
    background-image: linear-gradient(90deg, #967062, #e7bd8a);
    border: 0;
    cursor: pointer;
    height: 60px;
    overflow: hidden;
    position: relative;
    transition: background .5s ease;
    width: 25%
}

.butt-poznaj:after {
    background-image: linear-gradient(90deg, #e7bd8a, #e7bd8a);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease;
    z-index: 1
}

.butt-poznaj:hover:after {
    opacity: 1
}

.margins-for-poznaj {
    margin-bottom: 119px;
    margin-left: 100px;
    margin-top: 70px
}

.home-container-2-part {
    display: flex
}

.home-part-2-left {
    color: #383632;
    padding-bottom: 3%;
    padding-left: 7.1%;
    padding-top: 1%;
    width: 43%
}

.home-part-2-right {
    display: flex;
    flex-grow: 1;
    width: 50%
}

.advantages-about {
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
    width: 90%
}

.dosw-product {
    display: flex;
    padding-top: 80px
}

.dosw-product>div>div:first-child {
    color: #000;
    font-size: 35px
}

.dosw-product>div>div:last-child {
    color: #000;
    font-size: 20px;
    padding-left: 5px
}

.padd-left-7p {
    padding-left: 7%
}

.abouteLuxS {
    display: block;
    font-size: 18px;
    width: 90%
}

.przewagi>ul {
    line-height: 25px;
    list-style: none;
    padding: 0 0 0 10px
}

.przewagi {
    display: block;
    font-size: 18px;
    width: 90%
}

.types-of-ceilings-title {
    color: #cab8a2;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: clamp(40px, 15vw, 200px);
    font-weight: 500;
    text-align: center;
    width: 100%
}

.types-of-ceilings {
    grid-gap: 30px;
    box-sizing: border-box;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-left: 4%;
    width: 96%
}

.types-of-ceilings>div>div:first-child>img {
    height: auto;
    margin-bottom: 10%;
    object-fit: cover;
    width: 100%
}

.titleOfTypes {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize
}

.types-of-ceilings>div>div:last-child {
    color: #383632;
    font-size: 18px;
    margin-top: 5%
}

.produkcja {
    padding-left: 7%;
    width: 93%
}

.produkcja>div:first-child {
    color: #383632;
    font-size: 18px;
    width: 70%
}

.produkcja>div:last-child {
    color: #383632;
    font-size: 18px;
    width: 23%
}

.produkcja>div:last-child>div {
    background-color: #e4bf92;
    border-radius: 5px;
    color: #fff;
    margin: 2px;
    padding: 7px;
    width: 100%
}

.produkcja>div:last-child>h2 {
    margin-top: 12px
}

.produkcja>div:last-child>div>a {
    color: #fff;
    text-decoration: none
}

p[id] {
    scroll-margin-top: 70px
}

.pd-l-5p {
    padding-left: 0 5% 0 5%
}

.lux-stats {
    padding: 1% 5% 3%
}

.lux-stats-title {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #dcb78b, #967062);
    color: #0000;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center
}

.lux-stats .card {
    background: linear-gradient(90deg, #e7bd8a, #967062);
    border-radius: 22px;
    cursor: pointer;
    overflow: hidden;
    padding: 45px 35px;
    position: relative;
    transition: all .35s ease
}

.lux-stats .card:hover {
    background: #1c1b22;
    color: #fff;
    transform: translateY(-14px)
}

.lux-stats .icon {
    align-items: center;
    background: #ffffff0d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 30px;
    height: 75px;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all .35s ease;
    width: 75px
}

.lux-stats .card:hover .icon {
    background: #ffffff26;
    color: #e7bd8a
}

.lux-stats h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px
}

.lux-stats p {
    color: inherit;
    font-size: 18px;
    line-height: 1.4
}

.lux-stats .cards {
    grid-gap: 35px;
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:1024px) {
    .lux-stats .cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .lux-stats .cards {
        grid-template-columns: 1fr
    }
}

@media (max-width:1024px) {
    .cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .cards {
        grid-template-columns: 1fr
    }
}

@media (max-width:1024px) {
    .home-container-1-part {
        display: flex;
        flex-direction: column-reverse
    }

    .home-part-1-left {
        background-color: #16151b;
        display: flex;
        flex-wrap: wrap;
        float: none;
        padding-bottom: 10%;
        padding-left: 2%;
        padding-top: 8%;
        width: 98%
    }

    .home-part-1-right {
        float: none;
        position: static;
        width: 100%
    }

    .buttons-zobacz-poznaj {
        display: flex;
        width: 100%
    }

    .buttons-zobacz-poznaj>a {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        margin-left: 0;
        width: 50%
    }

    .butt-poznaj {
        background-image: linear-gradient(90deg, #967062, #e7bd8a)
    }

    .butt-poznaj,
    .butt-zobacz {
        border: 0;
        cursor: pointer;
        height: 60px;
        overflow: hidden;
        position: relative;
        transition: background .5s ease;
        width: 80%
    }

    .butt-zobacz {
        background-image: linear-gradient(90deg, #e7bd8a, #967062);
        margin-bottom: 119px;
        margin-top: 70px
    }

    .abouteLS {
        display: flex;
        flex-wrap: wrap;
        line-height: 25px;
        width: 100%
    }

    .home-container-2-part {
        flex-direction: column
    }

    .home-part-2-left {
        order: 1;
        padding-bottom: 10%;
        width: 92.9%
    }

    .home-part-2-right {
        order: 2;
        width: 100%
    }

    .w-100p-for-mobile {
        width: 100%
    }

    .types-of-ceilings-title {
        padding-bottom: 5%;
        padding-left: 4%;
        padding-top: 10%;
        text-align: left;
        width: 96%
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .block-przewagi-sufitow>div>div {
        flex: 1 1 45%;
        max-width: 45%
    }
}

@media (max-width:768px) {
    .block-przewagi-sufitow>div>div {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center
    }

    .block-przewagi-sufitow .icon-przewaga {
        display: block;
        font-size: 2rem;
        margin: 0 auto 10px
    }
}

.contact-table {
    border: 1px solid #000;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 110px auto 50px;
    width: 50%
}

.padd-7p {
    padding-top: 7%
}

.padd-b-5p {
    padding-bottom: 5%
}

.bg-my {
    background-color: #f4f0ee
}

.head-of-table {
    background-color: #16151b;
    color: #efd4b2
}

.head-of-table>tr>th {
    font-size: 20px;
    padding: 10px
}

.text-centre>tr>td:first-child {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 15px;
    padding: 15px;
    width: 30%
}

.text-centre>tr>td:last-child {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 17px;
    padding: 17px;
    width: 70%
}

.text-centre>tr:hover {
    background-color: #e9e9e9;
    transition: .3s linear
}

.text-centre>tr:hover>td:first-child {
    -webkit-background-clip: text;
    background-clip: text;
    background-color: initial;
    background-image: linear-gradient(90deg, #ddb687, #8b6557);
    color: #0000;
    text-shadow: none;
    transition: .3s linear
}

@media (max-width:400px) {
    .text-centre>tr>td:last-child {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        font-size: 17px;
        padding: 8.5px 0;
        width: 70%
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-10%)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
}

.footer {
    height: 500px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 5%;
    width: 86%
}

.footer,
.footer>div:first-child {
    background-color: #16151b;
    color: #fff
}

.footer>div:first-child {
    display: flex;
    height: 80%;
    width: 100%
}

.footer>div>div>h2 {
    -webkit-background-clip: text;
    background-clip: text;
    background-color: initial;
    background-image: linear-gradient(90deg, #dcb78b, #967062);
    color: #0000;
    text-shadow: none
}

.footer-pages {
    border-left: 1px solid grey;
    display: flex;
    flex-direction: column;
    height: 80%;
    text-align: center;
    width: 33%
}

.footer-pages>a {
    color: #fff;
    font-size: 19px;
    padding-top: 10px;
    text-transform: capitalize
}

.footer-social-media {
    border-left: 1px solid grey;
    display: flex;
    flex-direction: column;
    height: 80%;
    text-align: center;
    width: 33%
}

.footer-social-media>a {
    color: #fff;
    font-size: 19px;
    padding-top: 10px;
    text-transform: capitalize
}

.footer-kontakt {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    display: flex;
    flex-direction: column;
    height: 80%;
    text-align: center;
    width: 33%
}

.footer-kontakt>a {
    color: #fff;
    font-size: 19px;
    padding-top: 10px
}

@media (max-width:1024px) {
    .footer {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .footer>div:last-child {
        padding-top: 10%
    }

    .footer>div:first-child {
        display: flex;
        flex-direction: column;
        text-align: center
    }

    .footer-kontakt,
    .footer-pages,
    .footer-social-media {
        border: 0;
        width: 100%
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-10%)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }
}

.sendPictureForm {
    margin-left: 5%;
    margin-top: 100px;
    width: 50%
}

.deletePictureForm {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    width: 50%
}

.imgesFromCategory {
    height: 150px;
    object-fit: cover;
    padding: 5px;
    width: 150px
}

.modal-overlay {
    background: #000000a6;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000
}

.modal-content,
.modal-overlay {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-content {
    animation: fadeIn .4s;
    background: #0000;
    max-height: 90%;
    max-width: 90%;
    position: relative
}

.modal-image {
    border-radius: 6px;
    box-shadow: 0 4px 20px #0000004d;
    max-height: 90vh;
    max-width: 90%;
    object-fit: contain
}

.close-button {
    background: #000c;
    font-size: 20px;
    height: 32px;
    right: 20px;
    top: 18px;
    width: 32px
}

.close-button,
.nav-button {
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: fixed;
    z-index: 1100
}

.nav-button {
    align-items: center;
    background: #00000080;
    display: flex;
    font-size: 13px;
    height: 48px;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 48px
}

.size-next-prev {
    font-size: 25px
}

.nav-button.left {
    left: 20px
}

.nav-button.right {
    right: 20px
}

@media (max-width:768px) {
    .nav-button {
        font-size: 18px;
        height: 40px;
        width: 40px
    }

    .modal-image {
        max-height: 80vh;
        max-width: 100%
    }
}

.adminNavigation {
    display: flex;
    height: 400px;
    justify-content: center;
    margin-top: 20%
}

.adminNavigation>div>button {
    background: linear-gradient(90deg, #dcb78b, #967062);
    border: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 30px 40px;
    position: relative;
    transition: background .3s ease
}

.adminNavigation>div>button:after {
    background-image: linear-gradient(90deg, #e7bd8a, #e7bd8a);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease;
    z-index: 1
}

.adminNavigation>div>button:hover:after {
    opacity: 1
}

.adminNavigation>div:first-child {
    padding-right: 10%
}

.adminNavigation>div>button>a {
    color: #fff;
    font-weight: 700;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 2
}

.container-gallery {
    padding-left: 8%;
    padding-right: 7%
}

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

.image-in-gallery {
    cursor: pointer;
    height: 150px;
    object-fit: cover;
    padding: 2px;
    width: 150px
}

@media (max-width:1024px) {
    .gallery {
        justify-content: center
    }

    .text-centre-mobile {
        text-align: center
    }

    .pd-t-5p>div:first-child>h2 {
        padding-top: 15%
    }
}

@media (max-width:768px) {
    .pd-t-5p>div:first-child>h2 {
        padding-top: 25%
    }
}

@media (max-width:480px) {
    .pd-t-5p>div:first-child>h2 {
        padding-top: 35%
    }
}

.container-wsp {
    border: 1px solid #000;
    display: flex;
    margin: 7%
}

.text-container-wsp {
    color: #16151a;
    padding-left: 10%;
    padding-right: 10%
}

.wsp-text {
    border-right: 1px solid #000;
    padding-bottom: 4%;
    width: 50%
}

.coZapew>li {
    list-style: none
}

.wsp-block-form {
    width: 50%
}

.wsp-form {
    display: flex;
    flex-direction: column;
    padding-left: 25%;
    padding-top: 5%;
    width: 50%
}

.wsp-form>input {
    background: #0000;
    border: 1px solid;
    border-color: #0000 #0000 #000;
    margin-top: 25px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    transition: border .3s ease, box-shadow .3s ease
}

.wsp-form>input:focus {
    border: 1px solid #0000;
    border-image: linear-gradient(90deg, #ebd197, #b48811, #a2790d, #bb9b49) 1;
    outline: none;
    z-index: 2
}

.wsp-form>textarea {
    background: #0000;
    border: 1px solid;
    border-color: #0000 #0000 #000;
    height: 80px;
    margin-top: 20px;
    padding-left: 0;
    resize: vertical
}

.wsp-form>textarea:focus {
    border: 1px solid #0000;
    border-image: linear-gradient(90deg, #ebd197, #b48811, #a2790d, #bb9b49) 1;
    outline: none;
    z-index: 2
}

.wsp-form>button {
    background-image: linear-gradient(90deg, #967062, #e7bd8a);
    border: 0;
    cursor: pointer;
    height: 60px;
    margin-left: 35%;
    margin-top: 10%;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    transition: background .5s ease;
    width: 65%
}

.wsp-form>button:after {
    background-image: linear-gradient(90deg, #e7bd8a, #e7bd8a);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease;
    z-index: 1
}

.wsp-form>button:hover:after {
    opacity: 1
}

@media (max-width:1024px) {
    .container-wsp {
        border: 1px solid #000;
        display: flex;
        flex-direction: column;
        margin: 35% 2% 2%
    }

    .wsp-text {
        border-right: 1px solid #000;
        padding-bottom: 4%;
        width: 100%
    }

    .wsp-block-form {
        border-top: 1px solid #000;
        padding: 5%;
        width: auto
    }

    .wsp-form {
        padding-left: 0;
        width: 100%
    }
}

:root {
    --bg: #fafafa;
    --text: #222326;
    --muted: #55595b;
    --accent: #c7a24b
}

.produkcja-section {
    background: #fafafa;
    background: var(--bg);
    display: flex;
    justify-content: center;
    padding: 100px 20px 80px
}

.produkcja-container {
    align-items: stretch;
    box-sizing: border-box;
    color: #222326;
    color: var(--text);
    display: flex;
    flex-wrap: wrap;
    font-family: Poppins, system-ui, sans-serif;
    gap: 40px;
    justify-content: center;
    max-width: 1300px;
    width: 100%
}

.produkcja-left {
    background: linear-gradient(180deg, #ffffffe6, #fffffff2);
    border-radius: 12px;
    box-shadow: 0 8px 24px #1012140f;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    line-height: 1.7;
    min-width: 320px;
    padding: 48px 56px;
    position: relative
}

.produkcja-left:before {
    background: #c7a24b;
    background: var(--accent);
    border-radius: 4px;
    box-shadow: 0 4px 14px #c7a24b24;
    content: "";
    height: 64px;
    left: -12px;
    position: absolute;
    top: 50px;
    width: 6px
}

.produkcja-left h2 {
    color: #222326;
    color: var(--text);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px
}

.produkcja-left p {
    color: #55595b;
    color: var(--muted);
    font-size: 16px;
    margin: 0
}

.produkcja-left strong {
    color: #222326;
    color: var(--text);
    font-weight: 600
}

.produkcja-right {
    align-items: center;
    display: flex;
    flex: 1 1 50%;
    justify-content: center;
    min-width: 320px
}

.produkcja-image {
    border-radius: 12px;
    box-shadow: 0 10px 30px #10121414;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    transition: transform .35s ease, box-shadow .35s ease;
    width: 100%
}

.produkcja-right:hover .produkcja-image {
    box-shadow: 0 18px 46px #1012141f;
    transform: scale(1.02)
}

@media (max-width:1024px) {
    .produkcja-container {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 30px
    }

    .produkcja-left {
        order: 1
    }

    .produkcja-right {
        order: 2
    }

    .produkcja-left,
    .produkcja-right {
        flex: 1 1 100%;
        padding: 36px 28px
    }

    .produkcja-left:before {
        display: none
    }

    .produkcja-image {
        border-radius: 12px;
        max-height: 450px
    }
}

@media (max-width:720px) {
    .produkcja-section {
        padding: 60px 12px 50px
    }

    .produkcja-container {
        flex-direction: column;
        gap: 22px
    }

    .produkcja-left {
        margin-top: 5%;
        order: 1;
        padding: 20px
    }

    .produkcja-right {
        order: 2;
        padding: 20px
    }

    .produkcja-left p {
        font-size: 15px
    }

    .produkcja-image {
        border-radius: 10px;
        max-height: 360px
    }
}

.produkcja-left,
.produkcja-right {
    animation: fadeUp .52s ease-in-out forwards;
    opacity: 0;
    transform: translateY(6px)
}

.produkcja-right {
    animation-delay: .12s
}

.produkcja-left {
    animation-delay: 60ms
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.slider-container {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 5%;
    position: relative;
    width: 90%
}

.slider-track {
    display: flex;
    gap: 10px;
    transition: transform 1s ease-in-out
}

.slider-item {
    cursor: pointer;
    flex: 0 0 auto;
    height: 450px;
    overflow: hidden;
    width: 25%
}

.slider-item img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (max-width:1024px) {
    .slider-item {
        height: 300px;
        width: 50%
    }
}

@media (max-width:768px) {
    .slider-item {
        height: 300px;
        width: 50%
    }
}

.contact-bar {
    background: linear-gradient(90deg, #c3a47f, #967062);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    gap: 40px;
    justify-content: center;
    left: 0;
    padding: 8px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900
}

.contact-bar,
.contact-item {
    align-items: center;
    display: flex
}

.contact-item {
    gap: 8px
}

.icon {
    font-size: 18px
}

.contact-item>a {
    color: #fff;
    text-decoration: none
}

@media (min-width:1024px) {
    .contact-bar {
        display: none
    }
}

@media (max-width:480px) {
    .contact-bar {
        flex-direction: row;
        padding: 10px 0;
        text-align: center
    }
}

@media (max-width:768px) {
    .contact-bar {
        font-size: .6rem;
        gap: 15px;
        padding: 10px 0
    }
}

.App {
    text-align: center
}

.App-logo {
    height: 40vmin;
    pointer-events: none
}

@media (prefers-reduced-motion:no-preference) {
    .App-logo {
        animation: App-logo-spin 20s linear infinite
    }
}

.App-header {
    align-items: center;
    background-color: #282c34;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    min-height: 100vh
}

.App-link {
    color: #61dafb
}

@keyframes App-logo-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

/*# sourceMappingURL=main.79451ec9.css.map*/