/** Header */
:root {
    --header-icon-width: 400px;
    --header-height: 100px;
    --header-margin-top: 40px;
}

.page-header {
    display: none;
}

#kad-banner {
    margin-top: var(--header-margin-top);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

#kad-banner>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
    opacity: 1;
}

.kad-header-left {
    display: flex;
    align-items: center;
    justify-content: start;
    width: var(--header-icon-width);
    height: var(--header-height);
}

.kad-header-right {
    width: calc(100% - var(--header-icon-width));
    display: flex;
    align-items: center;
    justify-content: end;
    height: var(--header-height);
}

.contact-form-container > *:not(input) {
    width: 100%;
}

.contact-form-container .archiprod-contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}