.white-row {
    background: #fff;
}
.container {
    max-width: none !important;
}
.centered {
    text-align: center;
}
.left-column-catalog {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    margin-top: 90px !important;
}
.right-column-catalog {
    text-align: center;
}
#filter-form > div > div.search-filters {
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.searchinput-width {
    max-width: 300px;
    margin-right: 30px;
}
.container {
    max-width: 90% !important;
}
#app > main > div > div.row.white-row > div > div.row {
    margin-bottom: 90px;
}

#company-table > tbody > tr> td > a {
    text-decoration: none;
}

#filter-form > div > div.search-filters > div:nth-child(1) > input {
    background: no-repeat bottom, 50% calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    transition: 0.2s ease;
    background-image: linear-gradient(0deg, #e91e63 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, rgba(209, 209, 209, 0) 0);
    border-radius: 0 !important;
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-left: -1px;
}
#company-table-body > tr > td {
    padding: 25px;
    padding-left: 30px;
}

#company-table-body > tr > td:nth-child(2) {
    max-width: 50px !important;
    white-space: break-spaces;
}

@media screen and (min-width: 768px) {
    .phone-table {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .computer-table {
        display: none;
    }
    .searchinput-width {
        width: 250px !important;
    }
    #filter-form > div > div.search-filters {
        margin-bottom: 45px;
    }
}
