* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #ffe535;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
    position: relative;
}



.products {

    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: white;
    overflow: auto;
}

.poisk {
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    box-shadow: none;
}

table.tableizer-table {
    font-size: 12px;
    border: 1px solid #1c1c1c;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse:collapse;
}

table.tableizer-table.width_table {
    width: 100%;
}

.tableizer-table td {
    padding: 5px;
    margin: 3px;
    border: 1px solid #1c1c1c;
}
.tableizer-table th {
    background-color: #ffe535;
    font-weight: bold;
    border: 1px solid #1c1c1c;
    padding: 4px;
}

.tableizer-firstrow {
    height: 40px;
}
