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

:root {
    --border-color: rgba(215, 65, 144, 0.50);
    --gradient-color: linear-gradient(93deg, #FF9100 0%, #D74190 100%);
    --bg-color: #F8F8F8;

}

img {
    width: 100%;
}

form a {
    text-decoration: none;
    color: rgba(85, 85, 85, 0.75);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
}

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

}

h1,
h2,
h3,
b {

    font-weight: 700;
}

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

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: var(--gradient-color);
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width:992px) {
    .menu-div a::before {
        visibility: hidden;

    }

}

.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 {
    background: linear-gradient(89deg, #FF9100 16.49%, #D74190 64.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-main-container {

    border-radius: 32px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);

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

.main-btn {
    border-radius: 62px;
    background: var(--gradient-color);
    padding: 12px 32px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    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;
}

.border-bottom-line {
    border-bottom: 1px solid var(--border-color);
}

.kolko-od-svg {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FF9100 0%, #D74190 100%);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.bg-grey {
    background: #F8F8F8;
}

.oferta {
    padding-top: 96px;
    padding-bottom: 48px;
}

.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: 32px;
    border: 1px solid var(--border-color);
}

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

footer {
    padding: 48px 0px;
    background: linear-gradient(93deg, #FF9100 0%, #D74190 100%);
}

.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 var(--border-color);
    padding: 32px 0px 0px 0px;
}

.faq-item div:nth-child(1) span {
    width: 100%;
}

.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) {
    background: linear-gradient(90deg, #FF9100 0%, #D74190 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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 var(--border-color);
    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: 32px;
    border: 1px solid var(--border-color);
    background: #FFF;
    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: 12px 32px;

    outline: none;
    border-radius: 62px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(93deg, #FF9100 0%, #D74190 100%);
    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: 32px;
    border: 1px solid var(--border-color);
}

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

.footer-links div a {
    color: #FFF;
    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(255, 255, 255, 0.50);
}

.footer-social-links div a {
    display: flex;
    gap: 8px;
    color: #FFF;
    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: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

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

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

.sprawdz-sf-studio::before {
    display: none !important;

}

.sprawdz-sf-studio {
    padding: 12px 32px;
    border-radius: 62px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #FF9100;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    /* 19.5px */
}

@media screen and (max-width:1203px) {
    .menu-div a {
        display: none
    }

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

}

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

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

@media screen and (max-width:992px) {
    .sprawdz-sf-studio {
        display: n;
    }

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

    .div-diets {
        gap: 16px;
    }

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

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

    p {
        font-size: 16px;
    }

    .single-item {
        width: 270px;
    }





    h2 {
        font-size: 35px;
    }

    h1 {
        font-size: 44px;
    }

    h3 {
        font-size: 32px;
    }

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

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

.whole-carousel {
    display: flex;
    gap: 32px;
    justify-content: start;
    /* wypchnij itemy do lewej */
    overflow-x: hidden;
    background-color: var(--bg-color);
    padding-left: 160px;
    padding-right: 32px;
    padding-bottom: 96px;
}

.carousel__arrow {
    all: unset;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #E3E3E3;
    padding: 8;
}

.btns-carousel {
    background-color: var(--bg-color);
    padding-top: 24px;
    padding-bottom: 48px;
}

.carousle__singleItem {
    background-image: url(/img/carbon_master.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 352px;
    min-height: 444px;
    padding: 36px 20px;
    border-radius: 32px;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

/* KOSMETOLOGIA */
.carousle__singleItem.endo-fusion {
    background-image: url(/img/endo_fusion.webp);
}

.carousle__singleItem.sface {
    background-image: url(/img/sface.webp);
}

.carousle__singleItem.estetic-fraction {
    background-image: url(/img/estetic_fraction.webp);
}

.carousle__singleItem.beauty-shaper {
    background-image: url(/img/beauty_shaper.webp);
}

.carousle__singleItem.beauty-shaper-advanced {
    background-image: url(/img/beauty-shaper_adv.webp);
}

.carousle__singleItem.beauty-contour {
    background-image: url(/img/beauty_contour.webp);
}

.carousle__singleItem.ice-tech {
    background-image: url(/img/ice_tech.webp);
}

.carousle__singleItem.hifu-lipohifu {
    background-image: url(/img/hifu_lipohifu.webp);
}

.carousle__singleItem.hifu {
    background-image: url(/img/hifu_4d.webp);
}

.carousle__singleItem.diamond {
    background-image: url(/img/diamond.webp);
}

.carousle__singleItem.shr {
    background-image: url(/img/shr.webp);
}

.carousle__singleItem.multipolar {
    background-image: url(/img/multipolar.webp);
}

.carousle__singleItem.cavi-shape-advanced {
    background-image: url(/img/cavi_shape_adv.webp);
}

.carousle__singleItem.slim {
    background-image: url(/img/slim_4d.webp);
}

.carousle__singleItem.lipo {
    background-image: url(/img/lipo.webp);
}

.carousle__singleItem.cavi-smart {
    background-image: url(/img/cavi_smart.webp);
}

.carousle__singleItem.beauty-hood {
    background-image: url(/img/beauty_hood.webp);
}

.carousle__singleItem.carbon-master {
    background-image: url(/img/carbon_master.webp);
}

.carousle__singleItem.sunny-studio {
    background-image: url(/img/sunny_studio.webp);
}

/* WELLNESS */
.carousle__singleItem.presso-shaper {
    background-image: url(/img/presso_shaper.webp);
}

.carousle__singleItem.limfodrenaz {
    background-image: url(/img/limfodrenaz.webp);
}

.carousle__singleItem.elektrostymulacja {
    background-image: url(/img/elektrostymulacja.webp);
}

.carousle__singleItem.elektrostymulacja-ir {
    background-image: url(/img/elektrostymulacja_ir.webp);
}

.carousle__singleItem.sauna-ir {
    background-image: url(/img/sauna_ir.webp);
}

.carousle__singleItem.sauna-karbonowa {
    background-image: url(/img/sauna_karbonowa.webp);
}

.carousle__singleItem.power-shaper {
    background-image: url(/img/power_shaper.webp);
}

.carousle__singleItem.ems {
    background-image: url(/img/ems.webp);
}

.carousle__singleItem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgb(255, 255, 255) 100%);
}

.carousle__singleItem.active::after {
    height: 200%;
}

.carousle__singleItem .carousle__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.whole-carousel::-webkit-scrollbar {
    display: none;
    /* ukrycie paska w Chrome/Safari */
}

.whole-carousel.active {
    cursor: grabbing;
}

.carousle__content__btnTitle {
    border-radius: 53px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(90deg, #FF9100 0%, #D74190 100%);
    padding: 4px 16px;
    width: fit-content;
    cursor: pointer;
    text-align: center;
}

.carousle__content__btnTitle span {
    color: #FFF;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
}

.carousel__content__subtitle {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.carousle__content__subtitle.deactive {
    opacity: 0;
}

.carousle__content__subtitle.deactiveAfter {
    display: none;
}

.carousle__content__subtitle span {
    color: #303030;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.carousle__content__desc {
    height: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.carousle__content__desc.active {
    height: 285px;
    opacity: 1;
}

.carousle__content__desc p {
    color: #303030;
    text-align: center;

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

@media screen and (max-width:992px) {
    .btns-carousel {
        display: none !important;
    }

    .logo-div {
        width: 55%;
    }

    .whole-carousel {
        overflow-x: auto;
        padding-left: 16px;
        padding-right: 16px;
        scroll-snap-type: x mandatory;
    }

    .carousle__singleItem {
        min-width: 287px;
        scroll-snap-align: center;
    }
}