.bg-main-zdjecie {
    padding: 82px 0px;
    background-image: url("/img/banner.webp");
    background-position: center;
    background-size: cover;
}

img {
    width: 100%;
}

form a {
    text-decoration: none;
    color: #FF9100;
}

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

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

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

body {
    position: relative;
}

nav {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1;
}

nav .container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-div,
.menu-div {
    width: fit-content;
}

.menu-div {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
}

.menu-div a {
    color: #555;
    text-decoration: none;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.menu-div a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0%;
    background-color: #FF9100;
    transition: all 0.3s ease-in-out;
}

.menu-div a:hover:before {
    width: 100%;
}

p {
    color: rgba(85, 85, 85, 0.75);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.color-orange {
    color: #FF9100;
}

.bg-main-container {

    border-radius: 48px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);

    padding: 48px 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.main-btn {
    border-radius: 12px;
    background: #FF9100;
    padding: 8px 24px;
    text-decoration: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    transition: all 0.3s ease-in-out;
}

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;
}

.main-btn:hover {
    background: #ff9e20;
}

.bg-grey {
    background: #F8F8F8;
}

.oferta {
    padding: 96px 160px;
}

.tel-btn-menu {
    display: none;
    width: 56px;
    height: 32px;
    border-radius: 16px;
    background: #FF9100;
    justify-content: center;
    align-items: center;
}

.tel-btn-menu::before {
    all: unset;
}

.whole-offer-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 32px;
    overflow-x: auto;
    padding: 128px 12px;
    scroll-snap-type: x mandatory;
}

.div-img-offer-item {
    margin-top: -106px;


}

.div-img-offer-item img {
    border-radius: 48px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    width: 124px;
}

.single-item {
    padding: 40px 24px 72px 24px;
    border-radius: 48px;
    width: 31%;
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    scroll-snap-align: center;
    min-height: 526px;
}

.warte-uwagi-whole-div {
    padding: 96px 0px;
}

.warte-uwagi-whole-div .container {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.div-img-warte-uwagi img {
    border-radius: 48px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.diety,
.kosmetyki,
.zespol,
.faq,
.kontakt {
    padding: 128px 0px;
}

footer {
    padding: 48px 0px;
}

.div-diets {
    flex-wrap: nowrap;
    gap: 32px;
    display: flex;
}

.img-diets {
    width: 25%;
}

.img-diets img {
    border-radius: 48px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.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: 500px;
}

.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) span {
    width: 100%;
}

.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,
#form-offer textarea {
    border-radius: 12px;
    background: #FFF;
    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: 8px 24px;
    border: none;
    outline: none;
    border-radius: 12px;
    background: #FF9100;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    width: fit-content;
}

.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 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;
}

@media screen and (max-width:1319px) {
    .whole-offer-div {
        justify-content: start;
    }

    .single-item {
        width: 360px;
    }
}

@media screen and (max-width:992px) {
    .footer-links div {
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }

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

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

    .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: 32px;
        height: 32px;
    }

    .div-diets {
        gap: 16px;
    }

    .img-diets img {
        height: 280px;
    }

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

    p {
        font-size: 16px;
    }

    .single-item {
        width: 270px;
    }

    .menu-div a {
        display: none
    }

    .tel-btn-menu {
        display: flex !important;
    }

    h2 {
        font-size: 35px;
    }

    h1 {
        font-size: 44px;
    }

    .bg-main-zdjecie,
    .oferta {
        padding: 48px 16px;
    }

    .bg-main-container {
        padding: 48px 24px;
    }
}