.vraceni-zbozi .CentralPartContent{
    background-color: #f5f3f1;
}
.vraceni-zbozi .Element.FormElement{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 2.5rem);
    padding-bottom: 4rem;
}
.vraceni-zbozi .ElementHeader {
    font-size: 2.5rem;
    letter-spacing: -1px;
    line-height: 2.5rem;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 2rem 0 1rem 0;
}
.vraceni-zbozi .field Label {
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #47423d;
    font-weight: 800;
    white-space: wrap;
    width: 225px;
}

.vraceni-zbozi .field .input input[type=text], .vraceni-zbozi .field .input textarea {
    font-family: "Darker Grotesque", sans-serif;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d7d4d1;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #47423d;
    letter-spacing: 0;
    padding: .375rem .75rem !important;
    /* max-width: 320px; */
    width: 100% !important;
    min-width: 196px;
}

.vraceni-zbozi .Element.FormElement .ElementContent form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vraceni-zbozi .Element.FormElement .ElementContent form .field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: .5rem 0;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (min-width: 1000px) {
    .vraceni-zbozi .Element.FormElement .ElementContent form .field {
        width:calc(50% - 3.4rem)
    }
}

@media only screen and (max-width: 767.98px) {
    .vraceni-zbozi .Element.FormElement .ElementContent form .field {
        flex-direction:column;
        align-items: flex-start;
        row-gap: .8rem
    }
}
.vraceni-zbozi .Element.FormElement .ElementContent form .field .input input[type=submit]{
    display: inline-block;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 1rem;
    line-height: 1.063rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #be0f2f;
    border: 1px solid #be0f2f;
    cursor: pointer;
    padding: 1rem 2rem;
} 
.vraceni-zbozi .Element.FormElement .ElementContent form .field:has(input[type=submit]){
    width: 100%;
    align-self: flex-end;
    justify-content: end;
}
.vraceni-zbozi .BigError, .errors {
    width: 100%;
}
.vraceni-zbozi span.input{
    width: calc(100% - 245px);
}
.vraceni-zbozi span.input:has(input[type=submit]){
    width: unset;
}