/* root */
:root {
    --beige-color: #D5C19A;
    --black-color: rgba(21, 21, 21, 0.85);
    --white-color: #FFFFFF;
    --grey-color: #E3E3E3;

}

body,
html {
    overflow-x: hidden;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-color);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 23px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 19px;
}

p {
    color: var(--black-color);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.paddingi-container {
    padding-top: 96px;
    padding-bottom: 96px;
}

@media screen and (max-width: 997px) {
    .paddingi-container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    p {
        font-size: 14px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 23px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 16px;
    }

}

.bg-main {
    background-image: url(/wp-content/uploads/img_template/home/bg_main.webp);
    background-size: cover;
    background-position-x: 75%;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
    padding-top: 72px;
    padding-bottom: 80px;
    display: flex;
    align-items: end;
}

.bg-main.non-baner {
    min-height: 0 !important;
    padding-top: 0px;
    padding-bottom: 60px;
}

@media screen and (max-width: 997px) {
    .bg-main::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(213, 193, 154, 0.85);
        z-index: 1;

    }

}

.container-content-main {
    position: relative;
    z-index: 2;

}

.text-main-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text-main-content h1 {
    color: var(--white-color);
}

.text-main-content h1 span {
    color: #FFF;
    font-family: Trirong;
    font-size: 48px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.96px;
}

.text-main-content p {
    color: var(--white-color);
}

.main-btn-white {
    border-radius: 64px;
    border: 1px solid var(--grey-color);
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 32px;
    color: #151515;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    line-height: 150%;
    text-decoration: none;
    /* 19.5px */
}

.main-btn-white:hover {
    border-radius: 64px;
    border: 1px solid var(--grey-color);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 19.5px */
}

.button-offer-main {
    display: flex;
    justify-content: end;
    align-items: end;
}

.prom-whole-div {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(16px);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.upper-prom-div {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
}

.lower-prom-div {
    color: #FFF;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 60px */
}

.prom-arrow {
    position: absolute;
    top: 4px;
    right: 12px;
    transition: all 0.1s ease-in-out;
}

.prom-whole-div:hover .prom-arrow {
    top: -29px;
    right: -18px;

}

@media screen and (max-width: 997px) {
    .pierwsza-wizyta-h2 {
        font-size: 27px;
    }

    .text-main-content h1 span {
        font-size: 40px;
    }

    .button-offer-main {
        justify-content: center;
        margin-top: 24px;
        align-items: center;
    }

    .prom-whole-div {
        width: 100%;
        max-width: none;
        max-height: none;
        gap: 0px;
    }

    .upper-prom-div {
        font-size: 18px;
    }

    .lower-prom-div {
        font-size: 24px;
    }
}

.pierwsza-wizyta-container {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid var(--grey-color);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
    margin-top: -32px;
    position: relative;
    z-index: 2;

}

.pierwsza-wizyta-container__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pierwsza-wizyta-h2 {
    color: #D5C19A;
    font-family: Trirong;
    font-size: 33px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
}

.first-visit-steps {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.main-btn-beige {
    text-decoration: none;
    border-radius: 64px;
    border: 1px solid var(--grey-color);
    background: #D5C19A;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 32px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 19.5px */
    transition: all 0.3s ease-in-out;
    display: flex;
    gap: 8px;
    justify-content: center;
    width: fit-content;
}

.main-btn-beige:hover {
    background: rgba(213, 197, 164, 0.80);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
}

.other-pils {
    border-radius: 64px;
    border: 1px solid var(--grey-color);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 32px;
    color: var(--black-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    /* 19.5px */
}



@media screen and (max-width: 997px) {
    .first-visit-steps {
        gap: 12px;
    }

    .first-visit-steps {
        flex-direction: column;
    }

    .arrow-main svg {
        transform: rotate(90deg);
    }
}

.miasto-kontakt {
    color: var(--beige-color);
    font-family: Trirong;
    font-size: 33px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    /* 39.6px */
    letter-spacing: -0.66px;
}

.col-12-kontakt-links {
    border-right: 1px solid #E3E3E3;
}

@media screen and (max-width:997px) {
    .col-12-kontakt-links {
        border-right: 0px solid #E3E3E3;
        border-top: 1px solid #E3E3E3;
        padding-top: 24px;
    }

    .konakt-link-block {
        align-items: center;
    }


}

.konakt-link-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kontakt-link {
    display: flex;
    align-items: center;
    color: rgba(21, 21, 21, 0.75);
    gap: 8px;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
    /* 19.5px */
}

.kontakt-link span svg {
    display: flex;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.name-lastname-div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.name-lastname-div__div1 p span,
.name-lastname-div__div2 p span,
.name-lastname-div__div1,
.name-lastname-div__div2 {
    width: 100%;
}

.form-input {
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 12px 16px;
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    outline: none;
    width: 100%;
    /* 19.5px */
}

.form-input::placeholder {
    color: rgba(21, 21, 21, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.form-button {
    all: unset;
    border-radius: 64px;
    border: 1px solid #E3E3E3;
    background: #D5C19A;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 32px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    /* 19.5px */
}

.form-button:disabled {
    cursor: not-allowed;
    background: #d5c19a9f;
}



@media screen and (max-width:997px) {
    .name-lastname-div {
        flex-direction: column;
    }
}

@media screen and (min-width:997px) {
    .form-block {
        padding-left: 32px;
    }
}

.oferta-front {
    border-top: 1px solid #E3E3E3;
    padding-top: 72px;
}

.oferta-whole-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.ofert-single-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 300px;
}

.ofert-single-item__img img {
    border-radius: 24px;
}

.ofert-single-item__content {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.ofert-single-item__content--header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ofert-single-item__content--header h4 {
    color: rgba(21, 21, 21, 0.75);
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    /* 34.5px */
}

.ofert-single-item__content--header span {
    color: #D5C19A;
    text-align: center;
    font-family: Trirong;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 28.5px */
}

.ofert-single-item__content--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ofert-single-item__content--text span {
    color: rgba(21, 21, 21, 0.75);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(213, 193, 154, 0.50);
    width: 100%;
    /* 24px */
}

.ofert-single-item__content--text span:last-child {
    border-bottom: none;
}

.cards-item-loyalty {
    width: 23%;
}

@media screen and (min-width: 997px) {

    .oferta-whole-container .ofert-single-item:nth-child(1),
    .oferta-whole-container .ofert-single-item:nth-child(3) {
        margin-top: 64px;
    }

}

@media screen and (max-width:997px) {
    .oferta-whole-container {
        justify-content: start;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }

    .ofert-single-item {
        scroll-snap-align: center;
        padding: 5px;
    }

    .zones-container-border {
        padding-bottom: 96px;
    }

    .cards-item-loyalty {
        width: 45%;
    }
}

.programy-lojalonsciowe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;

}

.zones-container-border {
    padding-bottom: 128px;
    border-bottom: 1px solid #E3E3E3;
}

.cards-item-loyalty img {
    border-radius: 16px;
    border: 1px solid #E3E3E3;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.umow-sie-na-wizyte {
    background-image: url(/wp-content/uploads/img_template/home/konsultacja.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 84px;
    position: relative;
}

.umow-sie-na-wizyte .container {
    position: relative;
    z-index: 2;
}

.umow-sie-na-wizyte::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(213, 193, 154, 0.75);
    z-index: 1;
}

.bg-main.oferta-bg {
    background-image: url(/wp-content/uploads/img_template/oferta/bg_oferta.webp);
}

.container-offer-item {
    padding-top: 64px;
    padding-bottom: 64px;
    border-top: 1px solid #E3E3E3;
}



.whole-content-offer-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-item__img {
    width: 85%;
}

.content-item__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
}


@media screen and (min-width: 997px) {



    .content-item__content {
        margin-left: -80px;
    }

    .container-offer-item:nth-child(even) .whole-content-offer-item {
        flex-direction: row-reverse;
    }

    .container-offer-item:nth-child(even) .whole-content-offer-item .content-item__content {
        margin-left: 0px;
        margin-right: -80px;
    }
}

.content-item__text h3 {
    margin: 0;
}

.content-item__text span {
    color: #D5C19A;
    font-family: Trirong;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 28.5px */
}

.content-item__img img {
    border-radius: 24px;
    border: 1px solid #E3E3E3;
}

.content-item__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 997px) {
    .container-offer-item {
        border-top: 0px solid #E3E3E3;
    }

    .whole-content-offer-item {
        flex-direction: column;
    }

    .content-item__img {
        transform: scale(140%);
    }

    .content-item__img img {
        border-radius: 0px;
    }

    .content-item__content div:has(.main-btn-beige),
    .content-item__content div:has(.main-btn-beige) a {
        width: 100%;
    }
}





.container-fluid-bg-offer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}


.back-btn-offer a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #BEBEBE;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    width: fit-content;
    /* 19.5px */
}

.back-btn-offer a span {
    display: flex;
}

.container-bg-offer__content-title h1 {
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    /* 57.6px */
}

.container-bg-offer__content-title span {
    color: #D5C19A;
    font-family: Trirong;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 42px */
}

.bg-zone-offer {
    max-width: 1400px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bg-zone-offer__img {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 50%;
}

.container-bg-offer__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (max-width: 997px) {
    .bg-zone-offer__img {
        width: 50%;
    }

    .bg-zone-offer {
        min-height: 650px;
    }

    .container-bg-offer__content a {
        width: 100%;
    }

    .container-bg-offer__content-title h1 {
        font-size: 40px;
    }

    .container-bg-offer__content-title span {
        font-size: 23px;
    }
}

@media screen and (max-width: 459px) {
    .bg-zone-offer__img {
        width: 100%;
    }
}

.whole-zone-devices {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.whole-zone-kosm-sups {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.zone-single-device {
    min-width: 410px;
    max-width: 410px;
}

.zone-single-device {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.zone-single-device__img img {
    border-radius: 24px;
}

.zone-single-device__content {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
	width: 100%;
    height: 100%;
}

.zone-single-device__content div:first-child {
    display: flex;
    flex-direction: column;
}

.desc-konsultacja {
    font-style: italic;
    font-size: 12px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.desc-konsultacja span {
    display: flex;
}

@media screen and (max-width: 997px) {
    .zone-single-device {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

}

.zone-single-device__content h3 {
    margin: 0;
    color: rgba(21, 21, 21, 0.75);
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 34.5px */
}

.zone-single-device__content span {
    color: #D5C19A;
    text-align: center;
    font-family: Trirong;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 28.5px */
}

.device-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 16px;
}

.device-header__right {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.device-header__right-title {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.device-header__right-title h1 {
    margin: 0;
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 72px */
}

.device-header__right-title span {
    color: #D5C19A;
    text-align: center;
    font-family: Trirong;
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 34.5px */
}

.device-header__right-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
    min-width: 330px;
}

.social-link-device-header {
    width: 48px;
    height: 48px;
    border-radius: 64px;
    background: rgba(21, 21, 21, 0.75);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    display: grid;
    place-items: center;
}

.social-link-device-header span {
    display: flex;

}

.main-device-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.main-device-content__img img {
    border-radius: 24px;
}

.main-device-content__effects {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-device-content__effects__title span {
    color: rgba(21, 21, 21, 0.75);
    text-align: center;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 34.5px */
}


.main-device-content__effects__items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.main-device-content__effects__items div {
    padding: 8px 24px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    display: grid;
    place-items: center;
}

.main-device-content__effects__items div span {
    color: #D5C19A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

@media screen and (max-width: 997px) {
    .device-header__right {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .device-header__right-btns {
        justify-content: start;
        min-width: auto;
    }

    .device-header__right-title h1 {
        font-size: 40px;
    }

    .device-header__right-title span {
        font-size: 19px;
        text-align: left;
    }

    .main-device-content__effects__items div {
        width: 100%;
    }

    .main-device-content__effects__items div {
        text-align: center;
    }

}

.other-devices-div {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.other-devices-div p {
    color: #D5C19A;
    text-align: center;
    font-family: Trirong;
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
    /* 34.5px */
}

.other-devices-div div a {
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-decoration: none;
}

.other-devices-div div {
    border-bottom: 1px solid rgba(213, 193, 154, 0.50);
    padding: 12px 7px;
}

.other-devices-div div:last-child {
    border-bottom: 0px solid rgba(213, 193, 154, 0.50);
}

.bg-kosmetyki-i-suple.kosmetyki {
    background-image: url(/wp-content/uploads/img_template/kosmetyki_suplementy/baner_kosmetyki.webp);
	position: relative;
}

.bg-kosmetyki-i-suple.suplementy {
    background-image: url(/wp-content/uploads/img_template/kosmetyki_suplementy/baner_supolementy.webp);
	position: relative;
}

.bg-kosmetyki-i-suple.kosmetyki::before,
.bg-kosmetyki-i-suple.suplementy::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(213, 193, 154, 0.60);
    z-index: 1;
    position: absolute;
}

.bg-kosmetyki-i-suple {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 128px;
}

.bg-kosmetyki-i-suple .container {
    position: relative;
    z-index: 2;
}

.bg-kosmetyki-i-suple__content h2 {
    color: #FFF;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;

    /* 49.5px */
}

.bg-kosmetyki-i-suple__content span {
    color: #FFF;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    font-family: Trirong;
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 34.5px */
}

@media screen and (max-width: 997px) {
    .bg-kosmetyki-i-suple {
        background-position: 80%;
    }

}

.single-kosm-sup {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.single-kosm-sup__img img {
    border-radius: 24px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.single-kosm-sup__content {
    padding: 32px 16px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 100%;
}

.single-kosm-sup__content h3 {
    color: rgba(21, 21, 21, 0.75);
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    font-size: 23px;
    /* 34.5px */
}

ul li {
    color: #555;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

@media screen and (max-width: 997px) {
    .whole-zone-kosm-sups {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 497px) {
    .whole-zone-kosm-sups {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bg-main.bg-metamorfozy {
    background-image: url(/wp-content/uploads/img_template/metamorfozy/bg_metamorfozy.webp);
}

.bg-main.bg-nasz-zespol {
    background-image: url(/wp-content/uploads/img_template/nasz_zespol/bg_zespol.webp);
}

.container-offer-item.nasz-zespol {
    border-top: 0px;
}

.whole-metamorfozy {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.metamorfozy-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.metamorfozy-imgs {
    display: flex;
    align-items: center;
}

.metamorfozy-imgs div:nth-child(1) img {
    border-radius: 24px 0 0 24px;
}

.metamorfozy-imgs div:nth-child(2) img {
    border-radius: 0 24px 24px 0;
}

.metamorfozy-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: -85px;
}

.metamorfozy-txt-top {
    padding: 8px 16px;
    justify-content: center;

    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    display: flex;
}

.metamorfozy-txt-top span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 19.5px */
    text-transform: uppercase;
}

.metamorfozy-txt-bottom {

    padding: 8px 32px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(12px);
}

.metamorfozy-txt-bottom__kgs {
    color: rgba(21, 21, 21, 0.75);
    font-family: Trirong;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 60px */
}

.metamorfozy-txt-bottom__border {
    color: #D5C19A;
    font-family: Trirong;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

.metamorfozy-txt-bottom__name {
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
}

@media screen and (max-width: 997px) {
    .metamorfozy-txt-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .metamorfozy-txt-bottom__border {
        display: none;
    }
}
.cky-notice-btn-wrapper .cky-btn {
	  color: #fff!important;
    border-color: #D5C19A!important;
	background-color: #D5C19A!important;
}
.cky-notice-btn-wrapper .cky-btn:nth-child(1) {
	color: #D5C19A!important;
	background-color: #fff!important;
}

.cky-prefrence-btn-wrapper .cky-btn {
	color: #fff!important;
    border-color: #D5C19A!important;
	background-color: #D5C19A!important;
}

.cky-btn-revisit-wrapper {
	background-color: #D5C19A!important;
}