.static-page-breadcrumb-container .select-label-complaints-form {
    gap: 0.75rem;
}

.static-page-breadcrumb-container span.err {
    text-align: end;
    top: unset;
    bottom: -1rem;
}

.static-page-breadcrumb-container span.err[data-field="produkty"] {
    text-align: center;
    font-size: .9rem;
    top: -16px;
    bottom: 0;
}

.static-page-breadcrumb-container {
    margin-bottom: 6rem;
}

.static-page-breadcrumb-container .breadcrumb {
    margin-top: 1rem;
}

.complaints-container {
    max-width: 800px;
    margin: auto;
}

.static__title__section {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;
    margin-top: -2rem;
    background-color: var(--bg-light-grey);
    /*border-bottom: 1px solid var(--grey);*/
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
}

.static__title__section .back-href {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 1000;
    text-align: center;
    display: block;
    text-decoration: none;
}

.static__page__content {
    font-size: 1rem;
    display: grid;
    grid-template-columns: calc(30%) calc(70% - 3rem);
    gap: 5rem;
    margin-top: 3rem;
}

.faq-contents ol, .faq-contents ul {
    margin-left: 1rem;
}

.you__need__help .title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--darkgrey);
}

.need__help__content .need__help__item p,
.need__help__content .need__help__item a {
    font-weight: 1000;
    font-size: 1.07rem;
    text-decoration: none;
    color: black;
}

.need__help__content .need__help__item--call p,
.need__help__content .need__help__item--call a {
    margin-bottom: 1rem;
}

.need__help__content .need__help__item--call span {
    font-size: 0.75rem;
    margin-bottom: .2rem;
}

.need__help__content .need__help__item--call {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.navigation {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.navigation .navigation__header {
    text-decoration: none;
    color: black;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: .3s;
}

.navigation .children__container {

    padding: 1rem 0 2rem 1rem;
    display: flex;
    flex-direction: column;
}

.navigation .children__container .navigation__item {
    color: black;
    text-decoration: none;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.navigation .navigation__header.header__active {
    /*color: var(--orange);*/
    transition: .3s;
}

.navigation .children__container .navigation__item.active__item {
    color: var(--orange);
}

.content .content__list {
    display: flex;
    flex-direction: column;
}

.content .content__list .content__item {
    color: black;
    transition: .6s;
    margin-bottom: 1rem;
    text-decoration: none;
}

.content .content__list .content__item:hover {
    color: var(--orange);
    transition: .6s;
}

.order__comment--area {
    width: 100%;
    border: solid 1px #E0E0E0;
    font-size: .8rem;
    padding: .5rem;
    border-radius: var(--border-radius);
}

.comment-area-container {
    position: relative;
    width: 100%;
    display: block;
}

.breadcrumb .breadcrumb__item a {
    text-decoration: none;
    color: var(--font-light-grey);
    font-size: 0.875rem;
    display: flex;
}

.breadcrumb .breadcrumb__item:last-child a::after {
    content: '';
}

@media only screen and (max-width: 1199px) {
    .help__item .phone__title a,
    .help__item .phone__title {
        font-size: .9rem;
    }
}

@media only screen and (max-width: 770px) {
    .static__page__content {
        grid-template-columns: 1fr;
    }

    .navigation .navigation__header {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        border-bottom: 1px solid #E0E0E0;
    }

    .navigation .children__container {
    }

    .need__help {
        display: none;
    }

    .navigation {
        margin-bottom: 0;
    }

    .static__page__content {
        gap: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .static__title__section {
        height: auto;
        padding: 1rem 0;
        background: none;
    }

    .static__title__section .back-href::before {
        content: '\2039 \00A0';
        font-size: 1.2rem;
        position: relative;
    }

    .static__title__section .back-href {
        font-size: 1rem;
        text-align: left;
        font-weight: 300;
        color: var(--orange);
        display: flex;
        text-decoration: none;
    }

    section[data-end-page] {
        display: none;
    }

    main {
        background: white;
    }

    .static__page__content {
        margin-top: 0;
        padding: 1.5rem 0;
    }

    .flex-box {
        justify-content: start;
        margin-bottom: .1rem;
    }
}

.nice-select ul.list {
    margin: unset !important;
    padding: unset !important;
}

.complaints-form__products-swiper-wrapper .swiper {
    overflow: unset;
    clip-path: inset(0 0 -100vh 0);
}

.complaints-form__products-swiper-wrapper .swiper-slide {
    height: 100%;
}

.complaints-form__products-swiper-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.25rem;
}

.complaints-form__products-item-wrapper {
    --padding: 1rem;
    
    &:not(:last-child) {
        border-bottom: 1px solid var(--clr-gray-200);
        padding-bottom: var(--padding);
        margin-bottom: var(--padding);
    }
}

.complaints-form__products-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--black);
    border-radius: var(--border-radius);
}

.complaints-form__products-item.selected {
    border: 2px solid var(--orange);
}

.complaints-form__products-img-wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

.complaints-form__products-img {
    margin: unset;
    width: 100%;
    aspect-ratio: 4/3;
    user-select: none;
}

.complaints-form__products-checkbox[type="checkbox"] {
    display: none;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    accent-color: var(--orange);
    pointer-events: none;
}

.complaints-form__products-checkbox[type="checkbox"]:checked {
    display: block;
}

.complaints-form__products-content {
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.complaints-form__products-content a {
    color: var(--black);
    line-height: 120%;
}

.product-return-select {
    margin-top: 1rem;
}

.complaints-form__btn-change-layout {
    border: 1px solid var(--black);
    padding: .94rem 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: .5rem;
    border-radius: var(--border-radius);
    transition: var(--btn-hover-duration) var(--btn-hover-ease) all;
}

.complaints-form__btn-change-layout:hover {
    box-shadow: 0 0 0 1px var(--black);
}

.complaints-form__btn-change-layout img {
    margin: unset;
    aspect-ratio: auto;
    width: 1rem;
    height: 1rem;
}

.complaints-form__products-title-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: .5rem;
}

.complaints-form__products-swiper-wrapper.alt-view .swiper-wrapper {
    flex-direction: column;
    gap: 2rem;
}

.complaints-form__products-swiper-wrapper.alt-view .swiper-button-next,
.complaints-form__products-swiper-wrapper.alt-view .swiper-button-prev {
    display: none;
}

.complaints-form__products-swiper-wrapper.alt-view :has(.nice-select.open) {
    z-index: 1;
}

.complaints-form__products-swiper-wrapper.alt-view .complaints-form__products-item {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    position: relative;
    padding: 0.75rem;
    border: unset;
}

.complaints-form__products-swiper-wrapper.alt-view .complaints-form__products-item.selected {
    box-shadow: inset 0 0 0 2px var(--orange);
}

.complaints-form__products-swiper-wrapper.alt-view .swiper-slide:not(:last-of-type) .complaints-form__products-item::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--border-medium-grey);
}

.complaints-form__products-swiper-wrapper.alt-view .complaints-form__products-img {
    margin: unset;
}

.complaints-form__products-swiper-wrapper.alt-view .complaints-form__products-content {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
}

.complaints-form__products-swiper-wrapper.alt-view .product-return-select {
    margin: unset;
    width: 7.5rem;
}

.complaints-order__comment--area {
    height: 90px;
}

@media only screen and (max-width: 575px) {
    .complaints-form__products-swiper-wrapper.alt-view .complaints-form__products-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .complaints-form__products-swiper-wrapper.alt-view .product-return-select {
        width: 100%;
    }

    .complaints-form__products-swiper-wrapper.alt-view .complaints-form__products-item {
        grid-template-columns: 6rem minmax(0, 1fr);
    }

    .complaints-form__products-title-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

.faq-contents .choice_extended_label_text,
.faq-contents .image-container {
    pointer-events: none;
}

.faq-contents .choice_extended_label_header {
    font-size: 1.1em;
    margin: unset;
}

.faq-contents .choice_extended_label_help {
    margin-bottom: 1rem;
    line-height: 1rem;
}

.faq-contents .choice_extended_label img {
    aspect-ratio: unset;
    margin-bottom: unset;
    user-select: none;
}

.form-detail > .form_row-input-label.pro_form:has(span.err) {
    padding-bottom: 0.625rem;
}

.form-detail > span.err {
    bottom: -1.25rem;
}

.form-additional-err-target--submit {
    margin-top: -1rem;
}

.form-additional-err-target--submit .err {
    position: static;
}

.form_row-input-label--return-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 2.5rem 0 0;
}

.form_row-input-label--return-value b {
    margin-bottom: 0.25rem;
}

.form_row-input-label--return-value .return-value-field-value {
    margin-bottom: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    width: 100%;
    line-height: 100%;
}

.form_row-input-label--return-value .return-value-field-value span {
    display: block;
    font-family: "Fira Sans", "Archivo", sans-serif, serif;
    line-height: 100%;
    font-size: 1rem;
}

.return-value-field-value--total {
    font-weight: 600;
    font-size: 1.125rem;
}

.form_row-input-label--return-value .return-value-field-value--total span {
    font-weight: inherit;
    font-size: inherit;
}

.return-all {
    margin-bottom: 1.3rem;
}

.return-all label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.return-all p {
    margin: unset;
}