img {
    width: 100%;
}



h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

h1 {
    color: #433B29;
    font-family: Poppins;
    font-size: 69px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1.38px;
}

h3 {
    color: #433B29;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 42px */
    letter-spacing: -0.7px;
}

body {
    position: relative;
}









p {
    color: #433B29;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}






h2 {
    color: #555;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 66px */
    letter-spacing: -1.1px;
}

h4 {
    color: #555;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 33.6px */
    letter-spacing: -0.56px;
}

.gray-bg {
    background-color: #F8F8F8;
}

nav .container {
    border-bottom: 1px solid #E3E3E3;
}

nav .container .row .col-12 {
    padding: 16px;
    display: flex;
    justify-content: center;
}

.first-offer-div {
    padding-bottom: 96px;
    padding-top: 28px;
}

.oferta-text-div p {
    text-align: center;
}

.oferta-price-div span {
    color: #433B29;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.oferta-price-div span b {
    font-weight: 700;
}

.main-btn {
    padding: 8px 24px;
    border-radius: 4px;
    background: #FF9100;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    /* text-small */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
}

.nasze-efekty {
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.whole-efekty-div {
    overflow: auto;
    display: flex;
    gap: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.czym-sie-roznimy {
    padding-top: 96px;
    padding-bottom: 96px;
}

.czym-sie-roznimy__title {
    color: #FF9100;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .efekty-div {
        width: 25%;
    }

    .efekty-div__przed,
    .efekty-div__po {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .whole-efekty-div {
        scroll-snap-type: x mandatory;
    }

    .efekty-div {
        scroll-snap-align: start;
    }

}

.efekty-div {
    display: flex;
    border-radius: 20px;
    border: 2px solid #FF9100;
    padding: 4px;
    min-width: 275px;
}

.efekty-div__przed img {
    border-radius: 16px 0px 0px 16px;
}

.efekty-div__po img {
    border-radius: 0px 16px 16px 0px;
}

@media screen and (max-width: 992px) {
    .main-btn {
        width: 100%;

    }

    .oferta-btn-div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}

footer {
    padding: 48px 0px;
    margin-bottom: 100px;
}


.faq-item {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    gap: 32px;
    border-bottom: 1px solid #FF9100;
    padding: 32px 0px 0px 0px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.faq-item.active .faq-answer {
    padding-bottom: 32px;
}

.faq-item div:nth-child(1) svg {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}

.faq-item.active div:nth-child(1) svg {
    transform: rotate(0deg);
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

.faq-question {
    display: flex;
    gap: 16px;
    align-items: center;
    color: #555;
    font-family: Poppins, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.46px;
}

.faq-item div:nth-child(1) {
    display: flex;
    gap: 16px;
    align-items: center;
}

.faq-item div:nth-child(1) {
    color: #555;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 27.6px */
    letter-spacing: -0.46px;
}

.faq-item div:nth-child(1) svg {
    display: flex;
}

.desc-of-kontakt {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.open-hours {
    display: flex;
    gap: 24px;
}

.open-hours div:nth-child(1) {
    color: #FF9100;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 27.6px */
    letter-spacing: -1.15px;
}

.open-hours div:nth-child(2),
.open-hours div:nth-child(3) {
    color: #555;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.open-hours div:nth-child(3) {
    border-left: 1px solid #FF9100;
    padding-left: 24px;
}

#form-offer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#form-offer div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#form-offer label {
    color: #3F3F3F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

#form-offer .kontakt-input {
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    background: #F8F8F8;
    border: none;
    outline: none;
    padding: 12px 24px;
    width: 100%;
    color: #3F3F3F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.akceptacja {
    flex-direction: row !important;
}

button[type="submit"] {
    padding: 6px 24px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #FF9100;
    color: #FFF;

    /* text-small */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    width: 100%;
    height: 48px;
}

.kontakt-iframe iframe {
    border-radius: 48px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.footer-links div {
    display: flex;
    gap: 32px;
    justify-content: end;
}

.footer-links div a {
    color: #555;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    text-decoration: none;
}

.footer-social-links {
    display: flex;
    gap: 32px;
    justify-content: end;
    border-top: 1px solid rgba(85, 85, 85, 0.50);
}

.footer-social-links div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF9100;
    display: grid;
    place-items: center;
}
.footer-social-links div a svg{
    display: flex;
}
.footer-social-links div a {
    display: flex;
    gap: 8px;
    color: #555;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    text-decoration: none;
}

.footer-links,
.footer-social-links {
    padding: 16px 0px;
    width: 100%;
}

.links-n-social {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.polityka-div {
    padding-top: 48px;
    text-align: center;
    color: rgba(85, 85, 85, 0.50);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
}

.polityka-div a {
    color: rgba(85, 85, 85, 0.50);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
    text-decoration: none;
}

#rezultat span {
    padding: 64px 0px;
}

#rezultat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #555;
    text-align: center;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 27.6px */
    letter-spacing: -0.46px;
}

a.polityka.form {
    color: #FF9100;

    /* text-small */
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    /* 19.5px */
}

.sticky-offer-element {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #E3E3E3;
    background: #FF9100;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 8px 16px 24px 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.sticky-offer-element-content {
    display: flex;
    flex-direction: column;
}

.oferta-div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .sticky-offer-element {
        justify-content: space-between;
        gap: 0px;
    }

    .sticky-offer-element-content,
    .sticky-offer-element-button {
        width: 100%;
    }
}

.sticky-offer-element-content div:nth-child(1) span {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    letter-spacing: -0.26px;
}

.sticky-offer-element-content div:nth-child(2) span {
    color: #FFF;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 40.5px */
}

.sticky-offer-element-button {
    display: flex;
    align-items: center;
    justify-content: end;
}

.skorzystaj-z-oferty {
    height: 48px;
    text-decoration: none;
    padding: 6px 10px;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    color: #FF9100;
    border-radius: 4px;
    background: #F8F8F8;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.skorzystaj-z-oferty span {
    display: flex;
}

@media screen and (max-width:992px) {
    .faq-item div:nth-child(1) {
        color: #433B29;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: -0.32px;
    }

    .footer-links div {
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }

    .footer-social-links {
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .footer-logo-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .footer-logo-div img {
        width: 20%;
    }

    .open-hours {
        flex-direction: column;
        align-items: center;
    }

    .open-hours div:nth-child(3) {
        padding: 0;
        border-left: 0px;
    }

    .faq-item div:nth-child(1) svg {
        width: 30px;
    }





    .whole-offer-div {
        gap: 16px;
    }

    p {
        font-size: 16px;
    }



    h2 {
        font-size: 35px;
    }

    h1 {
        font-size: 44px;
    }


}

.metamorfozy {
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url(/img/bg.webp);
    background-size: cover;
    background-position: center;
}

.metamoprfozy-text-div-info {
    padding: 8px 24px;
    border-radius: 4px;
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    gap: 12px;
    cursor: pointer;
}

.metamoprfozy-text-div-info span:nth-child(1) {
    color: #FF9100;

    /* text-small */
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.metamoprfozy-text-div-info span:nth-child(1) b {
    color: #FF9100;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 19.5px */
}

.metamoprfozy-text-div-info span:nth-child(2) {
    display: flex;
    align-items: center;
}

.metamoprfozy-text-div-info span:nth-child(2) svg {
    display: flex;
}

.metamorfozy-whole-div {
    display: flex;
    overflow: auto;


}

.img-div-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .metamorfozy-img-div {
        max-width: 50%;
    }

    .img-div-info {
        padding: 0px 20px 0px 0px;
    }

    .metamorfozy-info-div-description div span,
    .metamorfozy-info-div-description div span b {
        font-size: 12px !important;
    }
}

.timelaps-metamorofzy {
    position: relative;
}

.timelaps-metamorofzy div:nth-child(1) {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    background: #FFF;
}

.timelaps-metamorofzy div:nth-child(2) {
    height: 6px;
    width: 100%;
    background: #FFF;
}

.timelaps-metamorofzy {
    display: flex;
    align-items: center;
}

.metamorfozy-info-div-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.metamorfozy-info-div-description div span {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: -0.32px;
}

.metamorfozy-info-div-description div span b {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.metamorfozy-single-div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.metamorfozy-text-div div:nth-child(1) span {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
}

.metamorfozy-text-div div:nth-child(2) span {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.metamorfozy-img-div {
    border-radius: 36px;
    border: 2px solid #FFF;
    padding: 4px;
}

.metamorfozy-img-div img {
    border-radius: 32px;
}

.container-fluid.faq {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media screen and (max-width: 992px) {
    .metamorfozy .zero-right-padding {
        padding-right: 0px !important;
    }

    .metamorfozy-whole-div {
        scroll-snap-type: x mandatory;
    }

    .metamorfozy-single-div {
        scroll-snap-align: start;
        width: 100%;
        min-width: calc(100% + 35px);
        padding-bottom: 24px;
    }

    .metamoprfozy-text-div-info {
        width: 100%;
    }

}

.wypelnij-forma {
    color: #FF9100;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
    text-transform: uppercase;
}

.h2-form {
    color: #433B29;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 40.5px */
}