

.bl-table {
    margin-bottom: 40px;
}

.bl-search {
    margin-bottom: 30px;
}

.input-line_search {
    display: flex;
    justify-content: flex-end;
}

.bl-search .text-input {
    border: 1px solid #b4b4b4;
    max-width: 400px;
    padding-right: 60px;
    background: url("search-ico.svg") no-repeat calc(100% - 20px) center;
}

.bl-search .text-input::-webkit-search-cancel-button {
    display: none;
}

.bl-table td {
    padding: 20px;
}

.bl-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.bl-header {
    color: rgb(0, 0, 0);
    font-family: 'MagistralBook', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 52px 0;
    padding: 0;
}


.bl-table__site {
    max-width: 300px;
}

.bl-table__name {
    max-width: 150px;
}

.bl-table th {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
    text-align: left;
}

.bl-table td {
    font-size: 16px;
    text-align: left;
}

@media (max-width: 767px) {
    .bl-header {
        font-size: 22px;
        line-height: initial;
    }

    .technical-table_bl-table {
        width: calc(100% + 15px);
        overflow-x: scroll;
    }

    .bl-table__site {
        max-width: initial;
    }

    .bl-table__name {
        max-width: initial;
    }
}