/**
.left-content {
    min-height: 600px;
    background: url("/reestrorg/img/karta.png") fixed no-repeat;
    /* background-position: top; *
    background-position-x: 30%;
    background-position-y: 150px;
    background-size: 50%;
}
@media (max-width: 1199px) {
  .left-content {
    min-height: 600px;
    background: url("/reestrorg/img/karta.png") fixed no-repeat;
    /* background-position: top; *
    background-position-x: 40%;
    background-position-y: 150px;
    background-size: 70%;
}
}
**/
    .left-content {
    min-height: 600px;
    background: url("/reestrorg/img/karta.png") 100% 100% no-repeat;
    background-size: contain;
    background-position: top;
}
.table-orgs {
  width: 100%;
}

.table-orgs tr {
  /**border:1px solid red;**/
}

.table-orgs tr td {
  /**border:1px solid black;**/
}

table.table-orgs>tbody>tr>td:nth-child(1), table.table-orgs>tbody>tr>td:nth-child(3) {
  width: 10%;
  padding:30px;
}
table.table-orgs>tbody>tr>td:nth-child(2), table.table-orgs>tbody>tr>td:nth-child(4) {
  width: 40%;
  
}

table.table-orgs>tbody>tr>td:nth-child(1)>div, table.table-orgs>tbody>tr>td:nth-child(3)>div {
  background: url("/reestrorg/img/knopka1.jpg") 100% 100% no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  width: 100px;
  height: 70px;
  cursor:pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

table.table-orgs>tbody>tr>td:nth-child(1)>div:hover, table.table-orgs>tbody>tr>td:nth-child(3)>div:hover {
  box-shadow: 0 0 50px rgb(44, 119, 184);
}
table.table-orgs>tbody>tr>td:nth-child(2)>div, table.table-orgs>tbody>tr>td:nth-child(4)>div {
  font-weight: 700;
  font-size: 1.5em;
  cursor:pointer;
}

table.table-orgs>tbody>tr>td>div>span:nth-child(1), table.table-orgs>tbody>tr>td>div>span:nth-child(3) {
  font-size: 2em;
}

.bx-breadcrumb-item {
  color:#337ab7;
}