:root {
    --paruffme-page-header-central-width: 1200px;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
}

.pruffme_pages_header_container {
    position: sticky;
    top: 0;

    height: 62px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #041530;
    font-family: Inter, Rubik, Arial;

    z-index: 10;
}

.pruffme_pages_header_container_inner {
    max-width: var(--paruffme-page-header-central-width);
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pruffme_pages_header_button {
    position: relative;

    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;

    border: none;
    font-family: Inter, Rubik, Arial;

    padding: 0 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

    border-radius: 8px;
    color: #FFFFFF;
    background: #216FE6;
    transition: background-color 0.3s ease;
}

.pruffme_pages_header_central_language_box .header-flag-outer-box:hover {
    background-color: transparent;
}

.pruffme_pages_header_button.icon_button {
    width: 38px;
    padding: 0;
}

.pruffme_pages_header_button.link {
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    color: #FFFFFF !important;
}


.pruffme_pages_header_button.secondary {
    background: rgba(255, 255, 255, 0.10);
}

.pruffme_pages_header_button.shadow {
    background: transparent;
}

.pruffme_pages_header_actions_unlogined_mobile {
    display: none;
}

.pruffme_pages_header_logo_box {
    height: 32px;
    width: 120px;
    flex-shrink: 0;

    background-image: url(./images/header/pruffme_logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.pruffme_pages_header_logo_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pruffme_pages_header_mobile_menu_header_logo {
    height: 32px;
    width: 120px;
    flex-shrink: 0;

    background-image: url(./images/header/pruffme_dark_logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.pruffme_pages_header_mobile_menu_icon {
    background-image: url(./images/header/mobile_menu_icon.svg);
}

.pruffme_pages_header_central_language_box {
    width: 80px;
    display: flex;
    justify-content: flex-start;
}

.pruffme_pages_header_central_products_box {
    width: 140px;
    display: flex;
    justify-content: flex-end;
}

.pruffme_pages_header_products_dropdown_card {
    padding: 8px 6px 8px 14px;
    border-radius: 12px;
    display: flex;
    gap: 8px;

    width: 505px;
    transition: background-color 0.3s ease-in;
    margin: 0 12px;

    cursor: pointer;
    font-family: Inter, Rubik, Arial;
}


.pruffme_pages_header_products_dropdown_card_logo {
    flex-shrink: 0;

    display: flex;
    justify-content: center;
}

.pruffme_pages_header_actions.show_login_loader .button_loader_content {
    display: flex;
}

.pruffme_pages_header_actions.show_login_loader .button_unlogined_content {
    opacity: 0;
}

.pruffme_pages_landing_action_button {
    display: flex;
    justify-content: center;
    align-items: center;

    border: none;

    padding: 0 24px;
    color: #FFFFFF;

    border-radius: 14px;
    background: #216FE6;
    transition: background-color 0.3s ease;

    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%
}

a.pruffme_pages_landing_action_button {
    text-decoration: none;
}

.pruffme_pages_landing_action_button.secondary {
    background: transparent;
    color: #2C2D2E;
}

.pruffme_pages_landing_action_button.dark {
    background: #041530;
}

.button_loader_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;

    display: none;

    width: 70px;

    align-items: center;
    justify-content: center;
}

.pruffme_lp_slider_card_dashboard_mobile_figures {
    display: none;
}

.pruffme_pages_header_products_dropdown_card_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pruffme_pages_header_products_dropdown_card_name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 12px;
}

.pruffme_pages_header_products_dropdown_card_benefits,
.pruffme_pages_header_products_dropdown_card_description {
    font-size: 14px;
    color: #A8AAB3;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.pruffme_pages_header_products_dropdown_card_benefits {
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px solid #DDE1E5;
}

.pruffme_pages_header_products_dropdown_card_image {
    width: 195px;
    height: 125px;

    object-fit: contain;
    object-position: center;
}

.pruffme_pages_header_actions {
    flex-shrink: 0;
    position: relative;
}

.pruffme_pages_header_actions_unlogined,
.pruffme_pages_header_central {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pruffme_pages_header_actions_unlogined,
.pruffme_pages_header_actions_logined {
    transition: opacity 0.3s ease-in;
}


.pruffme_pages_header_actions_logined {
    z-index: -1;
    opacity: 0;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}

.is-logined .pruffme_pages_header_actions_unlogined {
    opacity: 0;
}

.is-logined .pruffme_pages_header_actions_logined {
    z-index: 1;
    opacity: 1;
    width: 100%;
}

.pruffme_pages_header_actions_logined_box {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 4px 8px;
    border-radius: 8px;

    background-color: transparent;

    transition: background-color 0.3s ease-in;
}


.pruffme_pages_header_actions_logined_name {
    font-size: 16px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 125%;

    max-width: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.pruffme_pages_header_actions_logined_logo {
    width: 40px;
    height: 40px;

    border-radius: 20px;
    background-position: center;
    background-size: contain;

    border: 2px solid rgba(255, 255, 255, 0.80);

    flex-shrink: 0;
}

.pruffme_pages_header_mobile_menu {
    height: 100vh;
    height: 100dvh;
    color: #2C2D2E;

    font-family: Inter, Rubik, Arial;
}

.pruffme_pages_header_mobile_menu_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pruffme_pages_header_mobile_menu_header {
    flex-shrink: 0;
    display: flex;
    padding: 16px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.pruffme_pages_header_mobile_menu_content {
    flex: 1;
}

.pruffme_pages_header_mobile_menu_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;

    flex-shrink: 0;
    padding: 16px 20px;
    padding-top: 0;
}

.pruffme_pages_header_mobile_menu_actions>button {
    width: 100%;
}

.pruffme_pages_header_mobile_menu_line {
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid #DDE1E5;

    background-color: transparent;
}

.pruffme_pages_header_mobile_menu_line_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
}

.pruffme_pages_header_mobile_menu_line_name {
    color: #2C2D2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

    text-decoration: none;
}

.pruffme_pages_header_mobile_menu_line:visited .pruffme_pages_header_mobile_menu_line_name {
    text-decoration: none;
    color: #2C2D2E;
}

.pruffme_pages_header_mobile_menu_line_content {
    display: none;
}

.pruffme_pages_header_mobile_menu_line_content.expanded {
    display: flex;
}

.pruffme_pages_header_mobile_menu_line_content.content_languages {
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
}

.pruffme_pages_header_mobile_menu_line_content.content_products {
    flex-direction: column;
}

.pruffme_pages_header_mobile_menu_line_lang_wrapper {
    display: flex;
    gap: 4px;
}

.pruffme_pages_header_mobile_menu_line_lang_wrapper>span {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.pruffme_pages_header_mobile_menu_line_lang_item {
    height: 32px;

    display: flex;
    padding: 0 13px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #F1F3F5;

    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.pruffme_pages_header_mobile_menu_line_lang_item.active {
    background-color: #041530;
    color: #FFFFFF;
}

.pruffme_pages_header_mobile_menu_product {
    display: flex;
    align-items: center;
    padding: 12px 0;
    gap: 8px;
    align-self: stretch;
}

.pruffme_pages_header_mobile_menu_product:not(:last-child) {
    border-bottom: 1px solid rgba(221, 225, 229, 1);
}

.pruffme_pages_header_products_mobile_dropdown_card_image,
.pruffme_pages_header_mobile_menu_product_logo {
    width: 95px;
    height: 75px;
    object-fit: contain;
    object-position: center;
}

.pruffme_pages_header_mobile_menu_product_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pruffme_pages_header_mobile_menu_product_name {
    color: #2C2D2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.pruffme_pages_header_mobile_menu_product_description {
    color: #A8AAB3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}



@media (hover: hover) {
    .pruffme_pages_header_button.shadow:hover,
    .pruffme_pages_header_button.secondary:hover {
        background: rgba(255, 255, 255, 0.12);
    }

    .pruffme_pages_header_button,
    .pruffme_pages_header_products_dropdown_card {
        cursor: pointer;
    }

    .pruffme_pages_header_button:hover {
        background: #1E64CF;
    }


    .pruffme_pages_header_products_dropdown_card:hover {
        background-color: #F7F7F9;
    }

    .pruffme_pages_header_actions_logined_box:hover {
        background-color: rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 1200px) {
    :root {
        --paruffme-page-header-central-width: 1000px;
    }
}

@media (max-width: 1024px) {
    :root {
        --paruffme-page-header-central-width: 90vw;
    }

    .pruffme_pages_header_central {
        display: none;
    }    
}


@media (max-width: 664px) {
    .pruffme_pages_header_actions_unlogined_mobile {
        display: block;
    }

    .pruffme_pages_header_actions_unlogined > .pruffme_header_action_demo_button {
        display: none;
    }    
}