/* ������ �������� */
.breadcumb-area-banner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    object-fit: cover;
}

.breadcumb-wrap-banner {
    background-color: rgba(0, 0, 0, 0.5); /* ������ ��� � ������������� */
    color: #fff; /* ���� ������ */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .breadcumb-wrap-banner h2 {
        color: #fff;
        position: relative;
        /*text-transform: capitalize;*/
        padding-bottom: 15px;
        margin-bottom: 57px;
        font-size: 40px;
    }

        .breadcumb-wrap-banner h2::before, .breadcumb-wrap-banner h2::after {
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 40px;
            height: 1px;
            background: #fff;
            content: "";
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
        }

        .breadcumb-wrap-banner h2::after {
            left: 51%;
            bottom: -2px;
        }

.breadcumb-menu-banner {
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
}

    .breadcumb-menu-banner ul {
        list-style: none;
        display: flex;
        justify-content: center; /* ����������� �������� �� ������ �� ����������� */
        align-items: center;
        margin: 0px 5px;
        color: #C62828;
        padding: 15px 0px;
    }

    .breadcumb-menu-banner li {
        margin: 0 10px; /* ��������� ������� ����� ���������� ���� */
    }

    .breadcumb-menu-banner ul li a {
        color: #fff;
    }

        .breadcumb-menu-banner ul li a:hover {
            color: #C62828;
        }
/* ������ �������� */


.sharedWallpaper {
    background-color: #ffffff;
    min-height: 600px;
    padding: 5px 0px;
}

.table-container-block {
    padding: 5px; /* ������� ������ ����� */
    overflow-x: auto; /* �������������� ���������, ���� ������� ������� ������� */
    max-width: 100%; /* ������ ����� �� ������ ������ */
    overflow-y: auto; /* ������������ ���������, ���� ������� ������� ������� */
    max-height: 700px; /* ������������ ������ �����, ����� �������� ������� ������� ������ �� ��������� ����������� */
    margin-top: 30px;
    padding-left: 117px;
    padding-right: 117px;
}

@media(max-width:768px) {
    .table-container-block {
        padding: 5px; /* ������� ������ ����� */
        overflow-x: auto; /* �������������� ���������, ���� ������� ������� ������� */
        max-width: 100%; /* ������ ����� �� ������ ������ */
        overflow-y: auto; /* ������������ ���������, ���� ������� ������� ������� */
        max-height: 700px; /* ������������ ������ �����, ����� �������� ������� ������� ������ �� ��������� ����������� */
        margin-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.objName {
    font-weight: 500;
    float: right;
}
.placeOfWork {
    font-weight: 400;
    float: left;
}