﻿body {
}



#price {
    /*border-bottom: 2px solid #FFFFFF;*/
    background: linear-gradient(#fff, #fff) bottom / 100% 2px no-repeat;
}

@keyframes roll-down-curtain {
    from {
        height: 0px;
    }

    to {
        height: 135px;
    }
}

.scrolliy-border-top-black {
    width: 100%;
    background-image: url('/Content/Images/Union 4-3-black.png');
    background-repeat: repeat-x;
    height: 20px;
    background-color: #FFFFFF;
}

.row-1 {
    /*    height: 135px;
    width: 100%;
    background: transparent url('/Content/Images/webp/Union 1.webp') 0% 0% no-repeat padding-box;
    background-position: bottom;
    animation-name: roll-down-curtain;
    animation-duration: 0.3s;
    display: grid;
    grid-template: 1fr 1fr;
    padding: 0 60px;*/
    height: 135px;
    width: 100%;
    background-color: #19ACFF;
    animation-name: roll-down-curtain;
    animation-duration: 0.3s;
    position: relative;
    padding: 0 60px;
}

    .row-1::after {
        content: "";
        width: 100%;
        background-image: url('/Content/Images/Union 1-1-blue.png');
        background-repeat: repeat-x;
        height: 20px;
        background-color: #FFFFFF;
        left: 0;
        position: absolute;
        bottom: 0;
    }

    .row-1 .page-header {
        font-family: "Assistant-SemiBold";
        font-size: 50px;
        color: #fff;
        padding: 10px 65px
    }

.list-of-prices {
    width: var(--min-width);
    min-height: 150px;
    margin: 66px auto;
    margin-top:80px;
}

    .list-of-prices .one-job {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0px;
        border: none;
        border-bottom: solid 2px rgba(0,0,0,0.7);
    }

        .list-of-prices .one-job .icon,
        .list-of-prices .one-job .items-and-prices {
            width: 100%;
            min-height: 150px;
            margin: 5px;
        }

        .list-of-prices .one-job .icon {
            width: 200px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

            .list-of-prices .one-job .icon img {
                height: 60px;
                filter: invert(48%) sepia(66%) saturate(4527%) hue-rotate(197deg) brightness(118%) contrast(135%);
            }

            .list-of-prices .one-job .icon span {
                font-family: "Assistant-Bold";
                font-size: 22px;
                color: var(--unnamed-color-434343);
                text-align: center;
            }

        .list-of-prices .one-job .items-and-prices-list {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            flex-flow: wrap;
        }

            .list-of-prices .one-job .items-and-prices-list .one-item-price {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                margin: 5px 15px;
                border-bottom: solid 1px #eee;
            }

                .list-of-prices .one-job .items-and-prices-list .one-item-price .itm-name {
                    width: 260px;
                }


                .list-of-prices .one-job .items-and-prices-list .one-item-price .itm-price {
                    width: 50px;
                }


.message-to-customer {
    font-family: "Assistant-SemiBold";
    font-size: 16px;
}

@media only screen and (max-width: 500px) {
    @keyframes roll-down-curtain {
        from {
            height: 0px;
        }

        to {
            height: 230px;
        }
    }

    .row-1 {
        height: 230px;
        padding: 0px;
        text-align: center;
    }

        .row-1 .page-header {
            padding: 5px;
            text-align: center;
        }

    .list-of-prices .one-job .items-and-prices-list .one-item-price {
        justify-content: space-between;
        align-items: center;
        margin: 5px 15px;
        border-bottom: solid 1px #eee;
        width: 100%;
    }

        .list-of-prices .one-job .items-and-prices-list .one-item-price .itm-name {
            width: auto;
        }

    .list-of-prices .one-job {
        flex-direction: column;
    }

        .list-of-prices .one-job .icon {
            width: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: auto;
        }

    .message-to-customer {
        padding: 20px;
    }
}
