a:-webkit-any-link{
        color: #ffffff;
        cursor: pointer;
}

.footer{
        background: linear-gradient(0, #6109e0, black, #6109e0);
        color: #fdfdfd;
}

.modal-background-color{
        background-color: rgba(0, 0, 0, 0.75);
}

.background-color{
        background-color: #6109e0;
}

.block-shadow{
        box-shadow: 10px 10px 5px #6109e0;
}

.color-black{
        color: black;
}

.modal-color{
        background: #6109e0;

        /* 4 градиента: верх, низ, левый, правый */
        background-image:
                linear-gradient(to top, rgba(74, 144, 226, 0), #000000),  /* верх */
                linear-gradient(to bottom, rgba(74, 144, 226, 0), #000000),  /* низ */
                linear-gradient(to left, rgba(74, 144, 226, 0), #000000), /* левый */
                linear-gradient(to right, rgba(74, 144, 226, 0), #000000); /* правый */

        background-repeat: no-repeat;
        background-size:
                100% 15px,   /* верх */
                100% 15px,   /* низ */
                15px 100%,   /* левый */
                15px 100%;   /* правый */

        background-position:
                top left,
                bottom left,
                top left,
                top right;
}

.borderB-color{
        border-bottom: 2px solid #6109e0;
}

.border-double{
        border: 1px double #6109e0 ;
}

.background-image{
        background-image: url('/img/line.png');
        background-repeat: round;
}

.bread-crumbs-colors{
        background: linear-gradient(0, #6109e0, black);
        color: #fdfdfd;
}

table{
        color: white;
}

.table-line{
        border-bottom: 5px groove #6109e0 ;
}

.table-header{
        background: linear-gradient(0, #6109e0, black);
}

.block{
        background-color: black;
}

.block .container{
        background: black;

        background-image:
                linear-gradient(to left, rgb(97, 9, 224), rgba(0, 0, 0, 0)), /* левый */
                linear-gradient(to right, rgb(97, 9, 224), rgba(0, 0, 0, 0)); /* правый */

        background-repeat: no-repeat;
        background-size:
                30px 100%,   /* левый */
                30px 100%;   /* правый */


background-position:

                top left,
                top right;
}


