:root {
    --width-main: min(1130px, calc(100% - 20px));
    --fs-htitle: min(max(3.41vw, 18px), 32px);
    --fs-p-400: min(max(1.73vw, 12px), 14px);
    --fs-button: min(max(3.188vw, 10px), 12px);
}

.page-header:has(+ .page-content > .lo-cms-page),
.page-header:has(+ .page-content > .lo-cms-pageFull),
.page-header:has(+ .page-content > .blogPostArticle) {
    display: none;
}

#wrapper .container.landingContainerFull nav,
#wrapper .container.landingContainer nav {
    display: none;
}

#main #content.page-cms {
    padding-inline: 0;
    margin-inline: auto;
}


/* Payments method */
@media(max-width:1023px) {
    .shop_rules {
        width: 100%;
        padding-bottom: 100px;
    }
}

@media(min-width:1024px) and (max-width: 1320px) {
    .shop_rules {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-bottom: 100px;
        margin-left: 50px;
    }
}

@media(min-width:1320px) {
    .shop_rules {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-bottom: 100px;
        margin: 0;
    }
}

.top {
    margin-bottom: 28px
}

.paymentMethod {
    padding: 14px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
}

.paymentHeader {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.paymentHeader::before {
    content: "+";
    color: #000;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.paymentMethod.active .paymentHeader::before {
    content: "-";
}

.paymentIcon {
    width: 60px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 2em;
}

.paymentIcon img {
    display: block;
    margin: auto;
    max-width: 60px;
}

.paymentTitle {
    font-weight: 700;
    flex-grow: 1;
    font-size: 16px;
    line-height: 2em;
    margin: 0;
}

summary::-webkit-details-marker {
    display: none
}

.expand-line::marker {
    content: "";
    display: none;
}

.expand-line::after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
}

.wrapper-divider {
    border-top: 1px solid #DFE0E0;
}

.wrapper-divider:first-child {
    margin-top: 60px;
}

@media screen and (max-width: 450px) {
    .paymentTitle {
        padding-right: 15px;
    }
}

@media screen and (max-width: 350px) {
    .paymentIcon {
        margin-right: 5px;
    }
}

.panel {
    margin-left: 70px
}

.payment-content {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 25px;
    font-size: 14px;
    height: 0;
    visibility: hidden;
    margin: 0;
}

.paymentMethod.active .payment-content {
    height: auto;
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 5px;
}

a.payment-content-button {
    font-weight: 600
}


/*Contact page*/
.contactPage {
    width: calc(100% - 30px);
    margin-inline: auto;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 850px) {
    .contactPage {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 40px;
    }
}

.contactPage__leftWrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 850px) {
    .contactPage__leftWrapper {
        width: 100%;
        margin-bottom: 20px;
    }
}

.contactPage__rightWrapper {
    width: 38%;
}

@media screen and (max-width: 850px) {
    .contactPage__rightWrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.contactPage__header {
    text-align: center;
    margin-bottom: 55px;
    font-size: min(max(3.207vw, 16px), 18px);
}

.contactPage__contactForms {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-left: 0px !important;
    list-style: none !important;
    width: 80%;
    margin-bottom: 30px;
}

@media screen and (max-width: 490px) {
    .contactPage__contactForms {
        width: 95%;
    }
}

@media screen and (max-width: 350px) {
    .contactPage__contactForms {
        flex-wrap: wrap;
    }
}

.contactPage__iconItem {
    width: 30%;
}

@media screen and (max-width: 350px) {
    .contactPage__iconItem {
        width: 45%;
    }
}

.contactPage__iconItem:hover {
    opacity: 0.8;
}

.contactPage__link {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.contactPage__link:hover {
    color: #000;
    opacity: 0.8;
}

.contactPage__icon {
    width: min(max(13.39vw, 50px), 70px);
}

.contactPage__iconTitle {
    font-size: min(max(1.73vw, 12px), 14px);
}

.contactPage__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-block-end: 15px;
}

.contactPage__messengerButton {
    border: 1px solid rgb(179, 179, 179);
    padding: 10px 10px;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    border-radius: 10px;
    background: none;
    appearance: none;
    -webkit-appearance: none;
}

.contactPage__whatssAppButton {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
}

.contactPage__whatssAppButton--disabled {
    display: none;
}

.contactPage__whatssAppButton:hover {
    opacity: 0.8;
}

.contactPage .contactPage__whatssAppIcon {
    width: 100%;
    max-width: 250px;
}

.contactPage__messengerButton:hover {
    opacity: 0.8;
}

.contactPage__messengerLink {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactPage__messengerLink:hover {
    color: #000;
    opacity: 0.8;
}

.contactPage__messengerIcon {
    margin-right: 10px;
}

.contactPage__messengerTitle {
    margin: 0;
    font-weight: 600;
}

.contactPage__information {
    width: 56%;
    min-width: 190px;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 420px) {
    .contactPage__information {
        width: 80%;
    }
}

.contactPage__informationText--important {
    font-weight: 600;
    margin-top: 15px;
}

.contactPage .contactpage__statement {
    font-size: 11px;
    line-height: 18px;
    color: #7a7777;
    margin-block-end: 35px;
}

.contactPage__b2bHeader {
    text-align: center;
    font-size: min(max(3.207vw, 16px), 18px);
    margin-bottom: 29px;
    line-height: 1.6;
}

.contactPage__b2bButtonWrapper {
    margin-bottom: 15px;
    text-align: center;
}

.contactPage__b2bButton {
    text-decoration: none;
    padding: 12px 23px 10px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #1B1819;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid #1B1819;
    transition: all 0.85s;
}

.contactPage__b2bButton:hover,
.contactPage__b2bButton:active {
    opacity: .8;
    color: #1B1819;
    background-color: #fff;
    /* border: 1px solid #007474; */
}

.lo-cms-formBlock .lo-cms-contactForm__wrapper {
    width: 100%;
}

.lo-cms-contactForm__wrapper form h3 {
    display: none;
}

.contactForm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.contactForm__form {
    width: 100%;
    margin-block-end: 23px;
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    justify-content: flex-start;
    align-items: flex-start;

    @media (width < 768px) {
        flex-wrap: wrap;
    }
}

.lo-cms-formBlock .contactForm__form {
    @media (width < 1024px) {
        flex-wrap: wrap;
    }
}

.contactForm__contactData {
    flex: 0 0 309px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

    @media (width < 768px) {
        flex: 1 1 100%;
    }
}

.contactForm__msgData {
    flex: 1 1 100%;
}

.lo-cms-contactForm__wrapper .contactForm legend {
    margin-block-end: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
}

.contactForm .contactForm__contactData .wpcf7-form-control-wrap {
    flex: 1 1 100%;
    width: 100%;
}

.contactForm .contactForm__Item {
    margin: 0;
    border-radius: 10px;
    color: #3B444D;
}

.contactForm .contactForm__message {
    width: 100%;
    height: 140px;
    max-width: unset;
    margin: 0;
    resize: vertical;
    border-radius: 10px;
    color: #3B444D;
}

.contactForm .contactForm__Item::placeholder,
.contactForm .contactForm__message::placeholder {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #3B444D;
}

.contactForm__actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;

    @media (width < 768px) {
        flex-wrap: wrap;
    }
}

.lo-cms-formBlock .contactForm__actions {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.contactForm .contactForm__actions .ajax-loader {
    display: none;
}


.contactForm__consent {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
    position: relative;
}

.contactForm__consentCheckbox {
    margin-right: 10px !important;
}

.contactForm__consentInfo {
    font-size: 12px;
    padding-left: 24px !important;
}

.contactForm__consentInfo--required {
    color: red;
    font-size: 18px;
    line-height: 1rem;
}

.contactForm .contactForm__button {
    font: 500 14px/1 "Plus Jakarta Sans", sans-serif;
    text-transform: none;
    padding: 10px 35px;
    background-color: #1E1E20;
    color: #fff;
    height: 37px;
    border-radius: 32px;
    border: 1px solid #1E1E20;
    transition: all 0.85s;
}

.contactForm .contactForm__button:hover,
.contactForm__button:active {
    opacity: .8;
    color: #1E1E20;
    background-color: #fff;
}

.contactForm__button:disabled {
    background-color: #1e1e2080 !important;
    color: #fff;
    border-color: #1e1e2080;
}

.contactForm__button:is(:disabled):hover {
    background-color: #1e1e2080;
    border-color: #1e1e2080;
    color: #fff;
    opacity: 1;
}

.contactForm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.contactForm__Item {
    margin-top: 0;
}

.contactPage__rightWrapper form h3 {
    display: none;
}

.contactForm br {
    display: none;
}

.contactForm .wpcf7-form-control-wrap {
    margin-top: 0;
}

.contactForm label .wpcf7-list-item-label {
    font-size: 12px !important;
}

.contactForm__consentAlert {
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 5px;
    width: calc(100% - 20px);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    transition: all .45s;
}

.contactForm__consentAlert--off {
    visibility: hidden;
    opacity: 0;
}

.contactForm__consentAlertButton {
    width: fit-content;
    padding: 8px 7px;
    background-color: #007474;
    color: #fff;
    border-radius: 6px;
    border: none;
    transition: all 0.85s;
    margin-left: auto;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.contactForm__consentAlertButton:hover,
.contactForm__consentAlertButton:active {
    opacity: .8;
    color: #000;
    background-color: #CAE9DF;
    border: 1px solid #007474;
}

/*Reklamacje*/
.complaints-page {
    width: 100%;
    max-width: 1372px;
    margin-inline: auto;
    margin-top: 20px;
}

.complaints-page__header {
    padding: 25px;
    width: var(--width-main);
    margin-inline: auto;
    margin-bottom: 25px;
    /* background: #007474; */
    border: none;
    border-radius: 6px;
    color: #000;
    text-align: center;
    font-size: var(--fs-p-400);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 175px;
}

@media screen and (max-width: 499px) {
    .complaints-page__header {
        width: 100%;
    }
}

.complaints-page__headerTitle {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: var(--fs-htitle);
}

.complaints-page__header p {
    color: #000 !important;
    font-size: var(--fs-p-400);
    margin: 0;
}

.complaints-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
}

.complaints-page__link:hover {
    color: #000;
    opacity: 0.8;
}

.complaints-page__conditionsIcon {
    min-width: 20px;
    height: 28px;
}

.complaints-page__conditionsLink {
    font-weight: 700;
    text-decoration: underline;
}

.submissions {
    width: var(--width-main);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: center;
    justify-items: center;
    min-height: 330px;
}

@media screen and (max-width: 499px) {
    .submissions {
        display: block;
        width: 100%;
    }
}

.submissions__wrapper {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
}

@media screen and (max-width: 499px) {
    .submissions__wrapper {
        flex-direction: row;
        padding: 0;
        column-gap: 25px;
        align-items: flex-start;
    }
}

.submissions__iconWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 499px) {
    .submissions__iconWrapper {
        height: 100%;
    }
}

.submissions__icon {
    width: min(max(14.19vw, 52px), 93px);
    height: 100%;
    max-width: unset;
}

@media screen and (min-width: 498px) {
    .submissions__dotsMobile {
        display: none;
    }
}

@media screen and (max-width: 498px) {
    .submissions__dotsMobile {
        max-height: min(max(20.75vw, 80px), 100px);
        margin-top: 10px;
    }
}

.submissions__body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

@media screen and (max-width: 499px) {
    .submissions__body {
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

.submissions__info {
    text-align: center;
    font-size: var(--fs-p-400);
}

@media screen and (max-width: 499px) {
    .submissions__info {
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
    }

}

.submissions__info--highlighted {
    font-weight: 700;
}

.complaints__button {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: min(max(2.33vw, 12px), 14px);
    padding: 9px 15px;
    width: fit-content;
    cursor: pointer;
    transition: all .45s;
    font-size: var(--fs-button);
}

.complaints__button:hover {
    background: hsla(0, 0%, 0%, 0.596);
    color: #fff;
}

@media screen and (max-width: 499px) {
    .complaints__button {
        margin-bottom: 10px;
    }
}

.submissions__moreLink {
    text-decoration: underline;
    color: #000;
}

.submissions__moreLink:hover {
    opacity: 0.8;
    color: #000;
}

.complaints__instructionLink {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 14px;
    padding: 2px;
}

.complaints__instructionLink:hover {
    color: #007474b9;
}

.complaints__linkTitle {
    font-size: var(--fs-p-400);
    color: #75292D;
    text-decoration: underline;
    margin: 0;
    margin-right: 5px;
    transition: color 350ms ease-in-out;
}

.complaints__linkTitle:hover {
    color: #AC7F81;
}

.complaints__linkIcon {
    transition: transform .95s ease;
    width: 18px;
}

@media screen and (max-width: 499px) {
    .complaints__linkIcon--desktop {
        display: none;
    }
}

@media screen and (min-width: 499px) {
    .complaints__linkIcon--mobile {
        display: none;
    }
}

.complaints__linkIcon--open {
    transform: rotate(180deg);
}

@media screen and (max-width: 499px) {
    .submissions__dots {
        display: none;
    }
}

.instructions__instruction {
    width: var(--width-main);
    max-height: 100%;
    margin-inline: auto;
    margin-bottom: 25px;
    visibility: visible;
    opacity: 1;
    transition: visibility .85s, opacity .55s, max-height .55s;
    font-size: var(--fs-p-400);
}

@media screen and (max-width: 499px) {
    .instructions__instruction {
        max-height: 1690px;
    }
}

@media screen and (max-width: 499px) {
    .instructions__desktop {
        display: none;
    }
}

.instructions__mobile {
    flex-basis: 100%;
}

@media screen and (min-width: 499px) {
    .instructions__mobile {
        display: none;
    }
}

.instructions__instruction--hidden {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
}

@media screen and (max-width: 499px) {
    .instructions__instruction--assistance {
        transform: translateY(-15px);
    }
}

.instructions__list {
    padding-left: 15px;
}

.instructions__text--important {
    font-weight: 700;
}

.instructions__text--upercase {
    text-transform: uppercase;
}

.instructions__closeButton {
    color: #75292D;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}

.instructions__closeIcon {
    margin-left: 5px;
    width: 18px;
}

.complaints-assistance {
    width: calc(100% - 20px);
    margin-inline: auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 25px;
}

@media screen and (max-width: 899px) {
    .complaints-assistance {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1197px) {
    .complaints-assistance--protect {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
}

.complaints-assistance--protect .complaints-assistance__img {
    width: 100%;
    max-width: 787px;
}

.complaints-assistance--protect .complaints-assistance__img {
    @media (899px < width <=1197px) {
        max-width: 1020px;
    }
}

@media screen and (max-width: 899px) {
    .complaints-assistance__img {
        max-width: inherit;
    }
}

.complaints-assistance__wrapper {
    background: #fff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 85%;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.complaints-assistance__wrapper--protect {
    width: 47%;
}

@media screen and (max-width: 899px) {
    .complaints-assistance__wrapper {
        position: relative;
        top: unset;
        transform: translateY(-15%);
        width: 90%;
        padding: 20px 0px;
        min-height: 380px;
    }
}

@media screen and (max-width: 1197px) {
    .complaints-assistance__wrapper--protect {
        position: relative;
        top: unset;
        transform: translateY(-35px);
        width: 90%;
        min-height: 380px;
    }
}

.complaints-assistance__wrapper--protect {
    @media (899px < width <=1197px) {
        max-width: 775px;
    }
}

.complaints-assistance__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 80%;
    height: 100%;
}

@media screen and (max-width: 899px) {
    .complaints-assistance__body {
        align-items: center;
        flex-grow: 1;
    }
}

@media screen and (max-width: 495px) {
    .complaints-assistance__body {
        width: 90%;
    }
}

.complaints-assistance__logo {
    width: 100%;
    max-width: 314px;
    margin-bottom: 10px;
}

.complaints-assistance__text {
    font-size: var(--fs-p-400);
    line-height: 1.5;
}

@media screen and (max-width: 499px) {
    .complaints-assistance__text {
        margin-bottom: 10px;
    }
}

/* Fform stylinf modify */
.rmaForm .button_choosefile,
.rmaForm .rmaForm__submitButton {
    border: 1px solid #1E1E20;
    background: transparent;
    color: #1E1E20;
    transition: background 450ms ease-in, color 450ms ease-in;
}

.rmaForm .button_choosefile:hover,
.rmaForm .rmaForm__submitButton:hover {
    background: #1E1E20;
    color: #fff;
}

.rmaForm .rmaForm__submitButton {
    border-radius: 14px;
    line-height: 1;
    padding: 10px 29px;
}

/* complaints Protect block */
.complaints-protect__body {
    padding: 20px;
    width: min(667px, 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    font-family: 'League Spartan', sans-serif;

    @media (899px < width <=1349px) {
        padding: clamp(0.625rem, -0.5137rem + 2.0243vw, 1.25rem);
    }
}

.complaints-protect__body p {
    margin: 0;
}

.complaints-protect__title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    text-wrap: pretty;

    @media (1197px < width <=1349px) {
        font-size: clamp(1.125rem, -0.2414rem + 2.4291vw, 1.875rem);
    }

    @media (width <=899px) {
        font-size: clamp(1.125rem, 0.7105rem + 2.0725vw, 1.875rem);
    }
}

.complaints-protect__content {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-wrap: pretty;
}

.complaints-protect__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: num;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.complaints-protect__listItem {
    flex: 1 0 47%;
    counter-increment: num;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.complaints-protect__listItem::before {
    flex-shrink: 0;
    content: counter(num);
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 7px 5px 5px;
    width: 26px;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}

.complaints-protect__btnWrapper {
    width: 100%;
    margin-block-start: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;

    @media (width < 1196px) {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.complaints-protect__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #3B444D;
    transition: color 450ms ease-in;
    text-decoration: underline;
}

.complaints-protect__link:hover {
    color: #F19529;
    text-decoration: underline;
}

.complaints-protect__btn {
    appearance: none;
    background: #F19529;
    border: 1px solid #3B444D;
    border-radius: 10px;
    padding: 10px 25px 9px;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: color 450ms ease-in, background 450ms ease-in;
}

.complaints-protect__btn:hover {
    background: #fff;
    color: #F19529;
}


.contactMethods {
    width: calc(100% - 20px);
    margin-inline: auto;
    margin-top: min(max(3.006vw, 15px), 35px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactMethods__header {
    font-weight: 400;
    text-align: center;
    font-size: var(--fs-htitle);
}

.contactMethods__list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: min(676px, calc(100% - 20px));
    padding-left: 0;
    margin-top: min(7.692vw, 45px);
}

.contactMethods__listItem {
    flex: 1;
}

@media screen and (max-width: 350px) {
    .contactMethods__listItem {
        flex-basis: 45%;
    }

    .contactMethods__listItem:last-child {
        flex-basis: 75%;
    }
}

.contactMethods__listLink {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.contactMethods__listLink:hover {
    color: #000;
    opacity: 0.8;
}

.contactMethods__icon {
    width: min(max(13.39vw, 50px), 70px);
    height: auto;
}

.contactMethods__listItemTitle {
    font-size: min(max(1.73vw, 12px), 14px);
}

/*Zwroty*/
.returns-page {
    width: 100%;
    max-width: 1372px;
    margin-inline: auto;
    margin-top: 20px;
}

.returns-page__header {
    padding: 25px;
    width: var(--width-main);
    margin-inline: auto;
    margin-bottom: 25px;
    /* background: #007474; */
    border: none;
    border-radius: 6px;
    color: #000;
    text-align: center;
    font-size: var(--fs-p-400);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 175px;
}

@media screen and (max-width: 499px) {
    .returns-page__header {
        width: 100%;
    }
}

.returns-page__headerTitle {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: var(--fs-htitle);
}

.returns-page__subTitle {
    font-weight: 600;
}

.returns-page__header p {
    color: #000;
    font-size: var(--fs-p-400);
    margin: 0;
}

.returns-page__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}

.returns-page__link:hover {
    color: #fff;
    opacity: 0.8;
}

.returns-page__conditionsIcon {
    min-width: 20px;
    height: 28px;
}

.returns-page__conditionsLink {
    font-weight: 700;
    text-decoration: underline;
}

.returns {
    width: var(--width-main);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr 2fr;
    align-items: center;
    justify-items: center;
    min-height: 330px;
}

@media screen and (max-width: 770px) {
    .returns {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 25px;
    }
}

.returns__wrapper {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    row-gap: 20px;
}

@media screen and (max-width: 770px) {
    .returns__wrapper {
        flex-direction: row;
        padding: 0;
        column-gap: 25px;
        align-items: flex-start;
    }
}

.returns__iconWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 770px) {
    .returns__iconWrapper {
        height: 100%;
    }
}

.returns__icon {
    width: min(max(11.19vw, 52px), 93px);
    height: 100%;
    max-width: unset;
}

.returns__dotsIcon {
    width: clamp(80px, 9.5vw, 111px);
}

@media screen and (max-width: 770px) {
    .returns__dots {
        display: none;
    }
}

@media screen and (min-width: 770px) {
    .returns__dotsMobile {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .returns__dotsMobile {
        max-height: min(max(11.75vw, 70px), 100px);
        margin-top: 10px;
    }
}

.returns__body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

@media screen and (max-width: 770px) {
    .returns__body {
        align-items: flex-start;
    }
}

.returns__info {
    text-align: center;
    font-size: var(--fs-p-400);
}

@media screen and (max-width: 770px) {
    .returns__info {
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.returns__info--highlighted {
    font-weight: 700;
}

.returns__button {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: min(max(2.33vw, 12px), 14px);
    padding: 9px 15px;
    width: fit-content;
    cursor: pointer;
    transition: all .45s;
    font-size: var(--fs-button);
}

.returns__button:hover {
    background: hsla(0, 0%, 0%, 0.596);
    color: #fff;
}

.returns__moreLink {
    text-decoration: underline;
    color: #000;
}

.returns__moreLink:hover {
    opacity: 0.8;
    color: #000;
}

.returns__instructionLink {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: .7em;
    padding: 2px;
}

.returns__instructionLink--finalStep {
    align-self: flex-end;
}

.returns__linkTitle {
    font-size: var(--fs-p-400);
    color: #75292D;
    text-decoration: underline;
    margin: 0;
    margin-right: 5px;
}

.returns__instructionLink:hover {
    color: #AC7F81;

}

.returns__linkIcon {
    transition: transform .95s ease;
    width: 18px;
}

@media screen and (max-width: 770px) {
    .returns__linkIcon--desktop {
        display: none;
    }
}

@media screen and (min-width: 770px) {
    .returns__linkIcon--mobile {
        display: none;
    }
}

.returns__linkIcon--open {
    transform: rotate(180deg);
}

.instructions {
    margin-top: 25px;
}

.instructions__instruction {
    width: var(--width-main);
    max-height: 100%;
    margin-inline: auto;
    margin-bottom: 25px;
    visibility: visible;
    opacity: 1;
    transition: visibility .85s, opacity .55s, max-height .55s;
    font-size: var(--fs-p-400);
}

@media screen and (max-width: 499px) {
    .instructions__instruction {
        max-height: 1680px;
    }
}

.instructions__mobile {
    flex-basis: 100%;
}

@media screen and (min-width: 499px) {
    .instructions__mobile {
        display: none;
    }
}

.instructions__instruction--hidden {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
}

.instructions__list {
    padding-left: 15px;
}

.instructions__text--important {
    font-weight: 700;
}

.instructions__text--upercase {
    text-transform: uppercase;
}

.instructions__closeButton {
    color: #75292D;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}

.instructions__closeIcon {
    margin-left: 5px;
    width: 18px;
}

.finalStep {
    width: var(--width-main);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: #fff;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    padding: 30px 5px;
}

.finalStep__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 769px) {
    .finalStep__body {
        flex-basis: 65%;
    }
}

.finalStep__img {
    width: min(max(11.19vw, 52px), 82px);
}

.finalStep__text {
    font-size: min(max(4.41vw, 16px), 32px);
    font-weight: 700;
    line-height: 1.42857143;
    margin: 0;
}

.contactMethods {
    width: calc(100% - 20px);
    margin-inline: auto;
    margin-top: min(max(3.006vw, 15px), 35px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactMethods__header {
    font-weight: 400;
    text-align: center;
    font-size: var(--fs-htitle);
}

#content .contactMethods__list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: min(676px, calc(100% - 20px));
    padding-left: 0;
    margin-top: min(7.692vw, 45px);
}

.contactMethods__listItem {
    flex: 1 1 104px;
}

.contactMethods__listLink {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.contactMethods__listLink:hover {
    color: #000;
    opacity: 0.8;
}

.contactMethods__icon {
    width: min(max(13.39vw, 50px), 70px);
    height: auto;
}

.contactMethods__listItemTitle {
    font-size: min(max(1.73vw, 12px), 14px);
}

/* complaints Protect block */
.complaints-protect__body {
    padding: 20px;
    width: min(667px, 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 21px;
    font-family: 'League Spartan', sans-serif;

    @media (899px < width <=1349px) {
        padding: clamp(0.625rem, -0.5137rem + 2.0243vw, 1.25rem);
    }
}

.complaints-protect__body p {
    margin: 0;
}

.complaints-protect__title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    text-wrap: pretty;

    @media (1197px < width <=1349px) {
        font-size: clamp(1.125rem, -0.2414rem + 2.4291vw, 1.875rem);
    }

    @media (width <=899px) {
        font-size: clamp(1.125rem, 0.7105rem + 2.0725vw, 1.875rem);
    }
}

.complaints-protect__content {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-wrap: pretty;
}

#content .complaints-page .complaints-protect__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: num;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.complaints-protect__listItem {
    flex: 1 0 47%;
    counter-increment: num;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.complaints-protect__listItem::before {
    flex-shrink: 0;
    content: counter(num);
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 5px 5px 5px;
    width: 26px;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}

.complaints-protect__btnWrapper {
    width: 100%;
    margin-block-start: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;

    @media (width < 1196px) {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.complaints-protect__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #3B444D;
    transition: color 450ms ease-in;
    text-decoration: underline;
}

.complaints-protect__link:hover {
    color: #F19529;
    text-decoration: underline;
}

.complaints-protect__btn {
    appearance: none;
    background: #F19529;
    border: 1px solid #3B444D;
    border-radius: 10px;
    padding: 10px 25px 9px;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: color 450ms ease-in, background 450ms ease-in;
}

.complaints-protect__btn:hover {
    background: #fff;
    color: #F19529;
}

/*Payment PayU LP */
.payuLanding {
    width: 100%;
    max-width: 1372px;
    margin: 0 auto;
    color: #3B444D;
    background-color: #fff;
}

.payuheader {
    background-image: url(/img/cms/platnosci_lp/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 460px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.payuheader-title {
    width: 50%;
    max-width: 680px;
}

.payuheader-title p {
    font-size: 48px;
    margin: 0px;
    color: #FF595A;
    line-height: 1.42857143;
}

.payuheader-title--important {
    font-weight: 700;
}

.payuheader-bottom {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 130px;
}

.payuheader-bottom p {
    color: #3B444D;
    font-size: 32px;
    line-height: 1.42857143;
    margin: 0px;
}

.header-bottom--important {
    font-weight: 700;
}

.usp-section {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    padding-top: 30px;
    max-width: 1372px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #fff;
    transform: translateY(-90px);
}

.ups-section__item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.usp-section__title {
    font-weight: 600;
}

.usp-section__title--normal {
    font-weight: 400;
}

.howWorks {
    background: radial-gradient(55.38% 55.38% at 48.94% 30.42%, rgba(255, 255, 255, 0) 0%, rgba(243, 250, 224, 0.25) 100%);
    min-height: 700px;
    padding-bottom: 45px;
}

.howWorks__title {
    text-align: center;
}

.howWorks__title--firtLine {
    color: #3B444D;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    line-height: 1.42857143;
}

.howWorks__title--secondLine {
    font-size: 24px;
    color: #3B444D;
    margin: 0;
    line-height: 1.42857143;
}

/* Jak to działa - kroki */
.howWorks__steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
}

.howWorks__stepItem {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.howWorks__stepItem img {
    width: fit-content;
}

.howWorks__stepItem p {
    text-align: center;
    color: #3B444D;
    font-size: 20px;
    padding: 0 25px;
    margin-top: 20px;
}

.howWorks__stepItem--important {
    font-weight: 700;
}

.howWorks__stepItem--step::after {
    content: url(/img/cms/platnosci_lp/line_2_2.png);
    display: block;
    top: 50%;
    right: -22%;
    position: absolute;
}

.howWorks__stepItem--2,
.howWorks__stepItem--4,
.howWorks__stepItem--6 {
    align-items: flex-start;
}

.payulogo {
    margin: 0 auto;
    width: fit-content;
    margin-top: 45px;
}

/* Zalety*/
.howWorks__benefitsTitle {
    text-align: center;
    margin: 45px 0px;
}

.howWorks__benefitsTitle p {
    color: #3B444D;
    font-weight: 700;
    font-size: 32px;
}

.howWorks__benefits {
    margin: 0 20px;
    display: flex;
    justify-content: space-around;
}

.howWorks__benefitItem {
    width: 300px;
    height: 260px;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.howWorks__benefitimg {
    width: 90px;
    margin-bottom: 20px;
    margin-top: 51px;
}

.howWorks__benefitsTxt {
    color: #3B444D;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.howWorks__benefitsTxt--important {
    font-weight: 700;
}

.howWorks__information {
    width: 100%;
    text-align: center;
    color: #3B444D;
    font-size: 14px;
    margin-top: 40px;
}

.howWorks__information a {
    text-decoration: underline;
}

.paymentMethod {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.paymentMethod__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.paymentMethod__headerTitle {
    width: 46%;
    margin-bottom: 25px;
}

.paymentMethod__headerTxt {
    font-size: 32px;
    color: #FF595A;
    line-height: 1.42857143;
    margin-bottom: 0;
}

.paymentMethod__headerTitle--important {
    font-weight: 700;
}

.paymentMethod__headerInformation p {
    font-size: 20px;
    color: #3B444D;
    line-height: 1.42857143;
}

.paymentMethod__headerInformation--important {
    font-weight: 700;
}

.paymentMethod__information {
    display: flex;
    justify-content: center;
}

.paymentMethod__picture {
    width: 40%;
}

.paymentMethod__img {
    width: 100%;
}

.paymentMethod__logos {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.paymentMethod__additionalInfo {
    color: #3B444D;
    font-size: 15px;
}

.payLater {
    background: linear-gradient(181.74deg, rgba(152, 159, 172, 0.2) 1.52%, rgba(255, 255, 255, 0) 78.65%);
    display: flex;
    justify-content: center;
    width: 100%;
}

.payLater__information {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.payLater__picture {
    width: 30%;
}

.payLater__img {
    width: 100%;
    transform: translate(12px, -37px);
}

.payLater__title {
    font-size: 32px;
    color: #007474;
    line-height: 1.42857143;
}

.payLater__title--important {
    font-weight: 700;
}

.payLater__desc {
    font-size: 20px;
    color: #3B444D;
}

.payLater__desc--important {
    font-weight: 700;
}

.payLater__desc a {
    text-decoration: underline;
}


.payLater__logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.payLater__logoItem {
    width: 129px;
}

.payCash {
    background: linear-gradient(181.74deg, rgba(253, 235, 233, 0.5) 1.52%, rgba(255, 255, 255, 0) 78.65%);
    display: flex;
    justify-content: center;
    width: 100%;
}

.payCash__picture {
    width: 30%;
}

.payCash__img {
    width: 100%;
    transform: translate(8px, -36px);
}

.payCash__information {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.payCash__title {
    color: #3B444D;
    font-size: 32px;
    line-height: 1.42857143;
}

.payCash__desc {
    font-size: 20px;
    color: #3B444D;
}

.payCash__information--important {
    font-weight: 700;
}

.payCash__addinfo {
    font-size: 16px;
    color: #3B444D;
}

.payCash__addinfo--important {
    color: #FF595A;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .howWorks__stepItem--step::after {
        content: url(/img/cms/platnosci_lp/line_2-3_2.png);
        right: -18%;
    }
}

@media screen and (max-width: 1000px) {
    .howWorks__stepItem--step::after {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .howWorks__stepItem img {
        width: 100px;
    }

    .howWorks__stepItem p {
        font-size: 16px;
    }

    .howWorks__benefitItem {
        width: 100%;
        max-width: 29vw;
        height: 240px;
    }

    .howWorks__benefitsTxt {
        font-size: 16px;
    }

    .howWorks__benefitimg {
        margin-top: 37px;
    }

    .payLater__title {
        font-size: 26px;
    }

    .payLater__desc {
        font-size: 16px;
    }

    .payLater {
        min-height: 320px;
    }

    .payLater__logoItem {
        width: 115px;
    }

    .payLater__img {
        transform: translate(12px, -17px);
    }

    .payCash {
        min-height: 320px;
    }

    .payCash__title {
        font-size: 26px;
    }

    .payCash__desc {
        font-size: 17px;
    }

    .payCash__addinfo {
        font-size: 13px;
    }

    .payCash__img {
        transform: translate(8px, -17px);
    }

    .paymentMethod__headerTitle {
        font-size: 28px;
        width: 90%;
    }

    .paymentMethod__headerInformation {
        font-size: 18px;
    }

    .paymentMethod__information {
        min-height: 310px;
    }

    .paymentMethod__additionalInfo {
        font-size: 13px;
    }
}

@media screen and (max-width: 820px) {
    .payuheader {
        background-image: url(/img/cms/platnosci_lp/header_770px.jpg)
    }

    .howWorks__steps {
        width: 95%;
    }

    .payLater__information,
    .payCash__information {
        width: 40%;
    }

    .payLater__picture,
    .payCash__picture {
        width: 35%;
    }
}

@media screen and (max-width: 660px) {
    .ups-section__item {
        flex-basis: 100%;
    }

    .usp-section__title {
        width: 80%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .usp-section__imgDesktop {
        display: none;
    }

    .howWorks__stepItem img {
        width: 90px;
    }

    .howWorks__stepItem p {
        font-size: 14px;
        padding: 0 20px;
    }

    .howWorks__benefitimg {
        width: 75px;
        margin-top: 33px;
    }

    .howWorks__benefitItem {
        height: 215px;
        max-width: 27vw;
    }

    .howWorks__benefitsTxt {
        font-size: 15px;
    }

    .payLater__information, .payCash__information {
        width: 50%;
    }

    .payLater__title {
        font-size: 21px;
    }

    .payCash__title {
        font-size: 21px;
    }

    .payLater__desc {
        font-size: 13px;
    }

    .payCash__desc {
        font-size: 13px;
    }

    .payCash__addinfo {
        font-size: 12px;
    }

    .payLater__logoItem {
        width: 100px;
    }

    .payLater__picture, .payCash__picture {
        width: 45%;
    }

    .payLater__img {
        transform: translate(12px, -10px);
    }

    .paymentMethod__additionalInfo {
        display: none;
    }

    .paymentMethod__lInfoMobile {
        display: block;
        font-size: 13px;
        width: 90%;
        margin: 0 auto;
    }

    .paymentMethod__information {
        min-height: auto;
    }

    .paymentMethod__picture {
        width: 60%;
    }

    .paymentMethod__logos {
        width: 45%;
    }

    .paymentMethod__logoItem {
        width: 75%;
    }

}

@media screen and (min-width: 660px) {
    .usp-section__imgMobile {
        display: none;
    }

    .paymentMethod__lInfoMobile {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .howWorks__stepItem p {
        font-size: 12px;
        padding: 0 15px;
    }

    .howWorks__benefitItem {
        height: 200px;
    }

    .howWorks__benefitimg {
        width: 66px;
        margin-top: 37px;
    }

    .howWorks__benefitsTxt {
        font-size: 13px;
    }
}

@media screen and (max-width: 500px) {
    .payLater__title {
        font-size: 19px;
    }

    .payLater__logoItem {
        width: 90px;
    }

    .payCash__title {
        font-size: 19px;
    }

    .payCash__desc {
        font-size: 13px;
    }

    .payCash__addinfo {
        font-size: 11px;
    }
}

@media screen and (max-width: 440px) {
    .howWorks__steps {
        grid-template-columns: 1fr 2fr;
        width: 95%;
        grid-gap: 10px 5px;
    }

    .howWorks__stepItem--1 {
        order: 1;
    }

    .howWorks__stepItem--2 {
        order: 2;
        align-items: center;
    }

    .howWorks__stepItem--3 {
        order: 3;
    }

    .howWorks__stepItem--4 {
        order: 4;
        align-items: center;
    }

    .howWorks__stepItem--5 {
        order: 5;
    }

    .howWorks__stepItem--6 {
        order: 6;
        align-items: center;
    }

    .howWorks__stepItem--step::after {
        display: none;
    }

    .howWorks__stepItem p {
        font-size: 16px;
        margin-top: 10px;
        text-align: left;
        padding: 0 15px;
    }

    .howWorks__benefits {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .howWorks__benefitItem {
        justify-content: space-evenly;
        flex-direction: row;
        height: 115px;
        width: 100%;
        max-width: 325px;
    }

    .howWorks__benefitimg {
        width: 55px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .howWorks__benefitsTxt {
        font-size: 16px;
        display: inline-block;
        width: 70%;
    }
}

@media screen and (max-width: 410px) {
    .payuheader {
        background-image: url(/img/cms/platnosci_lp/header_mobile.png);
        justify-content: center;
        align-items: flex-end;
    }

    .payuheader-title {
        width: 100%;
        text-align: center;
    }

    .payuheader-title p {
        font-size: 28px;
    }

    .payuheader-bottom p {
        font-size: 22px;
    }

    .usp-section {
        flex-wrap: wrap;
    }

    .ups-section__item {
        width: 40%;
        flex-basis: unset;
    }

    .usp-section__title {
        width: auto;
    }

    .paymentMethod__headerTitle {
        width: 90%;
        font-size: 22px;
    }

    .paymentMethod__headerInformation {
        font-size: 16px;
    }

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

    .payLater__information {
        width: 90%;
        margin-bottom: 15px;
    }

    .payLater__title {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }

    .payLater__desc {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .payLater__logoItem {
        width: 100px;
    }

    .payLater__picture {
        width: 90%;
    }

    .payLater__img {
        transform: none;
    }

    .payCash {
        flex-direction: column-reverse;
        align-items: center;
    }

    .payCash__picture {
        width: 90%
    }

    .payCash__img {
        transform: none;
    }

    .payCash__information {
        width: 90%;
        margin-bottom: 15px;
    }

    .payCash__title {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }

    .payCash__desc {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .payCash__addinfo {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/*PayPo cms page*/
.iframe-paypo {
    min-height: 4870px
}

@media screen and (max-width:1185px) {
    .iframe-paypo {
        min-height: 5180px
    }
}

@media screen and (max-width:945px) {
    .iframe-paypo {
        min-height: 5210px
    }
}

@media screen and (max-width:799px) {
    .iframe-paypo {
        min-height: 5950px
    }
}

@media screen and (max-width:560px) {
    .iframe-paypo {
        min-height: 5980px
    }
}

@media screen and (max-width:470px) {
    .iframe-paypo {
        min-height: 6150px
    }
}

@media screen and (max-width:395px) {
    .iframe-paypo {
        min-height: 6250px
    }
}

@media screen and (max-width:365px) {
    .iframe-paypo {
        min-height: 6617px
    }
}

/*RMA Form*/
#rma-folmural h3 {
    display: none;
}

.rmaForm__header {
    text-align: center;
}

.rmaForm__information {
    text-align: center;
    border: 1px solid #ff1f1f;
    padding-block-start: 1rem;
    margin-block-end: 25px;
}

.rmaForm__information p {
    text-transform: uppercase;
}

.rmaForm__information--important {
    font-weight: 700;
}

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

.rmaForm__item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}

@media screen and (max-width: 555px) {
    .rmaForm__item {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
        margin-bottom: 15px;
    }
}

.rmaForm__label {
    width: 300px;
    margin: 0;
    text-align: right;
}

@media screen and (max-width: 555px) {
    .rmaForm__label {
        text-align: center;
    }
}

.rmaForm .wpcf7-form-control-wrap {
    margin-top: 0;
}

.form-control.rmaForm__input {
    margin-top: 0;
}

textarea {
    resize: vertical;
    width: 100%;
    max-width: 400px;
}

.rmaForm__input,
.rmaForm__pdfFile,
.rmaForm__videoFoto,
.rmaForm__productPhoto {
    width: 100%;
    max-width: 400px;
}

.rmaForm__sectionInformation {
    text-align: center;
}

.rmaForm__sectionInformation p {
    display: block;
    width: 70%;
    margin-inline: auto;
}

.rmaForm__footer {
    text-align: center;
}

/*FAQ*/
.faq h3 {
    font-size: min(max(3.5vw, 15px), 18px);
}

.faqItem__title {
    font-weight: 700;
    font-size: min(max(3.5vw, 13px), 16px);
    line-height: 2em;
    position: relative;
    cursor: pointer;
}

.faqItem__title::before {
    content: "+";
    color: #000;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.faqItem.active .faqItem__title::before {
    content: "-";
}

.faqItem .panel-content {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 25px;
    font-size: 14px;
    padding-right: 25px;
    font-size: 14px;
    height: 0;
    visibility: hidden;
    margin: 0;
}

.faqItem--wrapper {
    padding: 0 20px;
}

.faqItem.active .panel-content {
    height: auto;
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 5px;
}


@media screen and (max-width: 420px) {
    .acc-name {
        line-height: 1.6em;
    }
}

.faqItem-divider {
    border-top: 1px solid #DFE0E0;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Privacy policy */
#privacy-policy {
    scroll-behavior: smooth;
}

#cookies {
    scroll-margin-block-start: 62px;
}

#privacy-policy a {
    color: #025c5c;
    transition: color 0.3s ease-in;

    &:hover {
        color: #01acac;
    }
}

#privacy-policy h2 {
    font-size: 24px;
}

#privacy-policy p {
    margin-block-end: 10px;
}

#privacy-policy li {
    margin-block-end: 8px;
}

#privacy-policy h2 {
    margin-block-end: 12px;
}

#privacy-policy *:has(+ h2) {
    margin-block-end: 28px;
}

.list-first-lvl {
    margin-inline-start: 16px;
    text-indent: -32px;
    padding-inline-start: 30px;
}

.list-second-lvl {
    margin-inline-start: 48px;
    text-indent: -46px;
    padding-inline-start: 42px;
}

.paragraph-first-lvl {
    margin-inline-start: 16px;
    padding-inline-start: 30px;
}

.nested-list-a {
    margin-inline-start: 58px;
}

.page-header:has(+ #content #privacy-policy) {
    display: none;
}

#privacy-policy table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

#privacy-policy th,
#privacy-policy td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#privacy-policy th {
    background-color: #f2f2f2;
}

#shop-regulations h2 {
    font-size: 20px;
}

#shop-regulations p {
    margin-block-end: 10px;
}

#shop-regulations li {
    margin-block-end: 8px;
}

#shop-regulations h2 {
    margin-block-end: 12px;
}

#shop-regulations *:has(+ h2) {
    margin-block-end: 28px;
}

.page-header:has(+ #content #shop-regulations) {
    display: none;
}

/* Account login form */

.page-authentication #content {
    background: transparent;
}

#authentication .login-form .form-footer .btn {
    color: #666;
}

.login-form #tc-social-logins {
    gap: 10px
}


/* Page Customer Advocate  */
.lo-spokesman {
    width: min(1440px, 100%);
    margin: 20px auto 30px;
    color: #1E1E20;
    font: 400 16px/1 "Plus Jakarta Sans", serif;
    position: relative;
}

.lo-spokesman__intro {
    display: grid;
    grid-template-columns: min(100%, 50%) auto;
    grid-template-rows: repeat(6, min-content);
    grid-template-areas:
        "tlt img"
        "txt img"
        "wrp img"
        "wrp img"
        "wrp cap";
    column-gap: 35px;
    padding-inline: 25px;
    margin-block: 45px 35px;


    @media (width <=768px) {
        padding-inline: clamp(0rem, -1.1161rem + 5.5804vw, 1.5625rem);
        grid-template-columns: auto 1fr;
        grid-template-rows: repeat(5, min-content);
        column-gap: 24px;
        row-gap: 30px;
        grid-template-areas:
            "tlt tlt"
            "img txt"
            "img cap"
            "wrp wrp";
    }
}

.lo-spokesman__girid--tlt {
    grid-area: tlt;
}

.lo-spokesman__girid--sbt {
    grid-area: sbt;
}

.lo-spokesman__girid--txt {
    grid-area: txt;
}

.lo-spokesman__girid--wrp {
    grid-area: wrp;
    min-height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    @media (width <=768px){
        gap: 12px;
    }
}

.lo-spokesman__girid--cap {
    grid-area: cap;
    justify-self: end;

    @media (width <=768px) {
        justify-self: start;
        align-self: self-end;
    }
}

.lo-spokesman__girid--img {
    width: 100%;
    max-width: 324px;
    border-radius: 12px;
    grid-area: img;
    justify-self: end;

    @media (width <=768px) {
        justify-self: start;
    }
}

.lo-spokesman__intro .lo-spokesman__img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.lo-spokesman__title {
    font: 700 32px/1 "Red Hat Display", sans-serif;
    margin: 0;

    @media (width <=768px) {
        font-size: clamp(1.5rem, 1.1429rem + 1.7857vw, 2rem);
    }
}

.lo-spokesman__faq .lo-spokesman__title {
    margin-block-end: 35px;
}

.lo-spokesman__subtitle {
    font: 600 28px/1.3 "Red Hat Display", sans-serif;
    margin: 0;

    @media (width <=768px) {
        font-size: clamp(1.25rem, 0.8929rem + 1.7857vw, 1.75rem);
    }
}

.lo-spokesman__girid--wrp .lo-spokesman__subtitle {
    margin-block-end: 25px;
}

.lo-spokesman__details .lo-spokesman__subtitle {
    margin-block-end: 35px;

    @media (width <=768px) {
        margin-block-end: clamp(1.25rem, 0.5804rem + 3.3482vw, 2.1875rem);
    }
}

.lo-spokesman__text {
    line-height: 1.5;
    margin: 0;

    @media (width <=768px) {
        font-size: clamp(0.875rem, 0.7857rem + 0.4464vw, 1rem);
    }
}

.lo-spokesman__text.mg15 {
    margin-block-end: 15px;
}

.lo-spokesman__text.mg55 {
    margin-block-end: 55px;

    @media (width <=768px) {
        margin-block-end: clamp(1.875rem, 0.7589rem + 5.5804vw, 3.4375rem);
    }
}

.lo-spokesman__girid--wrp .lo-spokesman__text:first-of-type {
    margin-block-end: 15px;
}

.lo-spokesman__whenUse--item .lo-spokesman__text {
    width: min(1243px, 100%);
}


.lo-spokesman__details {
    background: #FCF8F1;
    border-radius: 16px;
    padding: 39px;
    margin-block-end: 55px;

    @media (width <=768px) {
        padding-inline: clamp(0.75rem, -0.4554rem + 6.0268vw, 2.4375rem);
    }
}

.lo-spokesman__whenUse {
    width: min(1178px, 100%);
    margin-inline: auto;
    margin-block-end: 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    @media (width <=768px) {
        flex-wrap: wrap;
        gap: 32px;
    }
}

.lo-spokesman__whenUse--item {
    display: flex;
    flex: 0 1 346px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;

    @media (width <=768px) {
        flex-direction: row;
        gap: 31px;
        flex: 0 1 100%;
    }
}

.lo-spokesman__icon {
    @media (width <=768px) {
        width: 35px;
        height: 35px;
    }
}

.lo-spokesman__important {
    width: min(1178px, 100%);
    margin-inline: auto;
    margin-block-end: 45px;
    background: #fff;
    padding: 45px 24px 35px;
    border-radius: 16px;
}

.lo-spokesman__link {
    appearance: none;
    background: #4B4B4D;
    border: none;
    border-radius: 32px;
    padding: 8px 8px 8px 16px;
    color: #fff;
    font: 600 14px/1 "Jakarta Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 8px;
    margin-block-end: 15px;
    transition: color 450ms ease-in-out, background 450ms ease-in-out;
}

.lo-spokesman__link:hover {
    color: #fff;
    background: #1E1E20;
}

.lo-spokesman__list {
    margin: 0;
    padding: 0 0 0 20px;
}

.lo-spokesman__list-item {
    line-height: 1.3;
}

.lo-spokesman__list-item:first-of-type {
    margin-block-end: 10px;
}

.lo-spokesman__faq {
    padding-inline: 39px;

    @media (width <=768px) {
        padding-inline: clamp(0.75rem, -0.4554rem + 6.0268vw, 2.4375rem);
    }
}

.lo-spokesman__faq .faqItem--wrapper {
    @media (width <=768px) {
        padding-inline: clamp(0rem, -0.8929rem + 4.4643vw, 1.25rem);
    }
}

.lo-spokesman__faqItemTitleWrapper {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.lo-spokesman__faqItemTitle {
    font: 600 28px/1 "Red Hat Display", sans-serif;
    margin: 0;

    @media (width <=768px) {
        font-size: clamp(1.25rem, 0.8929rem + 1.7857vw, 1.75rem);
    }
}

.lo-spokesman__faqItemTitle::before {
    content: "+";
    color: #000;
    font-size: 28px;
    font-weight: 600;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);

    @media (width <=768px) {
        font-size: clamp(1.25rem, 0.8929rem + 1.7857vw, 1.75rem);
    }
}

.faqItem.active .lo-spokesman__faqItemTitle::before {
    content: "-";
}

.faqItem.active .panel-content.lo-spokesman__faqContent {
    padding: 15px;
}

.lo-spokesman__faq .faqItem-divider {
    margin-block: 25px;
}

.lo-spokesman__faqListtContent {
    padding-inline-start: 24px;


    @media (width <=768px) {
        font-size: clamp(0.875rem, 0.7857rem + 0.4464vw, 1rem);
    }
}

.lo-spokesman__faqListtContent li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-block-end: 15px;

    /* @media (width <=768px) {
        font-size: clamp(0.875rem, 0.7857rem + 0.4464vw, 1rem);
    } */
}