/* Style the page of header system */
.PageHeaderSystem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-fullhd-v1.svg' );
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgb(64, 68, 72);

    position: relative;

    width: 100%;

    margin-bottom: 77px;
}

@media screen and (max-width: 825px){
    .PageHeaderSystem {
        margin-bottom: 77px;
    }
}

    .PageHeaderSystem__Bar {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        background: rgb(60, 64, 68);

        width: 100%;

        z-index: 3;
    }

        .PageHeaderSystemBar__Block {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            width: 100%;
            max-width: 1200px;

            padding-left: 17px;
            padding-right: 17px;
            padding-top: 7px;
            padding-bottom: 7px;
        }

            .PageHeaderSystemBarBlock__Socials {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                width: 100%;
            }

                .PageHeaderSystemBarBlock__Socials > a {
                    margin-left: 7px;
                    transition: 0.4s;
                }

                    .PageHeaderSystemBarBlock__Socials > a:hover {
                        transition: 0.2s;
                        opacity: 0.7;
                    }

                    .PageHeaderSystemBarBlock__Socials > a:nth-of-type(1) {
                        margin-left: unset;
                    }

                .PageHeaderSystemBarBlock__Socials > a > img {
                    width: 100%;
                    height: auto;
                    max-width: 26px;
                }

            .PageHeaderSystemBarBlock__Contacts {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-end;

                width: 100%;
            }

                .PageHeaderSystemBarBlock__Contacts > a {
                    white-space: nowrap;
                    margin-left: 17px;
                }

                @media screen and (max-width: 450px){
                    .PageHeaderSystemBarBlock__Contacts > a:nth-of-type(2) {
                        display: none;
                    }
                }

                    .PageHeaderSystemBarBlock__Contacts > a:nth-of-type(1) {
                        margin-left: unset;
                    }

    .PageHeaderSystem__Navigation {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;

        width: 100%;

        z-index: 4;

        margin-bottom: 47px;
    }

    @media screen and (max-width: 825px){
        .PageHeaderSystem__Navigation {
            margin-bottom: 27px;
        }
    }

        @media screen and (max-width: 480px){
            .PageHeaderSystem__Navigation {
                margin-bottom: 37px;
            }
        }

        .PageHeaderSystemNavigation__Block {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            width: 100%;
            max-width: 1200px;

            padding: 17px;
        }

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

                width: 100%;
            }

            @media screen and (max-width: 825px){
                .PageHeaderSystemNavigationBlock__Logo {
                    width: unset;
                }
            }

                .PageHeaderSystemNavigationBlock__Logo > a {
                    transition: 0.4s;
                    filter: drop-shadow(0px 0px 7px rgba(255, 237, 177, 0.0));
                }

                    .PageHeaderSystemNavigationBlock__Logo > a:hover {
                        transition: 0.2s;
                        filter: drop-shadow(0px 0px 17px rgba(255, 237, 177, 0.3));
                    }

                    .PageHeaderSystemNavigationBlock__Logo > a > img {
                        width: 100%;
                        height: auto;
                        min-width: 188px;
                        max-width: 256px;
                    }

            .PageHeaderSystemNavigationBlock__Links {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;

                width: 100%;
            }

            @media screen and (max-width: 595px){
                .PageHeaderSystemNavigationBlock__Links {
                    flex-direction: row-reverse;
                    justify-content: flex-start;
                }
            }

                .PageHeaderSystemNavigationBlock__Links > a {
                    font-size: 16px;

                    white-space: nowrap;
                    text-transform: uppercase;

                    margin-left: 17px;
                }

                @media screen and (max-width: 825px){
                    .PageHeaderSystemNavigationBlock__Links > a:nth-of-type(2) {
                        display: none;
                    }
                }

                    @media screen and (max-width: 725px){
                        .PageHeaderSystemNavigationBlock__Links > a:nth-of-type(3) {
                            display: none;
                        }
                    }

                        @media screen and (max-width: 595px){
                            .PageHeaderSystemNavigationBlock__Links > a {
                                margin-left: unset;
                                margin-right: 17px;
                            }
                            
                            .PageHeaderSystemNavigationBlock__Links > a:nth-of-type(1) {
                                display: none;
                            }
                        }

                            @media screen and (max-width: 480px){
                                .PageHeaderSystemNavigationBlock__Links > a:nth-of-type(4) {
                                    display: none;
                                }
                            }

    .PageHeaderSystem__Preview {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        width: 100%;
        max-width: 1200px;

        z-index: 3;

        padding: 17px;
        margin-bottom: 77px;
    }

    @media screen and (max-width: 825px){
        .PageHeaderSystem__Preview {
            align-items: center;
            justify-content: center;
        }
    }

        @media screen and (max-width: 480px){
            .PageHeaderSystem__Preview {
                align-items: center;
                justify-content: center;
                
                margin-bottom: 37px;
            }
        }

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

        @media screen and (max-width: 825px){
            .PageHeaderSystemPreview__Header {
                align-items: center;
                justify-content: center;
            }
        }

            .PageHeaderSystemPreviewHeader__Titul {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                width: 100%;
            }

            @media screen and (max-width: 825px){
                .PageHeaderSystemPreviewHeader__Titul {
                    justify-content: center;
                }
            }

                .PageHeaderSystemPreviewHeader__Titul > h3 {
                    color: rgb(217, 221, 225);
                    font-size: 22px;
                    font-weight: 800;

                    text-align: left;
                }

                @media screen and (max-width: 825px){
                    .PageHeaderSystemPreviewHeader__Titul > h3 {
                        font-size: 18px;
                        text-align: center;
                    }
                }

                    @media screen and (max-width: 480px){
                        .PageHeaderSystemPreviewHeader__Titul > h3 {
                            font-size: 16px;
                        }
                    }

                    .PageHeaderSystemPreviewHeader__Titul > h3 > span {
                        color: rgb(247, 197, 47);
                    }

            .PageHeaderSystemPreviewHeader__Title {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                width: 100%;

                margin-bottom: 27px;
            }

            @media screen and (max-width: 825px){
                .PageHeaderSystemPreviewHeader__Title {
                    justify-content: center;
                }
            }

                .PageHeaderSystemPreviewHeader__Title > h1 {
                    font-size: 48px;
                    font-weight: 800;
                    text-align: left;
                }

                @media screen and (max-width: 825px){
                    .PageHeaderSystemPreviewHeader__Title > h1 {
                        font-size: 40px;
                        text-align: center;
                    }
                }

                    @media screen and (max-width: 480px){
                        .PageHeaderSystemPreviewHeader__Title > h1 {
                            font-size: 30px;
                        }
                    }

    /* THE VICTORY */
    .PageHeaderSystem__ThemesVictory {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        position: absolute;
        z-index: 2;
        bottom: -3vw;

        width: 40%;
        max-width: 1200px;
    }

    @media screen and (max-width: 650px){
        .PageHeaderSystem__ThemesVictory {
            width: 70%;
            bottom: -7vw;
        }
    }

        @media screen and (max-width: 480px){
            .PageHeaderSystem__ThemesVictory {
                width: 100%;
                bottom: -17vw;
            }
        }

            .PageHeaderSystem__ThemesVictory > img {
                width: 100%;
                height: auto;
            }