/**/
.complex-id__maps {
    height: 300px;
    background: #F7F3DF;
    margin: 20px 0 0 0;
}
/**/
.complex-id__table-check {
    width: 100%;
    margin: 0 0 10px 0;
}
.complex-id__table-info {
    margin: 20px 0 20px 0;
    width: 100%;
}
.complex-id__table-info td {
    border-top: solid 1px #0a4b74;
    border-bottom: solid 1px #0a4b74;
    padding: 5px 0 5px 0;
    font-size: 14px;
}
/**/
.complex-id__thumb-big {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*background: #000;*/
    border: solid 4px #fff;
    width: 422px;
    height: 320px;
}
.complex-id__thumb-small {
    border: solid 4px #fff;
    margin: 5px 0 0 0;
    cursor: pointer;
}
.complex-id__thumb-small:hover {
    border-color: #2291cd;
}
/**/
.complex-id__table {
    width: 100%;
    margin: 0 0 10px 0;
}
.complex-id__table th {
    color: #0A4B74;
    background: #DFDFDF;
    border-left: solid 1px #959595;
    padding: 5px;
}
.complex-id__table td {
    border-left: solid 1px #959595;
    border-bottom: solid 1px #959595;
    padding: 5px;
}
.complex-id__table tr th:first-child,
.complex-id__table tr td:first-child {
    border-left: none;
}
