/* Style the page of order promo */
.PageOrderPromo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    border-top: 1px solid rgb(64, 68, 72);
    border-bottom: 1px solid rgb(64, 68, 72);

    width: 100%;
}

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

        width: 100%;

        padding: 17px;
    }

    @media screen and (max-width: 550px){
        .PageOrderPromo__Header {
            flex-direction: column;
            justify-content: center;
        }
    }

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

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

            margin-right: 17px;
        }

        @media screen and (max-width: 550px){
            .PageOrderPromoHeader__Title {
                justify-content: center;
                max-width: unset;

                margin-right: unset;
                margin-bottom: 7px;
            }
        }

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

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

            width: 100%;
        }

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

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

                margin-left: 17px;
            }

                .PageOrderPromoHeaderData__Item:nth-of-type(1) {
                    margin-left: unset;
                }

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

                    margin-right: 14px;
                }

                    .PageOrderPromoHeaderDataItem__Icon > img {
                        width: 100%;
                        height: auto;
                        max-width: 56px;
                    }

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

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

                        font-size: 22px;
                        font-weight: 700;
                        text-align: left;
                    }

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

                        text-align: left;
                        white-space: nowrap;
                    }

    .PageOrderPromo__Block {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;

        width: 100%;
        height: 100%;
    }

    @media screen and (max-width: 730px){
        .PageOrderPromo__Block {
            flex-direction: column-reverse;
            align-items: center;
            justify-content: flex-start;
        }
    }

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

            width: 100%;

            padding: 17px;
        }

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

                width: 100%;

                margin-bottom: 27px;
            }

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

                    text-align: left;
                }

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

                    .PageOrderPromoBlockFormHeader__Title > h2 {
                        color: rgb(247, 197, 47);
                        text-align: left;
                    }

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

                width: 100%;

                margin-bottom: 77px;
            }

            @media screen and (max-width: 550px){
                .PageOrderPromoBlockForm__Functions {
                    margin-bottom: 47px;
                }
            }

                @media screen and (max-width: 380px){
                    .PageOrderPromoBlockForm__Functions {
                        flex-direction: column-reverse;
                        justify-content: center;
                    }
                }

                .PageOrderPromoBlockForm__Functions > button {
                    margin-left: 17px;
                }

                @media screen and (max-width: 380px){
                    .PageOrderPromoBlockForm__Functions > button {
                        margin-left: unset;
                    }

                    .PageOrderPromoBlockForm__Functions > button:nth-of-type(1) {
                        width: 100%;
                    }

                    .PageOrderPromoBlockForm__Functions > button:nth-of-type(2) {
                        margin-bottom: 17px;
                    }
                }

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

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

                width: 100%;
            }

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

                    position: relative;

                    width: 100%;
                    height: 100%;
                    min-height: 150px;

                    overflow-x: hidden;
                    overflow-y: hidden;

                    margin-bottom: 27px;
                }

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

                        position: absolute;
                        top: 0px;
                        left: 0px;

                        width: 100%;
                        height: 100%;

                        transition: 0.4s;
                    }

                        .PageOrderPromoBlockFormAnswersResponse__Item:nth-of-type(1) {
                            display: flex;
                        }

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

                            font-size: 18px;
                            font-weight: 700;
                            text-align: left;

                            margin-bottom: 7px;
                        }

                        @media screen and (max-width: 550px){
                            .PageOrderPromoBlockFormAnswersResponseItem__Name {
                                font-size: unset;
                            }
                        }

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

                            font-size: 14px;
                            text-align: left;

                            min-height: 120px;
                        }

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

                    width: 100%;
                }

                    .PageOrderPromoBlockFormAnswers__Functions > button {
                        margin-left: 17px;
                    }

                        .PageOrderPromoBlockFormAnswers__Functions > button:nth-of-type(1) {
                            transition: 0.2s;
                            color: rgb(107, 117, 127);
                            margin-left: unset;
                        }

        .PageOrderPromoBlock__Demo {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;

            background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-promo-demo-v1.svg' );
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;

            width: 100%;
        }

            .PageOrderPromoBlock__Demo > img {
                width: 100%;
                height: auto;
                max-width: 350px;
            }

            @media screen and (max-width: 730px){
                .PageOrderPromoBlock__Demo > img {
                    max-width: 250px;
                }
            }

                @media screen and (max-width: 380px){
                    .PageOrderPromoBlock__Demo > img {
                        max-width: 200px;
                    }
                }